1. 2fb645a Portability fix, thanks to Markus F.X.J. Oberhumer. by Chris Lattner · 20 years ago
  2. fed8a14 Use user time, not wall time, for optimizer time. by Chris Lattner · 20 years ago
  3. 15653af For PR351: by Reid Spencer · 20 years ago
  4. 2a3af75 For PR351: libLLVMSupport now depends on libLLVMSystem by Reid Spencer · 20 years ago
  5. b6a0d35 Test commit by Test Commit · 20 years ago
  6. ead87b6 For PR387: Make this compile without warning when -Woverloaded-virtual is used. by Reid Spencer · 20 years ago
  7. 51e615f Revert previous changes to remove -enable-linscan and the *BETA columns of by Reid Spencer · 20 years ago
  8. 2e4cdbf Rather than break all the nightly test invocations, permit -enable-linscan by Reid Spencer · 20 years ago
  9. c537224 Remove LLC-BETA and linear scan options as they are no longer reported. by Reid Spencer · 20 years ago
  10. b8e825b Print out something useful instead of a blank table when the external tests by Reid Spencer · 20 years ago
  11. edcc6b1 Move the dejagnu section to immediately before the 'trends' section. by Chris Lattner · 20 years ago
  12. 4b6b44c Remove last remnants of qmtest stuff by Chris Lattner · 20 years ago
  13. 59a8655 Run dejagnu by default. by Tanya Lattner · 20 years ago
  14. 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
  15. 68fa3cc Removed QMTests as I will be zapping them soon. by John Criswell · 20 years ago
  16. fdd10b1 Make sure the timing output is also sent to the log file for dejagnu, not by Reid Spencer · 20 years ago
  17. 4fa5fa8 Change formats, as suggested by Duraid by Chris Lattner · 20 years ago
  18. 882b8cd Moved dejagnu log link to the template. by Tanya Lattner · 20 years ago
  19. f35bdc1 Changed to catch stderror of dejagnu and fixed missing quote. by Tanya Lattner · 20 years ago
  20. 794dae5 Made dejagnu option lower case. by Tanya Lattner · 20 years ago
  21. 5debe8c Added the ability to run Dejagnu tests. by Tanya Lattner · 20 years ago
  22. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
  23. 2e9ac69 * Add support for f2c and the -f2c switch to enable Fortran benchmarks by Misha Brukman · 20 years ago
  24. 36dc5c7 Adjust to printing user+system times instead of wall times. Run the olden by Chris Lattner · 20 years ago
  25. 141e3fd Quiet VC++ warnings by Chris Lattner · 20 years ago
  26. ab9ef2a Fix patterns to match only one-char words. by Vikram S. Adve · 20 years ago
  27. cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
  28. 65dea6e Print P and [AR] files on update. by Vikram S. Adve · 20 years ago
  29. cd1e7dd Fix the dependency of lex.o on gram.tab.h by Reid Spencer · 20 years ago
  30. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  31. 1fca5ff Convert 'struct' to 'class' in various places to adhere to the coding standards by Chris Lattner · 20 years ago
  32. 20ac4e3 Add EXTRA_DIST for additional files to be distributed. by Reid Spencer · 20 years ago
  33. 151f8ba New Makefile Features: by Reid Spencer · 20 years ago
  34. 89e0f74 Make VC happier, patch contributed by Morten Ofstad by Chris Lattner · 20 years ago
  35. 99a401c Remove double colon rule for gram.tab.h so it doesn't conflict with the by Reid Spencer · 20 years ago
  36. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  37. 8c2c315 Adjust to changes in Makefile.rules by Reid Spencer · 20 years ago
  38. cac731e We won't use automake by Reid Spencer · 20 years ago
  39. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  40. 4c554c5 Add support for undef and unreachable by Chris Lattner · 20 years ago
  41. 28eefa5 * Factor out (into new fn) a loop emitting operand shifts into the instruction by Misha Brukman · 20 years ago
  42. 35e83cc * Add option to read isLittleEndianEncoding for InstrInfo classes by Misha Brukman · 20 years ago
  43. 4523709 Patch to make VS happier, thanks to Morten Ofstad for pointing this out. by Chris Lattner · 20 years ago
  44. 36a7d90 Updates for changes in Makefile rules. by Reid Spencer · 20 years ago
  45. 9d990a0 Don't emit the method into the llvm namespace, let the #includer decide where it goes by Chris Lattner · 20 years ago
  46. 3b7784d Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  47. 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  48. 83e9193 Remove unused variable. by Reid Spencer · 20 years ago
  49. 761e41b Make it so that positional parameters can have spaces in them. by Reid Spencer · 20 years ago
  50. cf4f810 Properly `quote' names, and don't forget to add the ending quote! by Misha Brukman · 20 years ago
  51. ef7dd46 Fix usage description typo by Misha Brukman · 20 years ago
  52. 3326305 Make comment header span the entire line by Misha Brukman · 20 years ago
  53. 054defa Make these scripts work on SunOS too. by Reid Spencer · 20 years ago
  54. 953c6fe Correctly parse variant notation by Chris Lattner · 20 years ago
  55. 560a79f Add initial support for variants. This just parses the new format, no by Chris Lattner · 20 years ago
  56. 231684a #include DataTypes.h to compile on MinGW, patch by Henrik Bach. by Misha Brukman · 20 years ago
  57. 7f12bbb * Add `deplibs' keyword for specifying a list of dependent libraries by Misha Brukman · 20 years ago
  58. 137c8fb Add `deplibs' keyword for specifying a list of dependent libraries by Misha Brukman · 20 years ago
  59. cdd66b5 Add support for the isLoad and isStore flags, needed by the instruction scheduler by Nate Begeman · 20 years ago
  60. 5b71d3a Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG by Chris Lattner · 20 years ago
  61. 90c82b9 Touch output files before reading or writing them, so that they are by Brian Gaeke · 20 years ago
  62. 181e65d Documentation upgrade. by Reid Spencer · 20 years ago
  63. 9610fc9 Finish the documentation. by Reid Spencer · 20 years ago
  64. 33709e5 Tighten up the specification of what counts as a code file. The previous by Reid Spencer · 20 years ago
  65. b27b78f Base the implementation on the llvmdo script so that we only have to by Reid Spencer · 20 years ago
  66. 8141e37 Fixed to actually work correctly and be the basis for other tools by by Reid Spencer · 20 years ago
  67. 2ac3f19 Don't count .lo files :) by Chris Lattner · 20 years ago
  68. 60ec265 Don't include libtool "object" files by Chris Lattner · 20 years ago
  69. b228657 Revamp the Register class, and allow the use of the RegisterGroup class to by Chris Lattner · 20 years ago
  70. e993f46 Modify the lines of code counting mechanism to use the new "countloc.sh" by Reid Spencer · 20 years ago
  71. 65e731d Added a tool to more accurately count the lines of code. The previous by Reid Spencer · 20 years ago
  72. 214c6d6 Remove double paren use in system() function so that the command line can by Reid Spencer · 20 years ago
  73. 10ffe01 Make the NightlyTest run tests out of projects/llvm-test instead of by Reid Spencer · 20 years ago
  74. 40b062f Clean up some "clean:" targets so they use $(VERB) and don't print anything by Reid Spencer · 20 years ago
  75. 23f7d51 Make tblgen's exception handling a little more robust by printing the by Reid Spencer · 20 years ago
  76. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  77. 0172d09 Link with LLVMsystem.a for operating system independence. by Reid Spencer · 20 years ago
  78. debb5f0 RemoveFileOnErrorSignal is now in the llvm::sys namespace. Adjust accordingly. by Reid Spencer · 20 years ago
  79. 8eecb14 Add the examples directory to these scripts. by Reid Spencer · 20 years ago
  80. 037d732 Alignment is now in bits. by Chris Lattner · 20 years ago
  81. 98df506 Make alignment be in bits, just like size is by Chris Lattner · 20 years ago
  82. 987b5cc Infer the spillsize/alignment of a register based on the register classes by Chris Lattner · 20 years ago
  83. 5767775 Support "Methods" in register classes in CodgeGenRegisterClass by Chris Lattner · 20 years ago
  84. 056afef Start parsing register classes into a more structured form by Chris Lattner · 20 years ago
  85. 7a680c6 Read in declared reg sizes by Chris Lattner · 20 years ago
  86. 2c38413 Do not #include files into the llvm namespace by Chris Lattner · 20 years ago
  87. 2669311 Use CodeGenRegister class to make reading in of register information more by Chris Lattner · 20 years ago
  88. 8dab6ca Add initial support for register and register class representation. by Chris Lattner · 20 years ago
  89. 59b92ce Remove awareness of isDummyClass by Chris Lattner · 20 years ago
  90. 6a1e0e6 Include .td and .txt files in the greps. This will allow me to find symbols in by Chris Lattner · 20 years ago
  91. 175580c Make the AsmWriter a first-class tblgen object. Allow targets to specify by Chris Lattner · 20 years ago
  92. 9302ba4 Fix minor bug in previous checkin by Chris Lattner · 20 years ago
  93. 1caef2c change how we invoke the printer. Instead of passing in the MO directly, by Chris Lattner · 20 years ago
  94. cf03da0 Start parsing more information from the Operand information by Chris Lattner · 20 years ago
  95. 552a842 Remove special case hacks by Chris Lattner · 20 years ago
  96. ad346ad Deleted commented-out code as we now get namespace directly, add comments by Misha Brukman · 20 years ago
  97. e2ba778 Use the target name instead of hard-coding SparcV9. by Misha Brukman · 20 years ago
  98. 2b27b88 This was a good idea, but until this does not break the build of by Chris Lattner · 20 years ago
  99. d7a5b28 Use the current target name instead of a ClassPrefix. by Misha Brukman · 20 years ago
  100. eb178c1 * Use Classname and ClassPrefix instead of hard-coded V9 values by Misha Brukman · 20 years ago