aboutsummaryrefslogtreecommitdiff
path: root/lib/TableGen
AgeCommit message (Expand)Author
2013-03-24Allow TableGen DAG arguments to be just a name.Jakob Stoklund Olesen
2013-03-20Make sure TableGen exits with an error code after printing errors.Jakob Stoklund Olesen
2013-02-26[TableGen] Fix ICE on MSVC 2012 Release builds.Michael J. Spencer
2013-02-15Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer
2013-02-07tblgen: Diagnose duplicate includes.Sean Silva
2013-01-28A bugfix for tblgen, in the function ‘emitSourceFileHeader’.Nadav Rotem
2013-01-25Add an addition operator to TableGenHal Finkel
2013-01-10TableGen: Keep track of superclass reference ranges.Jordan Rose
2013-01-10TableGen: record anonymous instantiations of classes.Jordan Rose
2013-01-09tblgen: use an early return to reduce indentation.Sean Silva
2013-01-09tblgen: Factor out common code.Sean Silva
2013-01-09Inline this into its only caller.Sean Silva
2013-01-09tblgen: Reuse function that is 2 lines above.Sean Silva
2013-01-09fix copy-paste-oSean Silva
2013-01-09docs: Bring TableGen syntax a bit closer to reality.Sean Silva
2013-01-07Revert r171140. We don't actually need to support #NAME. Because NAME by itse...Craig Topper
2013-01-07Simplify TableGen type-compatibility checks.Sean Silva
2012-12-27Update tablegen parser to allow defm names to start with #NAME.Craig Topper
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger
2012-10-25In preparation for removing exception handling in tablegen, addJoerg Sonnenberger
2012-10-10tblgen: Compile TableGen without RTTI.Sean Silva
2012-10-10tblgen: Use semantically correct RTTI functions.Sean Silva
2012-10-10tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva
2012-10-09tblgen: Rename handleDependencies -> createDependencyFileSean Silva
2012-10-09tblgen: Move dependency file output to a separate function.Sean Silva
2012-10-09tblgen: Remove pointless method call.Sean Silva
2012-10-05tblgen: Use appropriate LLVM-style RTTI functions.Sean Silva
2012-10-05tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.Sean Silva
2012-10-04tblgen: Whitespace and 80-col cleanup.Sean Silva
2012-10-03tblgen: Remove last traces of old TableGenMain API.Sean Silva
2012-10-03tblgen: Put new TableGenMain API in place.Sean Silva
2012-09-19De-nest if's and fix mix-upSean Silva
2012-09-06Re-work bit/bits value resolving in tblgenMichael Liao
2012-08-23Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen
2012-08-22Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen
2012-08-02TableGen: Allow use of #NAME# outside of 'def' names.Jim Grosbach
2012-07-12TableGen: Location information for diagnostic.Jim Grosbach
2012-06-19Emit TableGen's header comment with C-style comments, so it can be used from ...Benjamin Kramer
2012-06-13Eliminate struct TableGenBackend.Jakob Stoklund Olesen
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen
2012-06-01Fix 80 columns.Michael J. Spencer
2012-05-24Add support for range expressions in TableGen foreach loops.Jakob Stoklund Olesen
2012-05-24Don't put TGParser scratch results in the output.Jakob Stoklund Olesen
2012-05-24Simplify TGParser::ProcessForEachDefs.Jakob Stoklund Olesen
2012-05-20Emit memcmp directly from the StringMatcherEmitter.Benjamin Kramer
2012-05-02Move llvm-tblgen's StringMatcher into the TableGen library so it canDouglas Gregor
2012-04-18Fix copy/paste-o.Jim Grosbach
2012-04-18TableGen add warning diagnostic helper functions.Jim Grosbach