1. 02a3be0 Rename Function::getEntryNode -> getEntryBlock by Chris Lattner · 21 years ago
  2. 8947071 Rename getEntryNode -> getEntryBlock() by Chris Lattner · 21 years ago
  3. ab4536e Minor cleanups, no functional changes by Chris Lattner · 21 years ago
  4. b912491 Cleanup header file by Chris Lattner · 21 years ago
  5. 75ebab8 Now that the TCE pass passes all of the tests, add it to GCCAS by Chris Lattner · 21 years ago
  6. d452ebd Fix a really obvious huge gaping bug, add a comment by Chris Lattner · 21 years ago
  7. 3fc6ef1 Expose the TCE pass by Chris Lattner · 21 years ago
  8. 2240d2b New transformation: tail recursion elimination by Chris Lattner · 21 years ago
  9. e420056 New testcase by Chris Lattner · 21 years ago
  10. f091a53 Fix header, fix broken friend decl by Chris Lattner · 21 years ago
  11. c182003 Fix bug: BasicAA/2003-09-19-LocalArgument.ll by Chris Lattner · 21 years ago
  12. 4acad5c New testcase that basicaa should be able to handle by Chris Lattner · 21 years ago
  13. bb37a69 Fix file header by Chris Lattner · 21 years ago
  14. 5175715 Unsquishify by Chris Lattner · 21 years ago
  15. 7892549 Keep track of the number of typed/untyped memory accesses theyre are in the program by Chris Lattner · 21 years ago
  16. f430434 New header file for gccld. by John Criswell · 21 years ago
  17. 71478b7 Removed linking functionality from gccld.cpp and moved it to linker.cpp. by John Criswell · 21 years ago
  18. 095e907 Reject "llvm." as a function name by Chris Lattner · 21 years ago
  19. 62a355c Implement InstCombine/and.ll:test(15|16) by Chris Lattner · 21 years ago
  20. 0daee35 Two new tests for shifts followed by ands by Chris Lattner · 21 years ago
  21. bd7b5ff pull a large nested conditional out into its own function by Chris Lattner · 21 years ago
  22. 9d5890d Implement InstCombine/add.ll:test(15|16) by Chris Lattner · 21 years ago
  23. b55650a New testcases by Chris Lattner · 21 years ago
  24. c6a200e a bitfield stress test to exercise various parts of the front-end. by Chris Lattner · 21 years ago
  25. 4b6e5d1 Changed the empty rule for .h files. The rule needs an empty command so that by John Criswell · 21 years ago
  26. 79c9803 Fix a typo in Sparc.cpp. by Brian Gaeke · 21 years ago
  27. b92c5c0 Rename the pass creator fn to mimic the other creator fn names. by Brian Gaeke · 21 years ago
  28. 866dc1d Fix (and properly doxygenify) some comments. Incorporate by Brian Gaeke · 21 years ago
  29. bb7cd97 Make the symbol prologue/epilogue stuff redundant with MappingInfo, in by Brian Gaeke · 21 years ago
  30. dc0de4f Refactored gccld into three C++ source files. by John Criswell · 21 years ago
  31. 521f1fe Minimal implementation of the abstract ModuleProvider interface. by Misha Brukman · 21 years ago
  32. b580232 Abstract interface for module providers, e.g. streaming bytecode reader. by Misha Brukman · 21 years ago
  33. 7b44755 Document new column by Chris Lattner · 21 years ago
  34. 6eba07a Fixed spelling. by Misha Brukman · 21 years ago
  35. a589d31 Replaced the call to strdup() with a new operator followed by a strcpy(). by John Criswell · 21 years ago
  36. 83ca6ec Added the use of the const keyword. by John Criswell · 21 years ago
  37. e5b3e15 In ExecWait(), made the child process exit if it can't execve() the new by John Criswell · 21 years ago
  38. f1d01fb Added sections about debugging mis-compilations and incorrect code generation. by Misha Brukman · 21 years ago
  39. 0bb806b Do not put DEBUG() guard around error condition; this must *always* be printed. by Misha Brukman · 21 years ago
  40. 4104f23 Fix the flag on `rm' to properly do a recursive deletion. by Misha Brukman · 21 years ago
  41. 63bd613 Change FunctionInfo from being an annotation put on Functions to be by Chris Lattner · 21 years ago
  42. 621727c Removed the use of the environ variable and instead use the environment array by John Criswell · 21 years ago
  43. e9ba8b3 Added the ExecWait() function. by John Criswell · 21 years ago
  44. 5afb5f6 Added the ExecWait() function. It executes a program with the specified by John Criswell · 21 years ago
  45. 35f474a fix misspelling analyse -> analyze by Chris Lattner · 21 years ago
  46. 58ebcd0 Renamed the link page to llvmlink.html by John Criswell · 21 years ago
  47. dd408e1 new old testcase by Chris Lattner · 21 years ago
  48. 79f03d3 Use new method by Chris Lattner · 21 years ago
  49. 0981b62 Change the semancics of the dropallrefs method by Chris Lattner · 21 years ago
  50. 0c448e5 Add new deleteBody method by Chris Lattner · 21 years ago
  51. dabaf7d Added the -native option. by John Criswell · 21 years ago
  52. d16afe9 Updated the name of the linker to llvm-link. by John Criswell · 21 years ago
  53. cc83834 Fix bug raising allocations whose call sites were invoke instructions. by Chris Lattner · 21 years ago
  54. 1cbcd0f This is effectively a complete rewrite of the globaldce algorithm, resulting by Chris Lattner · 21 years ago
  55. c86e84b Add missing apostrophe. It's been bugging me for years. by Brian Gaeke · 21 years ago
  56. ddb7b4e Regenerated configure with Misha's changes. by John Criswell · 21 years ago
  57. 305f02d Fix typo in comment. Take out some random whitespace. by Brian Gaeke · 21 years ago
  58. e655a63 These transitional scripts are no longer necessary, no one should have `as' or by Misha Brukman · 21 years ago
  59. d0534a8 Edit comment for accuracy by Brian Gaeke · 21 years ago
  60. dd3e51d Remove obsolete -abort-on-exception flag from LLI by Chris Lattner · 21 years ago
  61. e22040c Remove obsolete option by Chris Lattner · 21 years ago
  62. 950971d Fixed spelling & grammar. by Misha Brukman · 21 years ago
  63. e78760e Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. by Misha Brukman · 21 years ago
  64. aad65f6 `link' is now `llvm-link'. Also alphabetized the tools for easy reference. by Misha Brukman · 21 years ago
  65. c679d7e `link' is now `llvm-link'. by Misha Brukman · 21 years ago
  66. 64899a4 `link' has become `llvm-link'. by Misha Brukman · 21 years ago
  67. 5be7434 Fix longjmp case so that, along with the call to abort(), we also by Vikram S. Adve · 21 years ago
  68. bed4eff Add flag to control whether or not delay slots are filled during by Vikram S. Adve · 21 years ago
  69. 1ce5c59 Allow multiple object trees to use the source tree tests at once by by John Criswell · 21 years ago
  70. 08acb9b Have the configure script put llvm.py into the object root. by John Criswell · 21 years ago
  71. 0df847a Put llvm .bc files into the BytecodeObj subdirectory instead of the Bytecode by Chris Lattner · 21 years ago
  72. 538a317 QMTest test and resource classes are always register before running the tests. by John Criswell · 21 years ago
  73. 4737419 Removing Makefiles. Regression tests are now run by QMTest. by John Criswell · 21 years ago
  74. 7f8e3af Removing Makefile. The QMTest program now handles the running of these tests. by John Criswell · 21 years ago
  75. 1070840 Removed llvm/tools/as, llvm/tools/dis, and runtime/GCCLibraries/libexception. by John Criswell · 21 years ago
  76. b6cb66f Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. by Misha Brukman · 21 years ago
  77. 14285c8 Renamed `as' => `llvm-as', `dis' => `llvm-dis'. by Misha Brukman · 21 years ago
  78. af229bb Fix building outside the srcdir, again by Chris Lattner · 21 years ago
  79. 98d5886 Fix building into a different obj directory by Chris Lattner · 21 years ago
  80. 3ef3beb `link' is being renamed to `llvm-link'. by Misha Brukman · 21 years ago
  81. 1b82432 Modified the checks slightly so that one can re-configure LLVM without by John Criswell · 21 years ago
  82. 93e1c72 Added code that verifies that the source directory has not been configured by John Criswell · 21 years ago
  83. bdbecac Fix problems with programs that prototype printf to something unusual by Chris Lattner · 21 years ago
  84. c72b249 Do not segfault when the post-dominator tree is empty (ie, there are no return by Chris Lattner · 21 years ago
  85. 3a49a6b new testcase that crashes opt by Chris Lattner · 21 years ago
  86. 919846d Whoops, remove makefile too by Chris Lattner · 21 years ago
  87. 6d4e4f8 Remove dead library, it is now folded into crtend by Chris Lattner · 21 years ago
  88. 22c8328 Allow specifying a file with symbols to export by Chris Lattner · 21 years ago
  89. fc01114 Move the exception handling runtime stuff into this directory by Chris Lattner · 21 years ago
  90. 8248f11 Stop building `as' and `dis' as they have been removed. by Misha Brukman · 21 years ago
  91. e3d4e44 `dis' is no longer an LLVM tool. by Misha Brukman · 21 years ago
  92. 998b673 `as' is no longer an LLVM tool. by Misha Brukman · 21 years ago
  93. 3b19552 Re-generated for recent changes. by John Criswell · 21 years ago
  94. c69230d5 Really use a search path as described in the log message for the last by Vikram S. Adve · 21 years ago
  95. 77b398c Minor cleanups, give credit, remove code that should not be necessary, and by Chris Lattner · 21 years ago
  96. 41de073 Fix typos in comments. by Brian Gaeke · 21 years ago
  97. 370910d Add prototype for the lowersetjmp pass by Chris Lattner · 21 years ago
  98. f7c7f5a Enable the setjmp/longjmp lowering pass by Chris Lattner · 21 years ago
  99. 6420f1c Initial checkin of the Setjmp/Longjmp lowering/transformation pass, by Chris Lattner · 21 years ago
  100. c9d3e57 Ugh, a bug fix needed because of the bug in the CallGraph code by Chris Lattner · 21 years ago