1. 48aa824 Stop using the `Offset' variable, as we are cycling through the bits of a field by Misha Brukman · 21 years ago
  2. 1b36689 * Made $Template refer to a path relative to the checked-out tree by Misha Brukman · 21 years ago
  3. 3fb290e Add -d option to trust the disassembler. by Brian Gaeke · 21 years ago
  4. 6bc3b7c here little scriptie, nice scriptie... by Brian Gaeke · 21 years ago
  5. 42815c8 Update to configure the tree before building it. by Chris Lattner · 21 years ago
  6. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  7. 3a56364 Added code to the clean rule that deletes files placed in the source directory. by John Criswell · 21 years ago
  8. c0f33b5 Modify script to support checkins on branches by Chris Lattner · 21 years ago
  9. da5a643 update documentation about columns by Chris Lattner · 21 years ago
  10. 433c3fe Fix breakage due to John's recent changes by Chris Lattner · 21 years ago
  11. 5449955 Fix misspelling of ExtraSources, hopefully to unbreak the nightly tester by Chris Lattner · 21 years ago
  12. 028936a Added assert.h so that it compiles under newer versions of GCC. by John Criswell · 21 years ago
  13. aff713c Updated to the new Makefile.common. by John Criswell · 21 years ago
  14. 1cb65f2 Old versions of GCC doesn't have <ostream> :( by Chris Lattner · 21 years ago
  15. f4ef4c8 All debug print statements are now output with the DEBUG() guard to make by Misha Brukman · 21 years ago
  16. 3d194ac * Stop ignoring cc registers, since we actually use them in branches. by Misha Brukman · 21 years ago
  17. 85df225 Spiff up options a bit by Chris Lattner · 21 years ago
  18. 9a88638 Add -o support for TableGen by Chris Lattner · 21 years ago
  19. bc52013 Make tablegen use more structured command line options by Chris Lattner · 21 years ago
  20. 4817a5e Removing personal name from source code. by Misha Brukman · 21 years ago
  21. f77ed7a Added the `to' keyword as in `cast <type> <data> to <type>'. by Misha Brukman · 21 years ago
  22. 5981d78 * Added the `to' keyword, as in `cast <type> <data> to <type>'. by Misha Brukman · 21 years ago
  23. 9ced167 Stop ignoring the `cc' field, we actually use it now (e.g. conditional move) by Misha Brukman · 21 years ago
  24. e7800b5 getValueOp() now takes a MachineInstr as well as a MachineOperand. by Misha Brukman · 21 years ago
  25. ecc7fd3 Output the opcode name of the instruction being emitted to cerr. by Misha Brukman · 21 years ago
  26. b9dd815 Cannot output `static' in generated cpp code: results in error. It's already by Misha Brukman · 21 years ago
  27. cbfde0a * Now outputting a static function getBinaryCodeForInstr() (JIT-accessible) by Misha Brukman · 21 years ago
  28. 3578d7e Do not show errors when moving file. The error is shown the first time anyone by Misha Brukman · 21 years ago
  29. f00ce8b Add ability to utilize the code emitter generator (CodeEmitterGen). by Misha Brukman · 21 years ago
  30. 9fff7e1 First cut at the Code Generator using the TableGen methodology. by Misha Brukman · 21 years ago
  31. e3d333e I fixed that ``thang'', yo. by Misha Brukman · 21 years ago
  32. 6e51bfa Fix a halfway done change to the nightly tester :( by Chris Lattner · 21 years ago
  33. 2e8be14 Get the nightly tester to detect other kind of testing problems by Chris Lattner · 21 years ago
  34. 30ac0c0 Force overwriting the file if it already exists. by Chris Lattner · 21 years ago
  35. 8240c66 Update column info by Chris Lattner · 21 years ago
  36. c567567 Add support for new va_arg instruction by Chris Lattner · 21 years ago
  37. 8ad51f5 Update to add new keywords by Chris Lattner · 21 years ago
  38. 2c72b18 Add missing keyword, add new linkage keywords by Chris Lattner · 21 years ago
  39. 828b278 Add new linkage keywords. Spell uninitialized correctly by Chris Lattner · 21 years ago
  40. 88a9a3e Update to work with newer versions of bison by Chris Lattner · 21 years ago
  41. ec0e374 * Don't run tests if compilation failed by Chris Lattner · 21 years ago
  42. 915e030 Fix broken links by Chris Lattner · 21 years ago
  43. 9b50cbf Allow tests to run for 5 minutes before timing out. by Chris Lattner · 21 years ago
  44. 09bfdf5 Indent for uniformity by Chris Lattner · 21 years ago
  45. b16b399 Fix warning on sparc by Chris Lattner · 21 years ago
  46. e7113ad Make sure the files get sorted correctly by Chris Lattner · 21 years ago
  47. 5d6c438 Compress large logs by Chris Lattner · 21 years ago
  48. d9bdbaa Implement "new/removed/broken/fixed" tests by Chris Lattner · 21 years ago
  49. b344030 Implement program tests, and test for compile time problems by Chris Lattner · 21 years ago
  50. 8a4baf4 Add support for program tests by Chris Lattner · 21 years ago
  51. 1cbc0a6 Fix indentation code, simplify a bit by Chris Lattner · 21 years ago
  52. 2f8cb57 Add information about new warnings and warning changes by Chris Lattner · 21 years ago
  53. 4170123 Fix warnings by Chris Lattner · 21 years ago
  54. 4c7e303 Initial checkin of the nightly build scripts by Chris Lattner · 21 years ago
  55. 1f30a07 Include tablegen by Chris Lattner · 22 years ago
  56. 28c2d40 Fix bug by Chris Lattner · 22 years ago
  57. 23ffa4a Allow printing partially constructed bitsets by Chris Lattner · 22 years ago
  58. cdbfa42 Don't delete values that may still be referenced! by Chris Lattner · 22 years ago
  59. ade0de9 Tighten up assertion checking by Chris Lattner · 22 years ago
  60. 7b1d49b Add code that can be used for debugging by Chris Lattner · 22 years ago
  61. b1ed0fc Continue implementing field initializers by Chris Lattner · 22 years ago
  62. 4767a0c Don't delete temporary files by Chris Lattner · 22 years ago
  63. b45b3b3 Continued support for field intitializers by Chris Lattner · 22 years ago
  64. db1b766 Continued support for field initializer by Chris Lattner · 22 years ago
  65. 7331ab9 Continued support for Field Initializer by Chris Lattner · 22 years ago
  66. 9833493 Adjustments due to new FieldInit stuff by Chris Lattner · 22 years ago
  67. f1e37d9 Add comments, factor out common code by Chris Lattner · 22 years ago
  68. 34a7769 Add support for field exprs by Chris Lattner · 22 years ago
  69. 28520c4 * Move BitsInit::resolveReferences up with the rest of BitsInit code by Chris Lattner · 22 years ago
  70. a165190 Initial support for Field Expressions by Chris Lattner · 22 years ago
  71. d00e8f1 Add correct dependency by Chris Lattner · 22 years ago
  72. 24e7909 Split up targets by Chris Lattner · 22 years ago
  73. 07278e4 Add comments by Chris Lattner · 22 years ago
  74. e62c118 Initial checkin of TableGen utility by Chris Lattner · 22 years ago
  75. 24567a9 Add makefile to build subdirs by Chris Lattner · 22 years ago
  76. e6f960a Fix burg build problem. by Chris Lattner · 22 years ago
  77. 38bb2ff8 Do not print "NEW FILES AND DIRECTORIES" unless requested separately by Vikram S. Adve · 22 years ago
  78. a50d6ec Work better with other versions of bison by Chris Lattner · 22 years ago
  79. d9b11cf Added a major mode for Emacs to edit LLVM assembler code with syntax by Misha Brukman · 22 years ago
  80. 75f79b9 LLVM syntax highlighting for VIM. by Nick Hildenbrandt · 22 years ago
  81. 28c664d Clean up dead rules by Chris Lattner · 22 years ago
  82. 9c9bfa7 Fix tons of warnings, convert burg to use Makefile.common system, rename by Chris Lattner · 22 years ago
  83. c4f6727 Build burg separately for different architectures. by Vikram S. Adve · 22 years ago
  84. b194f62 Include our config and system-specific Makefiles to get the by Vikram S. Adve · 22 years ago
  85. 39c36e8 Add support for passing in arbitrary flags to gmake (except -n and -h by Vikram S. Adve · 22 years ago
  86. d3448cd Fix to work in new location (utils/) and to use gmake instead of gnumake by Vikram S. Adve · 22 years ago
  87. 3ae260d TEst commit by Chris Lattner · 22 years ago
  88. 9277d45 Test commit by Chris Lattner · 22 years ago
  89. 72c6f02 Test change by Chris Lattner · 22 years ago
  90. 29e8558 We need an 'all' target to build burg, add it back by Chris Lattner · 22 years ago
  91. ab83fe2 Don't run tests by default by Chris Lattner · 22 years ago
  92. 4f372f0 Initial checkin of burg documetnation files by Chris Lattner · 22 years ago
  93. 633a5b1 Initial checkin of burg files by Chris Lattner · 22 years ago
  94. fecaf56 Print information about files that were removed by Chris Lattner · 22 years ago
  95. 2d45660 Simplify significantly (and fix syntax error). by Vikram S. Adve · 22 years ago
  96. 0731d54 Use much better method to find the llvmbase directory. by Vikram S. Adve · 22 years ago
  97. 5e1a0d9 Check error condition after cvs returns. Also remove -c option. by Vikram S. Adve · 22 years ago
  98. 631484c Shell-script to build current directory and then link one tool (default: opt) by Vikram S. Adve · 22 years ago
  99. 82f2f95 Fix script due to new www/ top level directory by Chris Lattner · 22 years ago
  100. 6dc0193 Ignore the boost #include files by Chris Lattner · 22 years ago