Be more specific and capitalize filenames.
[oota-llvm.git] / utils / TableGen /
2013-05-16 Jakob Stoklund OlesenAdd TargetRegisterInfo::getCoveringLanes().
2013-04-27 Ulrich WeigandHandle tied sub-operands in AsmMatcherEmitter
2013-04-23 Andrew TrickMachine model: Generate table entries for super-resources.
2013-04-23 Andrew TrickMachine model: verify well-formed processor resource...
2013-04-23 Andrew TrickMachine model: rewrite a tablegen loop to avoid compari...
2013-04-18 Chad Rosier[asm parser] Add support for predicating MnemonicAlias...
2013-04-11 Michael LiaoAdd CLAC/STAC instruction encoding/decoding support
2013-03-29 Andrew TrickFix TableGen subtarget-emitter to handle A9/Swift.
2013-03-29 Dan GohmanRevert r178166. According to Howard, this code is actua...
2013-03-27 Dan GohmanAvoid undefined behavior from passing a std::vector...
2013-03-26 Andrew TrickTableGen SubtargetEmitter fix to allow A9 and Swift...
2013-03-25 Dave Zarzyckix86 -- add the XTEST instruction
2013-03-24 Jakob Stoklund OlesenAllow types to be omitted in output patterns.
2013-03-24 Jakob Stoklund OlesenAllow direct value types to be used in instruction...
2013-03-23 Jakob Stoklund OlesenAllow direct value types in pattern definitions.
2013-03-23 Jakob Stoklund OlesenMake all unnamed RegisterClass TreePatternNodes typed...
2013-03-21 Sean SilvaAdd TableGen ctags(1) emitter and helper script.
2013-03-19 Ulrich WeigandExtend TableGen instruction selection matcher to improv...
2013-03-18 Andrew TrickTableGen fix for the new machine model.
2013-03-18 Jakob Stoklund OlesenExtract a method.
2013-03-17 Jakob Stoklund OlesenUse ArrayRef<MVT::SimpleValueType> when possible.
2013-03-16 Andrew TrickMachine model. Allow mixed itinerary classes and SchedR...
2013-03-15 Jakob Stoklund OlesenAdd SchedRW as an Instruction field.
2013-03-14 Andrew TrickFix r177112: Add ProcResGroup.
2013-03-14 Andrew TrickMachineModel: Add a ProcResGroup class.
2013-03-11 Kevin EnderbyFixes disassembler crashes on 2013 Haswell RTM instruct...
2013-03-01 Andrew TrickMIsched machine model: tablegen subtarget emitter impro...
2013-02-26 Michael J. Spencer[TableGen] Fix ICE on MSVC 2012 Release builds.
2013-02-14 Jyotsna VermaFix for bug 15246 -- out-of-bound error in the TableGen...
2013-02-13 David PeixottoPR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD...
2013-02-12 Kay Tiong KhooAdded 0x0D to 2-byte opcode extension table for prefetc...
2013-02-06 Jim GrosbachAllow targets to add custom asm operand matching logic.
2013-02-05 Eli BenderskyFix comments
2013-02-05 Jack CarterThis patch that sets the EmitAlias flag in td files
2013-02-01 Andrew TrickMachineModel: Inconsequential TableGen SubtargetEmitter...
2013-01-31 Jakob Stoklund OlesenClarify intent.
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex.
2013-01-15 Chad Rosier[ms-inline asm] Address the FIXME in AsmParser.cpp.
2013-01-11 Michael IlsemanSupport for half intrinsics. Pushes MMX into slower...
2013-01-10 Jordan RoseTableGen: Keep track of superclass reference ranges.
2013-01-10 Tim NorthoverRemove locale-dependence of enum mangling and use exist...
2013-01-10 Tim NorthoverMake TableGen mangle operand method names before puttin...
2013-01-09 Tim NorthoverCheck whether MCInst operand isImm before calling getImm.
2013-01-09 Andrew TrickMIsched: add an ILP window property to machine model.
2013-01-02 Chandler CarruthSort a few more #include lines in tools/... unittests...
2012-12-26 NAKAMURA TakumiTableGen/FixedLenDecoderEmitter.cpp: Fix a potential...
2012-12-24 Elena DemikhovskyAdded 6 more value types: v32i1, v64i1, v32i16, v32i8...
2012-12-22 Bill WendlingChange 'AttrVal' to 'AttrKind' to better reflect that...
2012-12-20 Richard SmithFix an uninitialized member variable, found by -fsaniti...
2012-12-19 Jim GrosbachMC: Add MCInstrDesc::mayAffectControlFlow() method.
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-10 Anshuman DasguptaFix PR14568: Avoid the DFA packetizer from making an...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-05 Andrew TrickRegisterPresssureTracker: Track live physical register...
2012-12-05 Andrew TrickRegisterPressure API. Add support for physical register...
2012-12-05 Michael J. SpencerCopy clang/Driver/<Option parsing stuff> to llvm.
2012-12-04 Chandler CarruthSort the #include lines for utils/...
2012-11-29 Jakob Stoklund OlesenAdd an MCPhysReg typedef to replace naked uint16_t.
2012-11-28 Jakob Stoklund OlesenRemove all references to TargetInstrInfoImpl.
2012-11-20 Bill WendlingMake the AttrListPtr object a part of the LLVMContext.
2012-11-16 Weiming ZhaoRemove hard coded registers in ARM ldrexd and strexd...
2012-11-09 Evandro MenezesFix issue with invalid flat operand number
2012-11-09 Evandro MenezesFix issue with invalid flat operand number
2012-11-08 Michael LiaoAdd support of RTM from TSX extension
2012-11-02 Rafael EspindolaFix a build problem with xlc. The error message was
2012-11-01 Jakob Stoklund OlesenGenerate a table-driven version of TRI::composeSubRegIn...
2012-10-25 Kaelyn UhrainDon't return false when the function's return type...
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-10-25 David BlaikieRemove unused member & unnecessary semicolon.
2012-10-25 NAKAMURA Takumillvm/utils/TableGen/CMakeLists.txt: Update correspondin...
2012-10-25 Sebastian Popadd TableGen support to create relationship maps betwee...
2012-10-24 Joerg SonnenbergerDon't use stack unwinding to provide the location infor...
2012-10-20 Lang HamesAllow the commuted form of tied-operand constraints...
2012-10-15 Bill WendlingAdd an enum for the return and function indexes into...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-12 Chad Rosier[ms-inline asm] Use the new API introduced in r165830...
2012-10-12 Richard TrieuChange (!list.size() == 0) to (!list.empty()). No...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-11 Chad RosierRemove extra semicolons.
2012-10-10 Sean Silvatblgen: Compile TableGen without RTTI.
2012-10-10 Sean Silvatblgen: Move mini Type hierarchy to LLVM-style RTTI.
2012-10-10 Sean Silvatblgen: Use semantically correct RTTI functions.
2012-10-10 Sean Silvatblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
2012-10-10 Bill WendlingPass into the AttributeWithIndex::get method an ArrayRe...
2012-10-10 Andrew TrickTableGen subtarget emitter cleanup.
2012-10-10 Andrew Trickmisched: Generate IsBuffered flag for machine resources.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-05 Chad Rosier[ms-inline asm] Add a few typedefs to simplify future...
2012-10-05 Sean Silvatblgen: Replace uses of dynamic_cast<XXXRecTy> with...
2012-10-03 Andrew TrickAdded instregex support to TableGen subtarget emitter.
2012-10-03 Andrew TrickTableGen subtarget emitter, nearly first class support...
2012-10-03 Andrew TrickCleanup TableGen subtarget emitter.
2012-10-03 Chad Rosier[ms-inline asm] Default to the 'm' constraint. This...
2012-10-03 Sean Silvatblgen: Migrate llvm-tblgen to new TableGenMain API.
2012-10-02 Chad RosierFix 80-column violations. Cleanup whitespace in generat...
2012-10-01 Chad Rosier[ms-inline asm] Add the convertToMapAndConstraints...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
next