1. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  2. 2c38413 Do not #include files into the llvm namespace by Chris Lattner · 21 years ago
  3. 803a5f6 Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h) by Chris Lattner · 21 years ago
  4. 2082ebe Finegrainify namespacification by Chris Lattner · 21 years ago
  5. 48e9f26 Fix a couple of places I noticed where "X86" was hard-coded. by Brian Gaeke · 22 years ago
  6. 7538469 Stop laughing Misha by Chris Lattner · 22 years ago
  7. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  8. 01d4582 Added LLVM copyright header. by John Criswell · 22 years ago
  9. 8bab27d Squelch warning by Chris Lattner · 22 years ago
  10. a83de0b Fix warning on sparc build by Chris Lattner · 22 years ago
  11. 673537e Add support for nodes with void arguments, like chain nodes by Chris Lattner · 22 years ago
  12. 42f3372 Fix emission of instructions that directly reference MBBs by Chris Lattner · 22 years ago
  13. 6b666e8 Add support for the Any type. Minor fixes and enhancements for BasicBlock operands by Chris Lattner · 22 years ago
  14. c12a614 Rename DNVT_bool to DNVT_i1 to be consistent with type system by Chris Lattner · 22 years ago
  15. 723915b Add support for a bool argty by Chris Lattner · 22 years ago
  16. 7b56ce4 It is not an error if a rule does not match, it's just a failed match! by Chris Lattner · 22 years ago
  17. abb215e Add support for frameidx and literal immediates for instructions by Chris Lattner · 22 years ago
  18. 57fb6ab Add support for naming the destination of a "set" in a pattern by Chris Lattner · 22 years ago
  19. 88118bf Add support for the Arg1 argument type by Chris Lattner · 22 years ago
  20. 3eda2eb Don't forget to initializer result field to 0! by Chris Lattner · 22 years ago
  21. 91f2e9a Put printouts of acquired patterns under the DEBUG() guard, fixed spelling. by Misha Brukman · 22 years ago
  22. 053a205 Add full support for code generating expanders! by Chris Lattner · 22 years ago
  23. 990db46 Implement autopromotion of leaf trees from arguments to nodes of their own, by Chris Lattner · 22 years ago
  24. 91290d7 Implement correct parsing, representation, and printing of DAG argument names by Chris Lattner · 22 years ago
  25. 094ec50 Implement real code emission, at least for Instruction patterns, by Chris Lattner · 22 years ago
  26. 6167004 First cut at emitting the reducer. This reducer just prints out the patterns by Chris Lattner · 22 years ago
  27. 9552b8c Finish the matcher! by Chris Lattner · 22 years ago
  28. 955c1be This implements a large amount of the matcher, in fact, all of it except for one bug by Chris Lattner · 22 years ago
  29. 6dafd39 Emit the first half of the instruction selector. by Chris Lattner · 22 years ago
  30. ef0ce6a Finish implementation of nonterminal instantiation. by Chris Lattner · 22 years ago
  31. 5709e51 Implement type-inference/checking for non-terminal references by Chris Lattner · 22 years ago
  32. ee858d2 Rename all of the "Process" methods to be "read" methods, start the Instantiate method by Chris Lattner · 22 years ago
  33. 90825b4 Add support for "cast" nodes, which are required when there is not enough information by Chris Lattner · 22 years ago
  34. ab05e2a Use the new version of isSubClassOf by Chris Lattner · 22 years ago
  35. 2b8b2b4 Cleanup and reorganize code, no functional changes by Chris Lattner · 22 years ago
  36. b356a24 Read in expanders too by Chris Lattner · 22 years ago
  37. f8e9683 Continued evolution of the selector emitter: Represent instruction patterns by Chris Lattner · 22 years ago
  38. bc659dd Finish implementation of the type inference engine. by Chris Lattner · 22 years ago
  39. 018c9e4 Initial checkin of tree pattern parser and type inference engine (which still needs work). by Chris Lattner · 22 years ago
  40. 38aa542 Export the register classes so that the instruction selector can get at them as needed by Chris Lattner · 22 years ago
  41. 2787d1a Add error checking code to the node type parser. Start the instruction pattern by Chris Lattner · 22 years ago
  42. faca5ab Initial support for an instruction selector emitter by Chris Lattner · 22 years ago