1. 0b45920 Corrected the Table of Contents. by John Criswell · 21 years ago
  2. 0df8adc Pointer hash table reallocation code seems never to have been tested! by Vikram S. Adve · 21 years ago
  3. 47485df Native libraries (libinstr*.a) should not have been taken out when by Vikram S. Adve · 21 years ago
  4. 1239874 Use libinstr.$(ARCH).a instead of libinstr64.a Also, $(RM) needs -f flag. by Vikram S. Adve · 21 years ago
  5. f2e343b *** empty log message *** by Vikram S. Adve · 21 years ago
  6. cf6d7b0 Removed size_t from the parameter list of the malloc() prototype in generated C by John Criswell · 21 years ago
  7. 48aa824 Stop using the `Offset' variable, as we are cycling through the bits of a field by Misha Brukman · 21 years ago
  8. 29abc97 Fixed indentation. by Misha Brukman · 21 years ago
  9. f8873ed Removed an extra slash that appears in the path name when these variables are by Misha Brukman · 21 years ago
  10. 2988612 Elaborated assembly syntax of instructions in the comments. by Misha Brukman · 21 years ago
  11. 35f19cc Removed unnecessary assignment (it was taken care by a superclass) and clarified by Misha Brukman · 21 years ago
  12. 1b36689 * Made $Template refer to a path relative to the checked-out tree by Misha Brukman · 21 years ago
  13. 3cbfd77 Fixed the directions for building the C front end. by John Criswell · 21 years ago
  14. 312a68c Added information about how to unpack the distribution for those who do not by John Criswell · 21 years ago
  15. b44210d Insert workaround for GAS bug in assembling FLD/FSTP XWORD PTR [...] by Brian Gaeke · 21 years ago
  16. de11f2d Moved RegClassIDs enum to be next to the RegTypes enum. by Misha Brukman · 21 years ago
  17. 9c570ee Correction to last fix: Pointer types do not return true in Type::IsIntegral(). by Vikram S. Adve · 21 years ago
  18. 97539fc Choose register instead of immediate for ConstantExpr in ChooseRegOrImmed. by Vikram S. Adve · 21 years ago
  19. 786833a Major bug fix though it happened rarely (only on a compare after an by Vikram S. Adve · 21 years ago
  20. 6e5031e Regression test for bug in reg. allocation that was using %xcc instead by Vikram S. Adve · 21 years ago
  21. 46d3f8e Make the RegClassID values public -- there is no other way to get them. by Vikram S. Adve · 21 years ago
  22. 3fb290e Add -d option to trust the disassembler. by Brian Gaeke · 21 years ago
  23. 6bc3b7c here little scriptie, nice scriptie... by Brian Gaeke · 21 years ago
  24. 9cedd43 Apparently, the "regType" and "regClass" used in the Sparc backend are not both by Misha Brukman · 21 years ago
  25. af0f37a Added support for poolallocarray and poolmakeunfreeable. The latter is used by the SAFECode project by Sumant Kowshik · 21 years ago
  26. a27028b Fixed an error in the pathname to LLVMGCCDIR for the pre-built binaries (forgot by John Criswell · 21 years ago
  27. 6dd90d2 Added information on software requirements for unpacking the archives that we by John Criswell · 21 years ago
  28. c56e582 * Reworded a bit about JITs (I don't like acronyms followed by 's) by Misha Brukman · 21 years ago
  29. 6e0a667 Added another remark on how building the C front end is optional. by John Criswell · 21 years ago
  30. ce760f6 Performed a major update for the pre-release. by John Criswell · 21 years ago
  31. f2413ae Adding a web page on how to start a new LLVM Project. by John Criswell · 21 years ago
  32. 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
  33. c863c41 New testcase by Chris Lattner · 21 years ago
  34. 85cfe01 Remove globals more aggressively from graphs. by Chris Lattner · 21 years ago
  35. 3915da3 INCLUDE_PARENT_GRAPH is required by Chris Lattner · 21 years ago
  36. 7079386 INCLUDE_PARENT_GRAPH is required! by Chris Lattner · 21 years ago
  37. 10c45d6 Disable incorrect mustalias code by Chris Lattner · 21 years ago
  38. 61691c5 Remove space at end of line by Chris Lattner · 21 years ago
  39. a523e22 Remove dead method by Chris Lattner · 21 years ago
  40. 6c87461 Fix how we are handling unreachable functions. This DRAMATICALLY improves efficiency by Chris Lattner · 21 years ago
  41. da8c60d Updated prior to the pre-release. by John Criswell · 21 years ago
  42. e967650 The word `open' was really intended to be `option'. by Misha Brukman · 21 years ago
  43. b2d7aff Removed the --enable-profiling option. by John Criswell · 21 years ago
  44. badcc9a Removed the --enable-profiling option (again). by John Criswell · 21 years ago
  45. d391d70 Keep track of how many inlinings are performed by Chris Lattner · 21 years ago
  46. 47030f8 Try using trivially dead deletion by Chris Lattner · 21 years ago
  47. ce14ec3 * Force all "don't care" bits to 0 so that there are absolutely no unset bits in by Misha Brukman · 21 years ago
  48. bd27299 The classes F4_3 and F4_4 have an `rd' operand that needs to be set. by Misha Brukman · 21 years ago
  49. a8fcdd8 Properly fix instruction syntax in comments, using `imm' for instructions that by Misha Brukman · 21 years ago
  50. 69bf930 Fixed instruction syntax in the comments (specifies how instr is used). by Misha Brukman · 21 years ago
  51. 8274291 * If compiling on X86 or Sparc, automagically enable the JIT for that arch by Misha Brukman · 21 years ago
  52. b103e61 Removed the CPPFLAGS and CFLAGS variables since the -DHAVE_CONFIG_H messes by John Criswell · 21 years ago
  53. ea28dd3 Force fixed-size but large alloca objects to the dynamically allocated by Vikram S. Adve · 21 years ago
  54. 44cfdf9 Remove dead Nodes list by Chris Lattner · 21 years ago
  55. a8da51b Complete rewrite of td pass by Chris Lattner · 21 years ago
  56. 63899fa Print collapsed to match the paper by Chris Lattner · 21 years ago
  57. 9cd0484 Reduce amount of work we do calculating mustaliases if the arg is a global by Chris Lattner · 21 years ago
  58. 58f98d0 Add support for ParentGraph only when building in debug mode by Chris Lattner · 21 years ago
  59. f07804b Add some functions to the blacklist by Chris Lattner · 21 years ago
  60. 744f939 Make the BU closure keep track of which actual calls happen Minor cleanups by Chris Lattner · 21 years ago
  61. 3051419 Make local pass print out its progress by Chris Lattner · 21 years ago
  62. 8fd2715 Add new methods by Chris Lattner · 21 years ago
  63. 73440f6 Disable the parent graph code when not compiled in DEBUG mode by Chris Lattner · 21 years ago
  64. daee2b4 Leak fix: delete old objects before reallocation in an assignment operator! by Vikram S. Adve · 21 years ago
  65. 65b2f40 Minor beautification: fold a couple of lines of code. by Vikram S. Adve · 21 years ago
  66. 799ffee (1) Major bug fix: DecomposeArrayRef() replaces its argument instr. and by Vikram S. Adve · 21 years ago
  67. 74d15d3 A def. operand of a machine instruction may be an ordinary Value*, by Vikram S. Adve · 21 years ago
  68. 784a18b Bug/case fixes: by Vikram S. Adve · 21 years ago
  69. 7659545 Added the ARCH variable so that some of the Makefiles can perform actions based by John Criswell · 21 years ago
  70. cb27f1e Fixed a broken hyperlink. by John Criswell · 21 years ago
  71. c019f9b TD pass keeps track of which functions have complete arguments by Chris Lattner · 21 years ago
  72. b512b24 Add new operator= impl by Chris Lattner · 21 years ago
  73. 5fd6091 Fix bug: Regression/Other/2002-03-11-ExprAssertion.ll by Chris Lattner · 21 years ago
  74. 7b702b8 Fix testcase failing because of change of output by Chris Lattner · 21 years ago
  75. 2d4ebb2 Updated the name of the LLVM disassembler so that the test does not fail. by John Criswell · 21 years ago
  76. edc3c3d new testcase by Chris Lattner · 21 years ago
  77. 487bc8f Move to test/programs/LLvmsource by Chris Lattner · 21 years ago
  78. e2fe664 Ok, I'm a moron. Fixed now by Chris Lattner · 21 years ago
  79. 985d312 Fix major problem that was causing all kinds of nasty foldings by Chris Lattner · 21 years ago
  80. 7d63ac6 Make testcase a bit more interesting by Chris Lattner · 21 years ago
  81. 993251e New testcase by Chris Lattner · 21 years ago
  82. 18f07a1 Rework TD pass to work with the precise call graph constructed by the BU phase by Chris Lattner · 21 years ago
  83. b6734b2 Do not treat global variables as functions! (and assert failing) by Chris Lattner · 21 years ago
  84. d9dad2c Dont' print scalar nodes for ConstantPointerRefs by Chris Lattner · 21 years ago
  85. 17d5d86 Add new methods to BUDS for keeping track of a precise call graph by Chris Lattner · 21 years ago
  86. 5d5b6d6 Minor cleanups by Chris Lattner · 21 years ago
  87. 42815c8 Update to configure the tree before building it. by Chris Lattner · 21 years ago
  88. b812e76 The Makefile now adds autoconf information to the compiler and linker flag by John Criswell · 21 years ago
  89. f4ccd99 Renamed all of the LObj* variables (which represent libtool objects) to Obj*. by John Criswell · 21 years ago
  90. 84a1b88 Fix verbose support bug by Chris Lattner · 21 years ago
  91. 49bf862 Removed the LIBS environment variable as it interferes with the tests and by John Criswell · 21 years ago
  92. dd899fa Added John Criswell to the contributors list. by John Criswell · 21 years ago
  93. 0d0513b Removed the --enable-profiling and --enable-verbose options. by John Criswell · 21 years ago
  94. 90ee0ad Removed the --enable-verbose option. by John Criswell · 21 years ago
  95. 723ccd6 Adding in sample project tree. by John Criswell · 21 years ago
  96. 2f8b417 Adding in projects subtree. by John Criswell · 21 years ago
  97. b4a25f3 This causes an assert in the assembler. :( by Chris Lattner · 21 years ago
  98. 8f063e4 Removed these files as they are replaced by autoconf. by John Criswell · 21 years ago
  99. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  100. eb093fb Setjmp should always return zero if we don't implement longjmp. This avoids by Chris Lattner · 21 years ago