| Commit message (Expand) | Author | Age | Files | Lines |
* | add a big table with target features. | Chris Lattner | 2010-10-24 | 1 | -1/+274 |
* | Add svn:ignore | Che-Liang Chiou | 2010-10-24 | 0 | -0/+0 |
* | Fix PR8445: a block with no predecessors may be the entry block, in which case | Duncan Sands | 2010-10-24 | 2 | -12/+16 |
* | Add tests for NEON encoding of vqsub. | Owen Anderson | 2010-10-23 | 1 | -0/+163 |
* | SmallVectorize. | Benjamin Kramer | 2010-10-23 | 2 | -4/+2 |
* | Move rejection of NEON parameters earlier in fast isel call processing, | Eric Christopher | 2010-10-23 | 1 | -3/+4 |
* | Constify another 2 disassembler tables. | Benjamin Kramer | 2010-10-23 | 1 | -2/+3 |
* | Make the disassembler tables const so they end up in read-only memory. | Benjamin Kramer | 2010-10-23 | 5 | -24/+20 |
* | X86: Emit _fltused instead of __fltused on Windows x64. | Michael J. Spencer | 2010-10-23 | 2 | -3/+6 |
* | Move the remaining attribute macros to systematic names based on the attribute | Chandler Carruth | 2010-10-23 | 5 | -34/+38 |
* | Remove a define which is never referenced. | Chandler Carruth | 2010-10-23 | 1 | -6/+0 |
* | Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names | Chandler Carruth | 2010-10-23 | 7 | -15/+25 |
* | Fix a likely bug in an assertion by adding parentheses around '||'. This bug | Chandler Carruth | 2010-10-23 | 1 | -1/+1 |
* | Resurrect mcc16, it is useful as an example. | Mikhail Glushenkov | 2010-10-23 | 6 | -1/+491 |
* | Remove -llvmc-temp-hack from tblgen. | Mikhail Glushenkov | 2010-10-23 | 4 | -26/+10 |
* | Syntax tweak in llvmc: (something [a,b,c]) -> (something a, b, c). | Mikhail Glushenkov | 2010-10-23 | 4 | -190/+154 |
* | Trailing whitespace. | Mikhail Glushenkov | 2010-10-23 | 1 | -6/+6 |
* | Enable ARM fastcc. | Evan Cheng | 2010-10-23 | 1 | -5/+1 |
* | Properly model the latency of register defs which are 1) function returns or | Evan Cheng | 2010-10-23 | 2 | -16/+85 |
* | Latency between CPSR def and branch is zero. | Evan Cheng | 2010-10-23 | 1 | -0/+6 |
* | Verify LiveIntervals against the CFG, ensuring that live-in values are live-out | Jakob Stoklund Olesen | 2010-10-23 | 1 | -1/+77 |
* | Add tests for NEON encoding of vhsub. | Owen Anderson | 2010-10-22 | 1 | -0/+94 |
* | Trailing whitespace. | Jim Grosbach | 2010-10-22 | 1 | -5/+5 |
* | Add a CMP test. | Jim Grosbach | 2010-10-22 | 1 | -0/+9 |
* | Add tests for NEON encoding of vsubw. | Owen Anderson | 2010-10-22 | 1 | -0/+60 |
* | tidy up | Jim Grosbach | 2010-10-22 | 1 | -3/+2 |
* | Add tests for NEON encoding of vsubl. | Owen Anderson | 2010-10-22 | 1 | -0/+66 |
* | Nonvirtual dtor that was accessible enough to be bad. | Andrew Trick | 2010-10-22 | 1 | -0/+2 |
* | Add tests for NEON encoding of vsub. | Owen Anderson | 2010-10-22 | 1 | -0/+91 |
* | fix memory-layout assumption which only holds on little-endian systems | Gabor Greif | 2010-10-22 | 1 | -1/+1 |
* | This is a prototype of an experimental register allocation | Andrew Trick | 2010-10-22 | 8 | -1/+807 |
* | Add tests for NEON encoding of vqdmlsl. | Owen Anderson | 2010-10-22 | 1 | -0/+23 |
* | Do not install libBugpointPasses.dylib for Apple builds. Radar 8585383. | Bob Wilson | 2010-10-22 | 1 | -1/+4 |
* | Add tests for NEON encoding of vmlsl. | Owen Anderson | 2010-10-22 | 1 | -0/+78 |
* | Add more verification of LiveIntervals. | Jakob Stoklund Olesen | 2010-10-22 | 1 | -0/+29 |
* | Be more strict about detecting multi-use blocks for isolation. | Jakob Stoklund Olesen | 2010-10-22 | 1 | -28/+29 |
* | tidy up. | Jim Grosbach | 2010-10-22 | 1 | -25/+13 |
* | ARM mode encoding information for CLZ, RBIT, REV*, and PKH*. | Jim Grosbach | 2010-10-22 | 3 | -73/+129 |
* | Fix the name of libLLVMHello.dylib so that it does not get installed for | Bob Wilson | 2010-10-22 | 1 | -1/+1 |
* | Remove duplicate test. | Jim Grosbach | 2010-10-22 | 1 | -9/+0 |
* | tidy up. | Jim Grosbach | 2010-10-22 | 1 | -33/+33 |
* | FileCheck-ize a few tests. | Jim Grosbach | 2010-10-22 | 2 | -21/+26 |
* | Unbreak build. | Evan Cheng | 2010-10-22 | 2 | -10/+11 |
* | Teach instcombine to set the alignment arguments for NEON load/store intrinsics. | Bob Wilson | 2010-10-22 | 2 | -0/+51 |
* | Transfer implicit ops when forming load multiple and return instructions. | Evan Cheng | 2010-10-22 | 3 | -1/+6 |
* | Add tests for the correct encoding of NEON vmls. | Owen Anderson | 2010-10-22 | 1 | -0/+87 |
* | Be more strict when detecting critical edges before loop splitting. | Jakob Stoklund Olesen | 2010-10-22 | 1 | -19/+15 |
* | Add print methods | Jakob Stoklund Olesen | 2010-10-22 | 2 | -18/+32 |
* | Add correct NEON encodings for vqdmlal. | Owen Anderson | 2010-10-22 | 2 | -4/+28 |
* | Add the encoding information for the rest of the ARM mode multiply instructions. | Jim Grosbach | 2010-10-22 | 2 | -21/+44 |