| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge gtest-1.6.0. | Jay Foad | 2011-07-27 | 28 | -1356/+3498 |
* | Split am2offset into register addend and immediate addend forms, necessary fo... | Owen Anderson | 2011-07-26 | 1 | -1/+2 |
* | ARM parsing and encoding for SVC instruction. | Jim Grosbach | 2011-07-26 | 1 | -0/+1 |
* | Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm... | Evan Cheng | 2011-07-26 | 1 | -1/+1 |
* | ARM assembly parsing and encoding for SSAT16 instruction. | Jim Grosbach | 2011-07-25 | 1 | -0/+1 |
* | We always bounds check the bit set, there is no need to emit zero bytes at th... | Benjamin Kramer | 2011-07-23 | 1 | -13/+10 |
* | Turn the DenseSet in MCRegisterClass into a tblgenerated bit field. This shou... | Benjamin Kramer | 2011-07-23 | 1 | -1/+39 |
* | Give TargetRegisterClass a pointer to the MCRegisterClass and use it to acces... | Benjamin Kramer | 2011-07-23 | 1 | -32/+18 |
* | ARM SSAT instruction 5-bit immediate handling. | Jim Grosbach | 2011-07-22 | 1 | -1/+1 |
* | Use the enum value for RegClassIDs. | Benjamin Kramer | 2011-07-22 | 1 | -2/+4 |
* | Remove unused variables. | Benjamin Kramer | 2011-07-22 | 1 | -4/+0 |
* | Teach tblgen to emit MCRegisterClasses. | Benjamin Kramer | 2011-07-22 | 2 | -2/+55 |
* | Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n... | Owen Anderson | 2011-07-21 | 2 | -6/+9 |
* | Split up the ARM so_reg ComplexPattern into so_reg_reg and so_reg_imm, allowi... | Owen Anderson | 2011-07-21 | 1 | -1/+2 |
* | move tier out of an anonymous namespace, it doesn't make sense | Chris Lattner | 2011-07-21 | 1 | -2/+3 |
* | ARM PKH shift ammount operand printing tweaks. | Jim Grosbach | 2011-07-20 | 1 | -0/+2 |
* | Enhance the FixedLengthDecoder to be able to generate plausible-looking decod... | Owen Anderson | 2011-07-19 | 2 | -110/+125 |
* | ARM assembly parsing for MOV (immediate). | Jim Grosbach | 2011-07-19 | 1 | -0/+1 |
* | Revamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD] to avoid having multiple... | Owen Anderson | 2011-07-18 | 1 | -5/+0 |
* | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng | 2011-07-18 | 2 | -98/+131 |
* | Re-apply r135319 with a fix for the constant island pass. | Owen Anderson | 2011-07-18 | 1 | -7/+1 |
* | Intern all RecTy subclass instances to avoid duplicates. | Jakob Stoklund Olesen | 2011-07-18 | 6 | -50/+123 |
* | Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ... | Frits van Bommel | 2011-07-18 | 1 | -2/+2 |
* | Revert r135319 in an attempt to get to unbreak testers. | Owen Anderson | 2011-07-16 | 1 | -1/+7 |
* | Make the disassembler able to disassemble a bunch of instructions with names ... | Eli Friedman | 2011-07-16 | 2 | -1/+27 |
* | Get rid of the separate opcodes for the Darwin versions of tBL, tBLXi, and tB... | Owen Anderson | 2011-07-15 | 1 | -7/+1 |
* | Have tblgen produce code that tolerates operands that return an invalid match... | Kevin Enderby | 2011-07-15 | 1 | -0/+4 |
* | Eliminate "const" from extern const to fix breakeage since r135184 on msvc. | NAKAMURA Takumi | 2011-07-15 | 3 | -8/+8 |
* | Add a new field to MCOperandInfo that contains information about the type of ... | Benjamin Kramer | 2011-07-14 | 3 | -6/+20 |
* | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng | 2011-07-14 | 3 | -26/+41 |
* | though it isn't the case here, the key of a StringMap can | Chris Lattner | 2011-07-14 | 1 | -2/+2 |
* | Change Intrinsic::getDeclaration and friends to take an ArrayRef. | Benjamin Kramer | 2011-07-14 | 1 | -1/+1 |
* | Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ... | Owen Anderson | 2011-07-13 | 1 | -2/+4 |
* | struct Init -> class Init | David Greene | 2011-07-13 | 4 | -5/+6 |
* | Range checking for CDP[2] immediates. | Jim Grosbach | 2011-07-13 | 1 | -0/+2 |
* | Give the ARM BKPT instruction the right operand type. | Jim Grosbach | 2011-07-13 | 1 | -0/+1 |
* | Revert r134921, 134917, 134908 and 134907. They're causing failures | Eric Christopher | 2011-07-11 | 31 | -1712/+1002 |
* | Use get(0 Instead of Create() | David Greene | 2011-07-11 | 6 | -137/+137 |
* | struct Init -> class Init. | Evan Cheng | 2011-07-11 | 3 | -3/+3 |
* | Fix Build | David Greene | 2011-07-11 | 1 | -1/+1 |
* | [AVX] Make Inits Foldable | David Greene | 2011-07-11 | 31 | -998/+1708 |
* | Resynchronize EDInfo.h and EDEmitter.cpp. | Shantonu Sen | 2011-07-11 | 1 | -14/+13 |
* | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng | 2011-07-11 | 1 | -3/+4 |
* | lit/LitConfig.py: Demote Win32 message "Unable to find 'bash.exe'" from Warni... | NAKAMURA Takumi | 2011-07-09 | 1 | -1/+1 |
* | Fix dangling pointer. | Eli Friedman | 2011-07-08 | 1 | -1/+1 |
* | Fix a dangling reference. Patch by Dave Abrahams. pr10311 | Evan Cheng | 2011-07-08 | 1 | -1/+2 |
* | TableGen'erated MC lowering for simple pseudo-instructions. | Jim Grosbach | 2011-07-08 | 4 | -0/+316 |
* | Eliminate asm parser's dependency on TargetMachine: | Evan Cheng | 2011-07-08 | 2 | -8/+41 |
* | Compute feature bits at time of MCSubtargetInfo initialization. | Evan Cheng | 2011-07-07 | 1 | -14/+13 |
* | Add isCodeGenOnly value to the CodeGenInstruction class. | Jim Grosbach | 2011-07-07 | 2 | -0/+2 |