| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an option to always emit realignment code for a particular module. | Eric Christopher | 2010-08-05 | 1 | -1/+34 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 31 | -36/+36 |
* | Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem | Dan Gohman | 2010-08-05 | 1 | -9/+3 |
* | Support very basic (doesn't include ABI support in the front-end, varags, ...... | Bruno Cardoso Lopes | 2010-08-05 | 2 | -4/+30 |
* | Handle the memory barrier pseudo that goes to nothing for the JIT. | Eric Christopher | 2010-08-05 | 1 | -1/+7 |
* | Set hasSideEffects on the 64-bit no-sse memory barrier. | Eric Christopher | 2010-08-05 | 1 | -1/+1 |
* | For local variables in functions with a frame pointer, use FP as a base | Jim Grosbach | 2010-08-05 | 2 | -18/+39 |
* | Fix indentation. | Bob Wilson | 2010-08-05 | 1 | -6/+6 |
* | Add an ARM RSCrr instruction for disassembly only. | Bob Wilson | 2010-08-05 | 1 | -0/+8 |
* | Be a little bit more specific about target for the memory barrier | Eric Christopher | 2010-08-05 | 2 | -2/+4 |
* | Handle the pseudo in MCInstLower. | Eric Christopher | 2010-08-05 | 1 | -0/+6 |
* | Add an ARM RSBrr instruction for disassembly only. | Bob Wilson | 2010-08-05 | 1 | -1/+9 |
* | Silence a GCC warning about && and || without explicit parentheses. This | Chandler Carruth | 2010-08-05 | 1 | -3/+3 |
* | ARM "rrx" shift operands do not have an immediate. PR7790. | Bob Wilson | 2010-08-05 | 2 | -24/+18 |
* | Make x86-64 membarriers work without sse and clean up some of the | Eric Christopher | 2010-08-04 | 3 | -4/+14 |
* | and back in. false alarm on the tests from another unrelated local change. | Jim Grosbach | 2010-08-04 | 1 | -2/+7 |
* | PR7814: Truncates cannot be ignored for signed comparisons. | Eli Friedman | 2010-08-04 | 1 | -1/+2 |
* | Implement target specific getDebugValueLocation(). | Devang Patel | 2010-08-04 | 1 | -0/+13 |
* | oops. revert for a moment to clean up tests first. | Jim Grosbach | 2010-08-04 | 1 | -7/+2 |
* | Reserve a stack slot if the function adjusts the stack but doesn't | Jim Grosbach | 2010-08-04 | 1 | -2/+7 |
* | Implement target specific getDebugValueLocation(). | Devang Patel | 2010-08-04 | 1 | -0/+14 |
* | Use indirect calls in PowerPC JIT. | Torok Edwin | 2010-08-04 | 3 | -10/+31 |
* | Remove switch for disabling ARM tail calls. They | Dale Johannesen | 2010-08-04 | 1 | -9/+0 |
* | Add DEBUG message. | Devang Patel | 2010-08-04 | 1 | -0/+4 |
* | Enable COFF writer on mingw32 and cygwin. | Benjamin Kramer | 2010-08-04 | 1 | -0/+2 |
* | Make SPU backend handle insertelement and | Kalle Raiskila | 2010-08-04 | 3 | -2/+12 |
* | Print an error message when someone tries -integrated-as on an unsupported ta... | Benjamin Kramer | 2010-08-04 | 1 | -1/+7 |
* | by Alexander Herz: | Gabor Greif | 2010-08-04 | 1 | -0/+7 |
* | Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABA | Bob Wilson | 2010-08-04 | 1 | -0/+16 |
* | fix a win64 encoding problem, patch by Cameron Esfahani! | Chris Lattner | 2010-08-03 | 1 | -1/+1 |
* | Add support for getting & setting the FPSCR application register on ARM when ... | Nate Begeman | 2010-08-03 | 4 | -20/+39 |
* | CMake: Change somme target library names: | Oscar Fuentes | 2010-08-03 | 2 | -2/+2 |
* | More SPU v2f32 stuff added: insertelement and shuffle. | Kalle Raiskila | 2010-08-02 | 2 | -0/+9 |
* | Add preliminary v2f32 support for SPU. Like with v2i32, we just | Kalle Raiskila | 2010-08-02 | 4 | -69/+81 |
* | Add preliminary v2i32 support for SPU backend. As there are no | Kalle Raiskila | 2010-08-02 | 4 | -6/+49 |
* | PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR. | Eli Friedman | 2010-08-02 | 1 | -3/+3 |
* | PR7774: Fix undefined shifts in Alpha backend. As a bonus, this actually | Eli Friedman | 2010-08-01 | 1 | -2/+2 |
* | Silence some -Asserts uninitialized variable warnings. | Daniel Dunbar | 2010-07-31 | 1 | -2/+2 |
* | MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend. | Michael J. Spencer | 2010-07-31 | 1 | -1/+0 |
* | Move newlines before inline jumptables from the asm strings in .td files to | Bob Wilson | 2010-07-31 | 4 | -9/+9 |
* | Add relax all support to the COFF object streamer. | Michael J. Spencer | 2010-07-31 | 1 | -1/+1 |
* | Add support for disassembling VMVN (immediate) instructions. PR7747. | Bob Wilson | 2010-07-31 | 1 | -0/+4 |
* | Add -disable-shifter-op to disable isel of shifter ops. On Cortex-a9 the shif... | Evan Cheng | 2010-07-30 | 1 | -0/+11 |
* | Add a check in the ARM disassembler for NEON instructions that would | Bob Wilson | 2010-07-30 | 1 | -5/+9 |
* | PPC doesn't supported VLA with large alignment. This was | Dale Johannesen | 2010-07-30 | 1 | -2/+2 |
* | Add the __TEXT,__StaticInit section to the list of sections emitted at the | Bob Wilson | 2010-07-30 | 1 | -0/+6 |
* | Support all 128-bit AVX vector intrinsics. Most part of them I already | Bruno Cardoso Lopes | 2010-07-30 | 3 | -232/+240 |
* | Fix typo! | Bruno Cardoso Lopes | 2010-07-30 | 1 | -8/+8 |
* | Many Thumb2 instructions can reference the full ARM register set (i.e., | Jim Grosbach | 2010-07-30 | 6 | -331/+465 |
* | Add builtins for ssat/usat, similar to RealView's __ssat and __usat intrinsics. | Nate Begeman | 2010-07-29 | 2 | -0/+6 |