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
/
CodeGenDAGPatterns.h
Age
Commit message (
Expand
)
Author
2009-02-09
Eliminate a 'control reaches end of non-void function' warning.
Evan Cheng
2009-02-05
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-04
Reverting 63765. This broke the build of both clang
Dale Johannesen
2009-02-04
New feature: add support for target intrinsics being defined in the
Nate Begeman
2009-01-05
Fix spelling in some comments.
Bob Wilson
2008-10-15
Add support for having multiple predicates on a TreePatternNode.
Dan Gohman
2008-08-22
Factor out the predicate check code from DAGISelEmitter.cpp
Dan Gohman
2008-07-30
Added support for overloading intrinsics (atomics) based on pointers
Mon P Wang
2008-06-16
- Add "Commutative" property to intrinsics. This allows tblgen to generate th...
Evan Cheng
2008-06-06
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-04-03
Move instruction flag inference out of InstrInfoEmitter and into
Dan Gohman
2008-03-05
This patch fixes a problem encountered by the CellSPU backend where variants
Scott Michel
2008-02-09
Tablegen support for insert & extract element matching
Nate Begeman
2008-01-06
set the 'isstore' flag for instructions whose pattern is an
Chris Lattner
2008-01-06
improve const correctness.
Chris Lattner
2008-01-06
rename CodegenDAGPatterns -> CodeGenDAGPatterns
Chris Lattner
2008-01-05
move Node Transformation printing from CodeGenDAGPatterns -> DAGISelEmitter.
Chris Lattner
2008-01-05
move predicate printing code from CodeGenDAGPatterns -> DAGISelEmitter.
Chris Lattner
2008-01-05
fix a fixme by improving const correctness.
Chris Lattner
2008-01-05
change getQualifiedName to be a global function.
Chris Lattner