Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinterDwarf.cpp
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-20 Eric ChristopherFormatting.
2012-11-19 Anton KorobeynikovMake AsmPrinter::EmitTTypeReference() more robust ...
2012-11-14 Anton KorobeynikovUse TARGET2 relocation for TType references on ARM.
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2011-12-17 Rafael EspindolaAdd back the MC bits of 126425. Original patch by Natha...
2011-11-05 Benjamin KramerAdd an option to pad an uleb128 to MCObjectWriter and...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-05-20 Jim GrosbachNo reason not to allow defining the CFA as a reg w...
2011-05-20 Jim GrosbachAdd support for frame info use of the .cfi_def_cfa...
2011-05-06 Rafael EspindolaYet more dead code.
2011-05-06 Rafael EspindolaUpdate comments.
2011-05-06 Rafael EspindolaMore dead code elimination.
2011-04-26 Rafael EspindolaPrint all the moves at a given label instead of just...
2011-04-20 Rafael EspindolaRemove unused arguments.
2011-04-15 Rafael EspindolaSome refactoring suggested by Anton Korobeynikov.
2011-04-07 Evan ChengRemove dead code. rdar://9221736.
2011-03-12 Duncan SandsSpeculatively revert commit 127478 (jsjodin) in an...
2011-03-11 Jan SjödinRemove optimization emitting a reference insted of...
2011-02-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
2011-02-24 Nick LewyckyRemove dead variable.
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-01-14 Anton KorobeynikovAdd CFI directives-based frame information emission...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-12-06 Rafael EspindolaSecond try at making direct object emission produce...
2010-12-06 Rafael EspindolaRevert previous two patches while I try to find out...
2010-12-06 Rafael EspindolaAdd an EmitAbsValue helper method and use it in cases...
2010-11-04 Rafael EspindolaAdd 118023 back, but with proper spelling for .uleb128...
2010-11-04 Rafael EspindolaRevert previous patch. Some targets don't support uleb...
2010-11-04 Rafael EspindolaMCize.
2010-08-16 Eli FriedmanUntil uleb/sleb are MC-ized, add a hack to make them...
2010-04-04 Chris LattnerMove EmitFrameMoves into AsmPrinter.
2010-04-04 Chris Lattnernow that the magic is dispelled, move EmitSectionOffset...
2010-04-04 Chris Lattnermove some more stuff to asmprinter.
2010-04-04 Chris Lattnermove EmitEncodingByte to AsmPrinter.
2010-04-04 Chris Lattnermove EmitCFAByte to AsmPrinter.
2010-04-04 Chris Lattnermove uleb/sleb printing into AsmPrinter from DwarfPrinter.