| Commit message (Expand) | Author | Age | Files | Lines |
* | CMake: Added asm file to x86_64 MSVC build. | Oscar Fuentes | 2009-08-12 | 1 | -1/+8 |
* | register naming cleanup (s/ip/r12/) | Jim Grosbach | 2009-08-12 | 2 | -5/+5 |
* | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner | 2009-08-12 | 47 | -144/+119 |
* | Move immediate constant predicate templates from the Blackfin target to MathE... | Jakob Stoklund Olesen | 2009-08-12 | 3 | -28/+18 |
* | Shrink Thumb2 movcc instructions. | Evan Cheng | 2009-08-12 | 4 | -5/+13 |
* | Remove another Darwin assembler workaround. | Evan Cheng | 2009-08-12 | 1 | -2/+0 |
* | 80 col violation. | Evan Cheng | 2009-08-12 | 1 | -5/+5 |
* | Remove an Darwin assembler workaround. | Evan Cheng | 2009-08-12 | 1 | -15/+1 |
* | Shrink ADDS, ADC, RSB, and SUBS. | Evan Cheng | 2009-08-12 | 1 | -29/+103 |
* | Add missing chain operands for VLD* and VST* instructions. | Bob Wilson | 2009-08-12 | 2 | -26/+34 |
* | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson | 2009-08-12 | 5 | -21/+32 |
* | prune #include | Chris Lattner | 2009-08-11 | 1 | -2/+0 |
* | prune #includage. | Chris Lattner | 2009-08-11 | 1 | -12/+0 |
* | fix CodeGen/PowerPC/2007-01-15-AsmDialect.ll, fallout from r78742 | Chris Lattner | 2009-08-11 | 1 | -2/+2 |
* | change the -x86-asm-syntax=intel/att flag to be in X86TAI | Chris Lattner | 2009-08-11 | 4 | -45/+24 |
* | Shrinkify Thumb2 r = add sp, imm. | Evan Cheng | 2009-08-11 | 3 | -11/+22 |
* | second half of commit. | Chris Lattner | 2009-08-11 | 1 | -2/+2 |
* | pass "is64Bit" flag into PPC TAI ctors instead of a whole targetmachine. | Chris Lattner | 2009-08-11 | 2 | -20/+7 |
* | eliminate asmflavor from subtarget, PPCTAI is the only client | Chris Lattner | 2009-08-11 | 3 | -19/+4 |
* | Change the asmprinter to print the comment character before the | Chris Lattner | 2009-08-11 | 7 | -20/+4 |
* | Allow a zero cycle stage to reserve/require a FU without advancing the cycle ... | David Goodwin | 2009-08-11 | 4 | -39/+59 |
* | factorize more darwin TAI stuff. Note that this gives | Chris Lattner | 2009-08-11 | 4 | -17/+7 |
* | X86/AsmParser: Mark MOV64GSrm, MOV64FSrm, GS_MOV32rm, FS_MOV32rm as codegen o... | Daniel Dunbar | 2009-08-11 | 2 | -4/+4 |
* | factorize darwin ProtectedDirective and SetDirective. | Chris Lattner | 2009-08-11 | 4 | -5/+4 |
* | Add 'isCodeGenOnly' bit to Instruction .td records. | Daniel Dunbar | 2009-08-11 | 3 | -6/+9 |
* | all darwin targets have .space and .zerofill, pull up. | Chris Lattner | 2009-08-11 | 4 | -5/+2 |
* | eliminate template from arm TAI | Chris Lattner | 2009-08-11 | 3 | -28/+19 |
* | fix a bug I introduced in r78724 that caused failures in: | Chris Lattner | 2009-08-11 | 1 | -1/+1 |
* | move LCOMMDirective = "\t.lcomm\t" up to DarwinTAI, eliminate | Chris Lattner | 2009-08-11 | 6 | -35/+33 |
* | Fix warnings. | Owen Anderson | 2009-08-11 | 1 | -3/+3 |
* | eliminate the X86TargetAsmInfo template. | Chris Lattner | 2009-08-11 | 2 | -26/+24 |
* | Added ADD instructions with rAX as one parameter to the Intel instruction | Sean Callanan | 2009-08-11 | 1 | -0/+8 |
* | Shrinkify Thumb2 load / store multiple instructions. | Evan Cheng | 2009-08-11 | 7 | -53/+122 |
* | llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will be | Daniel Dunbar | 2009-08-11 | 1 | -0/+6 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 48 | -4039/+4042 |
* | pass the TargetTriple down from each target ctor to the | Chris Lattner | 2009-08-11 | 12 | -17/+15 |
* | now that JumpTableDirective can differentate picness itself, MIPS TAI | Chris Lattner | 2009-08-11 | 3 | -11/+6 |
* | split "JumpTableDirective" (an existing hack) into a PIC and nonPIC | Chris Lattner | 2009-08-11 | 4 | -11/+6 |
* | Add Thumb2 eh_sjlj_setjmp implementation | Jim Grosbach | 2009-08-11 | 2 | -0/+34 |
* | fix GetInstSizeInBytes for eh_sjlj_setjmp | Jim Grosbach | 2009-08-11 | 1 | -1/+1 |
* | move some 32-bit instrs to x86instrinfo.td | Chris Lattner | 2009-08-11 | 2 | -8/+11 |
* | This void is implicit in C++. | Benjamin Kramer | 2009-08-11 | 1 | -1/+1 |
* | Tidy #includes. | Dan Gohman | 2009-08-11 | 1 | -0/+1 |
* | Simplify this code. The case where one class is GR64RegClass and the | Dan Gohman | 2009-08-11 | 1 | -8/+4 |
* | Whitespace cleanup. Remove trailing whitespace. | Jim Grosbach | 2009-08-11 | 19 | -116/+116 |
* | Move ~ARMConstantPoolValue() to the .cpp file to avoid needing to include <cs... | Jim Grosbach | 2009-08-11 | 2 | -2/+6 |
* | Fix the previous accidental commit. Now shrinking common Thumb2 load / store ... | Evan Cheng | 2009-08-11 | 2 | -3/+5 |
* | Fix Thumb2 load / store addressing mode matching code. Do not use so_reg form to | Evan Cheng | 2009-08-11 | 3 | -47/+177 |
* | 80 column violation. | Evan Cheng | 2009-08-11 | 1 | -2/+2 |
* | Cosmetic changes. | Evan Cheng | 2009-08-11 | 1 | -8/+8 |