| Commit message (Expand) | Author | Age | Files | Lines |
* | MC: Add missing ')' in diagnostic. | Daniel Dunbar | 2010-09-24 | 1 | -1/+1 |
* | Revert r114703 and r114702, removing the isConditionalMove flag from instruct... | Owen Anderson | 2010-09-23 | 5 | -10/+10 |
* | Set alignment operand for NEON VST instructions. | Bob Wilson | 2010-09-23 | 1 | -14/+22 |
* | ARM-mode eh.sjlj.setjmp pseudo MC-inst lowering expansion | Jim Grosbach | 2010-09-23 | 1 | -0/+77 |
* | #+4 --> #4 for consistency with other asm output | Jim Grosbach | 2010-09-23 | 1 | -2/+2 |
* | Fix formatting of output .s code | Jim Grosbach | 2010-09-23 | 1 | -1/+1 |
* | Add isConditionalMove bits to X86 and ARM instructions. | Owen Anderson | 2010-09-23 | 5 | -10/+10 |
* | Set alignment operand for NEON VLD instructions. | Bob Wilson | 2010-09-23 | 1 | -0/+16 |
* | Correctly handle weak undefined symbols. Before we would get a invalid binding | Rafael Espindola | 2010-09-23 | 1 | -5/+20 |
* | never mind. I can't read, apparently | Jim Grosbach | 2010-09-23 | 1 | -1/+1 |
* | Fix r114632. Return if the only terminator is an unconditional branch after t... | Evan Cheng | 2010-09-23 | 1 | -3/+5 |
* | Fix opcode value for the 'trap' instruction, keeping the type suffix on the | Jim Grosbach | 2010-09-23 | 1 | -1/+1 |
* | explicit 'unsigned long' on constant value. Hopefully make bots happier. | Jim Grosbach | 2010-09-23 | 1 | -1/+1 |
* | Unbreak build. Jim, please review. | Benjamin Kramer | 2010-09-23 | 1 | -4/+4 |
* | Revert 114634 for now since buildbot claim it broke Clang self-hosting. I dou... | Evan Cheng | 2010-09-23 | 1 | -4/+6 |
* | Clean up the 'trap' instruction printing a bit. Non-Darwin assemblers don't | Jim Grosbach | 2010-09-23 | 3 | -6/+36 |
* | Correctly compute the offset of the symbol. Forgot these bits from the | Rafael Espindola | 2010-09-23 | 1 | -1/+4 |
* | nuke unused var | Jim Grosbach | 2010-09-23 | 1 | -1/+0 |
* | Represent relocations against local symbols as relocations against the section | Rafael Espindola | 2010-09-23 | 1 | -1/+1 |
* | Fix llvm-extract so that it changes the linkage of all GlobalValues to | Bob Wilson | 2010-09-23 | 1 | -16/+14 |
* | Fix VS 2010 build. | Oscar Fuentes | 2010-09-23 | 1 | -4/+4 |
* | Fix the FIXME. | Rafael Espindola | 2010-09-23 | 1 | -1/+1 |
* | Follow up to r114630. Do not optimize away unconditional branch following a c... | Evan Cheng | 2010-09-23 | 1 | -6/+4 |
* | Disable codegen prepare critical edge splitting. Machine instruction passes now | Evan Cheng | 2010-09-23 | 1 | -1/+5 |
* | If there are multiple unconditional branches terminating a block, eliminate all | Evan Cheng | 2010-09-23 | 1 | -1/+17 |
* | Don't sink insert_subreg, subreg_to_reg, reg_sequence. They are meant to be | Evan Cheng | 2010-09-23 | 1 | -1/+10 |
* | SDISel should not optimize a unconditional branch following a conditional branch | Evan Cheng | 2010-09-23 | 1 | -4/+5 |
* | Moved the PBQP allocator class out of the header and back in to the cpp file ... | Lang Hames | 2010-09-23 | 1 | -60/+190 |
* | Fixed a crash in the enhanced disassembler where | Sean Callanan | 2010-09-23 | 1 | -0/+2 |
* | Add support for ELF PLT references for ARM MC asm printing. Adding a | Jim Grosbach | 2010-09-22 | 5 | -18/+51 |
* | Enable a few additional asserts in MC instruction lowering. | Jim Grosbach | 2010-09-22 | 1 | -9/+6 |
* | A select between a constant and zero, when fed by a bit test, can be efficiently | Owen Anderson | 2010-09-22 | 1 | -0/+29 |
* | Fix PR8201: Update the code to call via X86::CALL64pcrel32 in the 64-bit case. | Cameron Esfahani | 2010-09-22 | 1 | -2/+3 |
* | Change VDUPLANE DAG combiner to just return the result instead of calling | Bob Wilson | 2010-09-22 | 1 | -5/+3 |
* | Avoid some Mach-O specific alignment being done on ELF. | Rafael Espindola | 2010-09-22 | 5 | -23/+28 |
* | allow target-specific label suffixes, patch by Yuri Gribov! | Chris Lattner | 2010-09-22 | 2 | -1/+2 |
* | Combine both VMOVDRR(VMOVRRD) and VMOVRRD(VMOVDRR), instead of just doing one | Bob Wilson | 2010-09-22 | 1 | -28/+35 |
* | Teach memdep about TBAA tags. | Dan Gohman | 2010-09-22 | 1 | -71/+95 |
* | Use DW_OP_fbreg when offset is based on frame register. | Devang Patel | 2010-09-22 | 1 | -0/+10 |
* | add FIXME | Jim Grosbach | 2010-09-22 | 1 | -0/+1 |
* | Temporarily work around new address lowering while I figure out what | Eric Christopher | 2010-09-22 | 1 | -1/+2 |
* | Remove a few commented out bits | Jim Grosbach | 2010-09-22 | 1 | -14/+0 |
* | Fix typo and add a FIXME. | Rafael Espindola | 2010-09-22 | 1 | -1/+2 |
* | When moving zext/sext to be folded with a load, ignore the issue of whether | Bob Wilson | 2010-09-22 | 1 | -1/+2 |
* | Add PrintSpecial() handling for in ARM MC instruction printer. | Jim Grosbach | 2010-09-22 | 2 | -2/+9 |
* | grammar tweakage | Jim Grosbach | 2010-09-22 | 1 | -2/+2 |
* | remove trailing whitespace | Jim Grosbach | 2010-09-22 | 1 | -31/+31 |
* | CrashRecovery/Darwin: Override raise() as well so that crash recovery doesn't | Daniel Dunbar | 2010-09-22 | 1 | -1/+5 |
* | Correctly align bss. | Rafael Espindola | 2010-09-22 | 1 | -0/+6 |
* | Add MC instruction printer support for ARM and Thumb1 jump tables. | Jim Grosbach | 2010-09-22 | 1 | -3/+49 |