1. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 19 years ago
  2. 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 19 years ago
  3. af303d5 For PR780: by Reid Spencer · 19 years ago
  4. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 19 years ago
  5. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago
  6. 0cafa92 fix printing call graphs by Andrew Lenharth · 19 years ago
  7. 86d064d Implemented -quiet feature for analyze by Robert Bocchino · 19 years ago
  8. 171eee5 Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraph by Chris Lattner · 20 years ago
  9. a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 20 years ago
  10. e96a1a5 1. Remove libraries no longer created from the list of libraries linked into the by John Criswell · 20 years ago
  11. df514ef Link in datastructure as a relinked o file by Chris Lattner · 20 years ago
  12. 3136061 Use the new LinkAllAnalyses.h header instead of forcing passes to be by Chris Lattner · 20 years ago
  13. 5a87044 Two changes: by Reid Spencer · 20 years ago
  14. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  15. 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
  16. 1ef8bda For PR351: by Reid Spencer · 21 years ago
  17. ce9653c For PR387:\ by Reid Spencer · 21 years ago
  18. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 21 years ago
  19. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 21 years ago
  20. 40a955a We're not doing automake any more by Reid Spencer · 21 years ago
  21. cac731e We won't use automake by Reid Spencer · 21 years ago
  22. 86d341b Initial automake generated Makefile template by Reid Spencer · 21 years ago
  23. f405d10 Actually link all the analysis passes and their dependencies. by Reid Spencer · 21 years ago
  24. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 21 years ago
  25. 2c9039e Wrap lines at 80 cols by Misha Brukman · 21 years ago
  26. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 21 years ago
  27. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  28. 68d033c Finegrainify namespacification by Chris Lattner · 21 years ago
  29. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  30. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 21 years ago
  31. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 21 years ago
  32. 269c80c Remove this printer by Chris Lattner · 21 years ago
  33. 593eb95 bug 122: - Minimize redundant isa<GlobalValue> usage by Reid Spencer · 21 years ago
  34. 4a1de8b Add -load option by Chris Lattner · 21 years ago
  35. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 21 years ago
  36. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  37. b04cb7d Right, globals aren't values yet.. by Chris Lattner · 21 years ago
  38. d957211 Add a simple pass. by Chris Lattner · 21 years ago
  39. bed85ff Header file moved by Chris Lattner · 21 years ago
  40. 27829ec finegrainify namespacification by Chris Lattner · 21 years ago
  41. 04eaef2 Remove obsolete analyses by Chris Lattner · 21 years ago
  42. 106dc52 Tweak libraries for scev changes by Chris Lattner · 21 years ago
  43. 3733f3b Make sure to print a stack trace whenever an error signal is delivered by Chris Lattner · 21 years ago
  44. ac1ccae Rename method by Chris Lattner · 22 years ago
  45. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  46. 3b39537 Delete the -print-cfg pass from this file by Chris Lattner · 22 years ago
  47. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 22 years ago
  48. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  49. 9432111 fix file headers by Chris Lattner · 22 years ago
  50. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
  51. 55b2eb3 Rename TarjanSCCIterator -> scc_iterator by Chris Lattner · 22 years ago
  52. 729d73d Don't explicitly use the SCC class by Chris Lattner · 22 years ago
  53. 9f2a06e The SCC::HasLoop method is now in the main iterator by Chris Lattner · 22 years ago
  54. 6c5fd8e The tarjan iterator now returns a reference to the current SCC, not a possibly null pointer! by Chris Lattner · 22 years ago
  55. 8d0a23a Indent classes correctly in the namespace by Chris Lattner · 22 years ago
  56. 23ebd75 * Cleanups * Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 22 years ago
  57. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
  58. 5285270 Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where by Brian Gaeke · 22 years ago
  59. 59039a9 Add a disable-verify option by Chris Lattner · 22 years ago
  60. 0b43f4e Move static stuff to an anonymous namespace by Chris Lattner · 22 years ago
  61. 9c3b55e Make sure to create a target data that matches the Module's target properties. by Chris Lattner · 22 years ago
  62. 0e08e1b Minor tweak by Chris Lattner · 22 years ago
  63. 22a3b55 Make printing messages nicer by Chris Lattner · 22 years ago
  64. 9ec7368 Disable timing of bytecode loader by Chris Lattner · 23 years ago
  65. 49d9a88 Add a timer to evaluate bytecode load time and space requirements by Chris Lattner · 23 years ago
  66. 6d37acb Give passnames to the printer classes by Chris Lattner · 23 years ago
  67. c9d8bef No need to explicitly inclue ExportSymbols now by Chris Lattner · 23 years ago
  68. c405daf Simple passes that print out SCCs in the CFGs or in the CallGraph of a module. by Vikram S. Adve · 23 years ago
  69. f748254 Implement a new -print-callgraph analysis that turns a callgraph into a dot by Chris Lattner · 23 years ago
  70. ac859db - Implement a new -print-cfg option for analyze, that causes it to print the by Chris Lattner · 23 years ago
  71. 4475699 Enable correct support for dynamic loading on Linux by Chris Lattner · 23 years ago
  72. cd7fbf2 - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't. by Chris Lattner · 23 years ago
  73. c74cb86 - Eliminate the last traces of the 'analysis' namespace by Chris Lattner · 23 years ago
  74. e52e913 New datastructure analysis correctly uses TargetData by Chris Lattner · 23 years ago
  75. 5f0eb8d by Chris Lattner · 23 years ago
  76. 8633a48 by Chris Lattner · 23 years ago
  77. 50e3a20 Print the tool name when an error comes from so that I can tell which by Chris Lattner · 23 years ago
  78. 1ad4436 Use a module analysis by Chris Lattner · 23 years ago
  79. 781e6f5 Seperate analysis wrapper stuff to AnalysisWrappers.cpp by Chris Lattner · 23 years ago
  80. 9a740fd Make analyze use the Pass repository to populate it's command line argument list by Chris Lattner · 23 years ago
  81. ce6ef11 *** empty log message *** by Chris Lattner · 23 years ago
  82. 98ad7e9 Be more namespace correct by Chris Lattner · 23 years ago
  83. 40ac148 Convert over to new style of Makefile, where there is a difference between .o and .a libraries. by Chris Lattner · 23 years ago
  84. 84b362b Add description to Enum options. by Chris Lattner · 23 years ago
  85. 50e3f88 Convert command line option processing code over to use the syntax supported by Chris Lattner · 23 years ago
  86. f7ccb70 Add support for bottom up closure of ds analysis by Chris Lattner · 23 years ago
  87. 4c7b045 Rename DataStructure to LocalDataStructures by Chris Lattner · 23 years ago
  88. 0b12b5f by Chris Lattner · 23 years ago
  89. 65f1b89 Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h by Chris Lattner · 23 years ago
  90. fbaed2e Remove InstForest from analysis namespace by Chris Lattner · 23 years ago
  91. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 23 years ago
  92. 96c466b Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 23 years ago
  93. e6ef669 Rename functions to be more consistend with other pass constructors by Chris Lattner · 23 years ago
  94. 97e52e4 Tighten up the AnalysisUsage of lots of passes, primarily to correctly indicate whether or not they invalidate the CFGA by Chris Lattner · 23 years ago
  95. 4ec35ab Eliminate the cfg namespace by Chris Lattner · 23 years ago
  96. f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 23 years ago
  97. 8bfa89c Add #includes s/PrintMethodPass/PrintFunctionPass by Chris Lattner · 23 years ago
  98. 9420298 Remove asmwriter library from link line, because the useful contents of it by Chris Lattner · 23 years ago
  99. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
  100. bc132d6 * Add support for DataStructure analysis by Chris Lattner · 23 years ago