aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman2010-07-091-76/+119
* Extension of r107506. Make sure that we don't mark a function as having a callBill Wendling2010-07-081-1/+2
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-081-94/+86
* Fix -fast-isel-abort to check the right instruction.Dan Gohman2010-07-071-1/+1
* Implement bottom-up fast-isel. This has the advantage of not requiringDan Gohman2010-07-071-37/+41
* Update the insert position after scheduling, which may change theDan Gohman2010-07-071-0/+1
* Give FunctionLoweringInfo an MBB member, avoiding the need to pass itDan Gohman2010-07-071-53/+56
* Simplify FastISel's constructor by giving it a FunctionLoweringInfoDan Gohman2010-07-071-7/+1
* Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This willDan Gohman2010-07-071-1/+1
* CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext.Dan Gohman2010-07-061-3/+2
* Proper indentation.Bill Wendling2010-07-041-1/+1
* Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen2010-07-021-0/+1
* Rename CreateReg to CreateRegs, and MakeReg to CreateReg.Dan Gohman2010-07-021-1/+1
* Temporarily disable on-demand fast-isel.Dan Gohman2010-07-011-0/+2
* Use FuncInfo's isExportedInst accessor method instead ofDan Gohman2010-07-011-1/+1
* Rename CreateRegForValue to CreateReg, and change its argumentDan Gohman2010-07-011-1/+1
* Enable on-demand fast-isel.Dan Gohman2010-07-011-0/+6
* Reapply r106634, now that the bug it exposed is fixed.Dan Gohman2010-06-241-99/+1
* Revert r106263, "Fold the ShrinkDemandedOps pass into the regular DAGCombiner...Daniel Dunbar2010-06-231-1/+99
* Minor code simplifications.Dan Gohman2010-06-181-18/+12
* Give NamedRegionTimer an Enabled flag, allowing all its clients toDan Gohman2010-06-181-48/+28
* Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass,Dan Gohman2010-06-181-99/+1
* SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValueDan Gohman2010-05-291-2/+2
* Add FIXME comment to remove this.Bill Wendling2010-05-261-0/+2
* Add "setjmp_syscall", "savectx", "qsetjmp", "vfork", "getcontext" to the list ofBill Wendling2010-05-261-21/+24
* Update debug info when live-in reg is copied into a vreg.Devang Patel2010-05-261-0/+22
* Move the check for "calls setjmp" to SelectionDAGISel so that it can be used byBill Wendling2010-05-261-0/+32
* Temporarily revert r104655 as it's breaking the bots.Eric Christopher2010-05-261-34/+0
* Dale and Evan suggested putting the "check for setjmp" much earlier in theBill Wendling2010-05-261-0/+34
* Add a hybrid bottom up scheduler that reduce register usage while avoidingEvan Cheng2010-05-201-2/+4
* Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...Evan Cheng2010-05-191-3/+3
* - Set the "HasCalls" flag after instruction selection is finished.Bill Wendling2010-05-171-13/+19
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-141-0/+14
* Instruction selection optimizations may have moved the def of a function argu...Evan Cheng2010-05-041-1/+2
* Remove the code for special-casing byval for fast-isel. SelectionDAGDan Gohman2010-05-011-18/+2
* Fix whitespace.Dan Gohman2010-05-011-1/+1
* Reorgnaize more switch code lowering to clean up some trickyDan Gohman2010-05-011-21/+22
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-011-14/+6
* Remove this debug output. The MachineFunction will be printed once all ofDan Gohman2010-04-301-3/+0
* Re-enable 102565 with fixes.Evan Cheng2010-04-291-5/+1
* Temporarily disable my changes to unbreak the build.Evan Cheng2010-04-291-0/+4
* Avoid emitting a dbg_value machineinstr that's not going to be inserted into ...Evan Cheng2010-04-291-2/+0
* Check Reg against zero.Evan Cheng2010-04-291-0/+2
* Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...Evan Cheng2010-04-281-5/+19
* Move FastISel's HandlePHINodesInSuccessorBlocks call down into FastISelDan Gohman2010-04-231-14/+0
* Sink SelectionDAGBuilder's HandlePHINodesInSuccessorBlocks downDan Gohman2010-04-221-13/+1
* Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISelDan Gohman2010-04-221-3/+4
* Move PHINodesToUpdate out of SelectionDAGBuilder and intoDan Gohman2010-04-221-27/+32
* Add more const qualifiers on TargetMachine and friends.Dan Gohman2010-04-211-1/+1
* Sink the CopyToExportRegsIfNeeded calls out of SelectionDAGISelDan Gohman2010-04-201-6/+0