Fix llc to not reuse spill slots in functions that invoke setjmp()
[oota-llvm.git] / lib / MC / MCObjectWriter.cpp
2012-08-08 Jim GrosbachMove [SU]LEB128 encoding to a utility header.
2012-01-31 Kevin EnderbyFixed a crash in llvm-mc for Mach-O when a symbol diffe...
2011-11-05 Benjamin KramerAdd an option to pad an uleb128 to MCObjectWriter and...
2011-02-16 Rafael EspindolaGas is very inconsistent about when a relaxation/reloca...
2010-12-24 Rafael EspindolaMerge IsFixupFullyResolved and IsSymbolRefDifferenceFul...
2010-12-18 Rafael EspindolaMerge isAbsolute into IsSymbolRefDifferenceFullyResolved.
2010-09-30 Kevin EnderbyThis is the last major patch to implement support for...
2010-03-19 Daniel DunbarMC/Mach-O: Move to MachObjectWriter.{h,cpp}.
2010-03-19 Daniel DunbarMC: Split MCObjectWriter out of MCAssembler.cpp.