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
2013-03-24
Allow types to be omitted in output patterns.
Jakob Stoklund Olesen
2013-03-24
Allow direct value types to be used in instruction 'set' patterns.
Jakob Stoklund Olesen
2013-03-23
Allow direct value types in pattern definitions.
Jakob Stoklund Olesen
2013-03-23
Make all unnamed RegisterClass TreePatternNodes typed MVT::i32.
Jakob Stoklund Olesen
2013-03-19
Extend TableGen instruction selection matcher to improve handling
Ulrich Weigand
2013-03-18
Extract a method.
Jakob Stoklund Olesen
2013-03-17
Use ArrayRef<MVT::SimpleValueType> when possible.
Jakob Stoklund Olesen
2012-12-04
Sort the #include lines for utils/...
Chandler Carruth
2012-10-25
Don't return false when the function's return type is a pointer.
Kaelyn Uhrain
2012-10-25
Remove exception handling usage from tblgen.
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-09-19
Soften the pattern-can-never-match error in TableGen into a warning. This pat...
Owen Anderson
2012-09-19
Refactor Record* by-ID comparator to Record.h
Sean Silva
2012-09-11
Improve tblgen code cleanliness: create an unknown_class, from which the unkn...
Owen Anderson
2012-09-06
Tablegen: Add OperandWithDefaultOps Operand type
Tom Stellard
2012-08-28
Check all patterns for missing instruction flags.
Jakob Stoklund Olesen
2012-08-24
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
Infer instruction properties from single-instruction patterns.
Jakob Stoklund Olesen
2012-08-24
Stop inferring isVariadic from instruction patterns.
Jakob Stoklund Olesen
2012-08-24
Verify explicit instruction properties when they can be inferred.
Jakob Stoklund Olesen
2012-08-24
Heed guessInstructionProperties, and stop warning on redundant flags.
Jakob Stoklund Olesen
2012-07-17
TableGen: Pattern<> references to null_frag are a nop.
Jim Grosbach
2012-07-17
TableGen: Allow conditional instruction pattern in multiclass.
Jim Grosbach
2012-04-18
tblgen: remove duplicated newlines.
Benjamin Kramer
2012-04-18
Tidy up. No need for a Twine here, as it's just constants.
Jim Grosbach
2012-04-18
Clean up warning text. Remove extraneous prefix.
Jim Grosbach
2012-04-18
TableGen use PrintWarning rather than fprintf(stderr,...) for warnings.
Jim Grosbach
2012-03-23
Include cstdio in a few place that depended on getting it transitively throug...
Benjamin Kramer
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-17
Provide better messages in llvm_unreachable.
David Blaikie
2012-01-17
Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...
David Blaikie
2012-01-13
Delete CodeInit and CodeRecTy from TableGen.
Jakob Stoklund Olesen
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2011-10-14
Ban rematerializable instructions with side effects.
Jakob Stoklund Olesen
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] Create Inits Via Factory Method
David Greene
2011-07-29
[AVX] Constify Inits
David Greene
2011-07-18
Intern all RecTy subclass instances to avoid duplicates.
Jakob Stoklund Olesen
2011-07-11
Revert r134921, 134917, 134908 and 134907. They're causing failures
Eric Christopher
2011-07-11
Use get(0 Instead of Create()
David Greene
2011-07-11
[AVX] Make Inits Foldable
David Greene
2011-07-06
Typo.
Jim Grosbach
2011-06-27
Add support for alternative register names, useful for instructions whose ope...
Owen Anderson
2011-06-21
Consolidate some TableGen diagnostic helper functions.
Jim Grosbach
2011-04-17
since the VT is fixed for a ImmLeaf, there is no reason to expose it to the m...
Chris Lattner
2011-04-17
now that predicates have a decent abstraction layer on them, introduce a new
Chris Lattner
2011-04-17
Rework our internal representation of node predicates to expose more
Chris Lattner
2011-03-15
- Add "Bitcast" target instruction property for instructions which perform
Evan Cheng
[next]