summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Silence the unused variable warning. Nadav Rotem2013-02-271-5/+7
* The FastISEL should be fast. But when we record statistics we use atomic oper...Nadav Rotem2013-02-271-9/+10
* Fix wording.Chad Rosier2013-02-251-3/+4
* [fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 orChad Rosier2013-02-251-0/+10
* [ms-inline asm] Remove a redundant call to the setHasMSInlineAsm function.Chad Rosier2013-02-181-2/+1
* [ms-inline asm] Fix undefined behavior to reset hasMSInlineAsm in advance of ...NAKAMURA Takumi2013-02-181-0/+1
* [ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.Chad Rosier2013-02-161-14/+17
* Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...Bill Wendling2013-02-151-0/+4
* Currently, codegen may spent some time in SDISel passes even if an entireEvan Cheng2013-02-111-7/+13
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-071-1/+1
* Funnel the actual TargetTransformInfo pass from the SelectionDAGISelChandler Carruth2013-01-051-1/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-8/+8
* Use MachineInstrBuilder for PHI nodes in SelectionDAGISel.Jakob Stoklund Olesen2012-12-201-50/+25
* Fall back to the selection dag isel to select tail calls.Chad Rosier2012-12-111-5/+7
* Use dyn_cast instead of isa and cast. No functionality change.Jakub Staszak2012-12-041-4/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-20/+20
* misched: Allow subtargets to enable misched and dependent options.Andrew Trick2012-11-131-1/+3
* Freeze the reserved registers as soon as isel is complete.Jakob Stoklund Olesen2012-10-151-0/+5
* Fix bad comment. No functional change.Craig Topper2012-09-161-1/+1
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-061-4/+9
* BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren2012-08-241-0/+7
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-2/+2
* Fall back to selection DAG isel for calls to builtin functions.Bob Wilson2012-08-031-1/+1
OpenPOWER on IntegriCloud