1. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  2. a6dcd0e ignore generated files by Chris Lattner · 19 years ago
  3. 6e19b5b fix bogus warning by Chris Lattner · 19 years ago
  4. 7dda395 Major change to tblgen: instead of resolving values every time a class is by Chris Lattner · 19 years ago
  5. 577057f implementing shifting of literal integers by Chris Lattner · 19 years ago
  6. b9266f8 Add initial lexer and parser support for shifting values. Every use of this by Chris Lattner · 19 years ago
  7. 8f45731 spiff up the nightly tester output one more notch by Chris Lattner · 19 years ago
  8. 5e5d220 Print out who commits and what files were modified at the bottom of the test summary log sent to llvm-commits. by Chris Lattner · 19 years ago
  9. 0bb4828 Fix computation of compiled objects, contributed by Vladimir Merzliakov! by Chris Lattner · 19 years ago
  10. d3a5412 Replace tabs with spaces, separate function arguments with a space by Misha Brukman · 19 years ago
  11. 453d062 Improve formatting of the sent mail for the dj test results. by Chris Lattner · 19 years ago
  12. 004e19e Include local time on the web page for start/end times. by Chris Lattner · 19 years ago
  13. 417c4d5 This method takes sys::Path objects now. by Chris Lattner · 20 years ago
  14. 220df9c Drop dead #include by Chris Lattner · 20 years ago
  15. 537a49a The meat of this utility has been moved to FileUtilities, where it can be by Chris Lattner · 20 years ago
  16. 131ca38 Minor fix. by Chris Lattner · 20 years ago
  17. 38c0751 This is the final big of factoring. This shares cases in suboperand by Chris Lattner · 20 years ago
  18. f876668 Implement *even more* factoring. In particular, if all of the instruction by Chris Lattner · 20 years ago
  19. d648867 Refactor code for numbering instructions into CodeGenTarget. by Chris Lattner · 20 years ago
  20. 615ed99 Fix VC++ compilation error by Jeff Cohen · 20 years ago
  21. 870c016 Implement factoring of instruction pattern strings. In particular, instead of by Chris Lattner · 20 years ago
  22. f11ad9e Fix the ::: problem by Chris Lattner · 20 years ago
  23. 5765dba Minor refactoring, no functionality change. by Chris Lattner · 20 years ago
  24. b0b55e7 Seperate asmstring parsing from emission. This allows the code to be simpler by Chris Lattner · 20 years ago
  25. 2202bfa make double-dollar properly escape asmstrings by Andrew Lenharth · 20 years ago
  26. bd02b0a Fix the path from ../lib/Debug to ../Debug/lib per changes to Makefiles. by Reid Spencer · 20 years ago
  27. 39ce11b Update the documentation about -enable-llcbeta vs. -enable-linscan by Reid Spencer · 20 years ago
  28. 9a61275 Use and print out BuildStatus, we don't always have build errors. by Misha Brukman · 20 years ago
  29. 2bbea35 No need to repeat the word `build' since it's under `Build status' by Misha Brukman · 20 years ago
  30. 7f5875a We don't always have build errors, so call it `status', not `error' by Misha Brukman · 20 years ago
  31. c82a6c8 rename linscan -> LLCBETA as it should be by Chris Lattner · 20 years ago
  32. 6234582 1. Make sure that "dot" can be found in the path by Reid Spencer · 20 years ago
  33. aad75aa Expose isConvertibleToThreeAddress and isCommutable bits to the code generator. by Chris Lattner · 20 years ago
  34. b7e65b8 * Don't include weak definitions as a definition by Reid Spencer · 20 years ago
  35. 579b8de A Perl script to generate an HTML definition list containing the LLVM by Reid Spencer · 20 years ago
  36. 932b69f Revert the last patch so that the LLVMGCCDIR environment variable is by Reid Spencer · 20 years ago
  37. 1ac82ad Remove references to LLVMGCCDIR because it was only used to provide a by Reid Spencer · 20 years ago
  38. a2dfbf9 Always print out DejagnuTest results to stdout so that it gets emailed to the nightly test manager. Eventually Dejagnu should be merged into the added/removed tests. by Tanya Lattner · 20 years ago
  39. 2fb645a Portability fix, thanks to Markus F.X.J. Oberhumer. by Chris Lattner · 20 years ago
  40. fed8a14 Use user time, not wall time, for optimizer time. by Chris Lattner · 20 years ago
  41. 15653af For PR351: by Reid Spencer · 20 years ago
  42. 2a3af75 For PR351: libLLVMSupport now depends on libLLVMSystem by Reid Spencer · 20 years ago
  43. b6a0d35 Test commit by Test Commit · 20 years ago
  44. ead87b6 For PR387: Make this compile without warning when -Woverloaded-virtual is used. by Reid Spencer · 20 years ago
  45. 51e615f Revert previous changes to remove -enable-linscan and the *BETA columns of by Reid Spencer · 20 years ago
  46. 2e4cdbf Rather than break all the nightly test invocations, permit -enable-linscan by Reid Spencer · 20 years ago
  47. c537224 Remove LLC-BETA and linear scan options as they are no longer reported. by Reid Spencer · 20 years ago
  48. b8e825b Print out something useful instead of a blank table when the external tests by Reid Spencer · 20 years ago
  49. edcc6b1 Move the dejagnu section to immediately before the 'trends' section. by Chris Lattner · 20 years ago
  50. 4b6b44c Remove last remnants of qmtest stuff by Chris Lattner · 20 years ago
  51. 59a8655 Run dejagnu by default. by Tanya Lattner · 20 years ago
  52. 056ec06 Removed QMTest functions. The nightly tester no longer runs qmtest. It now runs dejagnu by default and you must turn it off using -nodejagnu. by Tanya Lattner · 20 years ago
  53. 68fa3cc Removed QMTests as I will be zapping them soon. by John Criswell · 20 years ago
  54. fdd10b1 Make sure the timing output is also sent to the log file for dejagnu, not by Reid Spencer · 20 years ago
  55. 4fa5fa8 Change formats, as suggested by Duraid by Chris Lattner · 20 years ago
  56. 882b8cd Moved dejagnu log link to the template. by Tanya Lattner · 20 years ago
  57. f35bdc1 Changed to catch stderror of dejagnu and fixed missing quote. by Tanya Lattner · 20 years ago
  58. 794dae5 Made dejagnu option lower case. by Tanya Lattner · 20 years ago
  59. 5debe8c Added the ability to run Dejagnu tests. by Tanya Lattner · 20 years ago
  60. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
  61. 2e9ac69 * Add support for f2c and the -f2c switch to enable Fortran benchmarks by Misha Brukman · 20 years ago
  62. 36dc5c7 Adjust to printing user+system times instead of wall times. Run the olden by Chris Lattner · 20 years ago
  63. 141e3fd Quiet VC++ warnings by Chris Lattner · 20 years ago
  64. ab9ef2a Fix patterns to match only one-char words. by Vikram S. Adve · 20 years ago
  65. cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
  66. 65dea6e Print P and [AR] files on update. by Vikram S. Adve · 20 years ago
  67. cd1e7dd Fix the dependency of lex.o on gram.tab.h by Reid Spencer · 20 years ago
  68. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  69. 1fca5ff Convert 'struct' to 'class' in various places to adhere to the coding standards by Chris Lattner · 20 years ago
  70. 20ac4e3 Add EXTRA_DIST for additional files to be distributed. by Reid Spencer · 20 years ago
  71. 151f8ba New Makefile Features: by Reid Spencer · 20 years ago
  72. 89e0f74 Make VC happier, patch contributed by Morten Ofstad by Chris Lattner · 20 years ago
  73. 99a401c Remove double colon rule for gram.tab.h so it doesn't conflict with the by Reid Spencer · 20 years ago
  74. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  75. 8c2c315 Adjust to changes in Makefile.rules by Reid Spencer · 20 years ago
  76. cac731e We won't use automake by Reid Spencer · 20 years ago
  77. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  78. 4c554c5 Add support for undef and unreachable by Chris Lattner · 20 years ago
  79. 28eefa5 * Factor out (into new fn) a loop emitting operand shifts into the instruction by Misha Brukman · 20 years ago
  80. 35e83cc * Add option to read isLittleEndianEncoding for InstrInfo classes by Misha Brukman · 20 years ago
  81. 4523709 Patch to make VS happier, thanks to Morten Ofstad for pointing this out. by Chris Lattner · 20 years ago
  82. 36a7d90 Updates for changes in Makefile rules. by Reid Spencer · 20 years ago
  83. 9d990a0 Don't emit the method into the llvm namespace, let the #includer decide where it goes by Chris Lattner · 20 years ago
  84. 3b7784d Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  85. 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  86. 83e9193 Remove unused variable. by Reid Spencer · 20 years ago
  87. 761e41b Make it so that positional parameters can have spaces in them. by Reid Spencer · 20 years ago
  88. cf4f810 Properly `quote' names, and don't forget to add the ending quote! by Misha Brukman · 20 years ago
  89. ef7dd46 Fix usage description typo by Misha Brukman · 20 years ago
  90. 3326305 Make comment header span the entire line by Misha Brukman · 20 years ago
  91. 054defa Make these scripts work on SunOS too. by Reid Spencer · 20 years ago
  92. 953c6fe Correctly parse variant notation by Chris Lattner · 20 years ago
  93. 560a79f Add initial support for variants. This just parses the new format, no by Chris Lattner · 20 years ago
  94. 231684a #include DataTypes.h to compile on MinGW, patch by Henrik Bach. by Misha Brukman · 20 years ago
  95. 7f12bbb * Add `deplibs' keyword for specifying a list of dependent libraries by Misha Brukman · 20 years ago
  96. 137c8fb Add `deplibs' keyword for specifying a list of dependent libraries by Misha Brukman · 20 years ago
  97. cdd66b5 Add support for the isLoad and isStore flags, needed by the instruction scheduler by Nate Begeman · 20 years ago
  98. 5b71d3a Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG by Chris Lattner · 20 years ago
  99. 90c82b9 Touch output files before reading or writing them, so that they are by Brian Gaeke · 20 years ago
  100. 181e65d Documentation upgrade. by Reid Spencer · 20 years ago