Avoid a Symbol -> Name -> Symbol conversion.
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2015-06-22 Rafael EspindolaAvoid a Symbol -> Name -> Symbol conversion.
2015-06-22 Pawel BylicaFix shl folding in DAG combiner.
2015-06-22 Chandler Carruth[PM/AA] Hoist the AliasResult enum out of the AliasAnal...
2015-06-20 Hans WennborgSwitch lowering: add heuristic for filling leaf nodes...
2015-06-20 Sanjoy Das[Statepoint] Remove unnecessary argument from Statepoin...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-18 Hans WennborgSwitch lowering: enable whole-switch jump tables at...
2015-06-18 Sanjay Patelfix typo; NFC
2015-06-17 Sanjay Patelremove unnecessary casts; NFC
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-17 Sanjay Patelfix typos in comments; NFC
2015-06-17 Chandler Carruth[PM/AA] Remove the Location typedef from the AliasAnaly...
2015-06-16 Sanjay Patelrename variables; NFC
2015-06-16 Sanjay Patelextract some code into a helper function for MergeConse...
2015-06-16 Sanjay Patelpropagate IR-level fast-math-flags to DAG nodes, disabl...
2015-06-16 Matt ArsenaultRevert "Revert "Fix merges of non-zero vector stores""
2015-06-13 Simon Pilgrim[DAGCombiner] Added BSWAP(BSWAP(x)) -> x combine pattern.
2015-06-13 Simon Pilgrim[SelectionDAG] Added assertions + UNDEF handling for...
2015-06-13 Simon Pilgrim[DAGCombiner] Added BSWAP vector constant folding support.
2015-06-13 Simon PilgrimStripped trailing whitespace. NFC.
2015-06-11 Reid KlecknerRevert "Fix merges of non-zero vector stores"
2015-06-11 Matt ArsenaultFix merges of non-zero vector stores
2015-06-10 Igor Laevsky[StatepointLowering] Reuse stack slots across basic...
2015-06-09 Reid Kleckner[WinEH] Add 32-bit SEH state table emission prototype
2015-06-09 Matt ArsenaultImplement computeKnownBits for min/max nodes
2015-06-08 Simon Pilgrim[DAGCombiner] Added CTLZ vector constant folding support.
2015-06-08 Simon Pilgrim[DAGCombiner] Added CTTZ vector constant folding support.
2015-06-07 Simon Pilgrim[DAGCombiner] Added CTPOP vector constant folding support.
2015-06-05 Fiona GlaserDAGCombiner: don't duplicate (fmul x, c) in visitFNEG...
2015-06-05 Andrea Di BiagioSimplify code; NFC.
2015-06-04 Swaroop SridharStatepoint: Fix handling of Far Immediate calls
2015-06-04 Benjamin Kramer[SDAG switch lowering] Fix switch case -> or merging...
2015-06-04 Sergey DmitroukErase constant dbgloc on reuse in PHI node
2015-06-04 Andrea Di Biagio[DAGCombiner] Fix wrong folding of a build_vector into...
2015-06-04 Benjamin Kramer[SDag switch lowering] Simplify code a bit. No function...
2015-06-04 Matt ArsenaultPass address space to isLegalAddressingMode in DAGCombiner
2015-06-04 Hans WennborgSwitch lowering: fix assert in buildBitTests (PR23738)
2015-06-04 James MolloyDon't create a MIN/MAX node if the underlying compare...
2015-06-02 Sanjoy Das[SelectionDAG] Fix PR23603.
2015-05-30 Chandler Carruth[sdag] Add the helper I most want to the DAG -- buildin...
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-29 Fiona GlaserSelectionDAG: fix logic for promoting shift types
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-28 Reid Kleckner[WinEH] Start inserting state number stores for C++ EH
2015-05-28 David Majnemer[SelectionDAG] Scalar shift amounts may require legaliz...
2015-05-27 Jan VeselySelectionDAG: Don't do libcall on div/rem if divrem...
2015-05-25 Elena DemikhovskyAdded promotion to EXTRACT_SUBVECTOR operand.
2015-05-24 Matt ArsenaultAdd target hook to allow merging stores of nonzero...
2015-05-22 Duncan P. N. Exon... SDAG: Give SDDbgValues their own allocator (and reset it)
2015-05-22 Duncan P. N. Exon... SDAG: Cleanup initialization of SDDbgValue, NFC
2015-05-21 Simon Pilgrim[X86][SSE] Improve support for 128-bit vector sign...
2015-05-20 Andrew KaylorFix build warning
2015-05-20 Andrew Kaylor[WinEH] C++ EH state numbering fixes
2015-05-20 Matthias BraunDAGCombiner: Continue combining if FoldConstantArithmet...
2015-05-20 Pawel BylicaFix icmp lowering
2015-05-20 Pete CooperChange Function::getIntrinsicID() to return an Intrinsi...
2015-05-20 Igor Laevsky[StatepointLowering] Support of the gc.relocates for...
2015-05-19 Philip ReamesRemove a stale comment
2015-05-19 Sanjay Pateluse 'auto *' for pointers; clearer usage, no deep copying
2015-05-19 Sanjay Pateltidy up
2015-05-19 Sanjay Pateluse range-based for-loop
2015-05-19 Sanjay Pateluse range-based for loop
2015-05-19 Matthias BraunSelectionDAG: Cleanup and simplify FoldConstantArithmetic
2015-05-19 Matthias BraunDAGCombiner: Factor common pattern into isOneConstant...
2015-05-19 Matthias BraunDAGCombiner: Factor common pattern into isAllOnesConsta...
2015-05-19 Matthias BraunDAGCombiner: Use isNullConstant() where possible
2015-05-18 Matthias BraunRevert accidental change in r237633
2015-05-18 Matthias BraunDAGCombiner: Factor common pattern into isNullConstant...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-18 Hal FinkelPreserve the order of READ_REGISTER and WRITE_REGISTER
2015-05-18 Oliver StannardRevert r237579, as it broke windows buildbots
2015-05-18 Oliver Stannard[LLVM - ARM/AArch64] Add ACLE special register intrinsics
2015-05-18 Hal Finkel[DAGCombine] Be more pedantic about use iteration in...
2015-05-16 Benjamin Kramer[WinEH] Push unique_ptr through the Action interface.
2015-05-15 James Molloy[SDAGBuilder] Make the AArch64 builder happier.
2015-05-15 James MolloyAdd SDNodes for umin, umax, smin and smax.
2015-05-13 Nick LewyckyRevert r237046. See the testcase on the thread where...
2015-05-13 Sergey Dmitrouk[DebugInfo] Debug locations for constant SD nodes
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-05-12 Pat Gavlin[Statepoints] Clean up statepoint argument accessors.
2015-05-12 Pat Gavlin[Statepoints] Split the calling convention and statepoi...
2015-05-12 Igor LaevskyReverse ordering of base and derived pointer during...
2015-05-12 Eric ChristopherMigrate existing backends that care about software...
2015-05-11 Sanjay Patelpropagate IR-level fast-math-flags to DAG nodes; 2nd...
2015-05-11 Andrew KaylorFixing build warnings
2015-05-11 Andrew Kaylor[WinEH] Update exception numbering to give handlers...
2015-05-10 Simon Pilgrim[SelectionDAG] Fixed constant folding issue when legali...
2015-05-09 James Y KnightFix MergeConsecutiveStore for non-byte-sized memory...
2015-05-09 Pete Cooper[Fast-ISel] Don't mark the first use of a remat constan...
2015-05-08 Hans WennborgSwitch lowering: cluster adjacent fall-through cases...
2015-05-08 Pete Cooper[Fast-ISel] Clear kill flags on registers replaced...
2015-05-08 Pat GavlinExtend the statepoint intrinsic to allow statepoints...
2015-05-08 James Y KnightFix alignment checks in MergeConsecutiveStores.
2015-05-08 Igor LaevskyFix coding standart based on post submit comments.
2015-05-07 Hans WennborgSwitch lowering: handle zero-weight branch probabilities
2015-05-06 Pete CooperFix incorrect kill flags in fastisel.
2015-05-06 Sanjoy Das[SelectionDAG] Delete SelectionDAGBuilder::removeValue...
2015-05-06 Diego NovilloAllow 0-weight branches in BranchProbabilityInfo.
2015-05-06 NAKAMURA TakumiReformat.
2015-05-06 NAKAMURA TakumiRevert r236546, "propagate IR-level fast-math-flags...
next