Age | Commit message (Expand) | Author |
2005-10-23 | Remove the obsolete instr selector emitter | Chris Lattner |
2005-09-06 | Rename a class. These files are being migrated to the new isel and I want to | Chris Lattner |
2005-04-22 | Remove trailing whitespace | Misha Brukman |
2004-11-05 | Quiet VC++ warnings | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-17 | Do not #include files into the llvm namespace | Chris Lattner |
2004-08-01 | Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h) | Chris Lattner |
2004-08-01 | Finegrainify namespacification | Chris Lattner |
2004-01-24 | Fix a couple of places I noticed where "X86" was hard-coded. | Brian Gaeke |
2003-12-11 | Stop laughing Misha | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM copyright header. | John Criswell |
2003-09-22 | Squelch warning | Chris Lattner |
2003-08-21 | Fix warning on sparc build | Chris Lattner |
2003-08-15 | Add support for nodes with void arguments, like chain nodes | Chris Lattner |
2003-08-12 | Fix emission of instructions that directly reference MBBs | Chris Lattner |
2003-08-12 | Add support for the Any type. Minor fixes and enhancements for BasicBlock op... | Chris Lattner |
2003-08-12 | Rename DNVT_bool to DNVT_i1 to be consistent with type system | Chris Lattner |
2003-08-12 | Add support for a bool argty | Chris Lattner |
2003-08-11 | It is not an error if a rule does not match, it's just a failed match! | Chris Lattner |
2003-08-11 | Add support for frameidx and literal immediates for instructions | Chris Lattner |
2003-08-11 | Add support for naming the destination of a "set" in a pattern | Chris Lattner |
2003-08-11 | Add support for the Arg1 argument type | Chris Lattner |
2003-08-11 | Don't forget to initializer result field to 0! | Chris Lattner |
2003-08-11 | Put printouts of acquired patterns under the DEBUG() guard, fixed spelling. | Misha Brukman |
2003-08-10 | Add full support for code generating expanders! | Chris Lattner |
2003-08-10 | Implement autopromotion of leaf trees from arguments to nodes of their own, | Chris Lattner |
2003-08-10 | Implement correct parsing, representation, and printing of DAG argument names | Chris Lattner |
2003-08-10 | Implement real code emission, at least for Instruction patterns, | Chris Lattner |
2003-08-10 | First cut at emitting the reducer. This reducer just prints out the patterns | Chris Lattner |
2003-08-10 | Finish the matcher! | Chris Lattner |
2003-08-08 | This implements a large amount of the matcher, in fact, all of it except for ... | Chris Lattner |
2003-08-08 | Emit the first half of the instruction selector. | Chris Lattner |
2003-08-07 | Finish implementation of nonterminal instantiation. | Chris Lattner |
2003-08-07 | Implement type-inference/checking for non-terminal references | Chris Lattner |
2003-08-07 | Rename all of the "Process" methods to be "read" methods, start the Instantia... | Chris Lattner |
2003-08-07 | Add support for "cast" nodes, which are required when there is not enough inf... | Chris Lattner |
2003-08-07 | Use the new version of isSubClassOf | Chris Lattner |
2003-08-07 | Cleanup and reorganize code, no functional changes | Chris Lattner |
2003-08-07 | Read in expanders too | Chris Lattner |
2003-08-07 | Continued evolution of the selector emitter: Represent instruction patterns | Chris Lattner |
2003-08-07 | Finish implementation of the type inference engine. | Chris Lattner |
2003-08-07 | Initial checkin of tree pattern parser and type inference engine (which still... | Chris Lattner |
2003-08-06 | Export the register classes so that the instruction selector can get at them ... | Chris Lattner |
2003-08-06 | Add error checking code to the node type parser. Start the instruction pattern | Chris Lattner |
2003-08-06 | Initial support for an instruction selector emitter | Chris Lattner |