1. b24196f * Fix bug: test/Regression/Other/2002-03-11-LevelRaiseIterInvalidate.ll by Chris Lattner · 23 years ago
  2. 1340f76 New testcase by Chris Lattner · 23 years ago
  3. 749ce03 Implement TODO for better diagnostic output by Chris Lattner · 23 years ago
  4. 0fce76a Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll by Chris Lattner · 23 years ago
  5. 81ba704 New testcase for failure by Chris Lattner · 23 years ago
  6. cb05e78 Bugfix for test/Regression/Other/2002-03-11-ExprAssertion.ll by Chris Lattner · 23 years ago
  7. 6a314b5 Testcase that causes an assertion failure in lib/Analysis/Expressions.cpp by Chris Lattner · 23 years ago
  8. 2286a9c New testcase for broken GCCism by Chris Lattner · 23 years ago
  9. 2dc7808 Remove runtime library in favor of users linking against real libraries. by Chris Lattner · 23 years ago
  10. 7b83b1d Do not link in runtime library anymore, assume that user manually links in by Chris Lattner · 23 years ago
  11. 41c3465 * Implement linking to libraries by Chris Lattner · 23 years ago
  12. 4ee8dd7 Add strcat function by Chris Lattner · 23 years ago
  13. 9dfdf0f Add var to find GCCLD tool by Chris Lattner · 23 years ago
  14. e1a52f6 Fix bug: test/Regression/Other/2002-03-11-LevelRaiseCalls.ll by Chris Lattner · 23 years ago
  15. 4a24792 New testcase for crashing bug by Chris Lattner · 23 years ago
  16. c1e20ac Checkin library infrastructure for building stuff to be linked with gccld by Chris Lattner · 23 years ago
  17. 665ee88 Implement a bunch of new functions to support the SPECINT mcf benchmark by Chris Lattner · 23 years ago
  18. e82f1c6 * Add new method localLookup by Chris Lattner · 23 years ago
  19. 3453814 Fix bug: test/Regression/2002-03-08-NameCollision2.ll by Chris Lattner · 23 years ago
  20. df00605 New testcase by Chris Lattner · 23 years ago
  21. 9176fe4 Fix minor memory leak by Chris Lattner · 23 years ago
  22. f28d6c9 Fix for: test/Regression/Assembler/2002-03-08-NameCollision.ll by Chris Lattner · 23 years ago
  23. 57232c5 New testcase by Chris Lattner · 23 years ago
  24. fad8369 Fix typo in comment by Chris Lattner · 23 years ago
  25. 4736d06 We were not correctly burrowing down multiple levels to get to a leaf. Fix this now by Chris Lattner · 23 years ago
  26. 921ef3a Support changing the pointer type of a store for the case where we are by Chris Lattner · 23 years ago
  27. 9c85fa6 Initial checkin by Chris Lattner · 23 years ago
  28. d4d427b Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-CallGraph.ll by Chris Lattner · 23 years ago
  29. 71e7bb4 Pull interprocedural analyses out of Analysis library into their own lib by Chris Lattner · 23 years ago
  30. cabc17a Don't forget to build gccld! by Chris Lattner · 23 years ago
  31. 8d5a16c Move call graph printing support out of Writer.h into Callgraph.h by Chris Lattner · 23 years ago
  32. bf4bf53 Move callgraph printing out of writer.h into callgraph.h by Chris Lattner · 23 years ago
  33. 70d12b0 Since verifier and SlotCalculator are now in VMCore library, libanalysis is by Chris Lattner · 23 years ago
  34. e2aed35 Pull callgraph out of Cfg namespace by Chris Lattner · 23 years ago
  35. e1755d3 Pull Callgraph out of the cfg namespace by Chris Lattner · 23 years ago
  36. 4ce0f8a Take CallGraph out of the CFG namespace. It has nothing to do with CFGs by Chris Lattner · 23 years ago
  37. 9ee9d71 Fix include error. by Vikram S. Adve · 23 years ago
  38. 0305141 Add a clean target stub by Chris Lattner · 23 years ago
  39. 417fbe5 Change to use new pass accessor functions by Chris Lattner · 23 years ago
  40. bd0ef77 Change over to use new style pass mechanism, now passes only expose small by Chris Lattner · 23 years ago
  41. 3b25414 Expose more entry points to the verifier by Chris Lattner · 23 years ago
  42. 9039ba9 Expose verifier for method and module, and accept constant structures by Chris Lattner · 23 years ago
  43. 4ddcd54 * Make all command line arguments static by Chris Lattner · 23 years ago
  44. eded491 Move ProfilePaths class into ProfilePaths library, only expose a creation function by Chris Lattner · 23 years ago
  45. dc9a1f5 Includes -paths option to trace paths in the program by Anand Shukla · 23 years ago
  46. 905ac5e Pass stuff by reference instead of by copy. Copying entire graphs seems like by Chris Lattner · 23 years ago
  47. 5fb52fb Move processGraph down lower in the file so all of the forward declarations by Chris Lattner · 23 years ago
  48. fd1717d * Changes to compile successfully with GCC 3.0 by Chris Lattner · 23 years ago
  49. 2d9bbfd Makefile for profile-paths by Anand Shukla · 23 years ago
  50. c3e6969 Initial checkin: functions on Graph used for path profile pass by Anand Shukla · 23 years ago
  51. 070834a0 Initial checkin: instrument code to get path execution frequency by Anand Shukla · 23 years ago
  52. 0b8066c Initial checkin: helper file to insert instrumentation code along edges by Anand Shukla · 23 years ago
  53. d940c7d Initial check in of graph.cpp: implements graph interface used in path profiles by Anand Shukla · 23 years ago
  54. 155d2c9 Change to make it build with GCC 2.95.3 by Anand Shukla · 23 years ago
  55. c8e6b10 Initial check in of header file for profile-paths pass by Anand Shukla · 23 years ago
  56. 06e84ed Link in the PathProfiles library by Anand Shukla · 23 years ago
  57. fb1d93c New makefile to include ProfilePaths dir by Anand Shukla · 23 years ago
  58. e8e320d Fix bug: test/Regression/Other/2002-02-24-InlineBrokePHINodes.ll by Chris Lattner · 23 years ago
  59. 664c953 Testcase for new bug by Chris Lattner · 23 years ago
  60. 41b66b1 When inlining basic blocks and instructions, give them a name! by Chris Lattner · 23 years ago
  61. ec4913e Remove hack. This is better fixed in Makefile.common by Chris Lattner · 23 years ago
  62. 5b077b0 by Chris Lattner · 23 years ago
  63. 1156edf Build with newer compiler, with same bug by Chris Lattner · 23 years ago
  64. bee1940 GCC3.0.4 crashes when compiling this. Comment it out for now by Chris Lattner · 23 years ago
  65. 4fb71ba Namespaces by Chris Lattner · 23 years ago
  66. 49b8a9c Clean up std namespace issues Silence warning by Chris Lattner · 23 years ago
  67. 7f1576f 64 bit clean now by Chris Lattner · 23 years ago
  68. b91ca1f * Make it compile with GCC 3.0.4 by Chris Lattner · 23 years ago
  69. dfb8b95 * Silence signed/unsigned warnings * Make it compile with GCC 3.0.4 by Chris Lattner · 23 years ago
  70. 1ddf664 Make it compile with GCC 3.0.4 by Chris Lattner · 23 years ago
  71. 04bb837 Genericize the ReversePostOrderIterator. by Chris Lattner · 23 years ago
  72. fbdb1da Close input file if exception is thrown by Chris Lattner · 23 years ago
  73. 22d26d7 * Expose the verifier pass as one that can be ran by Chris Lattner · 23 years ago
  74. 0b91acf Change to verifier interface by Chris Lattner · 23 years ago
  75. 44d5bd9 Actually implement some checking in the verifier. by Chris Lattner · 23 years ago
  76. 62cca70 Modernize verifier interface by Chris Lattner · 23 years ago
  77. a9a16c7 Fix isArrayAllocation() to be correct by Chris Lattner · 23 years ago
  78. b41f94b Minor cleanups I missed by Chris Lattner · 23 years ago
  79. 0b6727d These constructors are for internal use only. These should have been by Chris Lattner · 23 years ago
  80. 9bffa73 Keep track of memory allocated by alloca so that it is freed appropriately by Chris Lattner · 23 years ago
  81. ae50560 New testcase by Chris Lattner · 23 years ago
  82. 34dd24b Implement exp function by Chris Lattner · 23 years ago
  83. e0f2753 Handle more cases in the linker by Chris Lattner · 23 years ago
  84. 6374a52 New testcase by Chris Lattner · 23 years ago
  85. 868c2d3 Bug fix for test/Regression/Other/2002-02-14-LevelRaiseBadAssert.ll by Chris Lattner · 23 years ago
  86. 4ed5534a8 Checking regression test for bugfix by Chris Lattner · 23 years ago
  87. 54d1e6c Implement conversion of method pointer parameter in Call instruction by Chris Lattner · 23 years ago
  88. 9750b61 * Check in fix for: llvm/test/Regression/Other/2002-02-14-LevelRaiseInstDelete.ll by Chris Lattner · 23 years ago
  89. 9ab91af New testcase for bug in levelraise by Chris Lattner · 23 years ago
  90. d1ba447 New testcase for fixed GCC bug by Chris Lattner · 23 years ago
  91. efa4ec0 NEw testcase for bugfix by Chris Lattner · 23 years ago
  92. b3cd2c1 Checking testcase for reload problem by Chris Lattner · 23 years ago
  93. 11b89dc New testcase for fixed bug by Chris Lattner · 23 years ago
  94. 455889a * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into by Chris Lattner · 23 years ago
  95. cc179d3 * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into by Chris Lattner · 23 years ago
  96. ababfa5 * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into by Chris Lattner · 23 years ago
  97. d16aa16 Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into by Chris Lattner · 23 years ago
  98. 221d688 Method.h no longer includes BasicBlock.h by Chris Lattner · 23 years ago
  99. 3c34a46 Method.h no longer includes BasicBlock.h by Chris Lattner · 23 years ago
  100. 428039a * Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" file by Chris Lattner · 23 years ago