| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Disable the register+memory forms of the bt instructions for now. Thanks | Dan Gohman | 2009-01-13 | 2 | -12/+20 |
* | Add bt instructions that take immediate operands. | Dan Gohman | 2009-01-13 | 2 | -2/+32 |
* | Fix a few more JIT encoding issues in the BT instructions. | Dan Gohman | 2009-01-13 | 1 | -2/+2 |
* | Checking in conditionals, function call, arrays and libcalls implementation. | Sanjiv Gupta | 2009-01-13 | 12 | -275/+1149 |
* | make -march=cpp handle the nocapture attribute, make it assert if it | Chris Lattner | 2009-01-13 | 1 | -22/+19 |
* | Use DebugInfo interface to lower dbg_* intrinsics. | Devang Patel | 2009-01-13 | 3 | -5/+8 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 23 | -44/+45 |
* | 80 col violation. | Evan Cheng | 2009-01-10 | 1 | -1/+2 |
* | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 18 | -38/+38 |
* | Add load-folding table entries for MOVDQA. | Dan Gohman | 2009-01-09 | 1 | -0/+6 |
* | Whitespace and other minor adjustments to make SSE instructions have | Dan Gohman | 2009-01-09 | 1 | -26/+32 |
* | Convert DwarfWriter into a pass. | Devang Patel | 2009-01-08 | 6 | -57/+62 |
* | add some more crazy strlen and memcpy stuff I noticed in spec. | Chris Lattner | 2009-01-08 | 1 | -0/+99 |
* | add some notes about strlen craziness in eon. | Chris Lattner | 2009-01-08 | 1 | -0/+57 |
* | Fix off-by-one error in traversing an array; this fixes a test. | Misha Brukman | 2009-01-07 | 1 | -1/+1 |
* | Add patterns to match conditional moves with loads folded | Dan Gohman | 2009-01-07 | 2 | -1/+101 |
* | Add load-folding table entries for cmovno too. | Dan Gohman | 2009-01-07 | 1 | -0/+3 |
* | Define instructions for cmovo and cmovno. | Dan Gohman | 2009-01-07 | 3 | -9/+90 |
* | X86_COND_C and X86_COND_NC are alternate mnemonics for | Dan Gohman | 2009-01-07 | 5 | -66/+29 |
* | Revert r42653 and forward-port the code that lets INC64_32r be | Dan Gohman | 2009-01-06 | 1 | -2/+4 |
* | CellSPU: | Scott Michel | 2009-01-06 | 7 | -61/+38 |
* | CellSPU: Update the README | Scott Michel | 2009-01-06 | 1 | -7/+18 |
* | CellSPU: | Scott Michel | 2009-01-06 | 6 | -57/+213 |
* | Revert r61415 and r61484. Duncan was correct that these weren't needed. | Bill Wendling | 2009-01-05 | 2 | -4/+0 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 20 | -27/+13 |
* | squash warnings. | Devang Patel | 2009-01-05 | 5 | -1/+6 |
* | Atom and Core i7 do not have same model number after all. | Evan Cheng | 2009-01-05 | 1 | -4/+3 |
* | CellSPU: | Scott Michel | 2009-01-05 | 1 | -1/+111 |
* | CellSPU: | Scott Michel | 2009-01-05 | 3 | -35/+82 |
* | Add Intel processors core i7 and atom. | Evan Cheng | 2009-01-03 | 2 | -1/+4 |
* | Fix PR3210: Detect more Intel processors. Patch by Torok Edwin. | Evan Cheng | 2009-01-03 | 1 | -2/+15 |
* | CellSPU: | Scott Michel | 2009-01-03 | 3 | -109/+122 |
* | - Make copyRegToReg use the "LR" assembler synonym for "OR". Makes finding | Scott Michel | 2009-01-02 | 1 | -38/+50 |
* | Do not isel load folding bt instructions for pentium m, core, core2, and AMD ... | Evan Cheng | 2009-01-02 | 4 | -29/+51 |
* | Fix x86 CPU id detection to identify Penryn (and future processors). | Evan Cheng | 2009-01-02 | 1 | -2/+11 |
* | Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch... | Evan Cheng | 2009-01-02 | 1 | -0/+8 |
* | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands | 2009-01-01 | 12 | -14/+14 |
* | add a note | Chris Lattner | 2008-12-31 | 1 | -0/+9 |
* | - Start moving target-dependent nodes that could be represented by an | Scott Michel | 2008-12-30 | 10 | -614/+608 |
* | Linux wants the FDE initial location and address range to be forced to 32-bit. | Bill Wendling | 2008-12-29 | 2 | -0/+2 |
* | Fixed spelling, removed trailing whitespace. | Misha Brukman | 2008-12-29 | 1 | -2/+2 |
* | - Various '#if 0' cleanups. | Scott Michel | 2008-12-29 | 3 | -156/+174 |
* | - Remove Tilmann's custom truncate lowering: it completely hosed over | Scott Michel | 2008-12-27 | 12 | -628/+1148 |
* | Add a simple pattern for matching 'bt'. | Chris Lattner | 2008-12-25 | 1 | -10/+46 |
* | Fix some JIT encodings. | Chris Lattner | 2008-12-25 | 2 | -10/+10 |
* | BT memory operands load from their address operand. | Chris Lattner | 2008-12-25 | 2 | -3/+3 |
* | translateX86CC can never fail. Simplify it based on this. | Chris Lattner | 2008-12-24 | 1 | -42/+30 |
* | Darwin likes for the EH frame to be non-local. | Bill Wendling | 2008-12-24 | 2 | -0/+2 |
* | GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure | Bill Wendling | 2008-12-24 | 2 | -0/+2 |
* | Fix a compiler-abort on a testcase where the stack-pointer is added to | Dan Gohman | 2008-12-24 | 1 | -6/+13 |