| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | [TableGen] Support multi-alternative pattern fragments | Ulrich Weigand | 2018-07-13 | 1 | -4/+7 | 
| *  | Revert r334764, as it breaks some bots | Florian Hahn | 2018-06-14 | 1 | -14/+14 | 
| *  | [TableGen] Make TreePatternNode::getChild return a reference (NFC) | Florian Hahn | 2018-06-14 | 1 | -14/+14 | 
| *  | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -7/+10 | 
| *  | [TableGen] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-06 | 1 | -1/+1 | 
| *  | Allow separation of declarations and definitions in <Target>ISelDAGToDAG.inc | Krzysztof Parzyszek | 2017-11-10 | 1 | -0/+10 | 
| *  | TableGen support for parameterized register class information | Krzysztof Parzyszek | 2017-09-14 | 1 | -4/+4 | 
| *  | TableGen: Use StringRef instead of const std::string& in return vals. | Matthias Braun | 2016-12-04 | 1 | -1/+1 | 
| *  | Use unique_ptr to remove explicit delete. | Craig Topper | 2014-12-15 | 1 | -4/+4 | 
| *  | TableGen: Allow AddedComplexity values to be negative | Tom Stellard | 2014-08-01 | 1 | -2/+2 | 
| *  | Revert of r213521. This change introduced a non-hermetic test (depending on a | Richard Smith | 2014-07-22 | 1 | -2/+2 | 
| *  | TableGen: Allow AddedComplexity values to be negative | Tom Stellard | 2014-07-21 | 1 | -2/+2 | 
| *  | [Modules] Make Support/Debug.h modular. This requires it to not change | Chandler Carruth | 2014-04-21 | 1 | -0/+2 | 
| *  | Use ArrayRef to simplify some code. | Craig Topper | 2014-01-21 | 1 | -2/+1 | 
| *  | Fix pattern sort in DAGISelEmitter.cpp | Richard Sandiford | 2013-10-01 | 1 | -9/+7 | 
| *  | Write llvm-tblgen backends as functions instead of sub-classes. | Jakob Stoklund Olesen | 2012-06-11 | 1 | -4/+24 | 
| *  | Move TableGen's parser and entry point into a library | Peter Collingbourne | 2011-10-01 | 1 | -1/+1 | 
| *  | Teach TableGen to pre-calculate register enum values when creating the | Jim Grosbach | 2011-03-11 | 1 | -5/+1 | 
| *  | trailing whitespace. | Jim Grosbach | 2011-03-01 | 1 | -13/+13 | 
| *  | Generalize the register matching code in DAGISel a bit. | Jim Grosbach | 2011-03-01 | 1 | -1/+5 | 
| *  | Stop emitting predicate functions. They are no longer used. | Jakob Stoklund Olesen | 2010-09-03 | 1 | -48/+0 | 
| *  | Switch pattern sorting predicate from stable sort -> sort, it | Chris Lattner | 2010-03-29 | 1 | -3/+14 | 
| *  | revert 99795, as mentioned, it is disabled anyway. | Chris Lattner | 2010-03-29 | 1 | -123/+2 | 
| *  | Check in a (disabled) failed attempt to improve the ordering of  | Chris Lattner | 2010-03-29 | 1 | -2/+123 | 
| *  | print the complexity of the pattern being matched in the | Chris Lattner | 2010-03-29 | 1 | -50/+9 | 
| *  | major surgery on tblgen: generalize TreePatternNode | Chris Lattner | 2010-03-19 | 1 | -2/+2 | 
| *  | look up instructions by record, not by name. | Chris Lattner | 2010-03-19 | 1 | -1/+1 | 
| *  | Completely rewrite tblgen's type inference mechanism, | Chris Lattner | 2010-03-15 | 1 | -8/+2 | 
| *  | the sorting predicate should work for comparing an element | Chris Lattner | 2010-03-02 | 1 | -1/+1 | 
| *  | eliminate CodeGen/DAGISelHeader.h, it is empty now. | Chris Lattner | 2010-03-02 | 1 | -4/+0 | 
| *  | resolve a fixme by having the .td file parser reject thigns like | Chris Lattner | 2010-03-01 | 1 | -1/+0 | 
| *  | Fix PR2590 by making PatternSortingPredicate actually be  | Chris Lattner | 2010-03-01 | 1 | -2/+8 | 
| *  | optimize tblgen compile time by eliminating the old isel. | Chris Lattner | 2010-03-01 | 1 | -1754/+3 | 
| *  | don't emit the old sdnodexform stuff for the new isel. | Chris Lattner | 2010-03-01 | 1 | -2/+2 | 
| *  | Turn on the new isel by default.  Here are some fun numbers | Chris Lattner | 2010-03-01 | 1 | -1/+1 | 
| *  | eliminate the CheckMultiOpcodeMatcher code and have each  | Chris Lattner | 2010-03-01 | 1 | -3/+10 | 
| *  | inline the node transforms and node predicates into the generated | Chris Lattner | 2010-03-01 | 1 | -10/+12 | 
| *  | enhance the new isel to use SelectNodeTo for most patterns, | Chris Lattner | 2010-02-28 | 1 | -1/+1 | 
| *  | change the scope node to include a list of children to be checked | Chris Lattner | 2010-02-25 | 1 | -16/+7 | 
| *  | rename fooMatcherNode to fooMatcher. | Chris Lattner | 2010-02-25 | 1 | -8/+8 | 
| *  | rename PushMatcherNode -> ScopeMatcherNode to more accurately | Chris Lattner | 2010-02-25 | 1 | -1/+1 | 
| *  | lets not break the old isel. | Chris Lattner | 2010-02-24 | 1 | -1/+0 | 
| *  | Since the new instruction selector now works, I don't need to keep | Chris Lattner | 2010-02-24 | 1 | -7/+6 | 
| *  | implement a simple proof-of-concept optimization for | Chris Lattner | 2010-02-24 | 1 | -1/+1 | 
| *  | The new isel passes all tests, time to start making it go fast. | Chris Lattner | 2010-02-24 | 1 | -2/+8 | 
| *  | Sort the patterns before adding them to the FA so that we get the | Chris Lattner | 2010-02-21 | 1 | -7/+52 | 
| *  | oops don't turn this on for everyone yet. | Chris Lattner | 2010-02-21 | 1 | -1/+1 | 
| *  | implement the last known missing feature: updating uses of results  | Chris Lattner | 2010-02-21 | 1 | -1/+1 | 
| *  | Lots of improvements to the new dagisel emitter.  This gets it to | Chris Lattner | 2010-02-21 | 1 | -72/+10 | 
| *  | start sketching out the structure of code for result emission generation. | Chris Lattner | 2010-02-18 | 1 | -1/+1 |