Remove the Clang tblgen backends from LLVM.
[oota-llvm.git] / utils /
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 David GreeneVim Support for Multidefs
2011-10-05 David GreeneEmacs Support for Multidefs
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-04 Rafael EspindolaRemove last references to hotpatch.
2011-10-03 Bob WilsonFind the strip tool that works with the specified SDKRO...
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 Bob WilsonRemove old hack for compiling with gcc-4.0.
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-16 Eric ChristopherMigrate this to use clang by default as well.
2011-09-16 Eric ChristopherWe now look for clang, then llvm-gcc, then gcc as our...
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-03 Benjamin Kramervalgrind: Suppress glibc's optiized strcasecmp harder.
2011-09-02 Andrew TrickAttempt to silence known valgrind errors.
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-31 NAKAMURA Takumilit: Normalize pathsep slashes also on %T.
2011-08-30 Evan ChengFollow up to r138791.
2011-08-30 Andrew TrickLit option for ignoring stderr output.
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-27 Andrew TrickReverted r138652, valgrind doesn't understand obj:...
2011-08-26 Owen AndersonImprove encoding support for BLX with immediat eoperand...
2011-08-26 Andrew Trickvalgrind: Always suppress tblgen leaks.
2011-08-26 Douglas Gregorlit: Add %T as a replacement for the output directory
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-20 NAKAMURA Takumiutils/lit/lit/TestingConfig.py: Pass TEMP and TMP to...
2011-08-20 NAKAMURA Takumiutils/lit/lit/TestingConfig.py: Split out environment...
2011-08-19 Jim GrosbachAllow non zero_reg explicit values for OptionalDefOpera...
2011-08-19 Jim GrosbachTidy up. Formatting.
2011-08-17 Owen AndersonAllow the MCDisassembler to return a "soft fail" status...
2011-08-17 Bruno Cardoso LopesUpdate uwtable vim color!
2011-08-16 Jim GrosbachPrefer diagnostics from target predicate in asm matcher.
2011-08-15 Bob WilsonAvoid evaluating Neon macro arguments more than once...
2011-08-15 Jim GrosbachMCTargetAsmParser target match predicate support.
2011-08-15 Jim GrosbachMove MatchResultTy enum into base class definition.
2011-08-10 David GreeneMake Record Name an Init
2011-08-10 David GreeneAdd getAsUnquotedString
2011-08-10 Eric ChristopherUpdate comment.
2011-08-09 Eric Christopherclang is the new black.
2011-08-09 Owen AndersonFix an oversight in the FixedLenDecoderEmitter where...
2011-08-09 Owen AndersonCreate a new register class for the set of all GPRs...
2011-08-09 Owen AndersonReplace the existing ARM disassembler with a new one...
2011-08-08 Owen AndersonFix encodings for Thumb ASR and LSR immediate operands...
2011-08-04 Owen AndersonLDCL_POST and STCL_POST need one's-complement offsets...
2011-08-03 Jim GrosbachARM refactoring assembly parsing of memory address...
2011-08-02 Jim GrosbachARM: rename addrmode7 to addr_offset_none.
2011-08-01 Owen AndersonMake the FixedLengthDecoderEmitter smart enough to...
2011-08-01 Owen AndersonThe FixedLenDecoder needs to gracefully handle failing...
next