summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-271-1/+1
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-261-1/+1
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-261-1/+1
* [DAG] Keep the opaque constant flag when performing unary constant folding op...Juergen Ributzka2014-03-251-6/+12
* [DAG] Fix an assertion failure caused by an invalid cast in method 'BuildVect...Andrea Di Biagio2014-03-221-7/+6
* Make DAGCombiner work on vector bitshifts with constant splat vectors.Matt Arsenault2014-03-171-0/+13
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-111-7/+21
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-1/+1
* R600: Fix extloads from i8 / i16 to i64.Matt Arsenault2014-03-061-0/+15
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* Add missing constMatt Arsenault2014-02-241-1/+1
* Pass address space to allowsUnalignedMemoryAccessesMatt Arsenault2014-02-051-3/+5
* Add address space argument to allowsUnalignedMemoryAccess.Matt Arsenault2014-02-051-1/+1
* [TLI] Add a new hook to TargetLowering to query the target if a load of a con...Juergen Ributzka2014-01-281-8/+4
* Revert "Revert "Add Constant Hoisting Pass" (r200034)"Juergen Ributzka2014-01-251-14/+27
* Revert "Add Constant Hoisting Pass" (r200034)Hans Wennborg2014-01-251-27/+14
* Add Constant Hoisting PassJuergen Ributzka2014-01-241-14/+27
* Revert "Add Constant Hoisting Pass"Juergen Ributzka2014-01-241-27/+14
* Add Constant Hoisting PassJuergen Ributzka2014-01-241-14/+27
* [DAG] Teach DAG to also reassociate vector operationsJuergen Ributzka2014-01-131-0/+9
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-1/+0
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Teach DAGCombiner how to fold a SIGN_EXTEND_INREG of a BUILD_VECTOR ofAndrea Di Biagio2013-12-271-0/+16
* [DAG] Refactor vector splitting code in SelectionDAG. No functional change in...Juergen Ributzka2013-11-191-2/+36
* Use right address space pointer sizeMatt Arsenault2013-11-171-1/+2
* Fix assert on unaligned access to global with different address space size.Matt Arsenault2013-11-161-1/+1
* Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 typeDaniel Sanders2013-11-151-1/+50
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+26
* Fix "existant" typosAlp Toker2013-10-291-1/+1
* Keep TBAA info when rewriting SelectionDAG loads and storesRichard Sandiford2013-10-281-0/+16
* Using FoldingSet in SelectionDAG::getVTList.Wan Xiaofei2013-10-221-59/+64
* Remove several unused variables.Rafael Espindola2013-10-011-4/+2
* Allocate AtomicSDNode operands in SelectionDAG's allocator to stop leakage.Benjamin Kramer2013-09-291-2/+10
* SelectionDAG: Try to expand all condition codes using getCCSwappedOperands()Tom Stellard2013-09-281-1/+6
* [ARM] Use the load-acquire/store-release instructions optimally in AArch32.Amara Emerson2013-09-261-48/+26
* Added documentation to getMemsetStores.Serge Pavlov2013-09-171-0/+18
* white spaces and long linesJack Carter2013-09-091-45/+81
* SelectionDAG: create correct BooleanContent constantsTim Northover2013-09-061-1/+6
* Replace getValueType().getSimpleVT() with getSimpleValueType().Craig Topper2013-08-151-4/+4
* Change asserts at the top of getVectorShuffle to check that LHS and RHS have ...Craig Topper2013-08-091-6/+3
* Remove AllUndef check from one of the loops in getVectorShuffle. It was alrea...Craig Topper2013-08-081-5/+1
* TargetLowering: Add getVectorIdxTy() function v2Tom Stellard2013-08-051-1/+1
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-3/+4
* Remove trailing whitespace from SelectionDAG/*.cppStephen Lin2013-07-081-1/+1
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-031-1/+1
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-40/+55
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-251-28/+9
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-131/+136
* Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson2013-05-091-0/+15
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-051-2/+2
OpenPOWER on IntegriCloud