summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Commit message (Expand)AuthorAge
...
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-03
* Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifyin...Craig Topper2013-07-03
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-16
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.Bill Wendling2013-06-06
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-25
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-30
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-30
* Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'mEli Bendersky2013-04-19
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-19
* Use dbgs() consistently for -debug printoutsEli Bendersky2013-04-19
* Add some more stats for fast isel vs. SelectionDAG, w.r.t lowering functionEli Bendersky2013-04-19
* Move SDNode order propagation to SDNodeOrdering, which also fixes a missedJustin Holewinski2013-03-20
* Propagate DAG node ordering during type legalization and instruction selectionJustin Holewinski2013-03-20
* Reset some of the target options which affect code generation.Bill Wendling2013-03-13
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-08
* ArrayRefize some code. No functionality change.Benjamin Kramer2013-03-07
* No need to go through int64 and APInt when generating a new constant.Nadav Rotem2013-03-07
* Remove duplicate line and move another closer to its actual useEli Bendersky2013-03-01
* A small refactoring + adding comments.Eli Bendersky2013-02-28
* Remove unnecessary cast to void.Eric Christopher2013-02-27
* Silence the unused variable warning. Nadav Rotem2013-02-27
* The FastISEL should be fast. But when we record statistics we use atomic oper...Nadav Rotem2013-02-27
* Fix wording.Chad Rosier2013-02-25
* [fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 orChad Rosier2013-02-25
* [ms-inline asm] Remove a redundant call to the setHasMSInlineAsm function.Chad Rosier2013-02-18
* [ms-inline asm] Fix undefined behavior to reset hasMSInlineAsm in advance of ...NAKAMURA Takumi2013-02-18
* [ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.Chad Rosier2013-02-16
* Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...Bill Wendling2013-02-15
* Currently, codegen may spent some time in SDISel passes even if an entireEvan Cheng2013-02-11
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-07
* Funnel the actual TargetTransformInfo pass from the SelectionDAGISelChandler Carruth2013-01-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use MachineInstrBuilder for PHI nodes in SelectionDAGISel.Jakob Stoklund Olesen2012-12-20
* Fall back to the selection dag isel to select tail calls.Chad Rosier2012-12-11
* Use dyn_cast instead of isa and cast. No functionality change.Jakub Staszak2012-12-04
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* misched: Allow subtargets to enable misched and dependent options.Andrew Trick2012-11-13
* Freeze the reserved registers as soon as isel is complete.Jakob Stoklund Olesen2012-10-15
* Fix bad comment. No functional change.Craig Topper2012-09-16
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-06
* BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren2012-08-24
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Fall back to selection DAG isel for calls to builtin functions.Bob Wilson2012-08-03
* Provide function name in 'Cannot select' fatal error.Jim Grosbach2012-07-13
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* Add some constantness. No functionality change.Jakub Staszak2012-04-30
* Fix PR12599.Jakob Stoklund Olesen2012-04-20