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