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