summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
* LLVMBuild: Alphabetize required_libraries lists.Daniel Dunbar2011-11-11
* Remove this from the CMake build since I erased the file.Owen Anderson2011-11-10
* Remove the old-style ARM disassembler, which is no longer used.Owen Anderson2011-11-09
* More AVX2 instructions and their intrinsics.Craig Topper2011-11-06
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* The TableGen parts of the CMake build are seriously broken. This fixesChandler Carruth2011-11-02
* Allow InstAlias's to use immediate matcher patterns that xform the value.Jim Grosbach2011-10-28
* Allow register classes to match a containing class in InstAliases.Jim Grosbach2011-10-28
* Delete dead code. Nothing ever instantiates this.Jim Grosbach2011-10-27
* Add X86 RORX instructionCraig Topper2011-10-23
* Move various generated tables into read-only memory, fixing up const correctn...Benjamin Kramer2011-10-22
* Assembly parsing for 2-register sequential variant of VLD2.Jim Grosbach2011-10-21
* Assembly parsing for 4-register variant of VLD1.Jim Grosbach2011-10-21
* Assembly parsing for 3-register variant of VLD1.Jim Grosbach2011-10-21
* ARM VLD parsing and encoding.Jim Grosbach2011-10-21
* ARM VTBL (one register) assembly parsing and encoding.Jim Grosbach2011-10-18
* ARM assembly parsing and encoding for VMOV.i64.Jim Grosbach2011-10-18
* ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i32.Jim Grosbach2011-10-18
* ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i16.Jim Grosbach2011-10-17
* ARM NEON "vmov.i8" immediate assembly parsing and encoding.Jim Grosbach2011-10-17
* Fix unused variable warning in the rare circumstance that we have no feature-...Owen Anderson2011-10-17
* Pick low-hanging MatchEntry shrinkage fruit.Benjamin Kramer2011-10-17
* Add X86 PEXTR and PDEP instructions.Craig Topper2011-10-16
* Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper2011-10-16
* Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR...Craig Topper2011-10-16
* Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...Craig Topper2011-10-16
* Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...Craig Topper2011-10-15
* Add X86 ANDN instruction. Including instruction selection.Craig Topper2011-10-14
* Ban rematerializable instructions with side effects.Jakob Stoklund Olesen2011-10-14
* ARM parsing and encoding for the <option> form of LDC/STC instructions.Jim Grosbach2011-10-12
* Remove extra semicolon.Eli Friedman2011-10-11
* Fix disassembling of popcntw. Also remove some code that says it accounts for...Craig Topper2011-10-11
* Emit full ED initializers even for pseudo-instructions.Jakob Stoklund Olesen2011-10-10
* Insert dummy ED table entries for pseudo-instructions.Jakob Stoklund Olesen2011-10-10
* ARM NEON assembly parsing and encoding for VDUP(scalar).Jim Grosbach2011-10-07
* Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6...Craig Topper2011-10-07
* Remove the Clang tblgen backends from LLVM.Peter Collingbourne2011-10-06
* Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This w...Craig Topper2011-10-06
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-06
* Remove the TRI::getSubRegisterRegClass() hook.Jakob Stoklund Olesen2011-10-06
* Add TRI::getSubClassWithSubReg(RC, Idx) function.Jakob Stoklund Olesen2011-10-05
* Properly use const_iterator.Jakob Stoklund Olesen2011-10-04
* Teach TableGen to infer missing register classes.Jakob Stoklund Olesen2011-10-04
* TableGen: Store all allocation orders together.Jakob Stoklund Olesen2011-10-04
* TableGen: Privatize CodeGenRegisterClass::TheDef and Name.Jakob Stoklund Olesen2011-10-04
* TableGen: Don't add synthetic Records to the RecordKeeper.Jakob Stoklund Olesen2011-10-04
* Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper2011-10-04
* Fix typo in r140954.Craig Topper2011-10-02
* Fix disassembling of INVEPT and INVVPID to take operandsCraig Topper2011-10-01
* Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...Craig Topper2011-10-01