1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  3. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  4. d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 18 years ago
  5. bcd2498 Removed more <iostream> includes by Bill Wendling · 18 years ago
  6. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  7. 3749c9c Remove the 'printname' argument to WriteAsOperand. It is always true, and by Chris Lattner · 18 years ago
  8. 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 18 years ago
  9. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  10. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  11. cfba798 there is no point comparing against null pointer. by Chris Lattner · 19 years ago
  12. e70492d Factor out percentage printing into its own function. Make two changes to by Chris Lattner · 19 years ago
  13. 0772e78 Interchange this loop so that we test all pointers against one call site by Chris Lattner · 19 years ago
  14. ddc77c4 Do not include the Function* for direct call/invoke instructions in the by Chris Lattner · 19 years ago
  15. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  16. 534927d Add even more missing createXxxPass functions. by Jeff Cohen · 20 years ago
  17. 1ed80b6 When evaluating an AA, pass in size info by Chris Lattner · 20 years ago
  18. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  19. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  20. cb19d67 Fix incorrect computation of mod/ref sets. Do not ask for mod/ref information by Chris Lattner · 20 years ago
  21. ad48cc7 Print modref information in a useful way. by Chris Lattner · 20 years ago
  22. 0e872cb Cleanups: fold two loops into one by Chris Lattner · 20 years ago
  23. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 20 years ago
  24. 6ffe551 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 20 years ago
  25. 85f5e11 Simplify code to process CallSites (thanks to Chris). by Misha Brukman · 20 years ago
  26. bc1dbe9 Evaluate ModRef information in addition to regular ol' pointer analysis. by Misha Brukman · 20 years ago
  27. 9a4f8ef Finegrainify namespacification Provide a context module to WriteAsOperand by Chris Lattner · 21 years ago
  28. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  29. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  30. 1842a90 Count operands to instructions as well as just results. This allows for global variables to be checked as well by Chris Lattner · 21 years ago
  31. e4b3339 Adjust to new AA interface by Chris Lattner · 21 years ago
  32. 02896c9 Rename options by Chris Lattner · 22 years ago
  33. 638b381 Allow printing of various types of alias analysis results by Chris Lattner · 22 years ago
  34. 2c1d7cf Fix division by zero problem by Chris Lattner · 22 years ago
  35. 68963a4 Add a summary by Chris Lattner · 22 years ago
  36. 9798ca5 Simple N^2 alias anlysis accuracy checker by Chris Lattner · 22 years ago