Compress Repeated Byte Output
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinter.cpp
2011-08-31 David GreeneCompress Repeated Byte Output
2011-08-28 Duncan SandsFix PR5329: pay attention to constructor/destructor...
2011-08-01 Jay FoadRemove an unnecessary cast.
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-19 Jay FoadConvert TargetData::getIndexedOffset to use ArrayRef.
2011-07-19 Bill WendlingAdd a frame with the compact unwind encoding if it...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-06-22 Nick LewyckyEmit trailing padding on constant vectors when TargetDa...
2011-06-19 Jay FoadFix a FIXME by making GlobalVariable::getInitializer...
2011-06-15 Rafael EspindolaHandle jump tables. Test to follow soon.
2011-06-14 Eli FriedmanRevert r133004 ; it's breaking nightly tests.
2011-06-14 Rafael EspindolaPartial revert of 132882.
2011-06-14 Rafael EspindolaImplement Jakob's suggestion on how to detect fall...
2011-06-12 Rafael EspindolaReally fix the fall-through logic.
2011-06-12 Rafael EspindolaFix silly bug I introduce in the previous commit. Fixes...
2011-06-12 Rafael EspindolaAnalyzeBranch doesn't change which successors a bb...
2011-06-10 Chad RosierEnsure that EmitGlobalVariable is correctly differentia...
2011-05-28 Charles DavisWhen generating code for Win64 EH, emit StartProc and...
2011-05-28 Rafael EspindolaFix the root cause of the bootstrap failure:
2011-05-27 Charles DavisStub out support for Win64-style exceptions. Note that...
2011-05-27 Rafael EspindolaFix a regression I recently introduced by removing...
2011-05-27 Rafael EspindolaMake size computation less brittle.
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
2011-05-10 Rafael EspindolaProduce a __debug_frame section on darwin ARM when...
2011-05-10 Rafael EspindolaUse .cfi_sections to put the unwind info in .debug_fram...
2011-05-06 Rafael EspindolaNothing else uses this label.
2011-05-06 Rafael EspindolaDead code elimination.
2011-05-05 Rafael EspindolaRemove the DwarfTable enum.
2011-05-05 Rafael EspindolaImplement a really simple DwarfSjLjException.
2011-05-05 Rafael EspindolaList all exception types in a switch.
2011-04-29 Devang PatelHoist MCLineEntry construction AsmPrinter so that anyon...
2011-04-29 Rafael EspindolaFactor some code to needsCFIMoves. Avoid printing moves...
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
2011-04-27 Devang PatelRevert r130178. It turned out to be not the optimal...
2011-04-26 Rafael EspindolaPrint the label if we will use it in debug_frame.
2011-04-26 Chris Lattnerdon't emit the symbol name twice for local bss and...
2011-04-26 Rafael EspindolaPrint all the moves at a given label instead of just...
2011-04-26 Devang PatelLet dwarf writer allocate extra space in the debug...
2011-04-21 Devang PatelRefactor.
2011-04-18 Devang PatelReduce clutter in asm output. Do not emit source locati...
2011-04-15 Rafael EspindolaSome refactoring suggested by Anton Korobeynikov.
2011-04-15 Rafael EspindolaAdd 129518 back with a fix for when we are producing...
2011-04-15 NAKAMURA TakumiRevert r129518, "Change ELF systems to use CFI for...
2011-04-14 Rafael EspindolaChange ELF systems to use CFI for producing the EH...
2011-04-05 Rafael EspindolaPrint visibility info for external variables.
2011-03-29 Jim GrosbachTidy up. 80 columns and trailing whitespace.
2011-03-05 Anton KorobeynikovSome first rudimentary support for ARM EHABI: print...
2011-02-23 Stuart HastingsOmit private_extern declarations of extern symbols...
2011-02-15 Duncan SandsSpelling fix: consequtive -> consecutive.
2011-02-09 Jakob Stoklund OlesenAssert on bad jump tables.
2011-01-28 Rafael EspindolaPrint the visibility of declarations.
2011-01-14 Anton KorobeynikovAdd a possibility to switch between CFI directives...
2011-01-14 Anton KorobeynikovSplit stuff as a preparation for CFI directives-based...
2011-01-02 Chris Lattnersplit dom frontier handling stuff out to its own Domina...
2010-12-13 Chris Lattnerremove the verbose-asm "constant pool double" comments...
2010-11-17 Chris Lattnerrefactor the interface to EmitInlineAsm a bit, no funct...
2010-10-26 Devang Patels/beginScope/beginInstruction/g
2010-09-27 Chris Lattnerthe latest assembler that runs on powerpc 10.4 machines...
2010-09-05 Chris Lattneradd a comment about where this should eventually move.
2010-09-02 Devang PatelThere is no need to use .set here.
2010-09-02 Devang PatelFix .debug_range for linux. Patch by Krister Wombell.
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-18 Bill WendlingImprove whitespace.
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-04 Dan GohmanChange this llvm_unreachable to report_fatal_error...
2010-07-17 Bill WendlingUse isPrologLabel() instead of checking the opcode...
2010-07-16 Bill WendlingConsider this function:
2010-07-16 Bill WendlingRename DBG_LABEL PROLOG_LABEL, because it's only used...
2010-07-16 Jakob Stoklund OlesenRemove many calls to TII::isMoveInstr. Targets should...
2010-07-15 Chris Lattnera more graceful fix for test/Other/inline-asm-newline...
2010-07-01 Bill WendlingMake the "linker_private" linkage type emit a non-weak...
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Devang PatelPrint InlinedAt location.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-06-18 Dan GohmanGive NamedRegionTimer an Enabled flag, allowing all...
2010-06-16 Eric ChristopherDon't emit the linkage for initializer label for mach...
2010-06-03 Eric ChristopherOne underscore, not two.
2010-05-25 Eric ChristopherMove the verbose asm output up a bit so it can be used...
2010-05-25 Eric ChristopherAdd support for initialized global data for darwin...
2010-05-22 Eric ChristopherAdd full bss data support for darwin tls variables.
2010-05-20 Eric ChristopherPartial code for emitting thread local bss data.
2010-05-12 Duncan SandsRemove unused variable. Tweak a comment while there.
2010-05-12 Nathan Jeffordsupdated support for the COFF .linkonce
2010-05-07 Devang PatelAvoid DIDescriptor::getNode(). Use overloaded operators...
2010-05-06 Chris LattnerFix PR7054 - Assertion `Symbol->isUndefined() && "Canno...
2010-05-01 Dale JohannesenDon't count debug info as instructions. This was
2010-04-29 Devang PatelPrint variable scope name in DEBUG_VALUE comment. Usefu...
2010-04-28 Chris LattnerRework global alignment computation again. Now we...
2010-04-28 Devang PatelEmit debug info for byval parameters.
2010-04-28 Chris Lattnerfurther simplify EmitAlignment by eliminating the
2010-04-28 Chris Lattnerremove a dead argument to EmitAlignment.
2010-04-27 Evan ChengDo not count kill, implicit_def instructions as printed...
2010-04-27 Chris Lattnerround zero-byte .zerofill directives up to 1 byte....
2010-04-26 Chris Lattneradd a comment in verbose-asm mode indicating why a...
2010-04-26 Chris Lattneron darwin empty functions need to codegen into somethin...
next