Use "a" instead of "a0" in DataLayout.
[oota-llvm.git] / lib / CodeGen /
2013-12-12 Quentin ColombetFix an over-constrained assertion in MachineFunction...
2013-12-11 Hal FinkelAdd two additional hazard recognizer functions
2013-12-11 Rafael EspindolaOn ELF and COFF treat linker_private like private.
2013-12-11 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-11 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-11 David BlaikieDwarfUnit: LLVM_OVERRIDE and constify some functions
2013-12-11 Benjamin KramerSelectionDAG: Fix a typo.
2013-12-11 Richard SandifordExtend (truncate (load)) folding
2013-12-11 Andrew TrickAdd TargetRegisterInfo::reverseLocalAssignment hook.
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
2013-12-10 David Fangon darwin<10, fallback to .weak_definition (PPC,X86)
2013-12-10 Matt ArsenaultFix gcc warnings.
2013-12-10 Reid KlecknerReland "Fix miscompile of MS inline assembly with stack...
2013-12-10 Richard SandifordAdd TargetLowering::prepareVolatileOrAtomicLoad
2013-12-10 NAKAMURA TakumiAdd proper dependencies to LLVMBuild.txt in llvm/lib.
2013-12-10 Reid KlecknerRevert "Fix miscompile of MS inline assembly with stack...
2013-12-10 Reid KlecknerFix miscompile of MS inline assembly with stack realignment
2013-12-10 Nadav RotemFix PR18162 - Incorrect assertion assumed that the...
2013-12-10 Eric ChristopherDisable emitting DW_AT_GNU_ranges_base until we actuall...
2013-12-10 Eric ChristopherWe never emit info into the macro info section, stop...
2013-12-10 Eric Christopher80-col.
2013-12-09 Eric ChristopherRename CompileUnit->DwarfCompileUnit and TypeUnit-...
2013-12-09 Eric ChristopherRename Unit->DwarfUnit to match the file name and make...
2013-12-09 David BlaikieDwarfDebug/Unit: Remove another case of label recreatio...
2013-12-07 Andrew TrickFactor out the SchedRemainder/SchedBoundary from Generi...
2013-12-07 Lang HamesCorrect think-o in foldPatchpoint. Thanks to Andy Trick...
2013-12-07 Vincent LejeuneAdd a RequireStructuredCFG Field to TargetMachine.
2013-12-06 David BlaikieDebugInfo: Move unit begin/end labels into the unit
2013-12-06 David BlaikieDebugInfo: Include the section and start-of-section...
2013-12-06 David BlaikieDwarfDebug: Walk skeletons during fission pubtypes...
2013-12-06 David BlaikieDebugInfo: Ensure unit IDs (for non-skeletal units...
2013-12-06 Andrew Trickcomment grammar
2013-12-06 Daniel JasperFix bug introduced in r196517.
2013-12-05 Aditya NandakumarCheck hint registers for interference only once before...
2013-12-05 Matt ArsenaultRevert part of GCC warning fix to fix debug build.
2013-12-05 Matt ArsenaultFix minor GCC warnings.
2013-12-05 Eric ChristopherRename DwarfUnits to DwarfFile to help avoid some namin...
2013-12-05 Andrew TrickMI-Sched: Model "reserved" processor resources.
2013-12-05 Andrew TrickMI-Sched: handle latency of in-order operations with...
2013-12-05 Andrew Trickcomment typo and reformat
2013-12-05 David BlaikieDwarfDebug/DwarfUnit: Push abbreviation structures...
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-05 Rafael EspindolaTry harder to get a consistent floating point results.
2013-12-05 David BlaikieDwarfDebug: Avoid unnecessary abbreviation lookup when...
2013-12-05 David BlaikieDwarfDebug: Remove trivial function wrapper
2013-12-05 Eric Christopher80-column.
2013-12-05 Eric ChristopherRemove special handling for DW_AT_ranges support by...
2013-12-05 Eric ChristopherFix comment.
2013-12-04 David BlaikieDwarfUnit: Correct comment by generalizing over all...
2013-12-04 Eric ChristopherUpdate comment.
2013-12-04 Eric ChristopherUpdate comment.
2013-12-04 Eric ChristopherRemove incorrect comment and pointless cast.
2013-12-04 Eric Christopherconst on its own line is confusing.
2013-12-04 Eric ChristopherSimplify check.
2013-12-04 Eric ChristopherReformat slightly.
2013-12-04 Eric ChristopherMake RangeSpanList take a symbol for the beginning...
2013-12-04 David BlaikieDwarfDebug: Unconditionalize trivial asm comments
2013-12-04 David BlaikieDwarfDebug: Reduce code duplication for sec offset...
2013-12-04 Eric ChristopherCouple of small logical cleanups to use !empty rather...
2013-12-04 Eric ChristopherUse move and stack allocation for RangeSpanLists. As...
2013-12-04 David BlaikieDebugInfo: Remove unused start/end labels for the debug...
2013-12-04 David BlaikieDebugInfo: Avoid recreating matching labels in disparat...
2013-12-03 Eric ChristopherUpdate comment grammar and contents.
2013-12-03 Michael GottesmanFixed various whitespace/spelling/80+ issues.
2013-12-03 Timur IskhodzhanovFix a typo in a comment
2013-12-03 Timur IskhodzhanovReland 196270 "Generalize debug info / EH emission...
2013-12-03 NAKAMURA TakumiRevert r196270, "Generalize debug info / EH emission...
2013-12-03 Timur IskhodzhanovGeneralize debug info / EH emission in AsmPrinter
2013-12-03 Michael GottesmanAdded MachineBlockFrequencyInfo::view for displaying...
2013-12-03 Eric ChristopherRefactor the handling of lexical block and inline scope...
2013-12-03 Eric ChristopherUpdate doxygen tags.
2013-12-03 Eric ChristopherReorder member function declarations to match source...
2013-12-03 Eric ChristopherMake ranges and range lists be a discrete entity that...
2013-12-02 Rafael EspindolaConvert two char* that are only ever used as booleans...
2013-12-02 David BlaikieRemove unnecessary/commented-out header inclusion.
2013-12-02 David BlaikieDebugInfo: Rename generic unit references to "TheU...
2013-12-02 David BlaikieDebugInfo: Rename DwarfCompileUnit.* to DwarfUnit....
2013-12-02 David BlaikieDebugInfo: Refactor CompileUnit into a Unit baseclass...
2013-12-02 David BlaikieDebugInfo: Type Units: Propagate the correct DW_AT_lang...
2013-12-02 Rafael EspindolaMove getSymbolWithGlobalValueBase to TargetLoweringObje...
2013-11-29 Andrew TrickReverse the order of eviction checks for possible compi...
2013-11-29 Lang HamesTeach LocalStackSlotAllocation that stackmaps/patchpoin...
2013-11-29 Lang HamesRemove unused variable from r195944.
2013-11-29 Lang HamesRefactor a lot of patchpoint/stackmap related code...
2013-11-28 Rafael EspindolaRemove an always true parameter.
2013-11-27 David BlaikieDebugInfo: Do not include variables only referenced...
2013-11-27 Lang HamesShow stackmap entry encodings in stackmap debug logs...
2013-11-27 Rafael EspindolaUse the same tls section name as msvc.
2013-11-27 Rafael EspindolaUse simple section names for COMDAT sections on COFF.
2013-11-26 Eric Christopher80-column fixups.
2013-11-26 David BlaikieDwarfDebug: Include type units in accelerator tables.
2013-11-26 Timur IskhodzhanovRename DwarfException methods so the new names are...
2013-11-26 Andrew TrickStackMap: Implement support for DirectMemRefOp.
2013-11-26 David BlaikieDebugInfo: Remove CompileUnit::constructTypeDIEImpl...
2013-11-26 David BlaikieDebugInfo: Avoid emitting pubtype entries for type...
2013-11-26 David BlaikieDebugInfo: Pubtypes: Coelesce pubtype registration...
2013-11-25 Bill WendlingUnrevert r195599 with testcase fix.
2013-11-25 Amara EmersonRevert r195599 as it broke the builds.
2013-11-25 Daniel SandersFixed tryFoldToZero() for vector types that need expansion.
2013-11-25 Bill WendlingDon't look past volatile loads.
next