summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2012-10-15Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling1-2/+2
2012-10-15Attributes RewriteBill Wendling1-4/+4
2012-10-12[ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier1-22/+15
2012-10-12Change (!list.size() == 0) to (!list.empty()). No functional change.Richard Trieu1-1/+1
2012-10-11Remove unnecessary classof()'sSean Silva1-2/+0
2012-10-11Remove extra semicolons.Chad Rosier1-2/+2
2012-10-10tblgen: Compile TableGen without RTTI.Sean Silva2-2/+0
2012-10-10tblgen: Move mini Type hierarchy to LLVM-style RTTI.Sean Silva1-4/+22
2012-10-10tblgen: Use semantically correct RTTI functions.Sean Silva9-42/+36
2012-10-10tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva13-98/+98
2012-10-10Pass into the AttributeWithIndex::get method an ArrayRef of attributeBill Wendling1-35/+27
2012-10-10TableGen subtarget emitter cleanup.Andrew Trick2-29/+39
2012-10-10misched: Generate IsBuffered flag for machine resources.Andrew Trick1-4/+4
2012-10-08Move TargetData to DataLayout.Micah Villmow1-2/+2
2012-10-05[ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier1-11/+12
2012-10-05tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.Sean Silva1-1/+1
2012-10-03Added instregex support to TableGen subtarget emitter.Andrew Trick3-10/+84
2012-10-03TableGen subtarget emitter, nearly first class support for SchedAlias.Andrew Trick3-130/+229
2012-10-03Cleanup TableGen subtarget emitter.Andrew Trick2-6/+7
2012-10-03[ms-inline asm] Default to the 'm' constraint. This matches the behavior of theChad Rosier1-3/+3
2012-10-03tblgen: Migrate llvm-tblgen to new TableGenMain API.Sean Silva1-82/+77
2012-10-02Fix 80-column violations. Cleanup whitespace in generated code.Chad Rosier1-15/+23
2012-10-01[ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier1-45/+38
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru16-114/+114
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru16-114/+114
2012-09-24Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier1-6/+6
2012-09-24Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier1-2/+2
2012-09-22Machine Model (-schedmodel only). Added SchedAliases.Andrew Trick3-87/+295
2012-09-21[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier1-2/+2
2012-09-21Whitespace.Chad Rosier1-2/+2
2012-09-21Clarify comment.Dmitri Gribenko1-1/+1
2012-09-19Add in new data types that are used by AMDIL/ANL among others.Micah Villmow1-0/+8
2012-09-19Soften the pattern-can-never-match error in TableGen into a warning. This pat...Owen Anderson1-2/+5
2012-09-19Remove code for setting the VEX L-bit as a function of operand size from the ...Craig Topper2-19/+2
2012-09-19SchedMachineModel: compress the CPU's WriteLatencyTable.Andrew Trick3-7/+44
2012-09-19Iterate deterministicaly over ClassInfo*'sSean Silva1-2/+12
2012-09-19Iterate deterministically over register classesSean Silva1-2/+3
2012-09-19Refactor Record* by-ID comparator to Record.hSean Silva2-18/+9
2012-09-18FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character ...Benjamin Kramer1-2/+2
2012-09-18Make custom operand parsing mnemonic indices use the same mnemonic table as t...Craig Topper1-34/+39
2012-09-18Use variable type for index into mnemonic table. Shrinks size of index field ...Craig Topper1-5/+14
2012-09-18Replaced ReInitMCSubtargetInfo with InitMCProcessor.Andrew Trick1-1/+2
2012-09-18comment typoAndrew Trick1-1/+1
2012-09-18TableGen subtarget emitter. Use getSchedClassIdx.Andrew Trick2-11/+1
2012-09-18TableGen subtarget emitter. Generate resolveSchedClass generated hook for res...Andrew Trick1-0/+84
2012-09-18TableGen subtarget emitter. Remove unnecessary header dependence.Andrew Trick1-0/+1
2012-09-18TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick1-6/+25
2012-09-18Mark asm matcher conversion table as const.Craig Topper1-5/+5
2012-09-18Fix typo in comment. No functional change.Craig Topper1-1/+1
2012-09-17Backout the wrong subtarget emitter fixAndrew Trick1-1/+1