summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* ARM assembly parsing and encoding for SSAT16 instruction.Jim Grosbach2011-07-25
* We always bounds check the bit set, there is no need to emit zero bytes at th...Benjamin Kramer2011-07-23
* Turn the DenseSet in MCRegisterClass into a tblgenerated bit field. This shou...Benjamin Kramer2011-07-23
* Give TargetRegisterClass a pointer to the MCRegisterClass and use it to acces...Benjamin Kramer2011-07-23
* ARM SSAT instruction 5-bit immediate handling.Jim Grosbach2011-07-22
* Use the enum value for RegClassIDs.Benjamin Kramer2011-07-22
* Remove unused variables.Benjamin Kramer2011-07-22
* Teach tblgen to emit MCRegisterClasses.Benjamin Kramer2011-07-22
* Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n...Owen Anderson2011-07-21
* Split up the ARM so_reg ComplexPattern into so_reg_reg and so_reg_imm, allowi...Owen Anderson2011-07-21
* move tier out of an anonymous namespace, it doesn't make senseChris Lattner2011-07-21
* ARM PKH shift ammount operand printing tweaks.Jim Grosbach2011-07-20
* Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...Owen Anderson2011-07-19
* ARM assembly parsing for MOV (immediate).Jim Grosbach2011-07-19
* Revamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD] to avoid having multiple...Owen Anderson2011-07-18
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Re-apply r135319 with a fix for the constant island pass.Owen Anderson2011-07-18
* Intern all RecTy subclass instances to avoid duplicates.Jakob Stoklund Olesen2011-07-18
* Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel2011-07-18
* Revert r135319 in an attempt to get to unbreak testers.Owen Anderson2011-07-16
* Make the disassembler able to disassemble a bunch of instructions with names ...Eli Friedman2011-07-16
* Get rid of the separate opcodes for the Darwin versions of tBL, tBLXi, and tB...Owen Anderson2011-07-15
* Have tblgen produce code that tolerates operands that return an invalid match...Kevin Enderby2011-07-15
* Eliminate "const" from extern const to fix breakeage since r135184 on msvc.NAKAMURA Takumi2011-07-15
* Add a new field to MCOperandInfo that contains information about the type of ...Benjamin Kramer2011-07-14
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* though it isn't the case here, the key of a StringMap canChris Lattner2011-07-14
* Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer2011-07-14
* Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...Owen Anderson2011-07-13
* struct Init -> class InitDavid Greene2011-07-13
* Range checking for CDP[2] immediates.Jim Grosbach2011-07-13
* Give the ARM BKPT instruction the right operand type.Jim Grosbach2011-07-13
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-11
* Use get(0 Instead of Create()David Greene2011-07-11
* struct Init -> class Init.Evan Cheng2011-07-11
* Fix BuildDavid Greene2011-07-11
* [AVX] Make Inits FoldableDavid Greene2011-07-11
* Resynchronize EDInfo.h and EDEmitter.cpp.Shantonu Sen2011-07-11
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* lit/LitConfig.py: Demote Win32 message "Unable to find 'bash.exe'" from Warni...NAKAMURA Takumi2011-07-09
* Fix dangling pointer.Eli Friedman2011-07-08
* Fix a dangling reference. Patch by Dave Abrahams. pr10311Evan Cheng2011-07-08
* TableGen'erated MC lowering for simple pseudo-instructions.Jim Grosbach2011-07-08
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-07
* Add isCodeGenOnly value to the CodeGenInstruction class.Jim Grosbach2011-07-07
* Typo.Jim Grosbach2011-07-06
* Don't require pseudo-instructions to carry encoding information.Jim Grosbach2011-07-06
* Allow tagless builds and fix debug build configuration.David Greene2011-07-06