1. a27028b Fixed an error in the pathname to LLVMGCCDIR for the pre-built binaries (forgot by John Criswell · 21 years ago
  2. 6dd90d2 Added information on software requirements for unpacking the archives that we by John Criswell · 21 years ago
  3. c56e582 * Reworded a bit about JITs (I don't like acronyms followed by 's) by Misha Brukman · 21 years ago
  4. 6e0a667 Added another remark on how building the C front end is optional. by John Criswell · 21 years ago
  5. ce760f6 Performed a major update for the pre-release. by John Criswell · 21 years ago
  6. f2413ae Adding a web page on how to start a new LLVM Project. by John Criswell · 21 years ago
  7. 5bfccb9 Reuse the values if they are constants: this is important so that we index into the right structure field by Chris Lattner · 21 years ago
  8. c863c41 New testcase by Chris Lattner · 21 years ago
  9. 85cfe01 Remove globals more aggressively from graphs. by Chris Lattner · 21 years ago
  10. 3915da3 INCLUDE_PARENT_GRAPH is required by Chris Lattner · 21 years ago
  11. 7079386 INCLUDE_PARENT_GRAPH is required! by Chris Lattner · 21 years ago
  12. 10c45d6 Disable incorrect mustalias code by Chris Lattner · 21 years ago
  13. 61691c5 Remove space at end of line by Chris Lattner · 21 years ago
  14. a523e22 Remove dead method by Chris Lattner · 21 years ago
  15. 6c87461 Fix how we are handling unreachable functions. This DRAMATICALLY improves efficiency by Chris Lattner · 21 years ago
  16. da8c60d Updated prior to the pre-release. by John Criswell · 21 years ago
  17. e967650 The word `open' was really intended to be `option'. by Misha Brukman · 21 years ago
  18. b2d7aff Removed the --enable-profiling option. by John Criswell · 21 years ago
  19. badcc9a Removed the --enable-profiling option (again). by John Criswell · 21 years ago
  20. d391d70 Keep track of how many inlinings are performed by Chris Lattner · 21 years ago
  21. 47030f8 Try using trivially dead deletion by Chris Lattner · 21 years ago
  22. ce14ec3 * Force all "don't care" bits to 0 so that there are absolutely no unset bits in by Misha Brukman · 21 years ago
  23. bd27299 The classes F4_3 and F4_4 have an `rd' operand that needs to be set. by Misha Brukman · 21 years ago
  24. a8fcdd8 Properly fix instruction syntax in comments, using `imm' for instructions that by Misha Brukman · 21 years ago
  25. 69bf930 Fixed instruction syntax in the comments (specifies how instr is used). by Misha Brukman · 21 years ago
  26. 8274291 * If compiling on X86 or Sparc, automagically enable the JIT for that arch by Misha Brukman · 21 years ago
  27. b103e61 Removed the CPPFLAGS and CFLAGS variables since the -DHAVE_CONFIG_H messes by John Criswell · 21 years ago
  28. ea28dd3 Force fixed-size but large alloca objects to the dynamically allocated by Vikram S. Adve · 21 years ago
  29. 44cfdf9 Remove dead Nodes list by Chris Lattner · 21 years ago
  30. a8da51b Complete rewrite of td pass by Chris Lattner · 21 years ago
  31. 63899fa Print collapsed to match the paper by Chris Lattner · 21 years ago
  32. 9cd0484 Reduce amount of work we do calculating mustaliases if the arg is a global by Chris Lattner · 21 years ago
  33. 58f98d0 Add support for ParentGraph only when building in debug mode by Chris Lattner · 21 years ago
  34. f07804b Add some functions to the blacklist by Chris Lattner · 21 years ago
  35. 744f939 Make the BU closure keep track of which actual calls happen Minor cleanups by Chris Lattner · 21 years ago
  36. 3051419 Make local pass print out its progress by Chris Lattner · 21 years ago
  37. 8fd2715 Add new methods by Chris Lattner · 21 years ago
  38. 73440f6 Disable the parent graph code when not compiled in DEBUG mode by Chris Lattner · 21 years ago
  39. daee2b4 Leak fix: delete old objects before reallocation in an assignment operator! by Vikram S. Adve · 21 years ago
  40. 65b2f40 Minor beautification: fold a couple of lines of code. by Vikram S. Adve · 21 years ago
  41. 799ffee (1) Major bug fix: DecomposeArrayRef() replaces its argument instr. and by Vikram S. Adve · 21 years ago
  42. 74d15d3 A def. operand of a machine instruction may be an ordinary Value*, by Vikram S. Adve · 21 years ago
  43. 784a18b Bug/case fixes: by Vikram S. Adve · 21 years ago
  44. 7659545 Added the ARCH variable so that some of the Makefiles can perform actions based by John Criswell · 21 years ago
  45. cb27f1e Fixed a broken hyperlink. by John Criswell · 21 years ago
  46. c019f9b TD pass keeps track of which functions have complete arguments by Chris Lattner · 21 years ago
  47. b512b24 Add new operator= impl by Chris Lattner · 21 years ago
  48. 5fd6091 Fix bug: Regression/Other/2002-03-11-ExprAssertion.ll by Chris Lattner · 21 years ago
  49. 7b702b8 Fix testcase failing because of change of output by Chris Lattner · 21 years ago
  50. 2d4ebb2 Updated the name of the LLVM disassembler so that the test does not fail. by John Criswell · 21 years ago
  51. edc3c3d new testcase by Chris Lattner · 21 years ago
  52. 487bc8f Move to test/programs/LLvmsource by Chris Lattner · 21 years ago
  53. e2fe664 Ok, I'm a moron. Fixed now by Chris Lattner · 21 years ago
  54. 985d312 Fix major problem that was causing all kinds of nasty foldings by Chris Lattner · 21 years ago
  55. 7d63ac6 Make testcase a bit more interesting by Chris Lattner · 21 years ago
  56. 993251e New testcase by Chris Lattner · 21 years ago
  57. 18f07a1 Rework TD pass to work with the precise call graph constructed by the BU phase by Chris Lattner · 21 years ago
  58. b6734b2 Do not treat global variables as functions! (and assert failing) by Chris Lattner · 21 years ago
  59. d9dad2c Dont' print scalar nodes for ConstantPointerRefs by Chris Lattner · 21 years ago
  60. 17d5d86 Add new methods to BUDS for keeping track of a precise call graph by Chris Lattner · 21 years ago
  61. 5d5b6d6 Minor cleanups by Chris Lattner · 21 years ago
  62. 42815c8 Update to configure the tree before building it. by Chris Lattner · 21 years ago
  63. b812e76 The Makefile now adds autoconf information to the compiler and linker flag by John Criswell · 21 years ago
  64. f4ccd99 Renamed all of the LObj* variables (which represent libtool objects) to Obj*. by John Criswell · 21 years ago
  65. 84a1b88 Fix verbose support bug by Chris Lattner · 21 years ago
  66. 49bf862 Removed the LIBS environment variable as it interferes with the tests and by John Criswell · 21 years ago
  67. dd899fa Added John Criswell to the contributors list. by John Criswell · 21 years ago
  68. 0d0513b Removed the --enable-profiling and --enable-verbose options. by John Criswell · 21 years ago
  69. 90ee0ad Removed the --enable-verbose option. by John Criswell · 21 years ago
  70. 723ccd6 Adding in sample project tree. by John Criswell · 21 years ago
  71. 2f8b417 Adding in projects subtree. by John Criswell · 21 years ago
  72. b4a25f3 This causes an assert in the assembler. :( by Chris Lattner · 21 years ago
  73. 8f063e4 Removed these files as they are replaced by autoconf. by John Criswell · 21 years ago
  74. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  75. eb093fb Setjmp should always return zero if we don't implement longjmp. This avoids by Chris Lattner · 21 years ago
  76. 02c26b6 Get rid of the duplicate '0x' in debug mode. by Brian Gaeke · 21 years ago
  77. b1aa8ac Spell `apparently' with an `e'. by Misha Brukman · 21 years ago
  78. 69134dc New testcase by Chris Lattner · 21 years ago
  79. 98f0ef5 Add dependency on analyze by Chris Lattner · 21 years ago
  80. 6681e98 Use the getFunctionNames method by Chris Lattner · 21 years ago
  81. a9d6566 Add new method by Chris Lattner · 21 years ago
  82. 2b4c8df Split CallSiteIterator out into DSCallSiteIterator.h, and generalize it a bit by Chris Lattner · 21 years ago
  83. 9f93055 Be more const-correct by Chris Lattner · 21 years ago
  84. 332f0aa Be more const correct by Chris Lattner · 21 years ago
  85. 7b1ceaa Fix bug in last checkin by Chris Lattner · 21 years ago
  86. fa45c7a Constness changes by Chris Lattner · 21 years ago
  87. 0eea618 Reimplement the BU closure to collapse all SCC graphs into a single graph. by Chris Lattner · 21 years ago
  88. 2cb9acd Handle the case where OldNodeMap == &ScalarMap correctly by Chris Lattner · 21 years ago
  89. acbc8c6 Remove dead method by Chris Lattner · 21 years ago
  90. 81d924d Do not delete the same graph multiple times when freeing memory if graphs are sharing by Chris Lattner · 21 years ago
  91. 3d16290 Do not multiply delete graphs if functions are sharing graphs by Chris Lattner · 21 years ago
  92. 8d32767 Move usages of explicit hash_* datastructures to use typedefs by Chris Lattner · 21 years ago
  93. 4f00818 New testcase by Chris Lattner · 21 years ago
  94. 5a54063 Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 21 years ago
  95. a321b04 Adjust for new DSGraph API by Chris Lattner · 21 years ago
  96. 8bc95a1 Eliminate using declarations, adjust for new DSGraph API by Chris Lattner · 21 years ago
  97. 17fefa3 Substantial revamp: DSGraphs now may contain the graphs for multiple functions by Chris Lattner · 21 years ago
  98. 1a36443 Add argument by Chris Lattner · 21 years ago
  99. 0baec25 Remove prototype for dead method by Chris Lattner · 21 years ago
  100. a834599 Add clean target to clean up my mess by Chris Lattner · 21 years ago