summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Commit message (Expand)AuthorAge
* VLIW specific scheduler framework that utilizes deterministic finite automato...Andrew Trick2012-02-01
* Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copyBill Wendling2012-01-31
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Add a RegisterMaskSDNode class.Jakob Stoklund Olesen2012-01-18
* Allow targets to select source order pre-RA scheduler.Evan Cheng2012-01-12
* Add comment.Chad Rosier2012-01-06
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Allow inlining of functions with returns_twice calls, if they have theJoerg Sonnenberger2011-12-18
* Update DebugLoc while merging nodes at -O0.Devang Patel2011-12-15
* [fast-isel] Guard "exhastive" fast-isel output with -fast-isel-verbose2.Chad Rosier2011-12-13
* Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...Owen Anderson2011-12-08
* Add rather verbose stats for fast-isel failures.Chad Rosier2011-12-08
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-06
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* Fix the stats collection for fast-isel. The failed count was only accountingChad Rosier2011-11-16
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* Don't try to form pre/post-indexed loads/stores until after LegalizeDAG runs....Eli Friedman2011-11-12
* Delete the Latency scheduling preference.Dan Gohman2011-10-24
* Correct over-zealous removal of hack.Bill Wendling2011-10-17
* Now that we have the ReturnsTwice function attribute, this method isBill Wendling2011-10-17
* Modify the mapping from landing pad to call sites to accept more than one callBill Wendling2011-10-05
* Small refactoring. Cache the FunctionInfo->MBB into a local variable.Bill Wendling2011-10-05
* Lower ARM adds/subs to add/sub after adding optional CPSR operand.Andrew Trick2011-09-21
* Restore hasPostISelHook tblgen flag.Andrew Trick2011-09-20
* ARM isel bug fix for adds/subs operands.Andrew Trick2011-09-20
* whitespaceAndrew Trick2011-09-20
* Follow up to r138791.Evan Cheng2011-08-30
* A landingpad instruction is neither folded nor dead.Bill Wendling2011-08-23
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-12
* fix PR10605 / rdar://9930964 by adding a pretty scary missed check.Chris Lattner2011-08-11
* Revert r135423.Devang Patel2011-07-19
* During bottom up fast-isel, instructions emitted to materalize registers are ...Devang Patel2011-07-18
* Revert r133953 for now.Devang Patel2011-06-29
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* During bottom up fast-isel, instructions emitted to materalize registers are ...Devang Patel2011-06-27
* Introduce MachineBranchProbabilityInfo class, which has similar API toJakub Staszak2011-06-16
* Remove unused statistical counter.Devang Patel2011-05-25
* Preserve debug info during iSel by keeping DanglingDebugInfoMap live until en...Devang Patel2011-05-23
* Fix PR9955 by only attaching load memory operands to load instructions andCameron Zwarich2011-05-19
* Make fast-isel miss counting in -stats and -fast-isel-verbose take terminator...Eli Friedman2011-05-17
* Delete unused variables.Dan Gohman2011-05-16
* Track how many insns fast-isel successfully selects as well as how many itJim Grosbach2011-05-16
* Don't do tail calls in a function that call setjmp. The stack might beRafael Espindola2011-05-16
* Use array_lengthof. No functional change.Eli Friedman2011-05-06
* Small syntax cleanup; we don't need to #define constants in C++. No function...Eli Friedman2011-05-05
* Recommit the fix for rdar://9289512 with a couple tweaks toChris Lattner2011-04-22
* Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...",Daniel Dunbar2011-04-21
* SelectBasicBlock is rather slow even when it doesn't do anything; skip theEli Friedman2011-04-19
* fix an oversight which caused us to compile the testcase (and otherChris Lattner2011-04-17