- ae22c60 Persuade GCC that there is nothing worth warning about here (there isn't). by Duncan Sands · 14 years ago
- edbb58c5 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
- 4431e31 Teach AliasAnalysisCounter about PartialAlias. by Dan Gohman · 15 years ago
- 9130bad Extend the AliasAnalysis::pointsToConstantMemory interface to allow it by Dan Gohman · 15 years ago
- 6c18d1a Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 15 years ago
- df7a4f2 Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
- 41f14cf Remove the experimental AliasAnalysis::getDependency interface, which by Dan Gohman · 15 years ago
- a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
- bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
- 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
- 5442c71 Thread const correctness through a bunch of AliasAnalysis interfaces and by Dan Gohman · 15 years ago
- ac4a1ed Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisGroup<> for pass registration. by Owen Anderson · 15 years ago
- 8178122 Speculatively revert r108813, in an attempt to get the self-host buildbots working again. I don't see why this patch by Owen Anderson · 15 years ago
- 8dc1293 Reapply r108794, a fix for the failing test from last time. by Owen Anderson · 15 years ago
- 4a35d6f Revert r108794, "Separate PassInfo into two classes: a constructor-free by Daniel Dunbar · 15 years ago
- e7c5fe5 Separate PassInfo into two classes: a constructor-free superclass (StaticPassInfo) and a constructor-ful subclass (PassInfo). by Owen Anderson · 15 years ago
- 96d4500 Fix a missing newline in debug output. by Dan Gohman · 16 years ago
- e0701f9 drop the pass name from the output. by Chris Lattner · 16 years ago
- da363d9 adopt getAdjustedAnalysisPointer in a few more passes. by Chris Lattner · 16 years ago
- 0295ecf by David Greene · 16 years ago
- a4375f1 by David Greene · 16 years ago
- 974e12b Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
- 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
- 4827538 Do not try to override non-virtual methods, especially by Duncan Sands · 16 years ago
- 65c6a85 default count-aa to -print-all. The whole reason to use count-aa is by Chris Lattner · 16 years ago
- b1d782b eliminate the std::ostream form of WriteAsOperand and update clients. by Chris Lattner · 16 years ago
- b25de3f eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 16 years ago
- fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
- 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
- a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
- be13090 Don't use the result of WriteAsOperand or WriteTypeSymbolic. by Chris Lattner · 17 years ago
- d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
- 6a2da37 Make several variable declarations static. by Dan Gohman · 18 years ago
- 80e43fa Restore isCFGOnly property of various analysis passes. by Devang Patel · 18 years ago
- 718da66 PassInfo keep tracks whether a pass is an analysis pass or not. by Devang Patel · 18 years ago
- af75ab8 Do not use virtual function to identify an analysis pass. by Devang Patel · 18 years ago
- 864970e Identify Analysis pass. by Devang Patel · 18 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 68b6f50 Integrate the readonly/readnone logic more deeply by Duncan Sands · 18 years ago
- 8c78a0b Drop 'const' by Devang Patel · 19 years ago
- e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 19 years ago
- 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 19 years ago
- f75727a Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 19 years ago
- 355fc5a Removed more <iostream> includes by Bill Wendling · 19 years ago
- f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
- edcc8c2 Remove the 'printname' argument to WriteAsOperand. It is always true, and by Chris Lattner · 19 years ago
- 597d451 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 19 years ago
- 97c9f20 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 19 years ago
- c2d3d31 eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
- 01808ca Remove trailing whitespace by Misha Brukman · 21 years ago
- ccb6faa Add two options to allow -count-aa to print queries either (1) all queries, by Chris Lattner · 21 years ago
- cede1ce Add even more missing createXxxPass functions. by Jeff Cohen · 21 years ago
- 5c132bc For PR387:\ Add getModRefInfo method to avoid overloaded virtuals by Reid Spencer · 21 years ago
- 4f2cf03 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
- d441444 Pass through the boolean queries by Chris Lattner · 22 years ago
- bff5116 Finegrainify namespacification by Chris Lattner · 22 years ago
- 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- 702a42b Avoid divide by zero errors by Chris Lattner · 22 years ago
- d1e3208 Adjust to new AA interface Add tracking for Mod/Ref info by Chris Lattner · 23 years ago
- 9a734b6 Allow counting multiple passes, and print the pass name counted by Chris Lattner · 23 years ago
- e996681 New general purpose alias analysis result auditor by Chris Lattner · 23 years ago