Age | Commit message (Expand) | Author |
2006-02-05 | Re-committing the last bit of change. It shouldn't break PPC this time. | Evan Cheng |
2006-02-04 | Temporarily revert the last change, which breaks PPC and other targets that | Chris Lattner |
2006-02-04 | Complex pattern's custom matcher should not call Select() on any operands. | Evan Cheng |
2006-02-03 | node predicates add to the complexity of a pattern. This ensures that the | Chris Lattner |
2006-02-03 | (store (op (load ...))) folding problem. In the generated matching code, | Evan Cheng |
2006-02-01 | add a note, ya knoe | Chris Lattner |
2006-02-01 | If a pattern's root node is a constant, its size should be 3 rather than 2. | Evan Cheng |
2006-01-31 | solaris won't clobber an existing symlink with ln -sf apparently | Chris Lattner |
2006-01-31 | implement test/Regression/TableGen/DagIntSubst.ll | Chris Lattner |
2006-01-29 | simplify some code | Chris Lattner |
2006-01-29 | it is nice not to chop off bits for those blessed with lots of bits | Andrew Lenharth |
2006-01-29 | make the casts actually cast to the variable type | Andrew Lenharth |
2006-01-29 | start of the 64bit safety cleanup | Andrew Lenharth |
2006-01-29 | Emit series of conditionals with &&, emitting stuff like this: | Chris Lattner |
2006-01-29 | Factor matching code that is common between patterns. This works around | Chris Lattner |
2006-01-29 | Split out code generation from analysis from emission | Chris Lattner |
2006-01-29 | move some code around, no change in the generated code | Chris Lattner |
2006-01-28 | now that we have control over emission of the code, emit the code using nested | Chris Lattner |
2006-01-28 | Change PatternCodeEmitter to emit code into a buffer instead of emitting it | Chris Lattner |
2006-01-28 | Make long warnings wrap and have less indent so other portions of the page | Reid Spencer |
2006-01-28 | Fit to 80 columns, no functionality change | Chris Lattner |
2006-01-27 | Teach tablegen to generate code that is VC++ warning-free. | Jeff Cohen |
2006-01-27 | (store (op (load ...)), ...) | Evan Cheng |
2006-01-27 | Subtarget feature can now set any variable to any value | Evan Cheng |
2006-01-27 | Use printInlineAsm to, well, print inline asm's. | Chris Lattner |
2006-01-27 | PHI and INLINEASM are now builtin instructions provided by Target.td | Chris Lattner |
2006-01-27 | If we want to emit things in enum order, use getInstructionsByEnumValue to | Chris Lattner |
2006-01-27 | There is at least a 'noitinerary' itinerary now | Chris Lattner |
2006-01-27 | Don't emit JIT code for these instructions | Chris Lattner |
2006-01-26 | Teach the dag selectors to select InlineAsm nodes. | Chris Lattner |
2006-01-26 | Another folding problem: if a node r/w chain or flag, don't fold it if it | Evan Cheng |
2006-01-26 | Add a FIXME comment. | Evan Cheng |
2006-01-26 | Incoming (and optional) flag bugs. They may be embedded inside a inner node of | Evan Cheng |
2006-01-24 | Fix an optional in flag bug. | Evan Cheng |
2006-01-24 | Optional InFlag was not being included in node. | Evan Cheng |
2006-01-20 | Prevent folding of a node with multiple uses if the node already folds a load! | Evan Cheng |
2006-01-19 | Don't include generated lexer .cpp files. | Chris Lattner |
2006-01-19 | Bug fix. Flag operand number may be calculated incorrectly. | Evan Cheng |
2006-01-19 | Use pattern information to determine whether the use expects this | Evan Cheng |
2006-01-19 | Prevent unnecessary CopyToReg when the same HW register appears in two spots | Evan Cheng |
2006-01-17 | fix a broken comment | Chris Lattner |
2006-01-17 | Regenerated the Lex and Yacc output files on Linux. It seems that our | John Criswell |
2006-01-17 | Emit a type matching check for ComplexPatterns. | Evan Cheng |
2006-01-15 | Type inferencing bug | Evan Cheng |
2006-01-12 | Allow transformation from GlobalAddress to TargetGlobalAddress and | Evan Cheng |
2006-01-12 | GlobalAddress -> TargetGlobalAddress; ExternalSymbol -> TargetExternalSymbol | Evan Cheng |
2006-01-11 | Some minor fixes. | Evan Cheng |
2006-01-11 | Always select target registers to themselves | Chris Lattner |
2006-01-11 | Emit an error instead of an assertion if trying to do bogus things in result ... | Chris Lattner |
2006-01-10 | Added support for the extractelement operation. | Robert Bocchino |