1. eb61d60 Fix check for valid floats. Also use and HUGE_VALF instead by Alkis Evlogimenos · 20 years ago
  2. 80ad87d Move virtual function call out of loop to speed up getFreePhysReg by about by Nate Begeman · 20 years ago
  3. ce9653c For PR387:\ by Reid Spencer · 20 years ago
  4. ead87b6 For PR387: Make this compile without warning when -Woverloaded-virtual is used. by Reid Spencer · 20 years ago
  5. 4e69a5b PR409 fixed. by Reid Spencer · 20 years ago
  6. b9ce8b3 For PR409: \ by Reid Spencer · 20 years ago
  7. 9f9b3ac For PR409: \ by Reid Spencer · 20 years ago
  8. 441c3cf This test still fails on Darwin and Sparc/Solaris. by John Criswell · 20 years ago
  9. 66e10ab Test case for PR409: by Reid Spencer · 20 years ago
  10. 06c2e66 Remove the last pieces of QMTest. by John Criswell · 20 years ago
  11. 51e615f Revert previous changes to remove -enable-linscan and the *BETA columns of by Reid Spencer · 20 years ago
  12. 2e4cdbf Rather than break all the nightly test invocations, permit -enable-linscan by Reid Spencer · 20 years ago
  13. c537224 Remove LLC-BETA and linear scan options as they are no longer reported. by Reid Spencer · 20 years ago
  14. 135e1d8 Change check to check-local per Makefile.rules changes. by Reid Spencer · 20 years ago
  15. d8489c7 Upgrade documentation to reflect Makefile.rules changes. by Reid Spencer · 20 years ago
  16. 9e8d54a Add the check target so all projects can have this functionality. by Reid Spencer · 20 years ago
  17. 0fa2c54 Remove the check target. Its now in Makefile.rules by Reid Spencer · 20 years ago
  18. 5026c7f Added DejaGNU information to the testing guide. This should go into the 1.4 release. by Tanya Lattner · 20 years ago
  19. b3b05ed PR139 fixed. by Reid Spencer · 20 years ago
  20. 43962b5 Add accessors for Constants in a ConstantStruct. by Alkis Evlogimenos · 20 years ago
  21. c191d49 Fix PR139:\ by Reid Spencer · 20 years ago
  22. 8bcd050 Make use of the LLVMGCCStdCXXLibDir variable to link objects by Reid Spencer · 20 years ago
  23. 4bdf1c9 Fix PR139: \ Implement LinkItems and BuildLinkItems interfaces. by Reid Spencer · 20 years ago
  24. f580546 Fix PR139: \ Add support for ordered linking with the LinkItems function by Reid Spencer · 20 years ago
  25. 9b81d9c Describe the MODULE_NAME control variable by Reid Spencer · 20 years ago
  26. 4362003 Provide a variable to compute where the libstdc++.a is by Reid Spencer · 20 years ago
  27. 5e9a501 Suggest people run cvs up -P -d after checking out the tree so they don't by Chris Lattner · 20 years ago
  28. e518b71 Properly implement a fix for PR475 by Chris Lattner · 20 years ago
  29. 2969ba4 Make this test actually capable of passing. by Chris Lattner · 20 years ago
  30. 6d316f8 Revert this patch, it broke a ton of programs. by Chris Lattner · 20 years ago
  31. 3150e2d Move lower intrinsics before FP constant emission, in case by Chris Lattner · 20 years ago
  32. bf90a5b Change this test to not require execution of the program. by Chris Lattner · 20 years ago
  33. 333529e When printing out a function, make sure that local and global symbols by Chris Lattner · 20 years ago
  34. caa4ae7 Add a new method by Chris Lattner · 20 years ago
  35. 637b772 Fix typeo by Chris Lattner · 20 years ago
  36. c2e63a2 New testcase for the bug affecting 255.vortex in CBE mode. by Chris Lattner · 20 years ago
  37. 5978485 Correct build script for stkr_runtime module by Reid Spencer · 20 years ago
  38. 9f60a49 Build a module instead of a library so main() is not missed by Reid Spencer · 20 years ago
  39. 42f006c Make a const method const by Reid Spencer · 20 years ago
  40. 7980ea4 Add ability to make a single bytecode module from others by Reid Spencer · 20 years ago
  41. 5b554ad Remove unneeded code by Alkis Evlogimenos · 20 years ago
  42. 9d272d4 Fix PR475. by Alkis Evlogimenos · 20 years ago
  43. bb622c8 Match codegen string better by Alkis Evlogimenos · 20 years ago
  44. 84da5a6 Add testcast for bug475 by Alkis Evlogimenos · 20 years ago
  45. 9214a47 Darwin and solaris don't support echo -e. This should get the test passing by Chris Lattner · 20 years ago
  46. bf16b8c This fails due to the sun headers. by Chris Lattner · 20 years ago
  47. 70d61bc This test passes on all platforms by Chris Lattner · 20 years ago
  48. 40cc75a These tests pass on darwin now that the __ thing is fixed. by Chris Lattner · 20 years ago
  49. ed2040d Failing Feature/Regression test should fail the build by Reid Spencer · 20 years ago
  50. 98880b9 Use the FAKE_SOURCES feature for proper distribution of contents by Reid Spencer · 20 years ago
  51. 3d2162f Distribute headers and license files too by Reid Spencer · 20 years ago
  52. 345235ca Getting dist-check to work:\ by Reid Spencer · 20 years ago
  53. d5aaba1 CVS directory elimination moved to Makefile.rules by Reid Spencer · 20 years ago
  54. 3c39127 Provide more information in the error message that occurs when there are by Reid Spencer · 20 years ago
  55. b8e825b Print out something useful instead of a blank table when the external tests by Reid Spencer · 20 years ago
  56. 129baf6 Check in some patches for better assertions by Chris Lattner · 20 years ago
  57. 6a1a78a This patch prevents an infinite recursion while compiling 103.su2cor. by Chris Lattner · 20 years ago
  58. edcc6b1 Move the dejagnu section to immediately before the 'trends' section. by Chris Lattner · 20 years ago
  59. 4b6b44c Remove last remnants of qmtest stuff by Chris Lattner · 20 years ago
  60. ffbc58d Update the win32 project files, contributed by Morton Ofstad! by Chris Lattner · 20 years ago
  61. c8ef1ed Fix linkage of mismatched weak globals. This unbreaks 300.twolf by Chris Lattner · 20 years ago
  62. 3149ba7 Use the install-bytecode target to install just the bytecode libs into by Reid Spencer · 20 years ago
  63. 0e2f492 Clean feature also by Chris Lattner · 20 years ago
  64. 59a8655 Run dejagnu by default. by Tanya Lattner · 20 years ago
  65. 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
  66. 9f97b4c Made it default to check instead of check-dejagnu. by Tanya Lattner · 20 years ago
  67. 02dce16 Do not allow bytecode files with unresolved references to be read. Doing by Chris Lattner · 20 years ago
  68. 368cb8e Fix compilation error on Darwin. by Chris Lattner · 20 years ago
  69. 4f4cf99 Check if a block has a terminator first before calling front() on by Alkis Evlogimenos · 20 years ago
  70. 8b42b43 Make error msg reflect what exactly went wrong. by Alkis Evlogimenos · 20 years ago
  71. ead1b3f Prevent accessing past the end of the intervals vector, this fixes by Chris Lattner · 20 years ago
  72. 43ee293 Use the standard PR### notation for referencing bugs in bugzilla by Misha Brukman · 20 years ago
  73. 4f5659e Remove more smileys. I kept the one in WritingAnLLVMPass because it is actually by Misha Brukman · 20 years ago
  74. 3b53a26 Documentation which contains smileys won't be taken seriously by some people. by Misha Brukman · 20 years ago
  75. ff52f9c Update for changes to check targets. by Chris Lattner · 20 years ago
  76. 237dc2a * Link to the license file from release 1.3 (should we link to CVS version by Misha Brukman · 20 years ago
  77. 642d102 check is now a single colon rule. Also make it default to running dejagnu instead of qmtest by Chris Lattner · 20 years ago
  78. 672d71d Remove all recursive check support from Makefile.rules by Chris Lattner · 20 years ago
  79. e539a2b Remove extraneous space in link by Misha Brukman · 20 years ago
  80. b929de2 Remove darwin specific majik by Chris Lattner · 20 years ago
  81. 28dabf7 Move darwin-specific majik here. by Chris Lattner · 20 years ago
  82. aee38ea Significantly rework linker support for global variables, allowing it to by Chris Lattner · 20 years ago
  83. 68fa3cc Removed QMTests as I will be zapping them soon. by John Criswell · 20 years ago
  84. 7dc0282 'make check' at the top level shouldn't recurse through the sourcedirs by Chris Lattner · 20 years ago
  85. 44cb1b3 Resurrect the install-bytecode target for installing just the bytecode by Reid Spencer · 20 years ago
  86. f0db7a9 Do not multiply define symbol by Chris Lattner · 20 years ago
  87. 14d6b75 Bug fixed by Chris Lattner · 20 years ago
  88. cc16a8e Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll and PR472 by Chris Lattner · 20 years ago
  89. 8430182 new testcase for PR472 by Chris Lattner · 20 years ago
  90. dd0ecf6 Implement stripping of debug symbols, making the --strip-debug options in by Chris Lattner · 20 years ago
  91. 82bd0c5 Fixed typo. by John Criswell · 20 years ago
  92. 33306c0 Do not look here for elegance. by Chris Lattner · 20 years ago
  93. 1d65645 This code rotted - change it to call abort() until someone wants by Brian Gaeke · 20 years ago
  94. 776b805 Pass -strip-debug to gccas when bytecode libraries are being built. by Reid Spencer · 20 years ago
  95. 40add59 Add -strip-debug option remove the temporary -disable-dse option by Chris Lattner · 20 years ago
  96. f3fa55f When writing kernel, save the branches til the end. They are still put in the "right place" in the schedule, but sometimes when folding to make a kernel instructions are added between branches. This is wrong. To avoid this, we handle branches special. by Tanya Lattner · 20 years ago
  97. 223d4c4 Fix a regression caused by the previous patch by Chris Lattner · 20 years ago
  98. c60c334 These lookup symbols with leading underscores, which currently fails in by John Criswell · 20 years ago
  99. f8f70c1 Adjust to change in pass name by Chris Lattner · 20 years ago
  100. 3f14fb1 Recognize --strip-all as a synonym for -s. by Chris Lattner · 20 years ago