[PM] Add a really simple trait to the DOTGraphTraitsPass class templates
[oota-llvm.git] / lib / CodeGen /
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.
2013-11-25 Chandler CarruthOutput a bit more information in the debug printing...
2013-11-23 David BlaikieDwarfDebug: Move ownership of CompileUnits into DwarfUnits
2013-11-23 Eric ChristopherRefactor DW_AT_ranges handling to use labels for ranges...
2013-11-23 Eric ChristopherReformat const for readability.
2013-11-22 Paul RobinsonTeach ISel not to optimize 'optnone' functions (revised).
2013-11-22 Andrew TrickDEBUG shouldEvict decisions
2013-11-22 Andrew TrickMinor cleanup. EvictionCost ctor was confusing relative...
2013-11-22 Andrew Trickpatchpoint: factor SD builder code for live vars. Plain...
2013-11-22 Andrew Trickpatchpoint: eliminate hard coded operand indices.
2013-11-22 Tom StellardSelectionDAG: Optimize expansion of vec_type = BITCAST...
2013-11-22 Tom StellardSplit SETCC if VSELECT requires splitting too.
2013-11-21 Eric ChristopherIn Dwarf 3 (and Dwarf 2) attributes whose value are...
2013-11-21 Eric ChristopherMove member variable up to where the rest of non-DWARF5...
2013-11-21 Daniel SandersAdd support for legalizing SETNE/SETEQ by inverting...
2013-11-21 NAKAMURA TakumiRevert r195317 (and r195333), "Teach ISel not to optimi...
2013-11-21 Paul RobinsonTeach ISel not to optimize 'optnone' functions.
2013-11-21 Eric ChristopherMove DebugInfoOffset member near the other data member...
2013-11-21 Eric ChristopherReflow some documentation and remove whitespace comment...
2013-11-21 Eric ChristopherAdd more documenation for the lookup tables data members.
2013-11-21 Eric ChristopherReorder language in the CompileUnit description and...
2013-11-21 Eric ChristopherUpdate comment.
2013-11-21 Eric ChristopherConstify the DIEs used for pubname and pubtype tables...
2013-11-20 Benjamin KramerMachineBlockPlacement: Strengthen the source order...
2013-11-20 David BlaikieDwarfCompileUnit: Initialize DebugInfoOffset.
2013-11-20 David BlaikieCR feedback for r195166: Add comments regarding type...
2013-11-20 Eric ChristopherRemove polymorphic destruction for DIE. DIEBlocks are...
2013-11-20 Eric ChristopherRemove capability for polymorphic destruction from...
2013-11-20 Eric ChristopherGrammar.
2013-11-20 Eric ChristopherFormatting, 80-col, trailing whitespace.
2013-11-20 Jack Carterlong line correction
2013-11-19 Aditya NandakumarFixed an extra for(typo) in the comments
2013-11-19 Jack Carterlong lines and white space correction
2013-11-19 David BlaikieDebugInfo: Partial implementation of DWARF type units.
2013-11-19 David BlaikieDebugInfo: Constify accelerator table handling, and...
2013-11-19 Juergen Ributzka[DAG] Refactor vector splitting code in SelectionDAG...
2013-11-19 Rafael EspindolaSupport multiple COFF sections with the same name but...
2013-11-19 Andrew TrickObvious pasto survived a couple rounds of cleanup.
2013-11-19 Eric ChristopherFormatting and 80-col.
2013-11-19 Eric ChristopherFix comment.
2013-11-19 Eric ChristopherRefactor the section emission code to remove duplicates...
2013-11-19 Eric ChristopherReformat file.
2013-11-19 Andrew TrickFix patchpoint comments.
2013-11-19 Andrew TrickAdd an abstraction to handle patchpoint operands.
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 David BlaikieDwarfDebug: Move trailing else to the same line as...
2013-11-18 David BlaikieDwarfDebug: Remove some more redundant explicit constru...
2013-11-18 David BlaikieDebugInfo: Simplify a few more explicit constructions...
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-17 David BlaikieRemove unnecessary temporary construction.
2013-11-17 David BlaikieRemove redundant explicit default initialization.
2013-11-17 David BlaikieDwarfCompileUnit: Add type safety to createGlobalVariab...
2013-11-17 Bill WendlingRevert "Micro-optimization"
2013-11-17 Benjamin KramerDAGCombiner: Partially revert r192795, getNOT was fixed...
2013-11-17 Matt ArsenaultUse more getZExtOrTruncs
2013-11-17 Matt ArsenaultUse getZExtOrTrunc instead of repeating the same logic.
2013-11-17 Andrew TrickAdded a size field to the stack map record to handle...
2013-11-17 Matt ArsenaultUse right address space pointer size
2013-11-16 Matt ArsenaultFix assert on unaligned access to global with different...
2013-11-16 Matt ArsenaultFix codegen for null different sized pointer.
2013-11-16 David BlaikieDwarfCompileUnit: Push type safety of DIDescriptor...
2013-11-16 David BlaikieDwarfCompileUnit: Remove unnecessary OwningPtr<T>:...
2013-11-16 Eric ChristopherFor dwarf4 use the correct form for referencing debug_l...
2013-11-15 David BlaikieDwarfCompileUnit: Add type safety to CompileUnit::getNo...
2013-11-15 David BlaikieDwarfCompileUnit: Add type safety by using DICompileUni...
2013-11-15 David BlaikieDwarfCompileUnit: Simplify getLanguage() calls to use...
2013-11-15 Adrian PrantlReplace the dangling context hotfix with an assertion.
2013-11-15 David BlaikieDwarfDebug: Push DISubprogram through updateSubprogramS...
2013-11-15 David BlaikieDwarfCompileUnit: Push DIDescriptors through a getDIE...
2013-11-15 David BlaikieDwarfCompileUnit: Push DIDescriptor usage out from...
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Matt ArsenaultFix confusing machine verifier error.
2013-11-15 Adrian PrantlReimplement r194843 in a slightly less broken way.
2013-11-15 Adrian PrantlRestore the behaviour from before r194728.
2013-11-15 Bob WilsonAvoid illegal integer promotion in fastisel
2013-11-15 Daniel SandersFix illegal DAG produced by SelectionDAG::getConstant...
2013-11-15 Matt ArsenaultAdd target hook to prevent folding some bitcasted loads.
2013-11-15 Eric ChristopherUse a reference rather than a pointer as we don't expec...
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-14 Andrew TrickWhen folding memory operands, preserve existing Machine...
2013-11-14 David BlaikieDebugInfo: Simplify/narrow null-check for getOrCreateType
2013-11-14 David BlaikieDwarfCompileUnit::getOrCreateContext: Return the compil...
2013-11-14 David BlaikieRemove unnecessary 'else' after return.
2013-11-14 Rafael EspindolaError if we see an alias to a declaration.
2013-11-14 Andrew TrickMinor extension to llvm.experimental.patchpoint: don...
2013-11-13 David BlaikieDIEHash: Move header include to be first in the impleme...
2013-11-13 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-11-13 Aaron BallmanReplacing HUGE_VALF with llvm::huge_valf in order to...
2013-11-11 Arnaud A. de Grand... CalcSpillWeights: allow overidding the spill weight...
2013-11-11 Arnaud A. de Grand... CalcSpillWeights: give a better describing name to...
2013-11-11 Eric ChristopherUnify the adding of enumerators with the construction...
2013-11-11 Eric ChristopherFormatting.
2013-11-11 Eric Christopher80-col.
next