| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark FPW as allocable when frame address is taken. | Anton Korobeynikov | 2009-12-21 | 1 | -5/+43 |
* | Delete the instruction just before the function terminates for consistency sake. | Evan Cheng | 2009-12-21 | 1 | -2/+3 |
* | Fix setting and default setting of code model for jit. Do this | Eric Christopher | 2009-12-21 | 3 | -16/+25 |
* | A couple minor README updates. | Eli Friedman | 2009-12-21 | 1 | -14/+5 |
* | Remove unused variable (noticed by clang++). | Daniel Dunbar | 2009-12-19 | 1 | -1/+0 |
* | #if 0 out X86 disassembler for now, it is breaking the build in multiple places. | Daniel Dunbar | 2009-12-19 | 2 | -0/+13 |
* | Emit direction operand in binary insns that stores in memory. | Sanjiv Gupta | 2009-12-19 | 1 | -1/+1 |
* | rename dprintf to dbgpritnf, in order to fix build with glibc (which already ... | Nuno Lopes | 2009-12-19 | 1 | -29/+29 |
* | 1. In indirect load/store insns , the name of fsr should be emitted as INDF. | Sanjiv Gupta | 2009-12-19 | 1 | -5/+13 |
* | Fix a bunch of little errors that Clang complains about when its being pedantic | Douglas Gregor | 2009-12-19 | 2 | -14/+14 |
* | Use memset instead of bzero, its more portable. | Daniel Dunbar | 2009-12-19 | 1 | -2/+2 |
* | Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit | Sean Callanan | 2009-12-19 | 9 | -5/+2823 |
* | Bump alignment requirements for windows targets to achieve compartibility wit... | Anton Korobeynikov | 2009-12-19 | 1 | -0/+3 |
* | Changes from review: | Bill Wendling | 2009-12-18 | 1 | -0/+6 |
* | Fix libstdc++ build on ARM linux and part of PR5770. | Rafael Espindola | 2009-12-18 | 1 | -0/+3 |
* | Fix wrong frame pointer save offset in the 64-bit PowerPC SVR4 ABI. | Tilmann Scheller | 2009-12-18 | 1 | -1/+1 |
* | Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI. | Tilmann Scheller | 2009-12-18 | 4 | -3/+141 |
* | On recent Intel u-arch's, folding loads into some unary SSE instructions can | Evan Cheng | 2009-12-18 | 6 | -17/+82 |
* | Fix typo. | Eric Christopher | 2009-12-18 | 1 | -1/+1 |
* | Re-apply 91623 now that I actually know what I was trying to do. | Evan Cheng | 2009-12-18 | 1 | -25/+1 |
* | Handle ARM inline asm "w" constraints with 64-bit ("d") registers. | Bob Wilson | 2009-12-18 | 1 | -2/+2 |
* | Pass the error string directly to llvm_unreachable instead of the residual | John McCall | 2009-12-18 | 1 | -1/+1 |
* | Instruction fixes, added instructions, and AsmString changes in the | Sean Callanan | 2009-12-18 | 9 | -423/+1236 |
* | Revert r91623 to unbreak the buildbots. | Jeffrey Yasskin | 2009-12-17 | 1 | -1/+4 |
* | Remove an unused option. | Evan Cheng | 2009-12-17 | 1 | -4/+1 |
* | finish cleaning up StructLayoutMap. | Chris Lattner | 2009-12-17 | 1 | -21/+17 |
* | In LowerEXTRACT_VECTOR_ELT, force an i32 value type for PEXTWR instead of | Ken Dyck | 2009-12-17 | 1 | -1/+1 |
* | Renamed "tCMNZ" to "tCMNz" to be consistent with other similar namings. | Johnny Chen | 2009-12-16 | 1 | -1/+1 |
* | Silence a clang warning about the deprecated (but perfectly reasonable in | John McCall | 2009-12-16 | 1 | -2/+2 |
* | Mark STREX* as earlyclobber for the success result register. | Jim Grosbach | 2009-12-16 | 2 | -2/+2 |
* | Add encoding bits for some Thumb instructions. Plus explicitly set the top two | Johnny Chen | 2009-12-16 | 3 | -10/+18 |
* | Re-enable 91381 with fixes. | Evan Cheng | 2009-12-16 | 3 | -12/+40 |
* | Every anonymous namespace is different. Caught by clang++. | John McCall | 2009-12-16 | 1 | -4/+0 |
* | Change indirect-globals to use a dedicated allocIndirectGV. This lets us | Jeffrey Yasskin | 2009-12-15 | 4 | -21/+15 |
* | Added encoding bits for the Thumb ISA. Initial checkin. | Johnny Chen | 2009-12-15 | 3 | -348/+1219 |
* | Fix an encoding bug. | Evan Cheng | 2009-12-15 | 1 | -1/+1 |
* | For fastcc on x86, let ECX be used as a return register after EAX and EDX | Kenneth Uildriks | 2009-12-15 | 1 | -1/+8 |
* | Disable 91381 for now. It's miscompiling ARMISelDAG2DAG.cpp. | Evan Cheng | 2009-12-15 | 1 | -1/+3 |
* | Use sbb x, x to materialize carry bit in a GPR. The result is all one's or al... | Evan Cheng | 2009-12-15 | 4 | -3/+96 |
* | nand atomic requires opposite operand ordering | Jim Grosbach | 2009-12-15 | 1 | -3/+9 |
* | Fix integer cast code to handle vector types. | Dan Gohman | 2009-12-14 | 1 | -2/+11 |
* | Add encoding bits "let Inst{11-4} = 0b00000000;" to BR_JTr to disambiguate | Johnny Chen | 2009-12-14 | 1 | -0/+1 |
* | v6 sync insn copy/paste error | Jim Grosbach | 2009-12-14 | 1 | -1/+1 |
* | Add ARMv6 memory and sync barrier instructions | Jim Grosbach | 2009-12-14 | 3 | -14/+45 |
* | Fixed encoding bits typo of ldrexd/strexd. | Johnny Chen | 2009-12-14 | 1 | -2/+2 |
* | Thumb2 atomic operations | Jim Grosbach | 2009-12-14 | 1 | -44/+83 |
* | fix an obvious bug found by clang++ and collapse a redundant if. | Chris Lattner | 2009-12-14 | 1 | -7/+6 |
* | correct selection requirements for thumb2 vs. arm versions of the barrier int... | Jim Grosbach | 2009-12-14 | 2 | -4/+6 |
* | add Thumb2 atomic and memory barrier instruction definitions | Jim Grosbach | 2009-12-14 | 1 | -0/+60 |
* | whitespace | Jim Grosbach | 2009-12-14 | 1 | -1/+0 |