| Commit message (Expand) | Author | Age | Files | Lines |
* | imm12 operands aren't Thumb2 only, so rename the printer helper function. | Jim Grosbach | 2010-10-25 | 3 | -6/+5 |
* | Add a comment. | Dan Gohman | 2010-10-25 | 1 | -1/+3 |
* | Make the description of the hotpatch attribute even more generic. Spotted by | Charles Davis | 2010-10-25 | 1 | -4/+5 |
* | Add correct instruction encodings for vbic, vorn, and vmvn. | Owen Anderson | 2010-10-25 | 3 | -2/+80 |
* | Add a virtual destructor. | Rafael Espindola | 2010-10-25 | 1 | -0/+1 |
* | Provide correct NEON encodings for vand, veor, and vorr. | Owen Anderson | 2010-10-25 | 2 | -0/+70 |
* | Add tests for NEON encoding of vtst. | Owen Anderson | 2010-10-25 | 1 | -0/+65 |
* | Add NEON encoding tests for vcgt and vacgt. | Owen Anderson | 2010-10-25 | 2 | -0/+165 |
* | Add support for emitting ARM file attributes. | Rafael Espindola | 2010-10-25 | 6 | -44/+177 |
* | Add tests for NEON encodings of vcge and vacge. | Owen Anderson | 2010-10-25 | 2 | -2/+165 |
* | Add a warning about our inability to test the encoding of vceq with immediate... | Owen Anderson | 2010-10-25 | 2 | -0/+5 |
* | In which I learn how to forward declare template classes. | Jakob Stoklund Olesen | 2010-10-25 | 1 | -2/+1 |
* | Add tests for NEON encoding of vceq. | Owen Anderson | 2010-10-25 | 1 | -0/+81 |
* | Add tests for NEON encoding of vsubhn and vrsubhn. | Owen Anderson | 2010-10-25 | 1 | -0/+62 |
* | Update comments; BasicAA is no longer necessarily the end of the chain. | Dan Gohman | 2010-10-25 | 1 | -3/+3 |
* | Make hotpatch attribute description a little less Wintel-specific. | Charles Davis | 2010-10-25 | 1 | -3/+5 |
* | Reintroduce these asserts, now that BasicAA is a normal AliasAnalysis pass. | Dan Gohman | 2010-10-25 | 1 | -6/+3 |
* | Fix a case where instcombine was stripping metadata (and alignment) | Dan Gohman | 2010-10-25 | 2 | -1/+24 |
* | Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-op | Charles Davis | 2010-10-25 | 6 | -1/+14 |
* | Reference RegionPass to stop it being eliminated. | Tobias Grosser | 2010-10-25 | 1 | -0/+3 |
* | ATTRIBUTE_UNUSED has been renamed to LLVM_ATTRIBUTE_UNUSED. | Duncan Sands | 2010-10-25 | 1 | -2/+2 |
* | Remove deprecated macro names. Hopefully this will unbreak the | Duncan Sands | 2010-10-25 | 1 | -11/+0 |
* | Update target feature matrix for CellSPU | Kalle Raiskila | 2010-10-25 | 1 | -4/+4 |
* | Update target feature matrix for Blackfin. | Jakob Stoklund Olesen | 2010-10-24 | 1 | -4/+4 |
* | Updating target feature matrix to indicate current MBlaze status. | Wesley Peck | 2010-10-24 | 1 | -4/+4 |
* | Add X86::reloc_global_offset_table and use it to have a single place where | Rafael Espindola | 2010-10-24 | 4 | -10/+16 |
* | broken link | Chris Lattner | 2010-10-24 | 1 | -1/+1 |
* | add a big table with target features. | Chris Lattner | 2010-10-24 | 1 | -1/+274 |
* | 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 |