| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream' into merge-2012_09_10 | Stephen Hines | 2012-09-10 | 2 | -3/+7 |
|\ |
|
| * | Release build: guard dump functions with "ifndef NDEBUG" | Manman Ren | 2012-09-06 | 1 | -0/+4 |
| * | Make MemoryBuiltins aware of TargetLibraryInfo. | Benjamin Kramer | 2012-08-29 | 1 | -3/+3 |
* | | Merge with LLVM upstream r160668 (Jul 24th 2012) | Shih-wei Liao | 2012-08-03 | 3 | -15/+11 |
|\ \
| |/ |
|
| * | RefreshCallGraph: ignore 'invoke intrinsic'. IntrinsicInst doesnt not recogni... | Nuno Lopes | 2012-06-29 | 1 | -1/+3 |
| * | llvm/lib: [CMake] Add explicit dependency to intrinsics_gen. | NAKAMURA Takumi | 2012-06-24 | 1 | -0/+2 |
| * | refactor the MemoryBuiltin analysis: | Nuno Lopes | 2012-06-21 | 1 | -14/+6 |
* | | Merge with LLVM upstream r155090. | Shih-wei Liao | 2012-04-24 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Handle intrinsics in GlobalsModRef. Fixes pr12351. | Rafael Espindola | 2012-03-28 | 1 | -0/+6 |
* | | Merge with LLVM upstream r146714 (Dec 16th 2011) | Logan Chien | 2011-12-16 | 2 | -7/+0 |
|\ \
| |/ |
|
| * | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
| * | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar | 2011-11-29 | 1 | -6/+0 |
| * | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar | 2011-11-03 | 1 | -0/+24 |
| * | Simplify; no intended functional change. | Eli Friedman | 2011-10-20 | 1 | -10/+3 |
* | | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar | 2011-11-14 | 1 | -0/+24 |
* | | Simplify; no intended functional change. | Eli Friedman | 2011-11-14 | 1 | -10/+3 |
* | | Merge with LLVM upstream 2011/10/20 (r142530) | Logan Chien | 2011-10-20 | 2 | -3/+10 |
|\ \
| |/ |
|
| * | Reapply r138695. Fix PassManager stack depths. | Andrew Trick | 2011-08-29 | 1 | -3/+3 |
| * | Reverting r138695 to see if it fixes clang self host. | Andrew Trick | 2011-08-27 | 1 | -3/+3 |
| * | Fix PassManager stack depths. | Andrew Trick | 2011-08-27 | 1 | -3/+3 |
| * | Silence a bunch (but not all) "variable written but not read" warnings | Duncan Sands | 2011-08-12 | 1 | -0/+1 |
| * | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth | 2011-07-29 | 1 | -0/+6 |
* | | Add llvm opt executable build rules. | Logan Chien | 2011-10-11 | 1 | -5/+6 |
* | | Merge with LLVM upstream r135568 (Jul 20th 2011) | Logan Chien | 2011-07-20 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -2/+2 |
* | | Merge upstream to r135343 at Sat. 16th July 2011. | Nowar Gu | 2011-07-16 | 1 | -3/+1 |
|\ \
| |/ |
|
| * | stop using WriteTypeSymbolic. | Chris Lattner | 2011-07-09 | 1 | -3/+1 |
* | | Merge upstream to r133240 at Fri. 17th Jun 2011. | Nowar Gu | 2011-06-20 | 4 | -6/+6 |
|\ \
| |/ |
|
| * | Teach the CallGraph to ignore calls to intrinsics. | John McCall | 2011-06-09 | 2 | -3/+3 |
| * | Fix a source of non determinism in FindUsedTypes, use a SetVector instead of a | Julien Lerouge | 2011-05-13 | 1 | -2/+2 |
| * | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | | Merge upstream r127116 | Jush Lu | 2011-03-09 | 2 | -5/+31 |
|\ \
| |/ |
|
| * | Use the new addEscapingValue callback to update GlobalsModRef when GVN adds P... | Owen Anderson | 2011-01-03 | 1 | -0/+11 |
| * | Add spliceFunction to the CallGraph interface. This allows users to efficiently | Nick Lewycky | 2011-01-03 | 1 | -1/+15 |
| * | Move Value::getUnderlyingObject to be a standalone | Dan Gohman | 2010-12-15 | 1 | -4/+5 |
| * | Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis | Dan Gohman | 2010-11-10 | 1 | -12/+17 |
| * | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 2 | -2/+6 |
| * | Analysis groups need to initialize their default implementations. | Owen Anderson | 2010-10-13 | 1 | -1/+1 |
| * | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 1 | -1/+5 |
| * | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 3 | -4/+4 |
| * | Add an implementation of the initialization routine for IPA. | Owen Anderson | 2010-10-07 | 1 | -0/+29 |
| * | Add initialization routines for Analysis and IPA. | Owen Anderson | 2010-10-07 | 1 | -0/+1 |
| * | Hide analysis group registration behind a macro, just like pass registration. | Owen Anderson | 2010-10-06 | 1 | -1/+1 |
| * | Remove the experimental AliasAnalysis::getDependency interface, which | Dan Gohman | 2010-09-14 | 1 | -11/+11 |
| * | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 2010-09-13 | 1 | -2/+0 |
| * | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 1 | -0/+2 |
| * | dead method. | Chris Lattner | 2010-09-04 | 1 | -1/+0 |
| * | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson | 2010-08-23 | 1 | -3/+3 |
| * | Revert r111199; it breaks -debug-pass=Structure output. | Dan Gohman | 2010-08-19 | 1 | -1/+1 |
| * | Make dumpPassStructure be a PMDataManager abstraction, rather than | Dan Gohman | 2010-08-16 | 1 | -1/+1 |