1. 3060910 remove attributions from utils. by Chris Lattner · 18 years ago
  2. f460165 Rewrite the tblgen parser in a recursive descent style, eliminating the bison parser. by Chris Lattner · 18 years ago
  3. 50d4565 reapply by Chris Lattner · 18 years ago
  4. 53c9b3f Backing out by Evan Cheng · 18 years ago
  5. 798dc7a initial support for calling convention generation, still unfinished. by Chris Lattner · 18 years ago
  6. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 19 years ago
  7. 3b23972 remove a bunch of long-dead testing code by Chris Lattner · 19 years ago
  8. 9e493cf initial implementation of intrinsic parsing by Chris Lattner · 19 years ago
  9. ed54241 Add support for "-Ifoo" in addition to "-I foo" by Chris Lattner · 19 years ago
  10. d9f5d90 add support for multiple include directories by Chris Lattner · 19 years ago
  11. 6fb9a84 more standards-compliance stuff by Duraid Madina · 20 years ago
  12. 2dc74dd Remove the obsolete instr selector emitter by Chris Lattner · 20 years ago
  13. f5fc2cb Plugin new subtarget backend into the build. by Jim Laskey · 20 years ago
  14. 4a24c64 Add an option and stuff implementation of a dag isel emitter by Chris Lattner · 20 years ago
  15. ea3e5e5 Eliminate tabs and trailing spaces by Jeff Cohen · 20 years ago
  16. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  17. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 21 years ago
  18. 23f7d51 Make tblgen's exception handling a little more robust by printing the by Reid Spencer · 21 years ago
  19. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  20. debb5f0 RemoveFileOnErrorSignal is now in the llvm::sys namespace. Adjust accordingly. by Reid Spencer · 21 years ago
  21. 2e1f51b Initial cut at an asm writer emitter. So far, this only handles emission of by Chris Lattner · 21 years ago
  22. 2082ebe Finegrainify namespacification by Chris Lattner · 21 years ago
  23. 9879aa9 Remove some abandoned code that was never finished. If needed in the future by Chris Lattner · 21 years ago
  24. bd93533 Passing integer 0 in for a pointer value doesn't work on IA64. Fix this by Chris Lattner · 21 years ago
  25. 42df6d1 Make tblgen not try to be smart. This is better handled in makefiles if by Chris Lattner · 21 years ago
  26. bed85ff Header file moved by Chris Lattner · 21 years ago
  27. 01b6a6f by Jakub Staszak · 21 years ago
  28. f5761a5 exit(1) instead of abort()'ing on error by Chris Lattner · 22 years ago
  29. 7b9ee51 Print the record NAME not the record ADDRESS by Chris Lattner · 22 years ago
  30. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  31. 01d4582 Added LLVM copyright header. by John Criswell · 22 years ago
  32. 737af82 Fixed spelling of `intentionally'. by Misha Brukman · 22 years ago
  33. 96b4bed Added an option to TableGen that allows users to specify a directory in which by John Criswell · 22 years ago
  34. c3fe45b Using `std::remove' requires `cstdio.h'. by Misha Brukman · 22 years ago
  35. 3f78134 Add an instruction selector emitter skeleton by Chris Lattner · 22 years ago
  36. 15de32d add new --gen-instr-desc option by Chris Lattner · 22 years ago
  37. 169e66b Add support for instruction enum emission by Chris Lattner · 22 years ago
  38. e79c72d Tablegen should only replace the output if it changes by Chris Lattner · 22 years ago
  39. f1e366a Make sure to delete the output file if there is an error by Chris Lattner · 22 years ago
  40. 54d156d Add the ability to emit register file enums by Chris Lattner · 22 years ago
  41. accd8ab Dead code elimination by Chris Lattner · 22 years ago
  42. 1d1adea Add file comment by Chris Lattner · 22 years ago
  43. f745a20 Rename createEmitter to run because eventually all tablegen backends will by Chris Lattner · 22 years ago
  44. 9052390 Make tablegen take an input filename to parse if one is specified, otherwise by Chris Lattner · 22 years ago
  45. 3070954 Don't crash if there is no Inst class in the tablegen file! by Chris Lattner · 22 years ago
  46. 85df225 Spiff up options a bit by Chris Lattner · 22 years ago
  47. 9a88638 Add -o support for TableGen by Chris Lattner · 22 years ago
  48. bc52013 Make tablegen use more structured command line options by Chris Lattner · 22 years ago
  49. f00ce8b Add ability to utilize the code emitter generator (CodeEmitterGen). by Misha Brukman · 22 years ago
  50. 7b1d49b Add code that can be used for debugging by Chris Lattner · 23 years ago
  51. 9833493 Adjustments due to new FieldInit stuff by Chris Lattner · 23 years ago
  52. e62c118 Initial checkin of TableGen utility by Chris Lattner · 23 years ago