aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/CodeGenDAGPatterns.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-207/+287
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-20/+40
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-38/+68
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+5
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-35/+103
* Update to LLVM 3.5a.Stephen Hines2014-04-241-146/+162
* TableGen: remove unused variable.Ahmed Bougacha2013-10-281-0/+1
* TableGen: Refactor DAG patterns to enable parsing one pattern at a time.Ahmed Bougacha2013-10-281-50/+60
* Replace EVT with MVT in CodeGenDAGAPatterns.cpp.Craig Topper2013-09-251-14/+14
* Fix formatting to match coding standards.Craig Topper2013-09-241-10/+7
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-2/+2
* Allow types to be omitted in output patterns.Jakob Stoklund Olesen2013-03-241-0/+10
* Allow direct value types to be used in instruction 'set' patterns.Jakob Stoklund Olesen2013-03-241-2/+24
* Allow direct value types in pattern definitions.Jakob Stoklund Olesen2013-03-231-2/+18
* Make all unnamed RegisterClass TreePatternNodes typed MVT::i32.Jakob Stoklund Olesen2013-03-231-21/+20
* Extend TableGen instruction selection matcher to improve handlingUlrich Weigand2013-03-191-1/+37
* Extract a method.Jakob Stoklund Olesen2013-03-181-41/+37
* Use ArrayRef<MVT::SimpleValueType> when possible.Jakob Stoklund Olesen2013-03-171-2/+2
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-3/+3
* Don't return false when the function's return type is a pointer.Kaelyn Uhrain2012-10-251-2/+2
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-251-52/+109
* tblgen: Use semantically correct RTTI functions.Sean Silva2012-10-101-21/+19
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-101-38/+38
* Soften the pattern-can-never-match error in TableGen into a warning. This pat...Owen Anderson2012-09-191-2/+5
* Refactor Record* by-ID comparator to Record.hSean Silva2012-09-191-5/+1
* Improve tblgen code cleanliness: create an unknown_class, from which the unkn...Owen Anderson2012-09-111-2/+2
* Tablegen: Add OperandWithDefaultOps Operand typeTom Stellard2012-09-061-47/+37
* Check all patterns for missing instruction flags.Jakob Stoklund Olesen2012-08-281-0/+71
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-241-12/+5
* Infer instruction properties from single-instruction patterns.Jakob Stoklund Olesen2012-08-241-0/+39
* Stop inferring isVariadic from instruction patterns.Jakob Stoklund Olesen2012-08-241-1/+5
* Verify explicit instruction properties when they can be inferred.Jakob Stoklund Olesen2012-08-241-2/+39
* Heed guessInstructionProperties, and stop warning on redundant flags.Jakob Stoklund Olesen2012-08-241-92/+82
* TableGen: Pattern<> references to null_frag are a nop.Jim Grosbach2012-07-171-0/+5
* TableGen: Allow conditional instruction pattern in multiclass.Jim Grosbach2012-07-171-2/+36
* tblgen: remove duplicated newlines.Benjamin Kramer2012-04-181-4/+4
* Tidy up. No need for a Twine here, as it's just constants.Jim Grosbach2012-04-181-4/+4
* Clean up warning text. Remove extraneous prefix.Jim Grosbach2012-04-181-4/+4
* TableGen use PrintWarning rather than fprintf(stderr,...) for warnings.Jim Grosbach2012-04-181-12/+13
* Include cstdio in a few place that depended on getting it transitively throug...Benjamin Kramer2012-03-231-1/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-5/+4
* Provide better messages in llvm_unreachable.David Blaikie2012-01-171-1/+1
* Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie2012-01-171-1/+2
* Delete CodeInit and CodeRecTy from TableGen.Jakob Stoklund Olesen2012-01-131-3/+3
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-1/+0
* Ban rematerializable instructions with side effects.Jakob Stoklund Olesen2011-10-141-0/+6
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-2/+2
* Unconstify InitsDavid Greene2011-07-291-56/+56
* [AVX] Create Inits Via Factory MethodDavid Greene2011-07-291-5/+6
* [AVX] Constify InitsDavid Greene2011-07-291-56/+56