1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. ded2b0d Add explicit keywords, and fix a minor typo that they uncovered. by Dan Gohman · 17 years ago
  3. 3a3f163 Changes from Curtis Dunham implementing lazy cycle detection algorithm. by Daniel Berlin · 17 years ago
  4. 4ac0e8d Create nodes for inline asm so that we don't crash looking for the node later. by Nick Lewycky · 17 years ago
  5. 081fdf2 Silenced a VC++ warning. by Hartmut Kaiser · 17 years ago
  6. be20773 Add a new DenseSet abstraction. by Chris Lattner · 17 years ago
  7. 336c6c0 Switch to densemap rather than std::set by Daniel Berlin · 17 years ago
  8. c7a12ae Ignore redundant constraints by Daniel Berlin · 17 years ago
  9. cab5f5d Don't execute dump unless NDEBUG isn't defined. by Bill Wendling · 17 years ago
  10. e6f0479 Comment fixups by Daniel Berlin · 17 years ago
  11. d81ccc2 Implement offline variable substitution in order to reduce memory by Daniel Berlin · 17 years ago
  12. c6d9398 Fix bug in andersen's related to test_and_set. by Daniel Berlin · 17 years ago
  13. aad1588 Rewrite of andersen's to be about 100x faster, cleaner, and begin to support field sensitivity by Daniel Berlin · 17 years ago
  14. ecd94c8 Fix typo in comment. by Nick Lewycky · 17 years ago
  15. 1997473 Drop 'const' by Devang Patel · 17 years ago
  16. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  17. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  18. ca5183d Unbreak VC++ build. by Jeff Cohen · 17 years ago
  19. d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 18 years ago
  20. 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 18 years ago
  21. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  22. e4d87aa For PR950: by Reid Spencer · 18 years ago
  23. 3b27d68 eliminate static ctors from Statistics by Chris Lattner · 18 years ago
  24. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  25. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  26. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  27. 3da59db For PR950: by Reid Spencer · 18 years ago
  28. 9be7ac1 Replaced DEBUG(std::cerr with DOUT. by Bill Wendling · 18 years ago
  29. 3822ff5 For PR950: by Reid Spencer · 18 years ago
  30. 3ed469c For PR786: by Reid Spencer · 18 years ago
  31. 3a9ec24 For PR387: by Reid Spencer · 18 years ago
  32. a537017 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 18 years ago
  33. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  34. 16d42c6 It was pointed out that DEBUG() is only available with -debug. by Jim Laskey · 18 years ago
  35. e37fe9b Ensure that dump calls that are associated with asserts are removed from by Jim Laskey · 18 years ago
  36. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 18 years ago
  37. 01ac91e updates for recent changes by Chris Lattner · 18 years ago
  38. 7238210 Add explicit iostream #includes by Chris Lattner · 19 years ago
  39. 558bc88 core changes for varargs by Andrew Lenharth · 19 years ago
  40. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  41. bd135c7 do not crash when using -debug by Chris Lattner · 19 years ago
  42. 8a9763c do not dereference an extra layer of pointers to determine if an external by Chris Lattner · 19 years ago
  43. 175b963 import all of the rest of the stubs that dsa uses for direct comparison by Chris Lattner · 19 years ago
  44. 77b5056 learn about some more functions. by Chris Lattner · 19 years ago
  45. 76bc5ce Fix a major problem with global variable initializers. This could cause by Chris Lattner · 19 years ago
  46. 4de57fd add some more functions, ignore setcc for constraints! by Chris Lattner · 19 years ago
  47. 8a44643 Handle "known" external calls context sensitively, add support for realloc by Chris Lattner · 19 years ago
  48. f392c64 Teach andersens that non-escaping memory cannot be mod/ref'd by external fn calls. by Chris Lattner · 19 years ago
  49. be5e2f4 Fix grammar by Misha Brukman · 19 years ago
  50. c3c9fd0 Make anders-aa much more precise by not being completely pessimistic about by Chris Lattner · 19 years ago
  51. 493f636 wrap some long lines by Chris Lattner · 19 years ago
  52. 267a1b0 teach andersens about undef by Chris Lattner · 19 years ago
  53. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  54. 534927d Add even more missing createXxxPass functions. by Jeff Cohen · 20 years ago
  55. c17edbd Add support by Chris Lattner · 20 years ago
  56. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  57. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  58. df9b7bc Fix a bug that caused the pass to go into infinite loops on trivial testcases. by Chris Lattner · 20 years ago
  59. e840434 bug 122: by Reid Spencer · 20 years ago
  60. d28b0d7 Fix header by Chris Lattner · 20 years ago
  61. c7ca32b Add some notes so I can throw away one of my many todo lists. by Chris Lattner · 20 years ago
  62. 1fc3739 Fix warnings about reaching end of non-void function by Chris Lattner · 20 years ago
  63. e995a2a Add a simple implementation of Andersen's interprocedural pointer analysis by Chris Lattner · 20 years ago