summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed tryFoldToZero() for vector types that need expansion.Daniel Sanders2013-11-251-2/+2
* Teach ISel not to optimize 'optnone' functions (revised).Paul Robinson2013-11-221-0/+44
* Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions."NAKAMURA Takumi2013-11-211-40/+1
* Teach ISel not to optimize 'optnone' functions.Paul Robinson2013-11-211-1/+40
* long line correctionJack Carter2013-11-201-1/+2
* [DAG] Refactor vector splitting code in SelectionDAG. No functional change in...Juergen Ributzka2013-11-191-1/+2
* 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
* ArrayRefize some code. No functionality change.Benjamin Kramer2013-03-071-3/+1
* No need to go through int64 and APInt when generating a new constant.Nadav Rotem2013-03-071-3/+3
* Remove duplicate line and move another closer to its actual useEli Bendersky2013-03-011-3/+1
* A small refactoring + adding comments.Eli Bendersky2013-02-281-7/+4
* Remove unnecessary cast to void.Eric Christopher2013-02-271-1/+0
OpenPOWER on IntegriCloud