aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-31/+48
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-21/+107
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-53/+94
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+50
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-54/+79
* Update to LLVM 3.5a.Stephen Hines2014-04-241-22/+47
* Merging r195635:Daniel Sanders2013-11-251-2/+2
* Merging r195491:Bill Wendling2013-11-251-0/+44
* Merging r195156:Bill Wendling2013-11-221-1/+2
* Merging r195339:Bill Wendling2013-11-211-40/+1
* Merging r195317:Bill Wendling2013-11-211-1/+40
* Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 typeDaniel Sanders2013-11-151-0/+2
* Fix some assert messages to say the correct opcode name. Looks like one asser...Craig Topper2013-10-061-7/+7
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-051-0/+27
* Debug info: Don't crash in SelectionDAGISel when a vreg that is beingAdrian Prantl2013-10-051-3/+7
* Revert r191940 to see if it fixes the build bots.Craig Topper2013-10-041-27/+0
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-041-0/+27
* Remove several unused variables.Rafael Espindola2013-10-011-1/+0
* Added temp flag -misched-bench for staging in default changes.Andrew Trick2013-09-261-1/+1
* whitespaceAndrew Trick2013-09-261-2/+2
* [stackprotector] Allow for copies from vreg -> vreg to be in a terminator seq...Michael Gottesman2013-09-241-6/+26
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-221-5/+5
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-161-1/+1
* [stackprotector] When finding the split point to splice off the end of a pare...Michael Gottesman2013-08-221-9/+44
* Remove unused variables that crept in.Michael Gottesman2013-08-201-6/+0
* Teach selectiondag how to handle the stackprotectorcheck intrinsic.Michael Gottesman2013-08-201-4/+87
* ARM: Fix more fast-isel verifier failures.Jim Grosbach2013-08-161-0/+4
* Replace getValueType().getSimpleVT() with getSimpleValueType().Craig Topper2013-08-151-1/+1
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-271-0/+1
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-091-7/+9
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-041-4/+7
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-041-7/+4
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-031-4/+7
* Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifyin...Craig Topper2013-07-031-4/+4
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-11/+14
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-161-1/+4
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-061-18/+17
* Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.Bill Wendling2013-06-061-1/+1
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-251-3/+1
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-4/+4
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-301-10/+7
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-301-7/+10
* Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'mEli Bendersky2013-04-191-79/+1
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-191-1/+1
* Use dbgs() consistently for -debug printoutsEli Bendersky2013-04-191-13/+13
* Add some more stats for fast isel vs. SelectionDAG, w.r.t lowering functionEli Bendersky2013-04-191-1/+10
* Move SDNode order propagation to SDNodeOrdering, which also fixes a missedJustin Holewinski2013-03-201-0/+2
* Propagate DAG node ordering during type legalization and instruction selectionJustin Holewinski2013-03-201-1/+3
* Reset some of the target options which affect code generation.Bill Wendling2013-03-131-0/+1
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-081-13/+11