1. 8c6bb90 Diversify examples by Chris Lattner · 21 years ago
  2. b5561ff fix incorrect anchor by Chris Lattner · 21 years ago
  3. 2e2f2dc lib/Target/Sparc/Sparc.cpp: by Brian Gaeke · 21 years ago
  4. baed073 Move llvm tools to the start of the testrunner path, which allows the llvm 'as' by Chris Lattner · 21 years ago
  5. 893f025 Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. by Chris Lattner · 21 years ago
  6. c500cf2 Remove extra line by Chris Lattner · 21 years ago
  7. cccc28c Reindent code to match the rest of the file by Chris Lattner · 21 years ago
  8. 433c3fe Fix breakage due to John's recent changes by Chris Lattner · 21 years ago
  9. a34f440 Add new DAE pass to gccld. It does not add cause any regressions in the test-suite by Chris Lattner · 21 years ago
  10. 97f4b66 Handle arguments passed in through the va_arg area by Chris Lattner · 21 years ago
  11. c8621e6 These instructions really take three operands. This fixes some assertions by Chris Lattner · 21 years ago
  12. b471a23 lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code here by Brian Gaeke · 21 years ago
  13. 4399a49 Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms. by Brian Gaeke · 21 years ago
  14. c0feeb5 Make testcase more interesting, remove absolute path from -load line by Chris Lattner · 21 years ago
  15. 08227e4 Initial checkin of DAE pass by Chris Lattner · 21 years ago
  16. 697a00f * Add new CallSite::get factory method by Chris Lattner · 21 years ago
  17. a599f87 Add new op_erase method by Chris Lattner · 21 years ago
  18. 57ec659 Make sure accessor is properly doxygenized. It wants two lines by Chris Lattner · 21 years ago
  19. 95ab3d4 Add accessor by Chris Lattner · 21 years ago
  20. fac0eca Fix to mesh with Johns recent changes by Chris Lattner · 21 years ago
  21. 5285270 Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where by Brian Gaeke · 21 years ago
  22. 5768ff4 Add variable named PLATFORMLIBDL to control OS-specific usage of libdl. by Brian Gaeke · 21 years ago
  23. 1d0acac Use std::isnan instead of isnan. Brought back to you from the by Brian Gaeke · 21 years ago
  24. 8c63883 Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD. by Brian Gaeke · 21 years ago
  25. ad110d2 Make CallSite's default constructable, copyable, and assignable (explicitly) by Chris Lattner · 21 years ago
  26. f25b772 Life is too short. Link in too much stuff on Linux to make building on sun easier by Chris Lattner · 21 years ago
  27. da60140 The never-ending odyssey trying to get sparc to link by Chris Lattner · 21 years ago
  28. d562436 Make sure to get the value of ARCH before we use it by Chris Lattner · 21 years ago
  29. 2bf4c61 Do not link in the Sparc JIT when building on X86. Eventually the sparc will not by Chris Lattner · 21 years ago
  30. de3209b Apparently "sparc" is a macro on sparcs. Ugh. :) by Chris Lattner · 21 years ago
  31. 7a5500e Whoops, didn't mean to check that in :( by Chris Lattner · 21 years ago
  32. 97ac14f Use more structured command line option processing by Chris Lattner · 21 years ago
  33. 7aefa96 #ifdef out code that only applies when the HOSTARCH = sparc by Chris Lattner · 21 years ago
  34. 388f669 Implement handling of constantexprs for disambiguation. This implements by Chris Lattner · 21 years ago
  35. 1ae9143 Add new testcase by Chris Lattner · 21 years ago
  36. efa095e Avoid divide by zero errors by Chris Lattner · 21 years ago
  37. 5449955 Fix misspelling of ExtraSources, hopefully to unbreak the nightly tester by Chris Lattner · 21 years ago
  38. eaeaad6 Fix bug: Assembler/2003-06-17-InvokeDisassemble.llx by Chris Lattner · 21 years ago
  39. 634a28f New testcase by Chris Lattner · 21 years ago
  40. a8ab89e Fairly major change: emit fixed sized allocas in the entry block as a variable, by Chris Lattner · 21 years ago
  41. bea68b3 Don't corrupt memory when removing an instruction from the program, but by Chris Lattner · 21 years ago
  42. a9f6e4a Regularize the names of #include-guards. by Brian Gaeke · 21 years ago
  43. 9b2d262 Just _EXTEND_ the current path. Don't replace it. Replacing it makes it by Chris Lattner · 21 years ago
  44. 2cb3a7b Arg, sparc doesn't have correct things in math.h! by Chris Lattner · 21 years ago
  45. a0145cc Don't include alloca.h on FreeBSD. by Brian Gaeke · 21 years ago
  46. 2eb9a25 Actually, change it to use explicit new/delete, which is more likely to be by Chris Lattner · 21 years ago
  47. 5b1688d Remove usage of alloca by Chris Lattner · 21 years ago
  48. 0bf9476 Remove two using decls Remove usage of alloca by Chris Lattner · 21 years ago
  49. 93cc0a4 Basically this is the same as Makefile.Linux, at least for now. by Brian Gaeke · 21 years ago
  50. ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 21 years ago
  51. 5c91898 Whoops. I didn't mean to step on John's changes. by Brian Gaeke · 21 years ago
  52. 6d3b7fa This version supports FreeBSD. by Brian Gaeke · 21 years ago
  53. 246fcca Reconfigured the TOOLS variable so that it points to the current set of tools by John Criswell · 21 years ago
  54. 890d5bd Modified the environment variables that determine where things are located to by John Criswell · 21 years ago
  55. ff97fbc Rename FInfo.cpp to FunctionInfo.cpp, eliminate FInfo.h by Chris Lattner · 21 years ago
  56. fb4d20b move contents of include/llvm/Reoptimizer/Mapping/FInfo.h into here, it is sparc internal by Chris Lattner · 21 years ago
  57. 4070248 Minor tweak to make testcase less simple by Chris Lattner · 21 years ago
  58. da92993 New testcase identified by joel by Chris Lattner · 21 years ago
  59. 58184f5 New testcase identified by joel by Chris Lattner · 21 years ago
  60. 905e734 Fix final linking errors by Chris Lattner · 21 years ago
  61. cb12c50 Fix link errors by adding main's by Chris Lattner · 21 years ago
  62. 1d1b0e5 Fix link problem by Chris Lattner · 21 years ago
  63. da92090 Fix typeo by Chris Lattner · 21 years ago
  64. 1989d34 Add prototype for the new DAE pass by Chris Lattner · 21 years ago
  65. 6b0b2db Fix bug: Linker/2003-06-02-TypeResolveProblem2.ll by Chris Lattner · 21 years ago
  66. 34e353e Fix bug: ADCE/2003-06-11-InvalidCFG.ll by Chris Lattner · 21 years ago
  67. 02da6c0 Fix bug: CBackend/2003-06-11-HexConstant.ll by Chris Lattner · 21 years ago
  68. e158b19 Nodes get forwarded when they are collapsed currently. by Chris Lattner · 21 years ago
  69. a75c8c4 Remove bogus assertion: a node with no referrers could be collapsed if field-sensitivity was disabled by Chris Lattner · 21 years ago
  70. 28c6cf2 Implement forwarding from stores to loads of must-aliased pointers. by Chris Lattner · 21 years ago
  71. f27aca9 New testcases for bugs and the new DAE pass by Chris Lattner · 21 years ago
  72. 84c9d5c Fix invalid number of arguments problem by Chris Lattner · 21 years ago
  73. 14d7f5d Fix testcase to work with store forwarding by Chris Lattner · 21 years ago
  74. 4a4daba Fix major bug in my last checkin. :( by Chris Lattner · 21 years ago
  75. 85ed361 Reverted back to hand-made HTML. by John Criswell · 21 years ago
  76. 8fce4bf Remove obsolete comments about llvm-ar by Chris Lattner · 21 years ago
  77. 8df90e0 Updated the documentation to reflect changes in the Makefiles for building by John Criswell · 21 years ago
  78. a277ca8 Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG. by John Criswell · 21 years ago
  79. 028936a Added assert.h so that it compiles under newer versions of GCC. by John Criswell · 21 years ago
  80. be583b9 Included assert.h so that the code compiles under newer versions of GCC. by John Criswell · 21 years ago
  81. aff713c Updated to the new Makefile.common. by John Criswell · 21 years ago
  82. 01e6d2a Updated to use the new Makefile.common. by John Criswell · 21 years ago
  83. 8bff509 Modified Makefile.common to handle compilation of projects inside and outside by John Criswell · 21 years ago
  84. 9aa2639 Updated for the new projects Makefile. by John Criswell · 21 years ago
  85. 0e93687 add some comments by Guochun Shi · 21 years ago
  86. e95b827 add an brief instruction what this pass is by Guochun Shi · 21 years ago
  87. 0b970da a simple introduction to this pass by Guochun Shi · 21 years ago
  88. f325261 cleaned code add some comments by Guochun Shi · 21 years ago
  89. 8f1d4ab delete useless functions add comment by Guochun Shi · 21 years ago
  90. 3328052 change DEBUG to DEBUG_PRINT by Guochun Shi · 21 years ago
  91. 74e91b2 Fix bug in environment setting by Chris Lattner · 21 years ago
  92. 08d5e1f Add #include for older GCC's by Chris Lattner · 21 years ago
  93. e32487e Fix bug: LevelRaise/2003-06-07-EmptyArrayTest.ll by Chris Lattner · 21 years ago
  94. 2a5d16d New testcase by Chris Lattner · 21 years ago
  95. 4432d8f Fix compilation problem on GCC 2.9x by Chris Lattner · 21 years ago
  96. 6fe6905 Do not hastily change the Opcode from 'r' to 'i' type if we're not actually by Misha Brukman · 21 years ago
  97. 1cb65f2 Old versions of GCC doesn't have <ostream> :( by Chris Lattner · 21 years ago
  98. 903c2d11 Fix compilation problem with some versions of G++ by Chris Lattner · 21 years ago
  99. b8c8829 Fix problem with perror by Chris Lattner · 21 years ago
  100. 30d002b Fix warnings on Sparc by Chris Lattner · 21 years ago