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