- c2bbfc1 More explicit keywords. by Dan Gohman · 18 years ago
- 58e0ef1 Verify loop info. by Devang Patel · 18 years ago
- 20d824b Replace mysterious code causing a g++-4.2 warning by Duncan Sands · 18 years ago
- 25e681a CallGraphSCCPass manager may require other passes. by Devang Patel · 18 years ago
- ecd94c8 Fix typo in comment. by Nick Lewycky · 18 years ago
- 1997473 Drop 'const' by Devang Patel · 18 years ago
- 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
- c718288 Fix build error. by Lauro Ramos Venancio · 18 years ago
- 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
- bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 18 years ago
- 7f99761 Avoid constructing std::strings unless pass debugging is ON. by Devang Patel · 18 years ago
- ca5183d Unbreak VC++ build. by Jeff Cohen · 18 years ago
- 84da80d Make getPassManagerType() const. by Devang Patel · 18 years ago
- d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 19 years ago
- 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 19 years ago
- 95ced11 Dump function names when debug-pass=Executions is used. by Devang Patel · 19 years ago
- 505f36a Pretty print pass manager by Devang Patel · 19 years ago
- 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
- f5b17fd Use StartPassTimer() and StopPassManager() by Devang Patel · 19 years ago
- f82aa1c Measure timings. by Devang Patel · 19 years ago
- 129ccd9 Remove dead code. by Devang Patel · 19 years ago
- d9f10c3 Fix typo. by Devang Patel · 19 years ago
- 97fd243 Add CallGraphSCCPass::assignPassManager(). This enables CalLGraphPassManager. by Devang Patel · 19 years ago
- 75f9abf Add CGPassManager. by Devang Patel · 19 years ago
- e4d87aa For PR950: by Reid Spencer · 19 years ago
- 3b27d68 eliminate static ctors from Statistics by Chris Lattner · 19 years ago
- 5c7e326 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 19 years ago
- e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
- ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
- e538838 Simplify code by Chris Lattner · 19 years ago
- f2d9ceb straighten out various memory ownership issues in the callgraph stuff. by Chris Lattner · 19 years ago
- 12d38bf Add a comment and fix a memory leak. Thanks to Vikram for pointing this out. by Chris Lattner · 19 years ago
- 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
- 3da59db For PR950: by Reid Spencer · 19 years ago
- 9be7ac1 Replaced DEBUG(std::cerr with DOUT. by Bill Wendling · 19 years ago
- 3822ff5 For PR950: by Reid Spencer · 19 years ago
- 3ed469c For PR786: by Reid Spencer · 19 years ago
- 45d1047 Fix a bug pointed out by Zhongxing Xu by Chris Lattner · 19 years ago
- 39d78d6 Fixme is already done by Chris Lattner · 19 years ago
- ab38358 Teach globalsmodref-aa to track scalar pointer global variables which point by Chris Lattner · 19 years ago
- 3a9ec24 For PR387: by Reid Spencer · 19 years ago
- a537017 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 19 years ago
- 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
- 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 19 years ago
- d85340f Change the callgraph representation to store the callsite along with the by Chris Lattner · 19 years ago
- 16d42c6 It was pointed out that DEBUG() is only available with -debug. by Jim Laskey · 19 years ago
- e37fe9b Ensure that dump calls that are associated with asserts are removed from by Jim Laskey · 19 years ago
- 4f1bd9e For PR780: by Reid Spencer · 19 years ago
- 080e25d Fix -pedantic warning by Chris Lattner · 19 years ago
- 192913e Change from using a stub function to a stub variable for passing to the by Reid Spencer · 19 years ago
- 4093227 move calltarget to dsa by Andrew Lenharth · 19 years ago
- 632cd52 Since there was interest on the mailing list, this is a utility pass that by Andrew Lenharth · 19 years ago
- d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago
- 01ac91e updates for recent changes by Chris Lattner · 19 years ago
- 7238210 Add explicit iostream #includes by Chris Lattner · 20 years ago
- c54b1c1 Add a new CallGraph::getOrInsertFunction for clients to use when updating by Chris Lattner · 20 years ago
- 1694ec6 add a dump method to CallGraph by Chris Lattner · 20 years ago
- 365320e Remove unused inclusion of SymbolTable.h by Reid Spencer · 20 years ago
- 0383995 Separate the call graph implementation from its interface. This implements by Chris Lattner · 20 years ago
- f941a0f Remove this pass, it is not useful by Chris Lattner · 20 years ago
- f36aeed DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now by Chris Lattner · 20 years ago
- ab0ed35 Only build .a file versions of these libraries, instead of .a and .o versions. by Chris Lattner · 20 years ago
- 25d1968 move this to the analyze tool by Chris Lattner · 20 years ago
- 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
- 3fe4d3c Malloc/Free have mod/ref effects. Do not allow CSE of function calls that by Chris Lattner · 20 years ago
- dedf2bd Convert tabs to spaces by Misha Brukman · 20 years ago
- 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
- bd135c7 do not crash when using -debug by Chris Lattner · 20 years ago
- 8a9763c do not dereference an extra layer of pointers to determine if an external by Chris Lattner · 20 years ago
- 175b963 import all of the rest of the stubs that dsa uses for direct comparison by Chris Lattner · 20 years ago
- 77b5056 learn about some more functions. by Chris Lattner · 20 years ago
- 76bc5ce Fix a major problem with global variable initializers. This could cause by Chris Lattner · 20 years ago
- 4de57fd add some more functions, ignore setcc for constraints! by Chris Lattner · 20 years ago
- 8a44643 Handle "known" external calls context sensitively, add support for realloc by Chris Lattner · 20 years ago
- f392c64 Teach andersens that non-escaping memory cannot be mod/ref'd by external fn calls. by Chris Lattner · 20 years ago
- be5e2f4 Fix grammar by Misha Brukman · 20 years ago
- c3c9fd0 Make anders-aa much more precise by not being completely pessimistic about by Chris Lattner · 20 years ago
- 493f636 wrap some long lines by Chris Lattner · 20 years ago
- 267a1b0 teach andersens about undef by Chris Lattner · 20 years ago
- 62da315 Simplify dead code into a fixme :) by Chris Lattner · 20 years ago
- c4417f9 fix a compiler crash in runtime/libprofile by Chris Lattner · 20 years ago
- f5eaf3c wrap a long line by Chris Lattner · 20 years ago
- ec6518d If we are calling an external function, chain to another AA to potentially by Chris Lattner · 20 years ago
- e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
- 534927d Add even more missing createXxxPass functions. by Jeff Cohen · 21 years ago
- 41925f8 Actually overload the virtual method. This fixes by Chris Lattner · 21 years ago
- 0af024c Adjust to new alias analysis interfaces by Chris Lattner · 21 years ago
- 4a7ebfa For PR387:\ Add getModRefInfo method to avoid overloaded virtuals by Reid Spencer · 21 years ago
- ce9653c For PR387:\ by Reid Spencer · 21 years ago
- 3fb2045 Mission accomplished! by Chris Lattner · 21 years ago
- 0022421 Fix library name. by Alkis Evlogimenos · 21 years ago
- cac731e We won't use automake by Reid Spencer · 21 years ago
- 86d341b Initial automake generated Makefile template by Reid Spencer · 21 years ago
- c17edbd Add support by Chris Lattner · 21 years ago
- d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 21 years ago
- ddef0b3 Build both archive and relinked objects by Reid Spencer · 21 years ago
- 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 21 years ago
- b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
- 68d033c Finegrainify namespacification by Chris Lattner · 21 years ago
- fff03c9 Fix a nasty iterator invalidation problem I introduced yesterday. This by Chris Lattner · 21 years ago