summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Commit message (Expand)AuthorAge
* [TLI] Add a new hook to TargetLowering to query the target if a load of a con...Juergen Ributzka2014-01-28
* Revert "Revert "Add Constant Hoisting Pass" (r200034)"Juergen Ributzka2014-01-25
* Revert "Add Constant Hoisting Pass" (r200034)Hans Wennborg2014-01-25
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Revert "Add Constant Hoisting Pass"Juergen Ributzka2014-01-24
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* [DAG] Teach DAG to also reassociate vector operationsJuergen Ributzka2014-01-13
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Teach DAGCombiner how to fold a SIGN_EXTEND_INREG of a BUILD_VECTOR ofAndrea Di Biagio2013-12-27
* [DAG] Refactor vector splitting code in SelectionDAG. No functional change in...Juergen Ributzka2013-11-19
* Use right address space pointer sizeMatt Arsenault2013-11-17
* Fix assert on unaligned access to global with different address space size.Matt Arsenault2013-11-16
* Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 typeDaniel Sanders2013-11-15
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Fix "existant" typosAlp Toker2013-10-29
* Keep TBAA info when rewriting SelectionDAG loads and storesRichard Sandiford2013-10-28
* Using FoldingSet in SelectionDAG::getVTList.Wan Xiaofei2013-10-22
* Remove several unused variables.Rafael Espindola2013-10-01
* Allocate AtomicSDNode operands in SelectionDAG's allocator to stop leakage.Benjamin Kramer2013-09-29
* SelectionDAG: Try to expand all condition codes using getCCSwappedOperands()Tom Stellard2013-09-28
* [ARM] Use the load-acquire/store-release instructions optimally in AArch32.Amara Emerson2013-09-26
* Added documentation to getMemsetStores.Serge Pavlov2013-09-17
* white spaces and long linesJack Carter2013-09-09
* SelectionDAG: create correct BooleanContent constantsTim Northover2013-09-06
* Replace getValueType().getSimpleVT() with getSimpleValueType().Craig Topper2013-08-15
* Change asserts at the top of getVectorShuffle to check that LHS and RHS have ...Craig Topper2013-08-09
* Remove AllUndef check from one of the loops in getVectorShuffle. It was alrea...Craig Topper2013-08-08
* TargetLowering: Add getVectorIdxTy() function v2Tom Stellard2013-08-05
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Remove trailing whitespace from SelectionDAG/*.cppStephen Lin2013-07-08
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-03
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-25
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson2013-05-09
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* Fix constant folding for one lane vector types. Constant folding one lane vec...Silviu Baranga2013-04-25
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-19
* When computing the demanded bits of Load SDNodes, make sure that we are looki...Nadav Rotem2013-03-20
* ArrayRefize some code. No functionality change.Benjamin Kramer2013-03-07
* Fix PR10475Michael Liao2013-03-01
* Fix spelling noticed by Duncan.Chandler Carruth2013-02-25
* Fix the root cause of PR15348 by correctly handling alignment 0 onChandler Carruth2013-02-25
* Move the SplatByte helper to APInt and generalize it a bit.Benjamin Kramer2013-02-20
* SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.Benjamin Kramer2013-02-04
* When lowering memcpys to loads and stores, make sure we don't promote alignmentsLang Hames2013-01-31
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-22
* Revert 172708.Nadav Rotem2013-01-20
* Optimization for the following SIGN_EXTEND pairs:Elena Demikhovsky2013-01-17