Age | Commit message (Expand) | Author | Files | Lines |
2014-05-08 | Use a range loop. | Rafael Espindola | 1 | -4/+2 |
2014-04-25 | SCC: Change clients to use const, NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2014-04-24 | [C++] Use 'nullptr'. | Craig Topper | 1 | -5/+5 |
2014-04-22 | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 1 | -1/+2 |
2014-03-09 | [C++11] Add range based accessors for the Use-Def chain of a Value. | Chandler Carruth | 1 | -14/+13 |
2014-03-05 | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 1 | -11/+11 |
2014-03-04 | [Modules] Move InstIterator out of the Support library, where it had no | Chandler Carruth | 1 | -1/+1 |
2014-02-10 | GlobalsModRef: Unify and clean up duplicated pointer analysis code. | Benjamin Kramer | 1 | -21/+12 |
2014-02-04 | cleanup: scc_iterator consumers should use isAtEnd | Duncan P. N. Exon Smith | 1 | -2/+1 |
2013-11-26 | [PM] Split the CallGraph out from the ModulePass which creates the | Chandler Carruth | 1 | -5/+9 |
2013-10-31 | Merge CallGraph and BasicCallGraph. | Rafael Espindola | 1 | -1/+1 |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -5/+5 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -8/+8 |
2012-08-29 | Make MemoryBuiltins aware of TargetLibraryInfo. | Benjamin Kramer | 1 | -3/+3 |
2012-06-21 | refactor the MemoryBuiltin analysis: | Nuno Lopes | 1 | -14/+6 |
2012-03-28 | Handle intrinsics in GlobalsModRef. Fixes pr12351. | Rafael Espindola | 1 | -0/+6 |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 1 | -1/+1 |
2011-01-03 | Use the new addEscapingValue callback to update GlobalsModRef when GVN adds P... | Owen Anderson | 1 | -0/+11 |
2010-12-15 | Move Value::getUnderlyingObject to be a standalone | Dan Gohman | 1 | -4/+5 |
2010-11-10 | Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis | Dan Gohman | 1 | -12/+17 |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 1 | -1/+3 |
2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 1 | -1/+5 |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson | 1 | -1/+1 |
2010-09-14 | Remove the experimental AliasAnalysis::getDependency interface, which | Dan Gohman | 1 | -11/+11 |
2010-08-23 | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson | 1 | -3/+3 |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 1 | -3/+3 |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson | 1 | -3/+3 |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 1 | -3/+3 |
2010-08-03 | Remove PointerAccessInfo, which nothing was using. | Dan Gohman | 1 | -7/+5 |
2010-08-03 | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman | 1 | -30/+35 |
2010-07-20 | Speculatively revert r108813, in an attempt to get the self-host buildbots wo... | Owen Anderson | 1 | -1/+1 |
2010-07-20 | Reapply r108794, a fix for the failing test from last time. | Owen Anderson | 1 | -1/+1 |
2010-07-20 | Revert r108794, "Separate PassInfo into two classes: a constructor-free | Daniel Dunbar | 1 | -1/+1 |
2010-07-20 | Separate PassInfo into two classes: a constructor-free superclass (StaticPass... | Owen Anderson | 1 | -1/+1 |
2010-07-09 | cache result of operator* | Gabor Greif | 1 | -2/+3 |
2010-07-09 | cache result of operator* | Gabor Greif | 1 | -11/+14 |
2010-06-07 | Create new accessors to get arguments for call/invoke instructions. It breaks | Bill Wendling | 1 | -4/+4 |
2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 1 | -1/+1 |
2010-04-16 | reapply r101434 | Gabor Greif | 1 | -1/+1 |
2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 1 | -1/+1 |
2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif | 1 | -1/+1 |
2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 1 | -1/+1 |
2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 1 | -1/+1 |
2010-03-24 | Finally land the InvokeInst operand reordering. | Gabor Greif | 1 | -1/+1 |
2010-03-22 | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif | 1 | -1/+1 |
2010-03-22 | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif | 1 | -1/+1 |
2010-03-19 | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif | 1 | -1/+1 |
2010-03-19 | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif | 1 | -1/+1 |
2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 1 | -2/+2 |
2010-02-10 | Fix "the the" and similar typos. | Dan Gohman | 1 | -1/+1 |