2011-10-14 |
Jakob Stoklund Olesen | Ban rematerializable instructions with side effects. |
blob | commitdiff | raw |
2011-10-01 |
Peter Collingbourne | Move TableGen's parser and entry point into a library |
blob | commitdiff | raw | diff to current |
2011-07-29 |
David Greene | Unconstify Inits |
blob | commitdiff | raw | diff to current |
2011-07-29 |
David Greene | [AVX] Create Inits Via Factory Method |
blob | commitdiff | raw | diff to current |
2011-07-29 |
David Greene | [AVX] Constify Inits |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Jakob Stoklund Olesen | Intern all RecTy subclass instances to avoid duplicates. |
blob | commitdiff | raw | diff to current |
2011-07-11 |
Eric Christopher | Revert r134921, 134917, 134908 and 134907. They're... |
blob | commitdiff | raw | diff to current |
2011-07-11 |
David Greene | Use get(0 Instead of Create() |
blob | commitdiff | raw | diff to current |
2011-07-11 |
David Greene | [AVX] Make Inits Foldable |
blob | commitdiff | raw | diff to current |
2011-07-06 |
Jim Grosbach | Typo. |
blob | commitdiff | raw | diff to current |
2011-06-27 |
Owen Anderson | Add support for alternative register names, useful... |
blob | commitdiff | raw | diff to current |
2011-06-21 |
Jim Grosbach | Consolidate some TableGen diagnostic helper functions. |
blob | commitdiff | raw | diff to current |
2011-04-17 |
Chris Lattner | since the VT is fixed for a ImmLeaf, there is no reason... |
blob | commitdiff | raw | diff to current |
2011-04-17 |
Chris Lattner | now that predicates have a decent abstraction layer... |
blob | commitdiff | raw | diff to current |
2011-04-17 |
Chris Lattner | Rework our internal representation of node predicates... |
blob | commitdiff | raw | diff to current |
2011-03-15 |
Evan Cheng | - Add "Bitcast" target instruction property for instruc... |
blob | commitdiff | raw | diff to current |
2011-02-04 |
David Greene | Silence uninitialized value warnings. |
blob | commitdiff | raw | diff to current |
2011-02-01 |
David Greene | [AVX] Implement EnforceSmallerThan for mixed int/fp... |
blob | commitdiff | raw | diff to current |
2011-01-24 |
David Greene | [AVX] Add type checking support for vector/subvector... |
blob | commitdiff | raw | diff to current |
2010-12-23 |
Chris Lattner | Flag -> Glue, the ongoing saga |
blob | commitdiff | raw | diff to current |
2010-12-21 |
Jim Grosbach | Tidy up a bit. Trailing whitespace, hard tabs and 80... |
blob | commitdiff | raw | diff to current |
2010-12-13 |
Chris Lattner | eliminate the Records global variable, patch by Garriso... |
blob | commitdiff | raw | diff to current |
2010-12-07 |
Jim Grosbach | Add source Record* reference to PatternToMatch. Allows... |
blob | commitdiff | raw | diff to current |
2010-11-01 |
Chris Lattner | factor the operand list (and related fields/operations... |
blob | commitdiff | raw | diff to current |
2010-10-08 |
Jim Grosbach | A few 80 column cleanups |
blob | commitdiff | raw | diff to current |
2010-10-08 |
Daniel Dunbar | Fix -Asserts warning. |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Dan Gohman | Remove IntrWriteMem, as it's the default. Rename IntrWr... |
blob | commitdiff | raw | diff to current |
2010-05-24 |
Jakob Stoklund Olesen | Add the SubRegIndex TableGen class. |
blob | commitdiff | raw | diff to current |
2010-04-20 |
Chris Lattner | stop computing InstImpInputs, it is dead |
blob | commitdiff | raw | diff to current |
2010-04-20 |
Chris Lattner | DAGInstruction::ImpOperands is dead after my recent... |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Chris Lattner | print the complexity of the pattern being matched in the |
blob | commitdiff | raw | diff to current |
2010-03-28 |
Chris Lattner | improve type checking of SDNode operand count. This... |
blob | commitdiff | raw | diff to current |
2010-03-28 |
Chris Lattner | finally remove the immAllOnesV_bc/immAllZerosV_bc patterns |
blob | commitdiff | raw | diff to current |
2010-03-28 |
Chris Lattner | teach tblgen to allow patterns like (add (i32 (bitconve... |
blob | commitdiff | raw | diff to current |
2010-03-28 |
Chris Lattner | validate that input sdnodes don't exist in an output... |
blob | commitdiff | raw | diff to current |
2010-03-28 |
Chris Lattner | eliminate a bunch of code duplication in ParseTreePattern |
blob | commitdiff | raw | diff to current |
2010-03-28 |
Chris Lattner | SDTCisVT<0, isVoid> is not valid, reject it. |
blob | commitdiff | raw | diff to current |
2010-03-27 |
Chris Lattner | fix CodeGenTarget::getRegisterVTs to not return the |
blob | commitdiff | raw | diff to current |
2010-03-27 |
Chris Lattner | hoist some funky logic into CodeGenInstruction |
blob | commitdiff | raw | diff to current |
2010-03-27 |
Chris Lattner | continue pushing tblgen's support for nodes with multiple |
blob | commitdiff | raw | diff to current |
2010-03-27 |
Chris Lattner | remove parallel support. |
blob | commitdiff | raw | diff to current |
2010-03-24 |
Chris Lattner | add plumbing for handling multiple result nodes |
blob | commitdiff | raw | diff to current |
2010-03-24 |
Chris Lattner | implement SDTCisVTSmallerThanOp with EnforceSmallerThan |
blob | commitdiff | raw | diff to current |
2010-03-24 |
Chris Lattner | bring sanity to EnforceVectorEltType |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Chris Lattner | Cleanup getImplicitType |
blob | commitdiff | raw | diff to current |
2010-03-22 |
Chris Lattner | Change intrinsic result type for void to store it as... |
blob | commitdiff | raw | diff to current |
2010-03-21 |
Daniel Dunbar | Fix suggested parentheses warning. |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Eric Christopher | Revert r99009 temporarily it seems to be breaking the... |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Chris Lattner | Change intrinsic result type for void to store it as... |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Chris Lattner | make getOperandNum a static function (since it's just... |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Chris Lattner | major surgery on tblgen: generalize TreePatternNode |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Chris Lattner | make FillWithPossibleTypes take a predicate to filter... |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Chris Lattner | resolve fixme: we now infer the instruction-level ... |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Chris Lattner | add a new SDNPVariadic SDNP node flag, and use it in |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Chris Lattner | rewrite EnforceSmallerThan to be less bone headed. |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Daniel Dunbar | Fix -Asserts warning. |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Chris Lattner | eliminate the last use of EEVT::isUnknown |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Chris Lattner | change Target.getInstructionsByEnumValue to return... |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Chris Lattner | don't go through getInstructions(). |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Chris Lattner | look up instructions by record, not by name. |
blob | commitdiff | raw | diff to current |
2010-03-18 |
Chris Lattner | expand tblgen's support for instructions with implicit... |
blob | commitdiff | raw | diff to current |
2010-03-18 |
Chris Lattner | infer results of a pattern from implicit defs. This... |
blob | commitdiff | raw | diff to current |
2010-03-18 |
Chris Lattner | simplify this code, the # of sets in the pattern for... |
blob | commitdiff | raw | diff to current |
2010-03-18 |
Chris Lattner | remove some code that was working around old sparc... |
blob | commitdiff | raw | diff to current |
2010-03-15 |
Chris Lattner | eliminate some #if 0 code I added in r96905, type inference |
blob | commitdiff | raw | diff to current |
2010-03-15 |
Chris Lattner | Completely rewrite tblgen's type inference mechanism, |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Chris Lattner | Node arguments to type casts can have names too. This... |
blob | commitdiff | raw | diff to current |
2010-03-01 |
Chris Lattner | resolve a fixme by having the .td file parser reject... |
blob | commitdiff | raw | diff to current |
2010-03-01 |
Chris Lattner | Fix PR2590 by making PatternSortingPredicate actually be |
blob | commitdiff | raw | diff to current |
2010-02-28 |
Chris Lattner | Generalize my hack to use SDNodeInfo to find out when a |
blob | commitdiff | raw | diff to current |
2010-02-27 |
Chris Lattner | use DEBUG instead of DebugFlag directly so that this |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Chris Lattner | add some #if 0'd out code for checking that named values in |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Chris Lattner | Reject patterns that use a name multiple times in the... |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Chris Lattner | reject patterns that have dead named arguments in the... |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Chris Lattner | reject patterns that mention a name in the destination... |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Chris Lattner | merge some code. |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Chris Lattner | more tidying up |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Chris Lattner | reduce indentation by eliminating 'else after return' |
blob | commitdiff | raw | diff to current |
2010-02-17 |
Chris Lattner | reduce nesting. |
blob | commitdiff | raw | diff to current |
2010-02-14 |
Chris Lattner | constize |
blob | commitdiff | raw | diff to current |
2010-02-14 |
Chris Lattner | clean up a bunch of code, move some random predicates |
blob | commitdiff | raw | diff to current |
2010-02-14 |
Chris Lattner | tidy up |
blob | commitdiff | raw | diff to current |
2009-12-25 |
Bill Wendling | Use the 'MadeChange' variable instead of returning... |
blob | commitdiff | raw | diff to current |
2009-11-02 |
Anton Korobeynikov | Do not infer the target type for COPY_TO_REGCLASS from... |
blob | commitdiff | raw | diff to current |
2009-08-29 |
Bob Wilson | PR4795: Remove EEVT::isFP, isInt and isVec types used... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Benjamin Kramer | Try to fix MSVC build after r79846. |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Daniel Dunbar | Fix non-determinism in DAGISel emitter. |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | remove some DOUTs |
blob | commitdiff | raw | diff to current |
2009-08-12 |
Bob Wilson | Add a new "SDTCisVec" SDTypeConstraint. This complemen... |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Owen Anderson | Split EVT into MVT and EVT, the former representing... |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Bob Wilson | Add a new overloaded EVT::vAny type for use in TableGen... |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Owen Anderson | Rename MVT to EVT, in preparation for splitting SimpleV... |
blob | commitdiff | raw | diff to current |
2009-07-29 |
Chris Lattner | make ptr_rc derive from a new PointerLikeRegClass tblge... |
blob | commitdiff | raw | diff to current |
2009-07-03 |
Daniel Dunbar | Replace std::iostreams with raw_ostream in TableGen. |
blob | commitdiff | raw | diff to current |
2009-06-26 |
Evan Cheng | Fix a CodeGenDAGPatterns bug. Check if top level predic... |
blob | commitdiff | raw | diff to current |
2009-06-17 |
Nick Lewycky | Fix grammaro, and bad indentation. |
blob | commitdiff | raw | diff to current |
2009-06-09 |
Bill Wendling | I'm going to assume that this was meant to be an assign... |
blob | commitdiff | raw | diff to current |
2009-06-09 |
David Greene | Revert 73074 and 73099 because Windows doesn't have... |
blob | commitdiff | raw | diff to current |
2009-06-08 |
David Greene | Add a !patsubst operator. Use on string types. |
blob | commitdiff | raw | diff to current |
2009-06-08 |
David Greene | Make IntInits and ListInits typed. This helps deduce... |
blob | commitdiff | raw | diff to current |
next |