summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola8-23/+135
2010-12-10Mach-O/ARM: Add relocation type enumeration.Daniel Dunbar1-0/+12
2010-12-10Mach-O: Tweak field name.Daniel Dunbar1-1/+1
2010-12-10Remove dead header.Nick Lewycky1-59/+0
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola8-135/+23
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola8-23/+135
2010-12-09Fix an issue in some Thumb fixups, where the effective PC address needs to be...Owen Anderson1-1/+4
2010-12-09Fix whitespace.Michael J. Spencer1-1/+1
2010-12-09Support: Move c_str from SmallVector back to SmallString and add a free standingMichael J. Spencer2-7/+7
2010-12-09Support/FileSystem: Change file_status predicate functions that cannot fail toMichael J. Spencer1-31/+34
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer3-20/+27
2010-12-08Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointi...Lang Hames1-1/+2
2010-12-08Add support to create debug info for functions and methods.Devang Patel1-0/+52
2010-12-08Add support to create class type.Devang Patel2-2/+21
2010-12-08Generalize PostRAHazardRecognizer so it can be used in any pass forAndrew Trick1-19/+30
2010-12-08Stub out RegAllocGreedy.Jakob Stoklund Olesen2-0/+6
2010-12-08Add support to create vector, array, enums etc...Devang Patel1-1/+86
2010-12-08Let target asm backends see assembler flags as they go by. Use that to handleJim Grosbach1-0/+5
2010-12-08Global variable does not need linkage name.Devang Patel1-3/+1
2010-12-07Add support to create local variable's debug info.Devang Patel1-0/+19
2010-12-07Layout each section independently. With the testcase in PR8711:Rafael Espindola2-7/+2
2010-12-07Add support to create variables, structs etc.. using DIBuilder.Devang Patel2-5/+147
2010-12-07Fix begin() and end() on const IntervalMap.Jakob Stoklund Olesen1-4/+5
2010-12-07Missed a spot removing Alarm.Michael J. Spencer1-1/+0
2010-12-07Support: Remove Alarm. It is unused (via local grep and google code search).Michael J. Spencer1-51/+0
2010-12-07Support/PathV2: Remove const from bool return types.Michael J. Spencer1-10/+10
2010-12-07Fix spelling.Michael J. Spencer1-1/+1
2010-12-07Support: Remove DynamicLinker.h. It is unused and unimplemented.Michael J. Spencer1-40/+0
2010-12-07Support/PathV2: Change most functions in the path namespace to return their workMichael J. Spencer1-46/+42
2010-12-07PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() andJay Foad2-16/+16
2010-12-07Support/PathV2: Remove the error_code return type from all functions in the pathMichael J. Spencer1-81/+24
2010-12-07Support/PathV2: Move make_absolute from path to fs.Michael J. Spencer2-13/+13
2010-12-07Support/PathV2: Clarify and correct documentation.Michael J. Spencer1-3/+4
2010-12-07Support/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer2-9/+7
2010-12-07Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola5-46/+13
2010-12-06Use references to simplify the code a bit.Rafael Espindola1-4/+4
2010-12-06Remove the instruction fragment to data fragment lowering since it was causingRafael Espindola3-12/+4
2010-12-06Second try at making direct object emission produce the same resultsRafael Espindola1-0/+6
2010-12-06Revert previous two patches while I try to find out how to make bothRafael Espindola1-5/+0
2010-12-06Add an EmitAbsValue helper method and use it in cases where we want to be sureRafael Espindola1-0/+5
2010-12-06Fix clang warning: "extra ';' inside a class [-pedantic]".Frits van Bommel1-1/+1
2010-12-06Support/FileSystem: Add directory_iterator implementation.Michael J. Spencer1-10/+45
2010-12-06Support/ADT: Move c_str() from SmallString to SmallVectorImpl. The Windows Pa...Michael J. Spencer2-6/+6
2010-12-06Remove the getAddress getter, initialize Ordinal in the constructor and useRafael Espindola1-2/+0
2010-12-06Add a getSymbolOffset method and use it in the ELF writer.Rafael Espindola1-0/+4
2010-12-06Fix PR8728, a miscompilation I recently introduced. When optimizingChris Lattner1-0/+5
2010-12-06add a helper method.Chris Lattner1-0/+5
2010-12-04Remember the contents of leb and dwarfline fragments when relaxing. This avoidsRafael Espindola2-16/+8
2010-12-04APInt: microoptimize a few methods.Benjamin Kramer1-6/+9
2010-12-04Simplify APInt::getAllOnesValue.Benjamin Kramer1-8/+3