index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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
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