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