Some single-precision VFP instructions can execute in either the VPF or Neon
[oota-llvm.git] / utils / TableGen /
2011-04-18 Eric ChristopherInvert the meaning of printAliasInstr's return value...
2011-04-18 Owen AndersonEnhance the fixed-length disassembler to support the...
2011-04-18 Chris LattnerAdd a new bit that ImmLeaf's can opt into, which allows...
2011-04-18 Chris LattnerImplement major new fastisel functionality: the matcher...
2011-04-17 Chris Lattnerintroduce a new OpKind abstraction which wraps up opera...
2011-04-17 Chris Lattnerchange OperandsSignature to use SmallVector<char> inste...
2011-04-17 Chris Lattnersince the VT is fixed for a ImmLeaf, there is no reason...
2011-04-17 Chris Lattnernow that predicates have a decent abstraction layer...
2011-04-17 Chris LattnerRework our internal representation of node predicates...
2011-04-17 Chris Lattnerremove some debugging code I added.
2011-04-17 Chris Lattner1. merge fast-isel-shift-imm.ll into fast-isel-x86...
2011-04-15 Douglas GregorInitial work to improve documentation for Clang's diagn...
2011-04-15 Evan ChengIncrease SubtargetFeatureKV Value and Implies fields...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-13 Bill WendlingAdd an option to not print the alias of an instruction...
2011-04-11 Johnny ChenThumb disassembler was erroneously rejecting "blx sp...
2011-04-11 NAKAMURA TakumiTableGen: Keep the order of DECL_CONTEXT() for DeclNode...
2011-04-08 Bill WendlingOnly emit the AvailableFeatures variable if it's used.
2011-04-07 Bill WendlingReplace the old algorithm that emitted the "print the...
2011-04-04 Joerg SonnenbergerAdd support for the VIA PadLock instructions.
2011-04-04 Joerg SonnenbergerUse array_lengthof
2011-04-04 Joerg SonnenbergerChange loops to derive the number of tables automatically
2011-04-01 Daniel Dunbartlbgen/MC: StringRef's to temporary objects considered...
2011-04-01 Andrew TrickAdd annotations to tablegen-generated processor itinera...
2011-04-01 Andrew Trickwhitespace
2011-03-31 Bob WilsonUse intrinsics for Neon vmull operations. Radar 9208957.
2011-03-30 Argyrios KyrtzidisClangSAEmClangSACheckersEmitter, emit info about groups.
2011-03-29 Matt Beaumont-GayQuiet a gcc warning about changed name lookup rules
2011-03-29 Argyrios KyrtzidisIn ClangSACheckersEmitter:
2011-03-29 Argyrios KyrtzidisFor ClangSACheckersEmitter, allow a package to belong...
2011-03-26 Douglas GregorExtend Clang's TableGen emitter for attributes to suppo...
2011-03-25 Johnny Chendelegate the disassembly of t2ADR to the more generic...
2011-03-24 Johnny ChenThe opcode names ("tLDM", "tLDM_UPD") used for conflict...
2011-03-24 Johnny ChenThe ARM disassembler was confused with the 16-bit tSTMI...
2011-03-24 Bruno Cardoso LopesAdd asm parsing support w/ testcases for strex/ldrex...
2011-03-24 Johnny ChenADR was added with the wrong encoding for inst{24-21...
2011-03-23 Douglas GregorUpdate the Clang attribute emitter to handle attributes...
2011-03-21 Bill WendlingCall static functions so that they aren't left unused.
2011-03-21 Bill WendlingA WIP commit of the InstAlias printing cleanup. This...
2011-03-21 Bill WendlingAdd the IAPrinter class.
2011-03-21 Bill Wendling* Add classes that support the "feature" information.
2011-03-18 Owen AndersonThumb2 PC-relative loads require a fixup rather than...
2011-03-15 Evan Cheng- Add "Bitcast" target instruction property for instruc...
2011-03-15 Sean CallananX86 table-generator and disassembler support for the AVX
2011-03-14 Owen AndersonIgnore isCodeGenOnly instructions when generating diass...
2011-03-14 Jim GrosbachTrailing whitespace.
2011-03-14 Francois PichetCorrect small comment order typo.
2011-03-12 Jim GrosbachRemove no-longer-correct special case for disasm of...
2011-03-11 Jim GrosbachPseudo-ize the ARM 'B' instruction.
2011-03-11 Jim GrosbachRemove dead code. These ARM instruction definitions...
2011-03-11 Jim GrosbachRemove dead code. These ARM instruction definitions...
2011-03-11 Jim GrosbachPseudo-ize VMOVDcc and VMOVScc.
2011-03-11 Jim GrosbachRemove dead code. These ARM instruction definitions...
2011-03-11 Jim GrosbachARM VDUPfd and VDUPfq can just be patterns. The instruc...
2011-03-11 Jim GrosbachRemove dead code. These ARM instruction definitions...
2011-03-11 Jim GrosbachARM VDUPLNfq and VDUPLNfd definitions can just be Pat...
2011-03-11 Jim GrosbachARM VREV64df and VREV64qf can just be patterns. The...
2011-03-11 Jim GrosbachAdd missing 'return on failure'. Previously we'd crash...
2011-03-11 Jim GrosbachTeach TableGen to pre-calculate register enum values...
2011-03-11 Jim GrosbachMake the register enum value part of the CodeGenRegiste...
2011-03-11 Jim GrosbachTrailing whitespace.
2011-03-11 Jim GrosbachTrailing whitespace.
2011-03-11 Jim GrosbachTidy up since ARM MOVCCi and MOVCCi16 are now pseudos.
2011-03-10 Jim GrosbachProperly pseudo-ize MOVCCr and MOVCCs.
2011-03-10 Jim GrosbachMemory barrier instructions don't need special handling...
2011-03-07 Bill WendlingRename the narrow shift right immediate operands to...
2011-03-03 Bob WilsonTableGen should not ignore BX instructions for the...
2011-03-03 Bob Wilsonpr9367: Add missing predicated BLX instructions.
2011-03-02 John McCallTeach the clang attribute emitter about InheritablePara...
2011-03-01 Jim Grosbachtrailing whitespace.
2011-03-01 Jim GrosbachGeneralize the register matching code in DAGISel a...
2011-03-01 Bill WendlingNarrow right shifts need to encode their immediates...
2011-02-26 Bill WendlingA new TableGen feature! (Not turned on just yet.)
2011-02-24 Argyrios KyrtzidisIn utils/TableGen/ClangSACheckersEmitter.cpp, set the...
2011-02-22 Rafael EspindolaImplement xgetbv and xsetbv.
2011-02-20 Oscar FuentesPut targets on folders, if the IDE supports the feature.
2011-02-18 Oscar FuentesCMake: updated list of tblgen source files.
2011-02-18 Owen AndersonAdd FixedLenDecoderEmitter, the skeleton of a new disas...
2011-02-17 Joerg SonnenbergerCheck that MnemonicAlias doesn't map back to the same...
2011-02-17 Sean HuntAdd serialization for Expr* arguments for attributes...
2011-02-15 Argyrios KyrtzidisWhen tablegen'ing the clang analyzer checkers:
2011-02-14 Argyrios KyrtzidisAdd the ClangSACheckersEmitter tablegen backend which...
2011-02-14 Bruno Cardoso LopesFix encoding and add parsing support for the arm/thumb...
2011-02-13 Argyrios KyrtzidisWrap the struct in an anonymous namespace.
2011-02-12 Jim GrosbachAsmMatcher custom operand parser failure enhancements.
2011-02-11 Jim GrosbachTidy out asm matcher .inc output.
2011-02-10 Bill WendlingDon't return before calling the post-processing functio...
2011-02-10 Jim GrosbachDo AsmMatcher operand classification per-opcode.
2011-02-07 Bruno Cardoso LopesImplement support for custom target specific asm parsin...
2011-02-04 Daniel DunbarMC/AsmMatcher: Sink ConvertToMCInst into the TargetAsmP...
2011-02-04 Jason W KimTeach ARM/MC/ELF to handle R_ARM_JUMP24 relocation...
2011-02-04 Daniel DunbarMC/AsmParser: Add support for allowing the conversion...
2011-02-04 Daniel DunbarMC/AsmMatcher: Add support for custom conversion functions.
2011-02-04 David GreeneSilence uninitialized value warnings.
2011-02-03 Jim GrosbachTidy up a bit.
2011-02-03 Oscar FuentesChanges for building Clang and others using LLVM as...
2011-02-02 Kevin EnderbyChanged the TableGen created MatchInstructionImpl(...
2011-02-01 David Greene[AVX] Implement EnforceSmallerThan for mixed int/fp...
2011-01-27 Bob WilsonFix a comment typo.
2011-01-27 Douglas GregorClang: separate the access-control diagnostics from...
next