summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* 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
* Remove last references to hotpatch.Rafael Espindola2011-10-04
* Find the strip tool that works with the specified SDKROOT. rdar://10165908Bob Wilson2011-10-03
* 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
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Subtarget getFeatureBits() returns a uint64_t, not unsigned.Bob Wilson2011-10-01
* Use precomputed BitVector for CodeGenRegisterClass::hasSubClass().Jakob Stoklund Olesen2011-09-30
* Store sub-class lists as a bit vector.Jakob Stoklund Olesen2011-09-30
* Extract a slightly more general BitVector printer.Jakob Stoklund Olesen2011-09-30
* Compute lists of super-classes in CodeGenRegisterClass.Jakob Stoklund Olesen2011-09-30
* Implement VarListElementInit:: resolveListElementReferenceDavid Greene2011-09-30
* Precompute a bit vector of register sub-classes.Jakob Stoklund Olesen2011-09-30
* Order register classes topologically.Jakob Stoklund Olesen2011-09-30
* Switch to ArrayRef<CodeGenRegisterClass*>.Jakob Stoklund Olesen2011-09-29
* tblgen/ClangDiagnostics: Add support for split default warning "no-werror" andDaniel Dunbar2011-09-29
* Remove old hack for compiling with gcc-4.0.Bob Wilson2011-09-26
* ASR #32 is not allowed on Thumb2 USAT and SSAT instructions.Owen Anderson2011-09-26
* Add target hook for pseudo instruction expansion.Jakob Stoklund Olesen2011-09-25
* Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...Craig Topper2011-09-23
* Restore hasPostISelHook tblgen flag.Andrew Trick2011-09-20
* ARM isel bug fix for adds/subs operands.Andrew Trick2011-09-20
* Remove more of llvmc and dependencies.Eric Christopher2011-09-20
* Thumb2 assembly parsing and encoding for TBB/TBH.Jim Grosbach2011-09-19
* Better Error ReportingDavid Greene2011-09-19
* Migrate this to use clang by default as well.Eric Christopher2011-09-16
* We now look for clang, then llvm-gcc, then gcc as our compiler. We don't needEric Christopher2011-09-16
* Fix mem type for VEX.128 form of VROUNDP*. Remove filter preventing VROUND fr...Craig Topper2011-09-14
* [tablegen] In ClangAttrEmitter.cpp handle SourceLocation arguments to attribu...Argyrios Kyrtzidis2011-09-13
* In ClangAttrEmitter.cpp emit code that allows attributes to keep their source...Argyrios Kyrtzidis2011-09-13
* Remove filter that was preventing MOVDQU/MOVDQA and their VEX forms from bein...Craig Topper2011-09-13
* Fix disassembling of reverse register/register forms of ADD/SUB/XOR/OR/AND/SB...Craig Topper2011-09-11
* Fix disassembling of PAUSE instruction. Fixes PR10900. Also fixed NOP disasse...Craig Topper2011-09-11
* Update Clang AST attribute reader tblgen generation to match with ASTReader c...Douglas Gregor2011-09-09
* Thumb2 assembly parsing and encoding for LDREX/LDREXB/LDREXD/LDREXH.Jim Grosbach2011-09-09
* Make sure to handle the case where emitPredicateMatch returns false. Noticed...Eli Friedman2011-09-08
* Added LateParsed property to TableGen attributes.Caitlin Sadowski2011-09-08
* Fix warning on windows; use of comparison with bool argument.James Molloy2011-09-08
* Fix a use of freed string contents.Andrew Trick2011-09-08
* whitespaceAndrew Trick2011-09-08
* Thumb2 assembly parsing and encoding for LDRBT.Jim Grosbach2011-09-07
* Thumb2 parsing and encoding for LDR(immediate).Jim Grosbach2011-09-07
* Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...James Molloy2011-09-07
* Dependency should be on the output file name, not the dependency fileJoerg Sonnenberger2011-09-07
* valgrind: Suppress glibc's optiized strcasecmp harder.Benjamin Kramer2011-09-03