| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert ConstantExpr::getGetElementPtr and | Jay Foad | 2011-07-21 | 1 | -1/+1 |
* | - Register v16i16 as valid VR256 register class | Bruno Cardoso Lopes | 2011-07-21 | 2 | -19/+22 |
* | Add support for 256-bit versions of VPERMIL instruction. This is a new | Bruno Cardoso Lopes | 2011-07-21 | 7 | -0/+121 |
* | Improve splat promotion to handle AVX types: v32i8 and v16i16. Also | Bruno Cardoso Lopes | 2011-07-21 | 1 | -24/+87 |
* | Add aditional patterns for vextractf128 instruction | Bruno Cardoso Lopes | 2011-07-21 | 1 | -0/+8 |
* | Add aditional patterns for vinsertf128 instruction | Bruno Cardoso Lopes | 2011-07-21 | 1 | -0/+8 |
* | Add v16i16 type to VR256 class | Bruno Cardoso Lopes | 2011-07-21 | 1 | -2/+2 |
* | Move code around. No functionality changes | Bruno Cardoso Lopes | 2011-07-21 | 1 | -65/+78 |
* | Tidy up code | Bruno Cardoso Lopes | 2011-07-21 | 1 | -15/+5 |
* | Mark instructions which are part of the frame setup with the MachineInstr::Fr... | Bill Wendling | 2011-07-21 | 1 | -9/+20 |
* | Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A... | Evan Cheng | 2011-07-20 | 29 | -192/+200 |
* | Remove unused function. | Bill Wendling | 2011-07-20 | 1 | -64/+0 |
* | Remove the now defunct getCompactUnwindEncoding method from the frame lowerin... | Bill Wendling | 2011-07-20 | 2 | -118/+0 |
* | ARM PKH shift ammount operand printing tweaks. | Jim Grosbach | 2011-07-20 | 6 | -18/+39 |
* | Tidy up a bit. | Jim Grosbach | 2011-07-20 | 3 | -12/+7 |
* | ARM: Tidy up representation of PKH instruction. | Jim Grosbach | 2011-07-20 | 5 | -37/+35 |
* | Fix cmake again :) | Benjamin Kramer | 2011-07-20 | 1 | -1/+0 |
* | Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. | Evan Cheng | 2011-07-20 | 6 | -140/+5 |
* | Extend the hack for _GLOBAL_OFFSET_TABLE_ slightly; PR10389. | Eli Friedman | 2011-07-20 | 1 | -1/+3 |
* | ARM assembly parsing of MUL instruction. | Jim Grosbach | 2011-07-20 | 1 | -1/+2 |
* | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng | 2011-07-20 | 42 | -166/+173 |
* | Add MCObjectFileInfo and sink the MCSections initialization code from | Evan Cheng | 2011-07-20 | 3 | -31/+14 |
* | X86Subtarget.h: Assume "x86_64-cygwin", though it has not been released yet, ... | NAKAMURA Takumi | 2011-07-20 | 1 | -1/+2 |
* | Don't leak CodeGenInfos. | Benjamin Kramer | 2011-07-20 | 1 | -1/+3 |
* | Change name of class. | Akira Hatanaka | 2011-07-20 | 1 | -23/+23 |
* | Define classes for definitions of atomic instructions. | Akira Hatanaka | 2011-07-20 | 1 | -106/+42 |
* | Lower memory barriers to sync instructions. | Akira Hatanaka | 2011-07-19 | 3 | -2/+28 |
* | Tweak ARM assembly parsing and printing of MSR instruction. | Jim Grosbach | 2011-07-19 | 3 | -8/+19 |
* | ARM assembly parsing of MRS instruction. | Jim Grosbach | 2011-07-19 | 2 | -7/+11 |
* | Enhance the FixedLengthDecoder to be able to generate plausible-looking decod... | Owen Anderson | 2011-07-19 | 1 | -2/+11 |
* | Change variable name. | Akira Hatanaka | 2011-07-19 | 1 | -3/+3 |
* | ARM assembly parsing for MRC/MRC2/MRRC/MRRC2. | Jim Grosbach | 2011-07-19 | 2 | -9/+8 |
* | Use the correct opcodes: SLLV/SRLV or AND must be used instead of SLL/SRL or | Akira Hatanaka | 2011-07-19 | 1 | -13/+14 |
* | Use descriptive variable names. | Akira Hatanaka | 2011-07-19 | 1 | -154/+177 |
* | ARM assembly parsing for MOV (register). | Jim Grosbach | 2011-07-19 | 1 | -19/+21 |
* | Tidy up. | Jim Grosbach | 2011-07-19 | 1 | -12/+8 |
* | Tighten conditional for 'mov' cc_out. | Jim Grosbach | 2011-07-19 | 1 | -1/+2 |
* | ARM assembly parsing for MOV (immediate). | Jim Grosbach | 2011-07-19 | 3 | -16/+63 |
* | Remove unused code. | Jim Grosbach | 2011-07-19 | 1 | -54/+3 |
* | Fix comments. | Akira Hatanaka | 2011-07-19 | 1 | -10/+10 |
* | Remove redundant instructions. | Akira Hatanaka | 2011-07-19 | 1 | -16/+12 |
* | Separate code that modifies control flow from code that adds instruction to | Akira Hatanaka | 2011-07-19 | 1 | -18/+18 |
* | ARM range checking for so_imm operands in assembly parsing. | Jim Grosbach | 2011-07-19 | 2 | -0/+15 |
* | Convert gep_type_begin and gep_type_end to use ArrayRef. | Jay Foad | 2011-07-19 | 1 | -1/+1 |
* | Convert TargetData::getIndexedOffset to use ArrayRef. | Jay Foad | 2011-07-19 | 1 | -4/+5 |
* | Add intrinsics for the zext / sext instructions. | Richard Osborne | 2011-07-19 | 1 | -7/+13 |
* | Add intrinsics for the testct, testwct instructions. | Richard Osborne | 2011-07-19 | 1 | -1/+9 |
* | Add intrinsics for the peek and endin instructions. | Richard Osborne | 2011-07-19 | 1 | -1/+8 |
* | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 46 | -273/+371 |
* | Make EmitAtomic functions return the correct MachineBasicBlocks so that | Akira Hatanaka | 2011-07-19 | 1 | -22/+28 |