OSDN Git Service

Merge with LLVM upstream 2011/10/20 (r142530)
[android-x86/external-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinter.cpp
2011-10-19 Logan ChienMerge with LLVM upstream 2011/10/20 (r142530)
2011-10-04 Owen AndersonTeach the MC to output code/data region marker labels...
2011-09-29 Duncan SandsPlace this bracket according to the LLVM style.
2011-09-02 Duncan SandsDarwin wants ctors/dtors to be ordered the other way...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-08-31 David GreeneFix Size Typing
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-20 Logan ChienMerge with LLVM upstream r135568 (Jul 20th 2011)
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-07-17 Nowar GuMerge upstream to r135360 at Sun. 17th July 2011.
2011-07-16 Nowar GuMerge upstream to r135343 at Sat. 16th July 2011.
2011-07-02 Nowar GuMerge upstream to r134306 at Sat. 2nd July 2011.
2011-07-01 Nowar GuMerge upstream to r134237 at Fri. 1st July 2011.
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-06-23 Nowar GuMerge upstream to r133718, Fri. 24th June 2011.
2011-06-23 Nowar GuMerge upstream to r133679 at Thu. 23th Jun 2011.
2011-06-22 Nick LewyckyEmit trailing padding on constant vectors when TargetDa...
2011-06-20 Nowar GuMerge upstream to r133240 at Fri. 17th Jun 2011.
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-09 Jush LuMerge upstream r129128
2011-04-05 Rafael EspindolaPrint visibility info for external variables.
2011-03-29 Jim GrosbachTidy up. 80 columns and trailing whitespace.
2011-03-09 Jush LuMerge upstream r127116
2011-03-09 Jush LuAdd a fake merge point for llvm.org/git/llvm.git
2011-03-05 Anton KorobeynikovSome first rudimentary support for ARM EHABI: print...
2011-02-28 jushMerge LLVM upstream r119309 into honey
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-10-26 Devang Patels/beginScope/beginInstruction/g
2010-09-27 Chris Lattnerthe latest assembler that runs on powerpc 10.4 machines...
2010-09-27 Chris Lattnerthe latest assembler that runs on powerpc 10.4 machines...
2010-09-14 Shih-wei LiaoMerge commit 'refs/changes/82/67782/1' of ssh://android...
2010-09-11 Shih-wei LiaoApply changes on LLVM r112364 after merge.
2010-09-11 Shih-wei LiaoMerge commit '69494cf8102cf872e9cb76662e9960be7c112112...
2010-09-09 Anatol PomazauAdd a fake merge point for git://repo.or.cz/llvm.git...
2010-09-05 Chris Lattneradd a comment about where this should eventually move.
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 PatelThere is no need to use .set here.
2010-09-02 Devang PatelFix .debug_range for linux. Patch by Krister Wombell.
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-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-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-18 Bill WendlingImprove whitespace.
2010-08-18 Bill WendlingImprove whitespace.
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
next