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