index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
CodeGenDAGPatterns.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-38
/
+68
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-3
/
+5
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-35
/
+103
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-146
/
+162
*
TableGen: remove unused variable.
Ahmed Bougacha
2013-10-28
1
-0
/
+1
*
TableGen: Refactor DAG patterns to enable parsing one pattern at a time.
Ahmed Bougacha
2013-10-28
1
-50
/
+60
*
Replace EVT with MVT in CodeGenDAGAPatterns.cpp.
Craig Topper
2013-09-25
1
-14
/
+14
*
Fix formatting to match coding standards.
Craig Topper
2013-09-24
1
-10
/
+7
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-2
/
+2
*
Allow types to be omitted in output patterns.
Jakob Stoklund Olesen
2013-03-24
1
-0
/
+10
*
Allow direct value types to be used in instruction 'set' patterns.
Jakob Stoklund Olesen
2013-03-24
1
-2
/
+24
*
Allow direct value types in pattern definitions.
Jakob Stoklund Olesen
2013-03-23
1
-2
/
+18
*
Make all unnamed RegisterClass TreePatternNodes typed MVT::i32.
Jakob Stoklund Olesen
2013-03-23
1
-21
/
+20
*
Extend TableGen instruction selection matcher to improve handling
Ulrich Weigand
2013-03-19
1
-1
/
+37
*
Extract a method.
Jakob Stoklund Olesen
2013-03-18
1
-41
/
+37
*
Use ArrayRef<MVT::SimpleValueType> when possible.
Jakob Stoklund Olesen
2013-03-17
1
-2
/
+2
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Don't return false when the function's return type is a pointer.
Kaelyn Uhrain
2012-10-25
1
-2
/
+2
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
1
-52
/
+109
*
tblgen: Use semantically correct RTTI functions.
Sean Silva
2012-10-10
1
-21
/
+19
*
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-10
1
-38
/
+38
*
Soften the pattern-can-never-match error in TableGen into a warning. This pat...
Owen Anderson
2012-09-19
1
-2
/
+5
*
Refactor Record* by-ID comparator to Record.h
Sean Silva
2012-09-19
1
-5
/
+1
*
Improve tblgen code cleanliness: create an unknown_class, from which the unkn...
Owen Anderson
2012-09-11
1
-2
/
+2
*
Tablegen: Add OperandWithDefaultOps Operand type
Tom Stellard
2012-09-06
1
-47
/
+37
*
Check all patterns for missing instruction flags.
Jakob Stoklund Olesen
2012-08-28
1
-0
/
+71
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
1
-12
/
+5
*
Infer instruction properties from single-instruction patterns.
Jakob Stoklund Olesen
2012-08-24
1
-0
/
+39
*
Stop inferring isVariadic from instruction patterns.
Jakob Stoklund Olesen
2012-08-24
1
-1
/
+5
*
Verify explicit instruction properties when they can be inferred.
Jakob Stoklund Olesen
2012-08-24
1
-2
/
+39
*
Heed guessInstructionProperties, and stop warning on redundant flags.
Jakob Stoklund Olesen
2012-08-24
1
-92
/
+82
*
TableGen: Pattern<> references to null_frag are a nop.
Jim Grosbach
2012-07-17
1
-0
/
+5
*
TableGen: Allow conditional instruction pattern in multiclass.
Jim Grosbach
2012-07-17
1
-2
/
+36
*
tblgen: remove duplicated newlines.
Benjamin Kramer
2012-04-18
1
-4
/
+4
*
Tidy up. No need for a Twine here, as it's just constants.
Jim Grosbach
2012-04-18
1
-4
/
+4
*
Clean up warning text. Remove extraneous prefix.
Jim Grosbach
2012-04-18
1
-4
/
+4
*
TableGen use PrintWarning rather than fprintf(stderr,...) for warnings.
Jim Grosbach
2012-04-18
1
-12
/
+13
*
Include cstdio in a few place that depended on getting it transitively throug...
Benjamin Kramer
2012-03-23
1
-1
/
+2
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-5
/
+4
*
Provide better messages in llvm_unreachable.
David Blaikie
2012-01-17
1
-1
/
+1
*
Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...
David Blaikie
2012-01-17
1
-1
/
+2
*
Delete CodeInit and CodeRecTy from TableGen.
Jakob Stoklund Olesen
2012-01-13
1
-3
/
+3
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
1
-1
/
+0
*
Ban rematerializable instructions with side effects.
Jakob Stoklund Olesen
2011-10-14
1
-0
/
+6
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
1
-2
/
+2
*
Unconstify Inits
David Greene
2011-07-29
1
-56
/
+56
*
[AVX] Create Inits Via Factory Method
David Greene
2011-07-29
1
-5
/
+6
*
[AVX] Constify Inits
David Greene
2011-07-29
1
-56
/
+56
*
Intern all RecTy subclass instances to avoid duplicates.
Jakob Stoklund Olesen
2011-07-18
1
-2
/
+2
*
Revert r134921, 134917, 134908 and 134907. They're causing failures
Eric Christopher
2011-07-11
1
-63
/
+58
[next]