aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
AgeCommit message (Expand)Author
2013-03-20Move SDNode order propagation to SDNodeOrdering, which also fixes a missedJustin Holewinski
2013-03-20Propagate DAG node ordering during type legalization and instruction selectionJustin Holewinski
2013-03-13Reset some of the target options which affect code generation.Bill Wendling
2013-03-08Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung
2013-03-07ArrayRefize some code. No functionality change.Benjamin Kramer
2013-03-07No need to go through int64 and APInt when generating a new constant.Nadav Rotem
2013-03-01Remove duplicate line and move another closer to its actual useEli Bendersky
2013-02-28A small refactoring + adding comments.Eli Bendersky
2013-02-27Remove unnecessary cast to void.Eric Christopher
2013-02-27Silence the unused variable warning. Nadav Rotem
2013-02-27The FastISEL should be fast. But when we record statistics we use atomic oper...Nadav Rotem
2013-02-25Fix wording.Chad Rosier
2013-02-25[fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 orChad Rosier
2013-02-18[ms-inline asm] Remove a redundant call to the setHasMSInlineAsm function.Chad Rosier
2013-02-18[ms-inline asm] Fix undefined behavior to reset hasMSInlineAsm in advance of ...NAKAMURA Takumi
2013-02-16[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.Chad Rosier
2013-02-15Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...Bill Wendling
2013-02-11Currently, codegen may spent some time in SDISel passes even if an entireEvan Cheng
2013-01-07Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth
2013-01-05Funnel the actual TargetTransformInfo pass from the SelectionDAGISelChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-20Use MachineInstrBuilder for PHI nodes in SelectionDAGISel.Jakob Stoklund Olesen
2012-12-11Fall back to the selection dag isel to select tail calls.Chad Rosier
2012-12-04Use dyn_cast instead of isa and cast. No functionality change.Jakub Staszak
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-13misched: Allow subtargets to enable misched and dependent options.Andrew Trick
2012-10-15Freeze the reserved registers as soon as isel is complete.Jakob Stoklund Olesen
2012-09-16Fix bad comment. No functional change.Craig Topper
2012-09-06Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem
2012-08-24BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper
2012-08-03Fall back to selection DAG isel for calls to builtin functions.Bob Wilson
2012-07-13Provide function name in 'Cannot select' fatal error.Jim Grosbach
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-04-30Add some constantness. No functionality change.Jakub Staszak
2012-04-20Fix PR12599.Jakob Stoklund Olesen
2012-04-20Make ISelPosition a local variable.Jakob Stoklund Olesen
2012-04-20Register DAGUpdateListeners with SelectionDAG.Jakob Stoklund Olesen
2012-04-04Always compute all the bits in ComputeMaskedBits.Rafael Espindola
2012-03-07misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.Andrew Trick
2012-03-07whitespaceAndrew Trick
2012-02-14Rename getExceptionAddressRegister() to getExceptionPointerRegister() for con...Lang Hames
2012-02-06[unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling
2012-02-01VLIW specific scheduler framework that utilizes deterministic finite automato...Andrew Trick
2012-01-31Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copyBill Wendling
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-18Add a RegisterMaskSDNode class.Jakob Stoklund Olesen
2012-01-12Allow targets to select source order pre-RA scheduler.Evan Cheng
2012-01-06Add comment.Chad Rosier
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie