1. 88ac78c by Jakub Staszak · 20 years ago
  2. 01b6a6f by Jakub Staszak · 20 years ago
  3. ffb33a1 Teach vim about the select instruction. Allow it to forget about the long-dead by Chris Lattner · 20 years ago
  4. 98124c8 Teach emacs about the select instruction by Chris Lattner · 20 years ago
  5. 5cedaba Default to using edge counts by Chris Lattner · 20 years ago
  6. ba2e098 Squash /usr/dcs path; use a 'require <version>' instead. by Brian Gaeke · 20 years ago
  7. 1d4c902 Add my regression finding by binary searching cvs script. by Brian Gaeke · 20 years ago
  8. c9699cc Added EH support. by John Criswell · 20 years ago
  9. f2cab76 Don't look in the .libs directories that libtool makes by Brian Gaeke · 20 years ago
  10. 8a4045e Do not remove an active template argument even if the superclass had one of the by Chris Lattner · 20 years ago
  11. 81d50ad Ignore X = X assignments that was causing Alkis's rewrite of X86.td to crash by Chris Lattner · 20 years ago
  12. ff367ee Assert instead of going into an infinite loop! by Chris Lattner · 20 years ago
  13. fd04ee6 Added support for C++ compilation. by John Criswell · 20 years ago
  14. 28ccd02 C++ version of llvm-native-gcc. by John Criswell · 20 years ago
  15. cac4b8e Updated to use llc to generate CBE code. by John Criswell · 20 years ago
  16. e9f66b9 Add a label for the bump when we started counting llvm/projects by Chris Lattner · 20 years ago
  17. f5761a5 exit(1) instead of abort()'ing on error by Chris Lattner · 20 years ago
  18. 83fe917 Fix buggy error message problem by Chris Lattner · 20 years ago
  19. f2f5b39 Ooops, top-level C++-comments aren't recognized by flex. by Misha Brukman · 21 years ago
  20. 1700f77 * Convert C comments to C++ style (why are some one way, some another?!) by Misha Brukman · 21 years ago
  21. 0afbc2f Fix bug in initial check - when recompiling everything with llvm-native-gcc, by Brian Gaeke · 21 years ago
  22. b9f960e Make block profiling the default by Chris Lattner · 21 years ago
  23. 79bf052 Fix unterminated-quote typo in echo command by Brian Gaeke · 21 years ago
  24. 7b9ee51 Print the record NAME not the record ADDRESS by Chris Lattner · 21 years ago
  25. 991a75e Start counting projects by Chris Lattner · 21 years ago
  26. 48e9f26 Fix a couple of places I noticed where "X86" was hard-coded. by Brian Gaeke · 21 years ago
  27. 4a6ca8d This is my script for narrowing down miscompilations to a single file. by Brian Gaeke · 21 years ago
  28. d56147d Eliminate annoying warnings from the tester, hopefully for real this time. by Chris Lattner · 21 years ago
  29. be39e43 Fix annoying warnings. W doesn't have a revision number by Chris Lattner · 21 years ago
  30. f789d40 explain the jump for llvm-db by Chris Lattner · 21 years ago
  31. 2e142f5 Change perl interpreter path to the standard /usr/bin/perl. by Alkis Evlogimenos · 21 years ago
  32. 370e809 Eliminate a spurious warning by Chris Lattner · 21 years ago
  33. bb0aca5 If -enable-linscan is specified, add ENABLE_LINEARSCAN=1 to the make commandline by Chris Lattner · 21 years ago
  34. 8ffc66d Update template by Chris Lattner · 21 years ago
  35. 7538469 Stop laughing Misha by Chris Lattner · 21 years ago
  36. 73d8d55 Check in the llvm-native-gcc script, which I use in the process of by Brian Gaeke · 21 years ago
  37. ac5d96b This may fix the "0 dirs" stuff we get in the nightly tests when they are by Brian Gaeke · 21 years ago
  38. 116e70f This function REALLY DOES return void by Chris Lattner · 21 years ago
  39. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  40. a3ed7d3 * Add units to the yaxis of each chart * Add charts to the nightly test report by Chris Lattner · 21 years ago
  41. 75dd3e5 Since we are collecting all of this data, we might as well graph it! by Chris Lattner · 21 years ago
  42. 5cea0e1 fix warnings on sparc by Chris Lattner · 21 years ago
  43. 1ca9221 Add -help option by Chris Lattner · 21 years ago
  44. 0faadf2 Pass unrecognized options into llvmprof by Chris Lattner · 21 years ago
  45. 8a209dd Add option for block profiling, pass in the "correct" argv[0] to the program by Chris Lattner · 21 years ago
  46. ad910eb Helper script for collecting profiling instrumentation. Simply run by Chris Lattner · 21 years ago
  47. 3e457f7 I'm tired of the nightly tester stopping, aren't you? by Chris Lattner · 21 years ago
  48. 0512d02 Make sure to syntax hilight the 'unwind' keyword! by Chris Lattner · 21 years ago
  49. 91480ff Add more space! by Chris Lattner · 21 years ago
  50. 84a6f39 Syntax highlight the new operators by Chris Lattner · 21 years ago
  51. aefb666 Added LLVM copyright notice. by John Criswell · 21 years ago
  52. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  53. 01d4582 Added LLVM copyright header. by John Criswell · 21 years ago
  54. be19787 DeHTMLify the email so that it only gets sent out if something changes. by Chris Lattner · 21 years ago
  55. 9efd7f4 Print stuff to stdout if something changes. by Chris Lattner · 21 years ago
  56. fb1a996 Add debug variable. by Brian Gaeke · 21 years ago
  57. 11b2dbd Removed the .PRECIOUS of Lex and Yacc output files. by John Criswell · 21 years ago
  58. 9d13efa Fix bug in script by Chris Lattner · 21 years ago
  59. 7eadec6 Adding additional license information to these files. by John Criswell · 21 years ago
  60. d12fa6c LLVM CVS repository has moved. by Misha Brukman · 21 years ago
  61. cf3056d Regularize header file comments by Chris Lattner · 21 years ago
  62. b3dab90 Greatly expand documentation comment at head of file... I had to by Brian Gaeke · 21 years ago
  63. be7f4af This seems to work around some unobvious bug in gcc on sparc which was by Brian Gaeke · 21 years ago
  64. 2498d67 Add support for the weak linkage specifier by Chris Lattner · 21 years ago
  65. abb84f8 Include the new docs directory, whenever it gets added. www is gone by Chris Lattner · 21 years ago
  66. 73ff512 Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefs by Alkis Evlogimenos · 21 years ago
  67. 6b8b225 Properly close anchor tags in column descriptions by Alkis Evlogimenos · 21 years ago
  68. 1bb9a48 I wanted to make the top of the page less verbose. Hope this helps. by Brian Gaeke · 21 years ago
  69. 55e3459 The support directory no longer exists by Chris Lattner · 21 years ago
  70. 0a92ebf Move support/tools/* back into utils by Chris Lattner · 21 years ago
  71. 7a30f2e Make sure to include the "support" directory by Chris Lattner · 21 years ago
  72. bc7039c Moved llvm/utils/Burg and llvm/utils/TableGen to llvm/support/tools. by John Criswell · 21 years ago
  73. 788816f Updated Makefiles to reflect new location in llvm/support/tools. by John Criswell · 21 years ago
  74. ccee296 Fix bug in previous checkin by Chris Lattner · 21 years ago
  75. 338dd7e Make it detect failed builds better by Chris Lattner · 21 years ago
  76. 8bab27d Squelch warning by Chris Lattner · 21 years ago
  77. 7b44755 Document new column by Chris Lattner · 21 years ago
  78. 0bb806b Do not put DEBUG() guard around error condition; this must *always* be printed. by Misha Brukman · 21 years ago
  79. 4104f23 Fix the flag on `rm' to properly do a recursive deletion. by Misha Brukman · 21 years ago
  80. c69230d5 Really use a search path as described in the log message for the last by Vikram S. Adve · 21 years ago
  81. fb5e060 Update makellvm to work with the brave new world of separate obj-root trees. by Vikram S. Adve · 21 years ago
  82. 8f9c4bd Fix the nightly tester now that olden has been moved by Chris Lattner · 21 years ago
  83. 410d1b5 Updated to find source files using VPATH. This makes writing build rules by John Criswell · 21 years ago
  84. 38dc918 Updated the log of changes (as required by the Burg copyright) to give an by John Criswell · 21 years ago
  85. 2d93003 Modified the code so that we exit() with a non-zero value instead of calling by John Criswell · 21 years ago
  86. 09b47f9 syntax highlightify by Chris Lattner · 21 years ago
  87. f9de593 Syntax hilight by Chris Lattner · 21 years ago
  88. ec6867e Fix syntax error when makellvm is run in an invalid directory. by Vikram S. Adve · 21 years ago
  89. 737af82 Fixed spelling of `intentionally'. by Misha Brukman · 21 years ago
  90. 6cb0f4d Remove unneeded #include by Chris Lattner · 21 years ago
  91. 40574dd Checkin of autoconf-style object root. by John Criswell · 21 years ago
  92. 96b4bed Added an option to TableGen that allows users to specify a directory in which by John Criswell · 21 years ago
  93. f959c33 Add new label by Chris Lattner · 21 years ago
  94. 87486b4 Only use :: rules for #included files by Chris Lattner · 21 years ago
  95. 71b0a31 Make build errors stand out by coloring them red. by Misha Brukman · 21 years ago
  96. a83de0b Fix warning on sparc build by Chris Lattner · 21 years ago
  97. eac3cdc Start testing SPEC as well as singlesource/multisource by Chris Lattner · 21 years ago
  98. 43bf32e Added #include <cassert>. In GCC 3.3, we don't get assert() through the other by John Criswell · 21 years ago
  99. c729415 Catch testing errors by Chris Lattner · 21 years ago
  100. fdaac9e Fix bug where we printed the month number instead of the day number *blush* by Chris Lattner · 21 years ago