Make getByValTypeAlignment() taking DataLayout as an argument
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2015-07-09 Mehdi AminiMake getByValTypeAlignment() taking DataLayout as an...
2015-07-09 Mehdi AminiMake TargetLowering::getShiftAmountTy() taking DataLayo...
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-09 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-08 Sanjay Patelearly exits -> less indenting; NFCI
2015-07-08 Mehdi AminiRemove IsLittleEndian from TargetLowering and redirect...
2015-07-07 Reid Kleckner[WinEH] Make llvm.x86.seh.restoreframe work for stack...
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-07-07 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-07 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-05 Peter CollingbourneIR: Do not consider available_externally linkage to...
2015-07-05 Benjamin Kramer[TargetLowering] StringRefize asm constraint getters.
2015-07-02 Nadav RotemFix an overly aggressive assertion in getCopyFromPartsV...
2015-07-02 Akira HatanakaUse function attribute "trap-func-name" and remove...
2015-07-02 Pawel BylicaReapply r240291: Fix shl folding in DAG combiner.
2015-07-02 Sanjoy Das[NFC] Make the Statepoint class more like CallSite
2015-07-01 Benjamin Kramer[SDAG] Give InstrEmitter hidden visibility
2015-06-29 Pawel Bylica[DAGCombiner] Fix & simplify constant folding of sext...
2015-06-27 Benjamin Kramer[SDAG] Now that we have a way to communicate the exact...
2015-06-26 Pete CooperConvert a bunch of loops to foreach. NFC.
2015-06-26 Pete CooperWrap assert loops in #ifndef NDEBUG
2015-06-26 Pete CooperConvert a bunch of loops to foreach. NFC.
2015-06-26 Pete CooperConvert a bunch of loops to foreach. NFC.
2015-06-26 Pete CooperConvert a bunch of loops to foreach. NFC.
2015-06-26 Benjamin Kramer[DAGCombine] Fix demanded bits computation for exact...
2015-06-26 Benjamin Kramer[DAGCombiner] Preserve the exact bit when simplifying...
2015-06-26 Benjamin Kramer[DAGCombine] fold (X >>?,exact C1) << C2 --> X << ...
2015-06-25 Matt ArsenaultDAGCombiner: Use pop_back_val()
2015-06-25 Sanjay Patelfix typos; NFC
2015-06-25 Matt ArsenaultDAGCombiner: Remove redundant check
2015-06-24 Pawel BylicaFix instruction scheduling live register tracking
2015-06-23 Rafael EspindolaUse MCSymbols for FastISel.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Pawel BylicaRevert r240291: causes problems in self-hosted builds.
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
next