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