1. da794e7 Document compressed bytecode details. by Reid Spencer · 21 years ago
  2. 01a42e4 Fix a typo: isvalid -> isValid by Reid Spencer · 21 years ago
  3. 440add2 Move path override in test/Makefile. by Alkis Evlogimenos · 21 years ago
  4. a43efac Override PATH to submake so that all tools are found if the PATH is by Alkis Evlogimenos · 21 years ago
  5. 2e9ac69 * Add support for f2c and the -f2c switch to enable Fortran benchmarks by Misha Brukman · 21 years ago
  6. 00a7469 Now using path to python found by configure. by Tanya Lattner · 21 years ago
  7. e3c803c First draft of compendium of documents relevant to writers of LLVM machine by Misha Brukman · 21 years ago
  8. 676dee6 Put int the getReg cast optimization from x86 so that we generate fewer by Nate Begeman · 21 years ago
  9. 9f54791 Recommend that new users read the documentation before they get started, by Reid Spencer · 21 years ago
  10. 52afa7e Correct and Explain the first rule of thumb better. by Reid Spencer · 21 years ago
  11. 347e288 Fix typo. by Reid Spencer · 21 years ago
  12. 6fb5166 Fix grammar: use commas in a list of entities by Misha Brukman · 21 years ago
  13. 895eddf Implement ExecutionEngine::freeMachineCodeForFunction() by Misha Brukman · 21 years ago
  14. e81aaf2 Add method to delete machine code generated for a Function by Misha Brukman · 21 years ago
  15. 4b8f82f Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This by Reid Spencer · 21 years ago
  16. d09fbdc Changed TEST to TESTSUITE by Tanya Lattner · 21 years ago
  17. e976d89 Fix for objdir != srcdir. by Tanya Lattner · 21 years ago
  18. 808fafa More srcdir != objdir changes. by Tanya Lattner · 21 years ago
  19. 3fecb44 * Fix file-relative links: they need '#' prepended to the target name by Misha Brukman · 21 years ago
  20. a152753 Use LLVMToolDir instead of ToolDir because the latter is no longer set (?) by Misha Brukman · 21 years ago
  21. e243e2f Made changes to support objdir!=srcdir. by Tanya Lattner · 21 years ago
  22. ae18963 VERY large functions that are only called from one place are not really by Chris Lattner · 21 years ago
  23. fd93c7d Removed passing TARGET. by Tanya Lattner · 21 years ago
  24. 491e9cd Changed check-dejagnu to take TESTSUITE as its args instead of TEST in order to not conflict with other stuff. Added path for test/Scripts. Also added a check to deal with TESTSUITE and runtest flags. by Tanya Lattner · 21 years ago
  25. 075cdc6 Disable bogus cast elimination when the cast is used by a setcc instruction. by Nate Begeman · 21 years ago
  26. 1822403 Add TARGET_TRIPLE by Reid Spencer · 21 years ago
  27. 1b6ab59 First version of this document listing the required software. Might need by Reid Spencer · 21 years ago
  28. f0c977c * Comments & cleanup per CL code review. by Reid Spencer · 21 years ago
  29. 36eea80 Add comments per CL code review. by Reid Spencer · 21 years ago
  30. 78d215b Make compression the default on writing. by Reid Spencer · 21 years ago
  31. 83296f5 * Add comments and cleanup per CL code review by Reid Spencer · 21 years ago
  32. 92c0d65 Minor error. by Tanya Lattner · 21 years ago
  33. 38ed80a Added support to specify which test suite dejagnu should run (Feature or Regression). Use TEST=suite by Tanya Lattner · 21 years ago
  34. ec3a78f Revert back to r1.1, I'm just thoroughly confused :) by Chris Lattner · 21 years ago
  35. ac196c6 Add new (old) testcase by Chris Lattner · 21 years ago
  36. 3f7706b Added RUN lines and dejagnu support for Feature dir. by Tanya Lattner · 21 years ago
  37. 4b5fdc7 Rename the option for defeating compression to be a little more specific. by Reid Spencer · 21 years ago
  38. 34b9071 Enable compression by default. by Reid Spencer · 21 years ago
  39. ae70fed * Enable bytecode compression by default by Reid Spencer · 21 years ago
  40. cf0eb8d Turn on compression by default. by Reid Spencer · 21 years ago
  41. 8ad8a52 * Provide option for specifying bytecode compression by Reid Spencer · 21 years ago
  42. 12d632c Add missing file header by Chris Lattner · 21 years ago
  43. 030a552 Removing old Modulosched tests since that version of modulosched does not exist anymore and llc does not support modulosched by default. by Tanya Lattner · 21 years ago
  44. 70053a5 With the changes to these files, the Regression test suite should be tested by dejagnu without anyproblem. by Tanya Lattner · 21 years ago
  45. 6089616 Added RUN line. by Tanya Lattner · 21 years ago
  46. 7a7cb4c Added rough support for dejagnu testing. Changes need to be made to autoconf to provide the target_triplet and to check for 'grep -C' which would be used instead of the python script we have now. Eventually the python script should be converted to bash. by Tanya Lattner · 21 years ago
  47. 1976abd Changed to XFAIL by Tanya Lattner · 21 years ago
  48. f32a5f5 Add a section for PPC, though it's empty for now by Chris Lattner · 21 years ago
  49. 23c7130 Update this to expect AT&T syntax by Chris Lattner · 21 years ago
  50. 8bf7c28 * Add note about benchmarking programs and submitting reduced test cases by Misha Brukman · 21 years ago
  51. a36b6e5 Replace llvm.org => llvm.cs.uiuc.edu by Misha Brukman · 21 years ago
  52. fb4863a Replace uses of llvm.org with llvm.cs.uiuc.edu by Misha Brukman · 21 years ago
  53. d8b8912 Consistently use llvm.cs.uiuc.edu instead of llvm.org by Misha Brukman · 21 years ago
  54. 2681801 Decompose* is V9 specific, make it internal by Chris Lattner · 21 years ago
  55. 8226db6 This is V9 specific stuff by Chris Lattner · 21 years ago
  56. 00a4fe4 This is V9 specific, move it there. by Chris Lattner · 21 years ago
  57. 64a26c7 Move this file from lib/Transforms/Scalar by Chris Lattner · 21 years ago
  58. a5df462 Tests for this xforms should be .ll files, and they should have run lines. by Chris Lattner · 21 years ago
  59. 7cdf6f8 Remove dead tests by Chris Lattner · 21 years ago
  60. 7452ac7 This is not part of the test by Chris Lattner · 21 years ago
  61. a11bcdf Fix a test. by Chris Lattner · 21 years ago
  62. 3967c2f Nuke useless testcases by Chris Lattner · 21 years ago
  63. b4be8ee These files are all moved to test/Regression/CodeGen/Generic by Chris Lattner · 21 years ago
  64. fc77e0d This test is obsolete and incorrect by Chris Lattner · 21 years ago
  65. e9789ef Adding RUN lines. by Tanya Lattner · 21 years ago
  66. 17f52c5 Add support for compressed bytecode by Reid Spencer · 21 years ago
  67. 2334e6d Adding RUN line. by Tanya Lattner · 21 years ago
  68. 2393a24 Adding RUN lines. by Tanya Lattner · 21 years ago
  69. e9af5d1 Adding RUN lines. by Tanya Lattner · 21 years ago
  70. d13e0ae Adding RUN lines. by Tanya Lattner · 21 years ago
  71. e7e3f2e Adding RUN lines. by Tanya Lattner · 21 years ago
  72. cd0aa81 Adding RUN lines. by Tanya Lattner · 21 years ago
  73. 36dc5c7 Adjust to printing user+system times instead of wall times. Run the olden by Chris Lattner · 21 years ago
  74. 5f0a8c7 Add missing run line by Chris Lattner · 21 years ago
  75. 3bdb2f5 First crack at support to run tests using dejagnu. This file contains a procedure to run a test like TestRunner.sh does. by Tanya Lattner · 21 years ago
  76. 7eed62b Add a run line by Chris Lattner · 21 years ago
  77. 4657431 Add a missing run line by Chris Lattner · 21 years ago
  78. a9236a8 This pass has been removed from LLVM by Chris Lattner · 21 years ago
  79. 392b75c Add missing run line by Chris Lattner · 21 years ago
  80. 12ff968 Adding XFAIL lines for dejagnu support. by Tanya Lattner · 21 years ago
  81. d2fb4d7 From Jeff Cohen: by Chris Lattner · 21 years ago
  82. 2bcfcbe Implement the GetBytecodeSymbols interface function to extract just the by Reid Spencer · 21 years ago
  83. 2394fa9 Provide an interface for getting just the external symbols from a Bytecode file. by Reid Spencer · 21 years ago
  84. c3c5521 Deprecate constructors we don't want users to use. by Reid Spencer · 21 years ago
  85. cdb21a9 Makefile for the LLVMArchive library. by Reid Spencer · 21 years ago
  86. 362cbf0 First kinda/sorta working version of the Archive library. Reading is not by Reid Spencer · 21 years ago
  87. 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 21 years ago
  88. 6c4d9e5 Go ahead and trust the client not to mess with the ModuleProvider* returned by Reid Spencer · 21 years ago
  89. 6f08c46 * Documentation corrections (thanks to Chris for nit-picking) by Reid Spencer · 21 years ago
  90. e5cda8e Fix compilation problem; make the cast and the LHS be the same type. by John Criswell · 21 years ago
  91. ab19fa7 First version of the interface to Archive files. This introduces the by Reid Spencer · 21 years ago
  92. 53fe2be Remove dead var by Chris Lattner · 21 years ago
  93. 141e3fd Quiet VC++ warnings by Chris Lattner · 21 years ago
  94. 41ffe4b Do not make i have bigger scope that we need by Chris Lattner · 21 years ago
  95. 183f2eb Remove dead vars by Chris Lattner · 21 years ago
  96. f158092 Fix some warnings on VC++ by Chris Lattner · 21 years ago
  97. 1464467 Remove this file as suggested by Jeff Cohen by Chris Lattner · 21 years ago
  98. aa70ef7 Fix project file, patch contributed by Jeff Cohen by Chris Lattner · 21 years ago
  99. 7cf540b Clean up code layout, delete extra blank line, say `fibonacci' instead of `foo' by Misha Brukman · 21 years ago
  100. 28dd2fc Thanks to sabre for pointing out that we were incorrectly codegen'ing by Nate Begeman · 21 years ago