summaryrefslogtreecommitdiff
path: root/utils/TableGen/FastISelEmitter.cpp
Commit message (Expand)AuthorAge
* Tidy up. Comment grammar.Jim Grosbach2013-08-29
* Tidy up. Trailing whitespace.Jim Grosbach2013-08-29
* Recognize ValueType operands in source patterns for fast-isel.Bill Schmidt2013-05-22
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-25
* tblgen: Use semantically correct RTTI functions.Sean Silva2012-10-10
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-10
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-11
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-06
* Make fast isel use &XXXRegClass instead of XXXRegisterClass. Not a functional...Craig Topper2012-04-19
* Remove VectorExtras. This unused helper was written for a type of API that is...Benjamin Kramer2012-01-07
* Fix TableGen so that it will emit the correct signature for FastEmit_f:Cameron Zwarich2012-01-07
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Fix fpimmm->fpimm typo.Eric Christopher2011-08-23
* Unconstify InitsDavid Greene2011-07-29
* [AVX] Constify InitsDavid Greene2011-07-29
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-11
* [AVX] Make Inits FoldableDavid Greene2011-07-11
* Add support for alternative register names, useful for instructions whose ope...Owen Anderson2011-06-27
* Consolidate some TableGen diagnostic helper functions.Jim Grosbach2011-06-21
* Store CodeGenRegisters as pointers so they won't be reallocated.Jakob Stoklund Olesen2011-06-18
* Move the list of register classes into CodeGenRegBank as well.Jakob Stoklund Olesen2011-06-15
* Fixed a few illegal paths with llvm_unreachable. Patch by Cameron McInally.Chad Rosier2011-06-07
* Filter out pattterns from the FastISel emitter which it doesn't actually know...Eli Friedman2011-04-29
* Add a new bit that ImmLeaf's can opt into, which allows them to duck out ofChris Lattner2011-04-18
* Implement major new fastisel functionality: the matcher can now handle immedi...Chris Lattner2011-04-18
* introduce a new OpKind abstraction which wraps up operand flavors in a tidy l...Chris Lattner2011-04-17
* change OperandsSignature to use SmallVector<char> instead of std::vector<string>Chris Lattner2011-04-17
* remove some debugging code I added.Chris Lattner2011-04-17
* 1. merge fast-isel-shift-imm.ll into fast-isel-x86-64.llChris Lattner2011-04-17
* Add source Record* reference to PatternToMatch. Allows better diagnostics.Jim Grosbach2010-12-07
* Trailing whitespace.Jim Grosbach2010-12-07
* Change assert to diagnostic. Message still needs work, but it's better thanJim Grosbach2010-12-07
* factor the operand list (and related fields/operations) out of Chris Lattner2010-11-01
* Allow strict subclasses of register classes, this way we can handleEric Christopher2010-08-25
* Fix comment.Eric Christopher2010-08-24
* Remove predicate workaround, we're going to require that predicateEric Christopher2010-08-17
* Filter out patterns that have PredicateOperands.Eric Christopher2010-07-28
* 80-col.Eric Christopher2010-07-26
* Hack around extracts that aren't easy to process.Eric Christopher2010-07-21
* Replace copyRegToReg with COPY in FastISelEmitter.Jakob Stoklund Olesen2010-07-11
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-10
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-09
* These changes should have accompanied r107943.Dan Gohman2010-07-09
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-08
* Give FunctionLoweringInfo an MBB member, avoiding the need to pass itDan Gohman2010-07-07
* Minor code simplification.Dan Gohman2010-05-27
* Add the SubRegIndex TableGen class.Jakob Stoklund Olesen2010-05-24
* Add initial kill flag support to FastISel.Dan Gohman2010-05-11
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-06
* add plumbing for handling multiple result nodes Chris Lattner2010-03-24