1. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  2. 1fca5ff Convert 'struct' to 'class' in various places to adhere to the coding standards by Chris Lattner · 20 years ago
  3. 803a5f6 Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h) by Chris Lattner · 20 years ago
  4. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  5. 01d4582 Added LLVM copyright header. by John Criswell · 21 years ago
  6. 43bf32e Added #include <cassert>. In GCC 3.3, we don't get assert() through the other by John Criswell · 21 years ago
  7. 6b666e8 Add support for the Any type. Minor fixes and enhancements for BasicBlock operands by Chris Lattner · 21 years ago
  8. c12a614 Rename DNVT_bool to DNVT_i1 to be consistent with type system by Chris Lattner · 21 years ago
  9. 723915b Add support for a bool argty by Chris Lattner · 21 years ago
  10. abb215e Add support for frameidx and literal immediates for instructions by Chris Lattner · 21 years ago
  11. 57fb6ab Add support for naming the destination of a "set" in a pattern by Chris Lattner · 21 years ago
  12. 88118bf Add support for the Arg1 argument type by Chris Lattner · 21 years ago
  13. 053a205 Add full support for code generating expanders! by Chris Lattner · 21 years ago
  14. 9552b8c Finish the matcher! by Chris Lattner · 21 years ago
  15. 955c1be This implements a large amount of the matcher, in fact, all of it except for one bug by Chris Lattner · 21 years ago
  16. 6dafd39 Emit the first half of the instruction selector. by Chris Lattner · 21 years ago
  17. ef0ce6a Finish implementation of nonterminal instantiation. by Chris Lattner · 21 years ago
  18. 5709e51 Implement type-inference/checking for non-terminal references by Chris Lattner · 21 years ago
  19. ee858d2 Rename all of the "Process" methods to be "read" methods, start the Instantiate method by Chris Lattner · 21 years ago
  20. 2b8b2b4 Cleanup and reorganize code, no functional changes by Chris Lattner · 21 years ago
  21. b356a24 Read in expanders too by Chris Lattner · 21 years ago
  22. f8e9683 Continued evolution of the selector emitter: Represent instruction patterns by Chris Lattner · 21 years ago
  23. bc659dd Finish implementation of the type inference engine. by Chris Lattner · 21 years ago
  24. 018c9e4 Initial checkin of tree pattern parser and type inference engine (which still needs work). by Chris Lattner · 21 years ago
  25. 2787d1a Add error checking code to the node type parser. Start the instruction pattern by Chris Lattner · 21 years ago
  26. faca5ab Initial support for an instruction selector emitter by Chris Lattner · 21 years ago