aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2011-10-12ARM parsing and encoding for the <option> form of LDC/STC instructions.Jim Grosbach
2011-10-11Remove extra semicolon.Eli Friedman
2011-10-11Fix disassembling of popcntw. Also remove some code that says it accounts for...Craig Topper
2011-10-10Emit full ED initializers even for pseudo-instructions.Jakob Stoklund Olesen
2011-10-10Insert dummy ED table entries for pseudo-instructions.Jakob Stoklund Olesen
2011-10-07ARM NEON assembly parsing and encoding for VDUP(scalar).Jim Grosbach
2011-10-07Remove MultidefsDavid Greene
2011-10-07Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6...Craig Topper
2011-10-06Remove the Clang tblgen backends from LLVM.Peter Collingbourne
2011-10-06Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This w...Craig Topper
2011-10-06Build system infrastructure for multiple tblgens.Peter Collingbourne
2011-10-06Remove the TRI::getSubRegisterRegClass() hook.Jakob Stoklund Olesen
2011-10-05Vim Support for MultidefsDavid Greene
2011-10-05Emacs Support for MultidefsDavid Greene
2011-10-05Add TRI::getSubClassWithSubReg(RC, Idx) function.Jakob Stoklund Olesen
2011-10-04Properly use const_iterator.Jakob Stoklund Olesen
2011-10-04Teach TableGen to infer missing register classes.Jakob Stoklund Olesen
2011-10-04TableGen: Store all allocation orders together.Jakob Stoklund Olesen
2011-10-04TableGen: Privatize CodeGenRegisterClass::TheDef and Name.Jakob Stoklund Olesen
2011-10-04TableGen: Don't add synthetic Records to the RecordKeeper.Jakob Stoklund Olesen
2011-10-04Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper
2011-10-04Remove last references to hotpatch.Rafael Espindola
2011-10-03Find the strip tool that works with the specified SDKROOT. rdar://10165908Bob Wilson
2011-10-02Fix typo in r140954.Craig Topper
2011-10-01Fix disassembling of INVEPT and INVVPID to take operandsCraig Topper
2011-10-01Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...Craig Topper
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2011-10-01Subtarget getFeatureBits() returns a uint64_t, not unsigned.Bob Wilson
2011-09-30Use precomputed BitVector for CodeGenRegisterClass::hasSubClass().Jakob Stoklund Olesen
2011-09-30Store sub-class lists as a bit vector.Jakob Stoklund Olesen
2011-09-30Extract a slightly more general BitVector printer.Jakob Stoklund Olesen
2011-09-30Compute lists of super-classes in CodeGenRegisterClass.Jakob Stoklund Olesen
2011-09-30Implement VarListElementInit:: resolveListElementReferenceDavid Greene
2011-09-30Precompute a bit vector of register sub-classes.Jakob Stoklund Olesen
2011-09-30Order register classes topologically.Jakob Stoklund Olesen
2011-09-29Switch to ArrayRef<CodeGenRegisterClass*>.Jakob Stoklund Olesen
2011-09-29tblgen/ClangDiagnostics: Add support for split default warning "no-werror" andDaniel Dunbar
2011-09-26Remove old hack for compiling with gcc-4.0.Bob Wilson
2011-09-26ASR #32 is not allowed on Thumb2 USAT and SSAT instructions.Owen Anderson
2011-09-25Add target hook for pseudo instruction expansion.Jakob Stoklund Olesen
2011-09-23Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...Craig Topper
2011-09-20Restore hasPostISelHook tblgen flag.Andrew Trick
2011-09-20ARM isel bug fix for adds/subs operands.Andrew Trick
2011-09-20Remove more of llvmc and dependencies.Eric Christopher
2011-09-19Thumb2 assembly parsing and encoding for TBB/TBH.Jim Grosbach
2011-09-19Better Error ReportingDavid Greene
2011-09-16Migrate this to use clang by default as well.Eric Christopher
2011-09-16We now look for clang, then llvm-gcc, then gcc as our compiler. We don't needEric Christopher
2011-09-14Fix mem type for VEX.128 form of VROUNDP*. Remove filter preventing VROUND fr...Craig Topper
2011-09-13[tablegen] In ClangAttrEmitter.cpp handle SourceLocation arguments to attribu...Argyrios Kyrtzidis