Add in the first iteration of support for llvm/clang/lldb to allow variable per addre...
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinter.cpp
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-24 Jim GrosbachMark jump tables in code sections with DataRegion direc...
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Chad RosierUpdate function names to conform to guidelines. No...
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-22 Rafael EspindolaRemove another duplicated variable. We only need one...
2012-06-22 Nick LewyckyEmit relocations for DW_AT_location entries on systems...
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-03-23 Jim GrosbachPretty-printing comments for literal floating point...
2012-03-20 Bill WendlingIt's possible to have a constant expression who's size...
2012-03-06 Jakob Stoklund OlesenHoist common code out of if statement.
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-02-22 Hal FinkelAllow the use of an alternate symbol for calculating...
2012-02-15 Bill WendlingModify the code that emits the module flags to use...
2012-02-14 Bill WendlingAdd code to the target lowering object file module...
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-01-31 Chris Lattnerwith recent changes, ConstantArray is never a "string...
2012-01-31 Chris Lattnerdon't emit a 1-byte object as a .fill. This is silly...
2012-01-30 Chandler CarruthChris's constant data sequence refactoring actually...
2012-01-30 Chris Lattnerwhen verbose asm is on, print integers in ConstantDataS...
2012-01-30 Chris Lattnerdon't lose tail padding on ConstantDataAggregate vec3's.
2012-01-26 James MolloyAdd support for the R_ARM_TARGET1 relocation, which...
2012-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
2012-01-25 Chris LattnerUse the right method to get the # elements in a CDS.
2012-01-24 Chris LattnerAdd AsmPrinter (aka MCLowering) support for ConstantDat...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-12 Bill WendlingRevert accidental commit.
2012-01-12 Bill WendlingFix the code that was WRONG.
2011-12-20 Dan GohmanAdd basic generic CodeGen support for half.
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-07 Eli FriedmanSupport vector bitcasts in the AsmPrinter. PR11495.
2011-12-06 Jakob Stoklund OlesenUse logarithmic units for basic block alignment.
2011-12-03 Anton KorobeynikovEmit the ctors in the proper order on ARM/EABI.
2011-11-15 Rafael EspindolaWe currently use a callback to handle an IL pass deleti...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
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-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.
next