summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid zero extend bit test operands to pointer type if all the masks fit inEvan Cheng2011-01-061-2/+4
* 80-cols.Eric Christopher2011-01-051-1/+2
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-241-4/+0
* whitespaceAndrew Trick2010-12-241-157/+157
* flags -> glue for selectiondagChris Lattner2010-12-231-3/+3
* sdisel flag -> glue.Chris Lattner2010-12-231-77/+76
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-211-12/+12
* improve "cannot yet select" errors a trivial amount: nowChris Lattner2010-12-211-1/+1
* fix PR8642: if a critical edge has a PHI value that can trap,Chris Lattner2010-12-191-0/+41
* Check for _setjmp too, because it's also used.Bill Wendling2010-11-201-0/+1
* Simplify uses of MVT and EVT. An MVT can be compared directlyDuncan Sands2010-11-031-4/+3
* For statistics that are only used in functions declared in !NDEBUG, wrap theNick Lewycky2010-10-261-0/+3
* Simplify.Devang Patel2010-10-251-9/+9
* Add counters to count basic blocks and machine basic blocks with out of order...Devang Patel2010-10-251-4/+63
* Move the remaining attribute macros to systematic names based on the attributeChandler Carruth2010-10-231-12/+12
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-2/+4
* When isel is emitting instructions for an x86 target without CMOV, the CFG isJakob Stoklund Olesen2010-09-301-1/+7
* Fix VS 2010 build.Oscar Fuentes2010-09-231-4/+4
* Rework passing parent pointers into complexpatterns, I forgotChris Lattner2010-09-211-27/+35
* If only user of a vreg is an copy instruction to export copy of vreg out of c...Devang Patel2010-09-211-0/+23
* correct this logic.Chris Lattner2010-09-211-2/+2
* just like they can opt into getting the root of the pattern beingChris Lattner2010-09-211-1/+5
* implement rdar://6653118 - fastisel should fold loads where possible.Chris Lattner2010-09-051-1/+51
* zap dead code.Chris Lattner2010-08-261-32/+0
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Add an ILP scheduler. This is a register pressure aware scheduler that'sEvan Cheng2010-07-241-2/+4
* mass elimination of reliance on automatic iterator dereferencingGabor Greif2010-07-221-1/+1
* Use the source-order scheduler instead of the "fast" scheduler at -O0,Dan Gohman2010-07-161-1/+1
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-101-76/+119
* Clarify what mysterious check means.Bill Wendling2010-07-091-0/+3
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-091-119/+76
* 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
OpenPOWER on IntegriCloud