| Commit message (Expand) | Author | Age | Files | Lines |
* | Update DebugLoc while merging nodes at -O0. | Devang Patel | 2011-12-15 | 1 | -1/+1 |
* | [fast-isel] Guard "exhastive" fast-isel output with -fast-isel-verbose2. | Chad Rosier | 2011-12-13 | 1 | -1/+6 |
* | Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can... | Owen Anderson | 2011-12-08 | 1 | -1/+5 |
* | Add rather verbose stats for fast-isel failures. | Chad Rosier | 2011-12-08 | 1 | -0/+153 |
* | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng | 2011-12-07 | 1 | -1/+1 |
* | First chunk of MachineInstr bundle support. | Evan Cheng | 2011-12-06 | 1 | -1/+2 |
* | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky | 2011-12-02 | 1 | -3/+3 |
* | Fix the stats collection for fast-isel. The failed count was only accounting | Chad Rosier | 2011-11-16 | 1 | -5/+18 |
* | Remove all remaining uses of Value::getNameStr(). | Benjamin Kramer | 2011-11-15 | 1 | -2/+2 |
* | Don't try to form pre/post-indexed loads/stores until after LegalizeDAG runs.... | Eli Friedman | 2011-11-12 | 1 | -4/+4 |
* | Delete the Latency scheduling preference. | Dan Gohman | 2011-10-24 | 1 | -2/+0 |
* | Correct over-zealous removal of hack. | Bill Wendling | 2011-10-17 | 1 | -1/+1 |
* | Now that we have the ReturnsTwice function attribute, this method is | Bill Wendling | 2011-10-17 | 1 | -1/+1 |
* | Modify the mapping from landing pad to call sites to accept more than one call | Bill Wendling | 2011-10-05 | 1 | -0/+3 |
* | Small refactoring. Cache the FunctionInfo->MBB into a local variable. | Bill Wendling | 2011-10-05 | 1 | -7/+7 |
* | Lower ARM adds/subs to add/sub after adding optional CPSR operand. | Andrew Trick | 2011-09-21 | 1 | -6/+3 |
* | Restore hasPostISelHook tblgen flag. | Andrew Trick | 2011-09-20 | 1 | -1/+6 |
* | ARM isel bug fix for adds/subs operands. | Andrew Trick | 2011-09-20 | 1 | -6/+1 |
* | whitespace | Andrew Trick | 2011-09-20 | 1 | -4/+4 |
* | Follow up to r138791. | Evan Cheng | 2011-08-30 | 1 | -0/+10 |
* | A landingpad instruction is neither folded nor dead. | Bill Wendling | 2011-08-23 | 1 | -0/+1 |
* | Silence a bunch (but not all) "variable written but not read" warnings | Duncan Sands | 2011-08-12 | 1 | -0/+1 |
* | fix PR10605 / rdar://9930964 by adding a pretty scary missed check. | Chris Lattner | 2011-08-11 | 1 | -0/+5 |
* | Revert r135423. | Devang Patel | 2011-07-19 | 1 | -2/+0 |
* | During bottom up fast-isel, instructions emitted to materalize registers are ... | Devang Patel | 2011-07-18 | 1 | -0/+2 |
* | Revert r133953 for now. | Devang Patel | 2011-06-29 | 1 | -2/+0 |
* | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng | 2011-06-28 | 1 | -6/+6 |
* | During bottom up fast-isel, instructions emitted to materalize registers are ... | Devang Patel | 2011-06-27 | 1 | -0/+2 |
* | Introduce MachineBranchProbabilityInfo class, which has similar API to | Jakub Staszak | 2011-06-16 | 1 | -0/+15 |
* | Remove unused statistical counter. | Devang Patel | 2011-05-25 | 1 | -57/+0 |
* | Preserve debug info during iSel by keeping DanglingDebugInfoMap live until en... | Devang Patel | 2011-05-23 | 1 | -0/+1 |
* | Fix PR9955 by only attaching load memory operands to load instructions and | Cameron Zwarich | 2011-05-19 | 1 | -3/+37 |
* | Make fast-isel miss counting in -stats and -fast-isel-verbose take terminator... | Eli Friedman | 2011-05-17 | 1 | -3/+8 |
* | Delete unused variables. | Dan Gohman | 2011-05-16 | 1 | -1/+1 |
* | Track how many insns fast-isel successfully selects as well as how many it | Jim Grosbach | 2011-05-16 | 1 | -0/+2 |
* | Don't do tail calls in a function that call setjmp. The stack might be | Rafael Espindola | 2011-05-16 | 1 | -33/+1 |
* | Use array_lengthof. No functional change. | Eli Friedman | 2011-05-06 | 1 | -3/+1 |
* | Small syntax cleanup; we don't need to #define constants in C++. No function... | Eli Friedman | 2011-05-05 | 1 | -3/+3 |
* | Recommit the fix for rdar://9289512 with a couple tweaks to | Chris Lattner | 2011-04-22 | 1 | -17/+54 |
* | Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...", | Daniel Dunbar | 2011-04-21 | 1 | -41/+15 |
* | SelectBasicBlock is rather slow even when it doesn't do anything; skip the | Eli Friedman | 2011-04-19 | 1 | -5/+7 |
* | fix an oversight which caused us to compile the testcase (and other | Chris Lattner | 2011-04-17 | 1 | -5/+3 |
* | Fix rdar://9289512 - not folding load into compare at -O0 | Chris Lattner | 2011-04-17 | 1 | -15/+41 |
* | split a complex predicate out to a helper function. Simplify two for loops, | Chris Lattner | 2011-04-17 | 1 | -10/+16 |
* | Added block number and name to isel debug output. | Andrew Trick | 2011-03-23 | 1 | -12/+25 |
* | trailing whitespace. | Jim Grosbach | 2011-03-01 | 1 | -1/+1 |
* | Generalize the register matching code in DAGISel a bit. | Jim Grosbach | 2011-03-01 | 1 | -0/+12 |
* | Merge information about the number of zero, one, and sign bits of live-out | Cameron Zwarich | 2011-02-24 | 1 | -1/+6 |
* | Add a mechanism for invalidating the LiveOutInfo of a PHI, and use it whenever | Cameron Zwarich | 2011-02-24 | 1 | -1/+18 |
* | Track blocks visited in reverse postorder. | Cameron Zwarich | 2011-02-24 | 1 | -0/+4 |