| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | move PR1160 here. | Chris Lattner | 2007-09-26 | 1 | -0/+31 |
* | Allow copyRegToReg to emit cross register classes copies. | Evan Cheng | 2007-09-26 | 20 | -60/+113 |
* | move PR1264 here. | Chris Lattner | 2007-09-26 | 1 | -1/+28 |
* | Add pushf{d|q}, popf{d|q} to push and pop EFLAGS register. | Evan Cheng | 2007-09-26 | 2 | -4/+12 |
* | translateX86CC updates the last two operands. | Evan Cheng | 2007-09-26 | 1 | -2/+5 |
* | Correctly restore stack pointer after realignment in main() on Cygwin/Mingw32 | Anton Korobeynikov | 2007-09-26 | 1 | -1/+8 |
* | Remove no-longer-used variable. | Dale Johannesen | 2007-09-25 | 1 | -3/+2 |
* | Make APFloat->int conversions deterministic even in | Dale Johannesen | 2007-09-25 | 2 | -7/+33 |
* | Missing load / store folding entries. | Evan Cheng | 2007-09-25 | 1 | -0/+8 |
* | Partly revert invalid r41774 | Anton Korobeynikov | 2007-09-25 | 1 | -0/+20 |
* | More explicit keywords. | Dan Gohman | 2007-09-25 | 7 | -9/+9 |
* | Add a newline to the end of this file. | Duncan Sands | 2007-09-25 | 1 | -1/+1 |
* | Fix a typo in a comment. | Dan Gohman | 2007-09-25 | 1 | -1/+1 |
* | New style x87 cmp instructions. | Evan Cheng | 2007-09-25 | 2 | -0/+24 |
* | Handle multiple induction variables. | Devang Patel | 2007-09-25 | 1 | -7/+14 |
* | When both x/y and x%y are needed (x and y both scalar integer), compute | Dan Gohman | 2007-09-25 | 3 | -25/+88 |
* | Do not reserve DOM check for GetElementPtrInst. | Devang Patel | 2007-09-25 | 1 | -21/+22 |
* | doh.. | Devang Patel | 2007-09-25 | 1 | -1/+1 |
* | Add transformation to update loop interation space. Now, | Devang Patel | 2007-09-25 | 1 | -7/+148 |
* | Fix long double<->shorter FP type conversions | Dale Johannesen | 2007-09-25 | 1 | -12/+29 |
* | Move the setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand) and | Dan Gohman | 2007-09-25 | 2 | -7/+6 |
* | Add missing end-of-file newlines. | Duncan Sands | 2007-09-25 | 2 | -2/+2 |
* | Added support for new condition code modeling scheme (i.e. physical register ... | Evan Cheng | 2007-09-25 | 9 | -45/+1409 |
* | Added major new capabilities to scheduler (only BURR for now) to support phys... | Evan Cheng | 2007-09-25 | 5 | -150/+559 |
* | New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme. | Evan Cheng | 2007-09-25 | 1 | -0/+6 |
* | Rename keyword "modify" -> "implicit". | Evan Cheng | 2007-09-25 | 1 | -1/+1 |
* | When mixing SSE and x87 codegen, it's possible to | Dale Johannesen | 2007-09-24 | 1 | -29/+31 |
* | Don't execute dump unless NDEBUG isn't defined. | Bill Wendling | 2007-09-24 | 1 | -0/+2 |
* | Comment fixups | Daniel Berlin | 2007-09-24 | 1 | -12/+11 |
* | Add support on x86 for having Legalize lower ISD::LOCATION to ISD::DEBUG_LOC | Dan Gohman | 2007-09-24 | 1 | -2/+7 |
* | Don't emit .debug_line header data if there aren't any lines to put in it, | Dan Gohman | 2007-09-24 | 1 | -0/+5 |
* | Move the Asm->EOL() call for EmitDebugARanges outside the #ifdef for | Dan Gohman | 2007-09-24 | 1 | -1/+1 |
* | Add support for emitting .file directives to set up file numbers for | Dan Gohman | 2007-09-24 | 1 | -0/+14 |
* | Merge hasDotLoc and hasDotFile into hasDotLocAndDotFile since .loc and .file | Dan Gohman | 2007-09-24 | 1 | -2/+1 |
* | float->int conversion rounds toward 0. Duh. | Dale Johannesen | 2007-09-24 | 1 | -1/+1 |
* | Add a routine for emitting .file directives, for setting up | Dan Gohman | 2007-09-24 | 1 | -0/+11 |
* | Added "LoadEffective" pattern to handle stack locations. | Bruno Cardoso Lopes | 2007-09-24 | 3 | -6/+25 |
* | Do not promote null values because it may be unsafe to do so. | Devang Patel | 2007-09-24 | 1 | -0/+4 |
* | Implement offline variable substitution in order to reduce memory | Daniel Berlin | 2007-09-24 | 1 | -91/+926 |
* | Fix the syntax for the .loc directive in preparation for using it. | Dan Gohman | 2007-09-24 | 1 | -1/+1 |
* | The code that used the StartLabelId label was removed, so remove the | Dan Gohman | 2007-09-24 | 1 | -7/+1 |
* | Use the correct result value type instead of using getValueType(0) | Dan Gohman | 2007-09-24 | 1 | -4/+3 |
* | explicit keywords. | Dan Gohman | 2007-09-24 | 1 | -1/+1 |
* | claim that "st" is from the 80-bit register file. This causes x87-using inline | Chris Lattner | 2007-09-24 | 1 | -1/+1 |
* | When emitting .set directives, make sure the EH and Debug labels can't conflict. | Chris Lattner | 2007-09-24 | 1 | -10/+20 |
* | Merge significant portions of the DomTree and PostDomTree implementations. | Owen Anderson | 2007-09-24 | 3 | -145/+151 |
* | Just use APFloat for const / const. Fixes | Dale Johannesen | 2007-09-24 | 1 | -17/+0 |
* | Factor the calculation details for PostDomTree out of PostDominators.cpp and | Owen Anderson | 2007-09-23 | 2 | -142/+149 |
* | Move DFSPass back down into DominatorTree. I need to figure out what the dif... | Owen Anderson | 2007-09-23 | 1 | -1/+1 |
* | Fix header. | Owen Anderson | 2007-09-23 | 1 | -1/+1 |