1. 0a1ac90 A store or load cannot alias a global if the accessed amount is larger then by Chris Lattner · 20 years ago
  2. 4e4f731 new testcase basicaa should handle by Chris Lattner · 20 years ago
  3. 043e4b1 Indicate that PR427 won't be fixed. by Reid Spencer · 20 years ago
  4. 4f86f9c * Add features I implemented this release. by Reid Spencer · 20 years ago
  5. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  6. 4a41586 Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now. by Reid Spencer · 20 years ago
  7. 07accb5 Always pass -D_GNU_SOURCE to cc1plus by Reid Spencer · 20 years ago
  8. c702fa3 Always pass -D_GNU_SOURCE to cc1 by Reid Spencer · 20 years ago
  9. c48c103 Add bzip2 subdirectory by Reid Spencer · 20 years ago
  10. f6a0acd Remove zlib support in favor of our own bzip2 library by Reid Spencer · 20 years ago
  11. 84472d6 Adjust to Compressor interface change by Reid Spencer · 20 years ago
  12. 50b0421 Restrict the interface to not allow algorithm selection by Reid Spencer · 20 years ago
  13. f99e59a Add some instructions about ranlib'ing the CFE runtime libraries so that by Reid Spencer · 20 years ago
  14. bc98a64 Revise to LLVM makefile standards. by Reid Spencer · 20 years ago
  15. 26eda77 Initial Version from bzip2 Release 1.0.2. by Reid Spencer · 20 years ago
  16. 1945a11 Correct the configuration variable used to find the bin directory. by Reid Spencer · 20 years ago
  17. 53c4c56 Implement dependent library linking. It is no longer required that -lstdc++ by Reid Spencer · 20 years ago
  18. 719012d Remove blank comment lines for uniformity. Make sure lines don't exceed 80 cols. by Reid Spencer · 20 years ago
  19. df561f4 Add a convenience target to build all three modes: Debug, Release, Profile by Reid Spencer · 20 years ago
  20. efbe40a Gack. Actually use the correct variable name in setting the JIT support. by Reid Spencer · 20 years ago
  21. d4c8bea Enable optimization suggested by Chris Lattner to not emit reloc stubs for by Nate Begeman · 20 years ago
  22. 4f7ac4c The PPC backend is basically stable, and has a JIT now. by Chris Lattner · 20 years ago
  23. 4df69b8 Bug fixed by Chris Lattner · 20 years ago
  24. fb0ac97 New testcase for PR451 by Chris Lattner · 20 years ago
  25. fde839b Fix the build on non ppc machines by Chris Lattner · 20 years ago
  26. 7409d1c PR256 fixed. by Reid Spencer · 20 years ago
  27. edd01b9 Fix the lib/System/platform link by using proper cached variable name. by Reid Spencer · 20 years ago
  28. 5e1d9a5 For PR256: by Reid Spencer · 20 years ago
  29. 1ac1d40 Cache the value of this test. by Reid Spencer · 20 years ago
  30. 4f5f140 Tidy up the indentation. Give the cache variable a proper name. by Reid Spencer · 20 years ago
  31. 898ae19 Eliminate duplicate "checking" message. by Reid Spencer · 20 years ago
  32. 2a0c0df The JIT works enough by Chris Lattner · 20 years ago
  33. 5cbf3bc Fix encoding of fsel, fixing olden/power, McCat/bisort and several others. by Chris Lattner · 20 years ago
  34. a1ab451 Fix encoding of fneg instruction by Chris Lattner · 20 years ago
  35. cd61ec8 Fix encoding of swari, fixing several programs, including Olden/mst by Chris Lattner · 20 years ago
  36. ab4e5fb Make the check print something, give the cache var an llvm specific name. by Reid Spencer · 20 years ago
  37. b752a97 There is not a 1-1 mappign between llvm blocks and PPC blocks, do not use by Chris Lattner · 20 years ago
  38. 5efb75d * Rename existing relocations to be more specific by Chris Lattner · 20 years ago
  39. 53e4aa5 Add the same optimization that we do loading from fixed alloca slots to by Nate Begeman · 20 years ago
  40. 7327808 Write CompilationCallback as an explicit assembly stub to avoid getting GCC's by Chris Lattner · 20 years ago
  41. 892afa9 When rewriting the original call instruction, make sure to rewrite it to by Chris Lattner · 20 years ago
  42. fb887e0 Force the intregs ptr into R2 and the FPregs ptr into R3. This fixes a really by Chris Lattner · 20 years ago
  43. 5f8448f Implement and document prefix options with arbitrary values including an by Reid Spencer · 20 years ago
  44. e4ed742 Update list of failing benchmarks. by Brian Gaeke · 20 years ago
  45. 31e5759 Fix bug in emitGEPOperation with large struct-member offsets. by Brian Gaeke · 20 years ago
  46. 69efbdd Fix a few more tests by encoding the extsb and other XForm11 instructions by Chris Lattner · 20 years ago
  47. 2f5091a Fix the encoding of ORi and other DForm4 instructions. This brings us to by Chris Lattner · 20 years ago
  48. 00a8c01 Loads are relocatable too by Chris Lattner · 20 years ago
  49. b765ff1 Calls do not need a MovPCtoLR instruction by Chris Lattner · 20 years ago
  50. b9f26da Get constant pools working. This fixes even more programs, allowing us to by Chris Lattner · 20 years ago
  51. a6ec8f5 Forced branches to be first to be scheduled. by Tanya Lattner · 20 years ago
  52. 8599d38 Rewrite branches more closely to correct. This makes more stuff pass, and by Chris Lattner · 20 years ago
  53. 310a752 Branch instructions explicitly represent CRx in them. bEcause of this, encode by Chris Lattner · 20 years ago
  54. 3b78e3b Fix encoding of bctrl, and remove some unused instructions by Nate Begeman · 20 years ago
  55. c9b37ee Make sure additional C++ suffixes are recognized by llvmc. by Reid Spencer · 20 years ago
  56. 0acd65f Add the configurable configuration files for llvmc. by Reid Spencer · 20 years ago
  57. 65bc4e0 * Adjust the options to make them either accept multiple occurrences or be by Reid Spencer · 20 years ago
  58. 0b3c7d0 * Don't pass empty arguments to ExecuteAndWait because it can cause the by Reid Spencer · 20 years ago
  59. 2d3ee4e Configuration data now supports a vector of library paths. by Reid Spencer · 20 years ago
  60. dc6812d Add the c and cpp configuration files. by Reid Spencer · 20 years ago
  61. f1a889c Removed in favor of configurable (*.in) versions. by Reid Spencer · 20 years ago
  62. e9564ce Make various adjustments to parsing so that the separator character doesn't by Reid Spencer · 20 years ago
  63. c0f376d SPACE is a legitimate token now, to separate option words. by Reid Spencer · 20 years ago
  64. 90654fd Handle space, separators, bad substitutions, and library search path better by Reid Spencer · 20 years ago
  65. b98c672 Configurable language configuration files. by Reid Spencer · 20 years ago
  66. 84b9ced Allow reading of member names that begin with an _ character. by Reid Spencer · 20 years ago
  67. 6f40789 Fix encoding of blr and bctr by Chris Lattner · 20 years ago
  68. 294ba02 Added remark about GCC 3.2.2. Someone with more knowledge of the problem by John Criswell · 20 years ago
  69. 65b7f3e Use the correct register class as a constaint to gcc's inline assembly, so by Nate Begeman · 20 years ago
  70. ca6d0f5 Save/Restore arg regs and nonvolatile regs the compiler might use during by Nate Begeman · 20 years ago
  71. 5afa9af Fix the encoding of OR, AND and many other instructions by Chris Lattner · 20 years ago
  72. 88108b8 Support shr long/ulong. by Brian Gaeke · 20 years ago
  73. 4dd043f Support printing ConstantAggregateZeros. by Brian Gaeke · 20 years ago
  74. 8a0c4fd Update failing SingleSource test-case list. by Brian Gaeke · 20 years ago
  75. d162032 Remove argtype and argcount magic, which was used by the old asmprinter. by Chris Lattner · 20 years ago
  76. 583e32b Get rid of flags that are dead by Chris Lattner · 20 years ago
  77. 8f9e6d6 We also provide a source distribution of the GCC front-end by Misha Brukman · 20 years ago
  78. 89d60de Fix encoding of rlwinm? by Chris Lattner · 20 years ago
  79. 943f452 Fix encodings by Chris Lattner · 20 years ago
  80. 9ba1235 Enumerate CR registers by Chris Lattner · 20 years ago
  81. d9d06b3 Initial implementation of exiting CompilationCallback by Chris Lattner · 20 years ago
  82. 22cd028 This method is dead by Chris Lattner · 20 years ago
  83. 05ad237 Remove this method. by Chris Lattner · 20 years ago
  84. fdd10b1 Make sure the timing output is also sent to the log file for dejagnu, not by Reid Spencer · 20 years ago
  85. adbcc10 Squelch a bogus warning by Chris Lattner · 20 years ago
  86. d7fa35c Squelch a bogus warning. by Chris Lattner · 20 years ago
  87. dd30751 Don't return value from void function. This is only temporary anyway while by Nate Begeman · 20 years ago
  88. fbe558c pseudocode for 64-bit lshr. by Brian Gaeke · 20 years ago
  89. 7598bba Fix a minor bug by Chris Lattner · 20 years ago
  90. c9a6b1f Be really paranoid about not breaking stuff yet by Chris Lattner · 20 years ago
  91. e61198b Implement the first hunk of CompilationCallback. The pieces missing are the by Chris Lattner · 20 years ago
  92. 4fa5fa8 Change formats, as suggested by Duraid by Chris Lattner · 20 years ago
  93. 2041d0c Add more known-failing tests. by Brian Gaeke · 20 years ago
  94. 82a4795 Add the rest of the logical instructions. by Brian Gaeke · 20 years ago
  95. 7c83dc2 Implement the stub needed to get into compilation callback. by Chris Lattner · 20 years ago
  96. 64729d0 Simplify code a bit by Chris Lattner · 20 years ago
  97. 9b3d989 Initial implementation of the JIT interfaces. Relocation is done and stubs by Chris Lattner · 20 years ago
  98. e94c517 Emit relocations for the global variable using instructions. This gets us by Chris Lattner · 20 years ago
  99. 1b426ab Allow configuration files to be themselves configured and found in the by Reid Spencer · 20 years ago
  100. 1633937 Implement all of the methods by Chris Lattner · 20 years ago