1. b5c520b Lowercase versions of `occurrence' need to be spelled correctly, too. by Misha Brukman · 21 years ago
  2. dd6cb6a `Occurrence' has no `a' and the `r' is doubled. by Misha Brukman · 21 years ago
  3. 48aa824 Stop using the `Offset' variable, as we are cycling through the bits of a field by Misha Brukman · 21 years ago
  4. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  5. d2a6fc3 Add support for 'unsigned' command line arguments by Chris Lattner · 21 years ago
  6. 3a56364 Added code to the clean rule that deletes files placed in the source directory. by John Criswell · 21 years ago
  7. ed4775a Remove usage of sys/unistd.h by Chris Lattner · 21 years ago
  8. 8c63883 Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD. by Brian Gaeke · 21 years ago
  9. 5449955 Fix misspelling of ExtraSources, hopefully to unbreak the nightly tester by Chris Lattner · 21 years ago
  10. 2eb9a25 Actually, change it to use explicit new/delete, which is more likely to be by Chris Lattner · 21 years ago
  11. 5b1688d Remove usage of alloca by Chris Lattner · 21 years ago
  12. ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 21 years ago
  13. 028936a Added assert.h so that it compiles under newer versions of GCC. by John Criswell · 21 years ago
  14. aff713c Updated to the new Makefile.common. by John Criswell · 21 years ago
  15. 1cb65f2 Old versions of GCC doesn't have <ostream> :( by Chris Lattner · 21 years ago
  16. 903c2d11 Fix compilation problem with some versions of G++ by Chris Lattner · 21 years ago
  17. b8c8829 Fix problem with perror by Chris Lattner · 21 years ago
  18. f4ef4c8 All debug print statements are now output with the DEBUG() guard to make by Misha Brukman · 21 years ago
  19. 3d194ac * Stop ignoring cc registers, since we actually use them in branches. by Misha Brukman · 21 years ago
  20. 85df225 Spiff up options a bit by Chris Lattner · 21 years ago
  21. 9a88638 Add -o support for TableGen by Chris Lattner · 21 years ago
  22. bc52013 Make tablegen use more structured command line options by Chris Lattner · 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. 39602b2 Make _sure_ we don't go into an infinite loop if a signal happens! by Chris Lattner · 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. 7594b29 Remove long dead code by Chris Lattner · 21 years ago
  32. 01e770a Add using declarations by Chris Lattner · 21 years ago
  33. 72fb8e5 Add new CommaSeparated option modifier by Chris Lattner · 21 years ago
  34. ca6433f Destroy using declarations by Chris Lattner · 21 years ago
  35. e3d333e I fixed that ``thang'', yo. by Misha Brukman · 21 years ago
  36. f205fec Add a new info-output-file option (hidden from --help) which is to be used by by Chris Lattner · 21 years ago
  37. 88a9a3e Update to work with newer versions of bison by Chris Lattner · 21 years ago
  38. 8166b7c Make more compatible with GCC 2.96 by Chris Lattner · 21 years ago
  39. e040f97 Remove gunk that was supposed to make space evaluation more precise, but never worked. by Chris Lattner · 21 years ago
  40. 98d829c Don't output times in "scientific" notation by Chris Lattner · 21 years ago
  41. 0ad4c00 Remove the -debug option from release executables by Chris Lattner · 21 years ago
  42. bbe5ac1 Squelch warning by Chris Lattner · 21 years ago
  43. 3f39849 * Add new -track-memory option to tools which enables the mem usage column in the reports. by Chris Lattner · 21 years ago
  44. 3301b69 Fix build problem on sparc by Chris Lattner · 21 years ago
  45. b16b399 Fix warning on sparc by Chris Lattner · 21 years ago
  46. 4170123 Fix warnings by Chris Lattner · 21 years ago
  47. cb09cc2 Move annotation to support library by Chris Lattner · 22 years ago
  48. 3fa61eb Fix static initializer ordering dependency by Chris Lattner · 22 years ago
  49. e1b52b7 Fix compilation on GCC 3.2 by Chris Lattner · 22 years ago
  50. 4a10645 New files for miscompilation detection by Chris Lattner · 22 years ago
  51. 28c2d40 Fix bug by Chris Lattner · 22 years ago
  52. 23ffa4a Allow printing partially constructed bitsets by Chris Lattner · 22 years ago
  53. cdbfa42 Don't delete values that may still be referenced! by Chris Lattner · 22 years ago
  54. ade0de9 Tighten up assertion checking by Chris Lattner · 22 years ago
  55. 7b1d49b Add code that can be used for debugging by Chris Lattner · 22 years ago
  56. b1ed0fc Continue implementing field initializers by Chris Lattner · 22 years ago
  57. 4767a0c Don't delete temporary files by Chris Lattner · 22 years ago
  58. f86c0e0 Ignore generated files gram.tab.c and gram.tab.h by Misha Brukman · 22 years ago
  59. 92ad9f7 Ignore generated files FileLexer.* and FileParser.* by Misha Brukman · 22 years ago
  60. b45b3b3 Continued support for field intitializers by Chris Lattner · 22 years ago
  61. db1b766 Continued support for field initializer by Chris Lattner · 22 years ago
  62. 7331ab9 Continued support for Field Initializer by Chris Lattner · 22 years ago
  63. 9833493 Adjustments due to new FieldInit stuff by Chris Lattner · 22 years ago
  64. f1e37d9 Add comments, factor out common code by Chris Lattner · 22 years ago
  65. 34a7769 Add support for field exprs by Chris Lattner · 22 years ago
  66. 28520c4 * Move BitsInit::resolveReferences up with the rest of BitsInit code by Chris Lattner · 22 years ago
  67. a165190 Initial support for Field Expressions by Chris Lattner · 22 years ago
  68. d00e8f1 Add correct dependency by Chris Lattner · 22 years ago
  69. 24e7909 Split up targets by Chris Lattner · 22 years ago
  70. 07278e4 Add comments by Chris Lattner · 22 years ago
  71. e62c118 Initial checkin of TableGen utility by Chris Lattner · 22 years ago
  72. 8f0d824 Add peak memory usage measurement capability by Chris Lattner · 22 years ago
  73. 69e79e0 Simplify code by Chris Lattner · 22 years ago
  74. a95078d Sun can now use mallinfo() by Chris Lattner · 22 years ago
  75. 18eba91 Allow memory sizes to be negative, remove obsolete TmpRSS field by Chris Lattner · 22 years ago
  76. 6cd11f6 mallinfo is not available on sun apparently :( by Chris Lattner · 22 years ago
  77. a5cf936 Minor fix to space accounting by Chris Lattner · 22 years ago
  78. 9d4ef12 Implement MaxRSS in terms of mallinfo instead of the system RSS. This gives by Chris Lattner · 22 years ago
  79. e6f960a Fix burg build problem. by Chris Lattner · 22 years ago
  80. 9550dc2 Add #include by Chris Lattner · 22 years ago
  81. a50d6ec Work better with other versions of bison by Chris Lattner · 22 years ago
  82. 3400837 Added #include<unistd.h> to compile with solaris gcc3.2 by Anand Shukla · 22 years ago
  83. c1d4d79 added cast to unsigned to compile with gcc3.2 (sparc) by Anand Shukla · 22 years ago
  84. 96ef1b9 - Rework Statistics: by Chris Lattner · 22 years ago
  85. 6c38a79 Checkin generic interval timer support by Chris Lattner · 22 years ago
  86. 28c664d Clean up dead rules by Chris Lattner · 22 years ago
  87. 9c9bfa7 Fix tons of warnings, convert burg to use Makefile.common system, rename by Chris Lattner · 22 years ago
  88. c4f6727 Build burg separately for different architectures. by Vikram S. Adve · 22 years ago
  89. b194f62 Include our config and system-specific Makefiles to get the by Vikram S. Adve · 22 years ago
  90. 3f6962e Add an optimization to support the most common access pattern for the by Chris Lattner · 22 years ago
  91. 3ae260d TEst commit by Chris Lattner · 22 years ago
  92. 9277d45 Test commit by Chris Lattner · 22 years ago
  93. 72c6f02 Test change by Chris Lattner · 22 years ago
  94. 29e8558 We need an 'all' target to build burg, add it back by Chris Lattner · 22 years ago
  95. ab83fe2 Don't run tests by default by Chris Lattner · 22 years ago
  96. 4f372f0 Initial checkin of burg documetnation files by Chris Lattner · 22 years ago
  97. 633a5b1 Initial checkin of burg files by Chris Lattner · 22 years ago
  98. 7c97cee Submitted by Casey Carter: by Chris Lattner · 22 years ago
  99. 6e65cda Remove extra #include by Chris Lattner · 22 years ago
  100. de69a4c by Chris Lattner · 22 years ago