Post-ra LICM should take care not to hoist an instruction that would clobber a
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2012-03-26 Eric ChristopherUse the file in the inlined die rather than the compile...
2012-03-26 Benjamin KramerNo need to do an expensive stable sort for a bunch...
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-03-23 Jim GrosbachPretty-printing comments for literal floating point...
2012-03-22 Eric ChristopherIn erroneous inline assembly we could mistakenly try...
2012-03-20 Bill WendlingIt's possible to have a constant expression who's size...
2012-03-15 Eric ChristopherFor types with a parent of the compile unit make sure...
2012-03-15 Eric ChristopherRevert the removal of DW_AT_MIPS_linkage_name when...
2012-03-14 Eric ChristopherRemove the DW_AT_MIPS_linkage name attribute when we...
2012-03-11 Benjamin KramerDwarfDebug: Store the filename/dirname pair as a zero...
2012-03-07 Eric ChristopherAdd the DW_AT_APPLE_runtime_class attribute to forward...
2012-03-06 Jakob Stoklund OlesenHoist common code out of if statement.
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-03-02 Eric ChristopherGrammar-o in function name.
2012-03-02 Eric ChristopherGrammar.
2012-03-02 Eric ChristopherIf the linkage name doesn't exist we're supposed to...
2012-03-02 Eric ChristopherRevert "Reorder the sections being output to reduce...
2012-03-01 Eric ChristopherReorder the sections being output to reduce the number...
2012-03-01 Michael J. SpencerMinimal changes for LLVM to compile under VS11.
2012-02-22 Hal FinkelAllow the use of an alternate symbol for calculating...
2012-02-22 Eric ChristopherOnly add DW_AT_prototyped if we're working with a C...
2012-02-22 Eric ChristopherAdd the source language into the compile unit.
2012-02-22 Eric ChristopherRemove extra semi-colon.
2012-02-21 Eric ChristopherThere's no need for a DW_AT_byte_size on a pointer...
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-07 Devang PatelRemove tabs.
2012-02-06 Devang PatelDebugInfo: Provide a new hook to encode relationship...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-04 Devang PatelEmit new property tag.
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 Chris Lattnertidy up forward declarations.
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 Evgeniy StepanovAn option to selectively enable part of ARM EHABI support.
2012-01-24 Benjamin KramerBit pack DIE structures better.
2012-01-24 Eric ChristopherRemove generation of DW_AT_sibling. Nothing as far...
2012-01-24 Chris LattnerAdd AsmPrinter (aka MCLowering) support for ConstantDat...
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-23 Bill WendlingRemove extraneous ';'s.
2012-01-23 Evgeniy StepanovAn option to selectively enable parts of ARM EHABI...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-17 Rafael EspindolaAdd 148175 back. I am unable to reproduce any non deter...
2012-01-16 David BlaikieRemoving unused default switch cases in switches over...
2012-01-14 Duncan SandsSpeculatively revert commit 148175 (rafael), to see...
2012-01-14 Rafael EspindolaOnly emit the Leh_func_endN symbol when needed.
2012-01-13 Rafael EspindolaRemove previous commit while I debug the bot failures.
2012-01-13 Rafael EspindolaRemove label that is not used anymore.
2012-01-12 Bill WendlingRevert accidental commit.
2012-01-12 Bill WendlingFix the code that was WRONG.
2012-01-06 Eric ChristopherAdd a comment and ensure that anyone else looking at...
2012-01-06 Eric ChristopherUse const vector references instead of a vector copy...
2012-01-06 Eric ChristopherUse -> instead of (*iter).
2012-01-06 Eric ChristopherFix a leak I noticed while reviewing the accelerator...
2012-01-06 Eric ChristopherAs part of the ongoing work in finalizing the accelerat...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-20 Dan GohmanAdd basic generic CodeGen support for half.
2011-12-17 Rafael EspindolaAdd back the MC bits of 126425. Original patch by Natha...
2011-12-16 Eric ChristopherResolve part of a fixme and add a new one.
2011-12-16 Eric ChristopherAdd a fixme here.
2011-12-16 Eric ChristopherExtraneous whitespace and 80-col.
2011-12-14 Nick LewyckyDW_AT_virtuality is also defined to be constant, not...
2011-12-13 Nick LewyckyDW_AT_accessibility is "constant" class, not form class...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
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-04 Eric ChristopherAdd inline subprogram names to the name lookup table...
2011-12-03 Anton KorobeynikovEmit the ctors in the proper order on ARM/EABI.
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-17 Devang PatelDISubrange supports unsigned lower/upper array bounds...
2011-11-15 Eric ChristopherStabilize the output of the dwarf accelerator tables...
2011-11-15 Rafael EspindolaWe currently use a callback to handle an IL pass deleti...
2011-11-12 Rafael EspindolaThe dwarf standard says that the only differences betwe...
2011-11-11 Eric ChristopherInitialize variable.
2011-11-11 Eric ChristopherIf we have a DIE with an AT_specification use that...
2011-11-10 Rafael EspindolaCheck in getOrCreateSubprogramDIE if a declaration...
2011-11-10 Eric ChristopherMake types and namespaces take multiple DIEs for the...
2011-11-10 Eric ChristopherMove type handling to make sure we get all created...
2011-11-10 Eric ChristopherRework adding function names to the dwarf accelerator...
2011-11-09 Benjamin KramerAdd comments.
2011-11-09 Benjamin KramerTake advantage of the zero byte in StringMap when emitt...
2011-11-09 Devang PatelRemove extra ';'
2011-11-09 Eric ChristopherRemove the pubnames section, no one consumes it.
2011-11-08 Eric ChristopherAlso add the linkage name to the name accelerator table...
2011-11-08 Eric ChristopherAdd the base ObjC method name to the names lookup table...
2011-11-08 Eric ChristopherA few more places where we can avoid multiple size...
2011-11-08 Eric ChristopherDon't evaluate Data.size() on every iteration.
2011-11-07 Eric ChristopherAdd all completed and named types to the dwarf type...
2011-11-07 Eric ChristopherMove the hash function to using and taking a StringRef.
next