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