Move type handling to make sure we get all created types that aren't
[oota-llvm.git] / utils / TableGen /
2011-11-10 Owen AndersonRemove this from the CMake build since I erased the...
2011-11-09 Owen AndersonRemove the old-style ARM disassembler, which is no...
2011-11-06 Craig TopperMore AVX2 instructions and their intrinsics.
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-02 Chandler CarruthThe TableGen parts of the CMake build are seriously...
2011-10-28 Jim GrosbachAllow InstAlias's to use immediate matcher patterns...
2011-10-28 Jim GrosbachAllow register classes to match a containing class...
2011-10-27 Jim GrosbachDelete dead code. Nothing ever instantiates this.
2011-10-23 Craig TopperAdd X86 RORX instruction
2011-10-22 Benjamin KramerMove various generated tables into read-only memory...
2011-10-21 Jim GrosbachAssembly parsing for 2-register sequential variant...
2011-10-21 Jim GrosbachAssembly parsing for 4-register variant of VLD1.
2011-10-21 Jim GrosbachAssembly parsing for 3-register variant of VLD1.
2011-10-21 Jim GrosbachARM VLD parsing and encoding.
2011-10-18 Jim GrosbachARM VTBL (one register) assembly parsing and encoding.
2011-10-18 Jim GrosbachARM assembly parsing and encoding for VMOV.i64.
2011-10-18 Jim GrosbachARM assembly parsing and encoding for VMOV/VMVN/VORR...
2011-10-17 Jim GrosbachARM assembly parsing and encoding for VMOV/VMVN/VORR...
2011-10-17 Jim GrosbachARM NEON "vmov.i8" immediate assembly parsing and encoding.
2011-10-17 Owen AndersonFix unused variable warning in the rare circumstance...
2011-10-17 Benjamin KramerPick low-hanging MatchEntry shrinkage fruit.
2011-10-16 Craig TopperAdd X86 PEXTR and PDEP instructions.
2011-10-16 Craig TopperAdd X86 BZHI instruction as well as BMI2 feature detection.
2011-10-16 Craig TopperAdd X86 INVPCID instruction. Add 32/64-bit predicates...
2011-10-16 Craig TopperAdd X86 BEXTR instruction. This instruction uses VEX...
2011-10-15 Craig TopperAdd support for X86 blsr, blsmsk, and blsi instructions...
2011-10-14 Craig TopperAdd X86 ANDN instruction. Including instruction selection.
2011-10-14 Jakob Stoklund OlesenBan rematerializable instructions with side effects.
2011-10-12 Jim GrosbachARM parsing and encoding for the <option> form of LDC...
2011-10-11 Eli FriedmanRemove extra semicolon.
2011-10-11 Craig TopperFix disassembling of popcntw. Also remove some code...
2011-10-10 Jakob Stoklund OlesenEmit full ED initializers even for pseudo-instructions.
2011-10-10 Jakob Stoklund OlesenInsert dummy ED table entries for pseudo-instructions.
2011-10-07 Jim GrosbachARM NEON assembly parsing and encoding for VDUP(scalar).
2011-10-07 Craig TopperRevert part of r141274. Only need to change encoding...
2011-10-06 Peter CollingbourneRemove the Clang tblgen backends from LLVM.
2011-10-06 Craig TopperFix assembling of xchg %eax, %eax to not use the NOP...
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2011-10-06 Jakob Stoklund OlesenRemove the TRI::getSubRegisterRegClass() hook.
2011-10-05 Jakob Stoklund OlesenAdd TRI::getSubClassWithSubReg(RC, Idx) function.
2011-10-04 Jakob Stoklund OlesenProperly use const_iterator.
2011-10-04 Jakob Stoklund OlesenTeach TableGen to infer missing register classes.
2011-10-04 Jakob Stoklund OlesenTableGen: Store all allocation orders together.
2011-10-04 Jakob Stoklund OlesenTableGen: Privatize CodeGenRegisterClass::TheDef and...
2011-10-04 Jakob Stoklund OlesenTableGen: Don't add synthetic Records to the RecordKeeper.
2011-10-04 Craig TopperAdd support in the disassembler for ignoring the L...
2011-10-02 Craig TopperFix typo in r140954.
2011-10-01 Craig TopperFix disassembling of INVEPT and INVVPID to take operands
2011-10-01 Craig TopperFix disassembler handling of CRC32 which is an odd...
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-10-01 Bob WilsonSubtarget getFeatureBits() returns a uint64_t, not...
2011-09-30 Jakob Stoklund OlesenUse precomputed BitVector for CodeGenRegisterClass...
2011-09-30 Jakob Stoklund OlesenStore sub-class lists as a bit vector.
2011-09-30 Jakob Stoklund OlesenExtract a slightly more general BitVector printer.
2011-09-30 Jakob Stoklund OlesenCompute lists of super-classes in CodeGenRegisterClass.
2011-09-30 David GreeneImplement VarListElementInit:: resolveListElementReference
2011-09-30 Jakob Stoklund OlesenPrecompute a bit vector of register sub-classes.
2011-09-30 Jakob Stoklund OlesenOrder register classes topologically.
2011-09-29 Jakob Stoklund OlesenSwitch to ArrayRef<CodeGenRegisterClass*>.
2011-09-29 Daniel Dunbartblgen/ClangDiagnostics: Add support for split default...
2011-09-26 Owen AndersonASR #32 is not allowed on Thumb2 USAT and SSAT instruct...
2011-09-25 Jakob Stoklund OlesenAdd target hook for pseudo instruction expansion.
2011-09-23 Craig TopperDon't allow 32-bit only instructions to be disassembled...
2011-09-20 Andrew TrickRestore hasPostISelHook tblgen flag.
2011-09-20 Andrew TrickARM isel bug fix for adds/subs operands.
2011-09-20 Eric ChristopherRemove more of llvmc and dependencies.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for TBB/TBH.
2011-09-19 David GreeneBetter Error Reporting
2011-09-14 Craig TopperFix mem type for VEX.128 form of VROUNDP*. Remove filte...
2011-09-13 Argyrios Kyrtzidis[tablegen] In ClangAttrEmitter.cpp handle SourceLocatio...
2011-09-13 Argyrios KyrtzidisIn ClangAttrEmitter.cpp emit code that allows attribute...
2011-09-13 Craig TopperRemove filter that was preventing MOVDQU/MOVDQA and...
2011-09-11 Craig TopperFix disassembling of reverse register/register forms...
2011-09-11 Craig TopperFix disassembling of PAUSE instruction. Fixes PR10900...
2011-09-09 Douglas GregorUpdate Clang AST attribute reader tblgen generation...
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDREX/LDREXB...
2011-09-08 Eli FriedmanMake sure to handle the case where emitPredicateMatch...
2011-09-08 Caitlin SadowskiAdded LateParsed property to TableGen attributes.
2011-09-08 James MolloyFix warning on windows; use of comparison with bool...
2011-09-08 Andrew TrickFix a use of freed string contents.
2011-09-08 Andrew Trickwhitespace
2011-09-07 Jim GrosbachThumb2 assembly parsing and encoding for LDRBT.
2011-09-07 Jim GrosbachThumb2 parsing and encoding for LDR(immediate).
2011-09-07 James MolloySecond of a three-patch series aiming to fix MSR/MRS...
2011-09-07 Joerg SonnenbergerDependency should be on the output file name, not the...
2011-09-02 David GreeneMake RecordVal Name an Init
2011-09-02 Kevin EnderbyFix the disassembly of the X86 "crc32w %ax, %eax" instr...
2011-09-02 Craig TopperMake IC_VEX* not inherit from IC_*. Prevents instructio...
2011-09-01 James MolloyFix up r137380 based on post-commit review by Jim Grosbach.
2011-08-30 Evan ChengFollow up to r138791.
2011-08-30 Craig TopperAdd vvvv support to disassembling of instructions with...
2011-08-29 Kevin EnderbyFix the disassembly of the X86 crc32 instruction. ...
2011-08-26 Owen AndersonImprove encoding support for BLX with immediat eoperand...
2011-08-25 Craig TopperGive ATTR_VEX higher priority when generating the disas...
2011-08-24 Jim GrosbachThumb parsing and encoding support for ADD SP instructions.
2011-08-24 Jim GrosbachThumb1 ADD/SUB SP instructions are predicable in Thumb2...
2011-08-23 Caitlin SadowskiThread safety: Adding in an option for variadic expr...
2011-08-23 Eric ChristopherFix fpimmm->fpimm typo.
2011-08-19 Jim GrosbachAllow non zero_reg explicit values for OptionalDefOpera...
2011-08-19 Jim GrosbachTidy up. Formatting.
next