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
/
utils
/
TableGen
/
SetTheory.cpp
Age
Commit message (
Expand
)
Author
2012-12-04
Sort the #include lines for utils/...
Chandler Carruth
2012-10-25
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-24
Don't use stack unwinding to provide the location information for
Joerg Sonnenberger
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-03
Added instregex support to TableGen subtarget emitter.
Andrew Trick
2012-05-24
Teach tblgen's set theory "sequence" operator to support an optional stride o...
Owen Anderson
2012-01-24
Add an (interleave A, B, ...) SetTheory operator.
Jakob Stoklund Olesen
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-10-01
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-07-29
Unconstify Inits
David Greene
2011-07-29
[AVX] Constify Inits
David Greene
2011-07-11
Revert r134921, 134917, 134908 and 134907. They're causing failures
Eric Christopher
2011-07-11
[AVX] Make Inits Foldable
David Greene
2011-06-21
Consolidate some TableGen diagnostic helper functions.
Jim Grosbach
2011-06-16
Prempt some obnoxious compiler from complaing about signed/unsigned
Jakob Stoklund Olesen
2011-06-16
Make sure to pass an unsigned to a printf format that is always %u.
Jakob Stoklund Olesen
2011-06-04
Drop a RecordKeeper reference that wasn't necessary.
Jakob Stoklund Olesen
2011-06-04
Silence compiler warnings.
Jakob Stoklund Olesen
2011-06-04
Teach TableGen to evaluate DAG expressions as set operations.
Jakob Stoklund Olesen