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
/
PseudoLoweringEmitter.cpp
Age
Commit message (
Expand
)
Author
2013-02-13
PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIA
David Peixotto
2012-10-25
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-10
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-09-17
Fix typo
Michael Liao
2012-09-06
Tablegen: Add OperandWithDefaultOps Operand type
Tom Stellard
2012-06-11
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-03-20
Reserve number of MI operands to accom,odate complex patterns.
Evan Cheng
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
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-07-08
TableGen'erated MC lowering for simple pseudo-instructions.
Jim Grosbach