Age | Commit message (Expand) | Author |
2013-03-07 | ArrayRef ca accept one element. Simplify code a little bit, also it matches now | Jakub Staszak |
2013-01-22 | Begin fleshing out an interface in TTI for modelling the costs of | Chandler Carruth |
2013-01-21 | Sink InlineCost.cpp into IPA -- it is now officially an interprocedural | Chandler Carruth |
2013-01-11 | Update CMakeLists for CallPrinter.cpp. | Andrew Trick |
2013-01-11 | Added -view-callgraph module pass. | Andrew Trick |
2013-01-07 | Move CallGraphSCCPass.h into the Analysis tree; that's where the | Chandler Carruth |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-11-15 | Add doInitialization and doFinalization methods to ModulePass's, to allow the... | Owen Anderson |
2012-09-26 | Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic) | Duncan Sands |
2012-09-12 | Release build: guard dump functions with | Manman Ren |
2012-09-06 | Release build: guard dump functions with "ifndef NDEBUG" | Manman Ren |
2012-08-29 | Make MemoryBuiltins aware of TargetLibraryInfo. | Benjamin Kramer |
2012-06-29 | RefreshCallGraph: ignore 'invoke intrinsic'. IntrinsicInst doesnt not recogni... | Nuno Lopes |
2012-06-24 | llvm/lib: [CMake] Add explicit dependency to intrinsics_gen. | NAKAMURA Takumi |
2012-06-21 | refactor the MemoryBuiltin analysis: | Nuno Lopes |
2012-03-28 | Handle intrinsics in GlobalsModRef. Fixes pr12351. | Rafael Espindola |
2011-12-12 | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar |
2011-11-29 | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar |
2011-11-03 | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar |
2011-10-20 | Simplify; no intended functional change. | Eli Friedman |
2011-08-29 | Reapply r138695. Fix PassManager stack depths. | Andrew Trick |
2011-08-27 | Reverting r138695 to see if it fixes clang self host. | Andrew Trick |
2011-08-27 | Fix PassManager stack depths. | Andrew Trick |
2011-08-12 | Silence a bunch (but not all) "variable written but not read" warnings | Duncan Sands |
2011-07-29 | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-09 | stop using WriteTypeSymbolic. | Chris Lattner |
2011-06-09 | Teach the CallGraph to ignore calls to intrinsics. | John McCall |
2011-05-13 | Fix a source of non determinism in FindUsedTypes, use a SetVector instead of a | Julien Lerouge |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-01-03 | Use the new addEscapingValue callback to update GlobalsModRef when GVN adds P... | Owen Anderson |
2011-01-03 | Add spliceFunction to the CallGraph interface. This allows users to efficiently | Nick Lewycky |
2010-12-15 | Move Value::getUnderlyingObject to be a standalone | Dan Gohman |
2010-11-10 | Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis | Dan Gohman |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-13 | Analysis groups need to initialize their default implementations. | Owen Anderson |
2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-10-07 | Add an implementation of the initialization routine for IPA. | Owen Anderson |
2010-10-07 | Add initialization routines for Analysis and IPA. | Owen Anderson |
2010-10-06 | Hide analysis group registration behind a macro, just like pass registration. | Owen Anderson |
2010-09-14 | Remove the experimental AliasAnalysis::getDependency interface, which | Dan Gohman |
2010-09-13 | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer |
2010-09-10 | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer |
2010-09-04 | dead method. | Chris Lattner |
2010-08-23 | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson |
2010-08-19 | Revert r111199; it breaks -debug-pass=Structure output. | Dan Gohman |
2010-08-16 | Make dumpPassStructure be a PMDataManager abstraction, rather than | Dan Gohman |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |