1. 87c74b7 Bug fixed by Chris Lattner · 20 years ago
  2. 1b64141 New testcase for PR360 by Chris Lattner · 20 years ago
  3. 9b5d395 Bug fixed by Chris Lattner · 20 years ago
  4. 393db9d New testcase for PR244 by Chris Lattner · 20 years ago
  5. eeeff01 Bug fixed by Chris Lattner · 20 years ago
  6. f97bf6d New testcase for PR397 by Chris Lattner · 20 years ago
  7. 0db649c Bug fixed by Chris Lattner · 20 years ago
  8. df284a7 new testcase by Chris Lattner · 20 years ago
  9. 3be58f9 Remove a dead check at the end of the configure script that was a left over by Reid Spencer · 20 years ago
  10. 9274621 Get the cache variable name right. by Reid Spencer · 20 years ago
  11. c33bf81 Move this to the QOI section by Chris Lattner · 20 years ago
  12. b7c0075 Mention dj by Chris Lattner · 20 years ago
  13. 6bc7e12 Bug fixed by Chris Lattner · 20 years ago
  14. 65de86b New testcase by Chris Lattner · 20 years ago
  15. cca50c6 Pass in llvmgxx by Chris Lattner · 20 years ago
  16. 748e58b Add notes by Chris Lattner · 20 years ago
  17. e63632f New testcase for PR424 by Chris Lattner · 20 years ago
  18. a4bcecf Add some notes by Chris Lattner · 20 years ago
  19. d5c36ea Add bzip2 by Chris Lattner · 20 years ago
  20. 1cccb6e These have been removed by Chris Lattner · 20 years ago
  21. 5abdbdc Remove zlib from the llvm tarball. This is only used (in theory by povray-31 by Chris Lattner · 20 years ago
  22. de09f3e Remove zlib from the llvm tarball. This is only used (in theory by povray-31 by Chris Lattner · 20 years ago
  23. cc8d524 When merging to alias sets, if they are both must alias, the result is not by Chris Lattner · 20 years ago
  24. 276636c Change interface to this method a bit by Chris Lattner · 20 years ago
  25. 646641e Implement Regression/Transforms/InstCombine/getelementptr_cast.ll, which by Chris Lattner · 20 years ago
  26. ef1ef82 New testcase by Chris Lattner · 20 years ago
  27. e524156 Don't depend on grep or sed to be portable at all. Just compare against by Reid Spencer · 20 years ago
  28. dc647db Put the expected tables of contents of the test archives into separate by Reid Spencer · 20 years ago
  29. f461ead Use grep instead of sed because on Solaris sed doesn't copy null bytes and by Reid Spencer · 20 years ago
  30. 9df7aea Accommodate the braindead Solaris "diff" that doesn't understand the -q option. by Reid Spencer · 20 years ago
  31. 3330e08 Remove the ISel->AsmPrinter link via the TargetMachine that was put in by Nate Begeman · 20 years ago
  32. 07bfa52 Add a new interface by Chris Lattner · 20 years ago
  33. f3e1d69 Provide size information when checking to see if we can LICM a load, this by Chris Lattner · 20 years ago
  34. 1ed80b6 When evaluating an AA, pass in size info by Chris Lattner · 20 years ago
  35. 15ee8ad There is no reason to store <x,x>, just store <x>. by Chris Lattner · 20 years ago
  36. 4e61676 The trick with globals actually works with allocas and malloc too by Chris Lattner · 20 years ago
  37. 0a1ac90 A store or load cannot alias a global if the accessed amount is larger then by Chris Lattner · 20 years ago
  38. 4e4f731 new testcase basicaa should handle by Chris Lattner · 20 years ago
  39. 043e4b1 Indicate that PR427 won't be fixed. by Reid Spencer · 20 years ago
  40. 4f86f9c * Add features I implemented this release. by Reid Spencer · 20 years ago
  41. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  42. 4a41586 Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now. by Reid Spencer · 20 years ago
  43. 07accb5 Always pass -D_GNU_SOURCE to cc1plus by Reid Spencer · 20 years ago
  44. c702fa3 Always pass -D_GNU_SOURCE to cc1 by Reid Spencer · 20 years ago
  45. c48c103 Add bzip2 subdirectory by Reid Spencer · 20 years ago
  46. f6a0acd Remove zlib support in favor of our own bzip2 library by Reid Spencer · 20 years ago
  47. 84472d6 Adjust to Compressor interface change by Reid Spencer · 20 years ago
  48. 50b0421 Restrict the interface to not allow algorithm selection by Reid Spencer · 20 years ago
  49. f99e59a Add some instructions about ranlib'ing the CFE runtime libraries so that by Reid Spencer · 20 years ago
  50. bc98a64 Revise to LLVM makefile standards. by Reid Spencer · 20 years ago
  51. 26eda77 Initial Version from bzip2 Release 1.0.2. by Reid Spencer · 20 years ago
  52. 1945a11 Correct the configuration variable used to find the bin directory. by Reid Spencer · 20 years ago
  53. 53c4c56 Implement dependent library linking. It is no longer required that -lstdc++ by Reid Spencer · 20 years ago
  54. 719012d Remove blank comment lines for uniformity. Make sure lines don't exceed 80 cols. by Reid Spencer · 20 years ago
  55. df561f4 Add a convenience target to build all three modes: Debug, Release, Profile by Reid Spencer · 20 years ago
  56. efbe40a Gack. Actually use the correct variable name in setting the JIT support. by Reid Spencer · 20 years ago
  57. d4c8bea Enable optimization suggested by Chris Lattner to not emit reloc stubs for by Nate Begeman · 20 years ago
  58. 4f7ac4c The PPC backend is basically stable, and has a JIT now. by Chris Lattner · 20 years ago
  59. 4df69b8 Bug fixed by Chris Lattner · 20 years ago
  60. fb0ac97 New testcase for PR451 by Chris Lattner · 20 years ago
  61. fde839b Fix the build on non ppc machines by Chris Lattner · 20 years ago
  62. 7409d1c PR256 fixed. by Reid Spencer · 20 years ago
  63. edd01b9 Fix the lib/System/platform link by using proper cached variable name. by Reid Spencer · 20 years ago
  64. 5e1d9a5 For PR256: by Reid Spencer · 20 years ago
  65. 1ac1d40 Cache the value of this test. by Reid Spencer · 20 years ago
  66. 4f5f140 Tidy up the indentation. Give the cache variable a proper name. by Reid Spencer · 20 years ago
  67. 898ae19 Eliminate duplicate "checking" message. by Reid Spencer · 20 years ago
  68. 2a0c0df The JIT works enough by Chris Lattner · 20 years ago
  69. 5cbf3bc Fix encoding of fsel, fixing olden/power, McCat/bisort and several others. by Chris Lattner · 20 years ago
  70. a1ab451 Fix encoding of fneg instruction by Chris Lattner · 20 years ago
  71. cd61ec8 Fix encoding of swari, fixing several programs, including Olden/mst by Chris Lattner · 20 years ago
  72. ab4e5fb Make the check print something, give the cache var an llvm specific name. by Reid Spencer · 20 years ago
  73. b752a97 There is not a 1-1 mappign between llvm blocks and PPC blocks, do not use by Chris Lattner · 20 years ago
  74. 5efb75d * Rename existing relocations to be more specific by Chris Lattner · 20 years ago
  75. 53e4aa5 Add the same optimization that we do loading from fixed alloca slots to by Nate Begeman · 20 years ago
  76. 7327808 Write CompilationCallback as an explicit assembly stub to avoid getting GCC's by Chris Lattner · 20 years ago
  77. 892afa9 When rewriting the original call instruction, make sure to rewrite it to by Chris Lattner · 20 years ago
  78. fb887e0 Force the intregs ptr into R2 and the FPregs ptr into R3. This fixes a really by Chris Lattner · 20 years ago
  79. 5f8448f Implement and document prefix options with arbitrary values including an by Reid Spencer · 20 years ago
  80. e4ed742 Update list of failing benchmarks. by Brian Gaeke · 20 years ago
  81. 31e5759 Fix bug in emitGEPOperation with large struct-member offsets. by Brian Gaeke · 20 years ago
  82. 69efbdd Fix a few more tests by encoding the extsb and other XForm11 instructions by Chris Lattner · 20 years ago
  83. 2f5091a Fix the encoding of ORi and other DForm4 instructions. This brings us to by Chris Lattner · 20 years ago
  84. 00a8c01 Loads are relocatable too by Chris Lattner · 20 years ago
  85. b765ff1 Calls do not need a MovPCtoLR instruction by Chris Lattner · 20 years ago
  86. b9f26da Get constant pools working. This fixes even more programs, allowing us to by Chris Lattner · 20 years ago
  87. a6ec8f5 Forced branches to be first to be scheduled. by Tanya Lattner · 20 years ago
  88. 8599d38 Rewrite branches more closely to correct. This makes more stuff pass, and by Chris Lattner · 20 years ago
  89. 310a752 Branch instructions explicitly represent CRx in them. bEcause of this, encode by Chris Lattner · 20 years ago
  90. 3b78e3b Fix encoding of bctrl, and remove some unused instructions by Nate Begeman · 20 years ago
  91. c9b37ee Make sure additional C++ suffixes are recognized by llvmc. by Reid Spencer · 20 years ago
  92. 0acd65f Add the configurable configuration files for llvmc. by Reid Spencer · 20 years ago
  93. 65bc4e0 * Adjust the options to make them either accept multiple occurrences or be by Reid Spencer · 20 years ago
  94. 0b3c7d0 * Don't pass empty arguments to ExecuteAndWait because it can cause the by Reid Spencer · 20 years ago
  95. 2d3ee4e Configuration data now supports a vector of library paths. by Reid Spencer · 20 years ago
  96. dc6812d Add the c and cpp configuration files. by Reid Spencer · 20 years ago
  97. f1a889c Removed in favor of configurable (*.in) versions. by Reid Spencer · 20 years ago
  98. e9564ce Make various adjustments to parsing so that the separator character doesn't by Reid Spencer · 20 years ago
  99. c0f376d SPACE is a legitimate token now, to separate option words. by Reid Spencer · 20 years ago
  100. 90654fd Handle space, separators, bad substitutions, and library search path better by Reid Spencer · 20 years ago