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.cpp
Age
Commit message (
Expand
)
Author
2009-01-05
Fix spelling in some comments.
Bob Wilson
2008-12-03
Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86's
Dan Gohman
2008-12-03
Add a sanity-check to tablegen to catch the case where isSimpleLoad
Dan Gohman
2008-11-13
Modify the intrinsics pattern to separate out the "return" types from the
Bill Wendling
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-30
check in anton's patch to make inlining happen in a determinstic order
Chris Lattner
2008-06-25
Added MemOperands to Atomic operations since Atomics touches memory.
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-05-31
Teach the DAGISelEmitter to not compute the variable_ops operand
Dan Gohman
2008-05-29
Fix a tblgen problem handling variable_ops in tblgen instruction
Dan Gohman
2008-04-03
Move instruction flag inference out of InstrInfoEmitter and into
Dan Gohman
2008-03-20
detabify llvm, patch by Mike Stump!
Chris Lattner
2008-03-11
Recommitting changes after more testing. These appear to cause no problems.
Christopher Lamb
2008-03-10
Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.
Evan Cheng
2008-03-10
Revert accidentally committed local changes.
Christopher Lamb
2008-03-10
Add support in TableGen for unknown operands that infer their type from the p...
Christopher Lamb
2008-03-05
This patch fixes a problem encountered by the CellSPU backend where variants
Scott Michel
2008-02-26
De-tabify.
Bill Wendling
2008-02-20
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-15
Make tblgen a little smarter about constants smaller than i32. Currently,
Scott Michel
2008-02-09
Tablegen support for insert & extract element matching
Nate Begeman
2008-01-15
Add files to windows project files. Also include <algorithm> explicitly so t...
Chuck Rose III
2008-01-10
start inferring 'no side effects'.
Chris Lattner
2008-01-10
realize that instructions who match intrinsics that read memory read memory.
Chris Lattner
2008-01-06
Change the 'isStore' inferrer to look for 'SDNPMayStore'
Chris Lattner
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
fix build on case sensitive file systems.
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
change getQualifiedName to be a global function.
Chris Lattner
[prev]