summaryrefslogtreecommitdiff
path: root/lib/TableGen
Commit message (Expand)AuthorAge
...
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-25
* In preparation for removing exception handling in tablegen, addJoerg Sonnenberger2012-10-25
* tblgen: Compile TableGen without RTTI.Sean Silva2012-10-10
* tblgen: Use semantically correct RTTI functions.Sean Silva2012-10-10
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-10
* tblgen: Rename handleDependencies -> createDependencyFileSean Silva2012-10-09
* tblgen: Move dependency file output to a separate function.Sean Silva2012-10-09
* tblgen: Remove pointless method call.Sean Silva2012-10-09
* tblgen: Use appropriate LLVM-style RTTI functions.Sean Silva2012-10-05
* tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.Sean Silva2012-10-05
* tblgen: Whitespace and 80-col cleanup.Sean Silva2012-10-04
* tblgen: Remove last traces of old TableGenMain API.Sean Silva2012-10-03
* tblgen: Put new TableGenMain API in place.Sean Silva2012-10-03
* De-nest if's and fix mix-upSean Silva2012-09-19
* Re-work bit/bits value resolving in tblgenMichael Liao2012-09-06
* Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen2012-08-23
* Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen2012-08-22
* TableGen: Allow use of #NAME# outside of 'def' names.Jim Grosbach2012-08-02
* TableGen: Location information for diagnostic.Jim Grosbach2012-07-12
* Emit TableGen's header comment with C-style comments, so it can be used from ...Benjamin Kramer2012-06-19
* Eliminate struct TableGenBackend.Jakob Stoklund Olesen2012-06-13
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-11
* Fix 80 columns.Michael J. Spencer2012-06-01
* Add support for range expressions in TableGen foreach loops.Jakob Stoklund Olesen2012-05-24
* Don't put TGParser scratch results in the output.Jakob Stoklund Olesen2012-05-24
* Simplify TGParser::ProcessForEachDefs.Jakob Stoklund Olesen2012-05-24
* Emit memcmp directly from the StringMatcherEmitter.Benjamin Kramer2012-05-20
* Move llvm-tblgen's StringMatcher into the TableGen library so it canDouglas Gregor2012-05-02
* Fix copy/paste-o.Jim Grosbach2012-04-18
* TableGen add warning diagnostic helper functions.Jim Grosbach2012-04-18
* Fix infinite loop in nested multiclasses.Jakob Stoklund Olesen2012-03-07
* Switch the TableGen record's string-based DenseMap key to use the newChandler Carruth2012-03-05
* Remove stray semi-colon.Daniel Dunbar2012-02-28
* Add Foreach LoopDavid Greene2012-02-22
* StringRef'ize EmitSourceFileHeader().Ahmed Charles2012-02-19
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Implement String Cast from IntegerDavid Greene2012-01-30
* Fix Record Name ReferenceDavid Greene2012-01-28
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* TblGen diagnostic for mismatched template instantiation.Jim Grosbach2012-01-20
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-16
* Delete CodeInit and CodeRecTy from TableGen.Jakob Stoklund Olesen2012-01-13
* Use uniqued StringInit pointers for lookups.Jakob Stoklund Olesen2012-01-13
* TableGen: add a commentDylan Noblesmith2011-12-22
* try to fix MSVC buildDylan Noblesmith2011-12-22
* drop unneeded config.h includesDylan Noblesmith2011-12-22
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-20
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* Check for error after InstantiateMultclassDef.Jim Grosbach2011-12-02