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. ca5183d Unbreak VC++ build. by Jeff Cohen · 17 years ago
  5. d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 18 years ago
  6. 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 18 years ago
  7. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  8. e4d87aa For PR950: by Reid Spencer · 18 years ago
  9. 3b27d68 eliminate static ctors from Statistics by Chris Lattner · 18 years ago
  10. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  11. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  12. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  13. 3da59db For PR950: by Reid Spencer · 18 years ago
  14. 9be7ac1 Replaced DEBUG(std::cerr with DOUT. by Bill Wendling · 18 years ago
  15. 3822ff5 For PR950: by Reid Spencer · 18 years ago
  16. 3ed469c For PR786: by Reid Spencer · 18 years ago
  17. 3a9ec24 For PR387: by Reid Spencer · 18 years ago
  18. a537017 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 18 years ago
  19. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  20. 16d42c6 It was pointed out that DEBUG() is only available with -debug. by Jim Laskey · 18 years ago
  21. e37fe9b Ensure that dump calls that are associated with asserts are removed from by Jim Laskey · 18 years ago
  22. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 18 years ago
  23. 01ac91e updates for recent changes by Chris Lattner · 18 years ago
  24. 7238210 Add explicit iostream #includes by Chris Lattner · 19 years ago
  25. 558bc88 core changes for varargs by Andrew Lenharth · 19 years ago
  26. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  27. bd135c7 do not crash when using -debug by Chris Lattner · 19 years ago
  28. 8a9763c do not dereference an extra layer of pointers to determine if an external by Chris Lattner · 19 years ago
  29. 175b963 import all of the rest of the stubs that dsa uses for direct comparison by Chris Lattner · 19 years ago
  30. 77b5056 learn about some more functions. by Chris Lattner · 19 years ago
  31. 76bc5ce Fix a major problem with global variable initializers. This could cause by Chris Lattner · 19 years ago
  32. 4de57fd add some more functions, ignore setcc for constraints! by Chris Lattner · 19 years ago
  33. 8a44643 Handle "known" external calls context sensitively, add support for realloc by Chris Lattner · 19 years ago
  34. f392c64 Teach andersens that non-escaping memory cannot be mod/ref'd by external fn calls. by Chris Lattner · 19 years ago
  35. be5e2f4 Fix grammar by Misha Brukman · 19 years ago
  36. c3c9fd0 Make anders-aa much more precise by not being completely pessimistic about by Chris Lattner · 19 years ago
  37. 493f636 wrap some long lines by Chris Lattner · 19 years ago
  38. 267a1b0 teach andersens about undef by Chris Lattner · 19 years ago
  39. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  40. 534927d Add even more missing createXxxPass functions. by Jeff Cohen · 20 years ago
  41. c17edbd Add support by Chris Lattner · 20 years ago
  42. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  43. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  44. df9b7bc Fix a bug that caused the pass to go into infinite loops on trivial testcases. by Chris Lattner · 20 years ago
  45. e840434 bug 122: by Reid Spencer · 20 years ago
  46. d28b0d7 Fix header by Chris Lattner · 20 years ago
  47. c7ca32b Add some notes so I can throw away one of my many todo lists. by Chris Lattner · 20 years ago
  48. 1fc3739 Fix warnings about reaching end of non-void function by Chris Lattner · 20 years ago
  49. e995a2a Add a simple implementation of Andersen's interprocedural pointer analysis by Chris Lattner · 20 years ago