| Commit message (Expand) | Author | Age | Files | Lines |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 1 | -9/+9 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -6/+5 |
* | In AliasSetTracker, do not change the alias set to "mod/ref" when adding | Krzysztof Parzyszek | 2013-09-12 | 1 | -2/+0 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -5/+5 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -3/+3 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -1/+1 |
* | Release build: guard dump functions with | Manman Ren | 2012-09-12 | 1 | -1/+1 |
* | Release build: guard dump functions with "ifndef NDEBUG" | Manman Ren | 2012-09-06 | 1 | -0/+2 |
* | Stop casting away const qualifier needlessly. | Roman Divacky | 2012-09-05 | 1 | -1/+1 |
* | Reduce use list thrashing by using DenseMap's find_as for maps with ValueHand... | Benjamin Kramer | 2012-06-30 | 1 | -3/+3 |
* | Have AliasSet::aliasesUnknownInst use pointer TBAA info when available | Hal Finkel | 2012-02-10 | 1 | -1/+3 |
* | Atomic load/store support in LICM. | Eli Friedman | 2011-08-15 | 1 | -4/+8 |
* | Minor simplification. | Eli Friedman | 2011-07-27 | 1 | -2/+2 |
* | Fix AliasSetTracker so that it doesn't make any assumptions about instruction... | Eli Friedman | 2011-07-27 | 1 | -51/+46 |
* | PR9604; try to deal with RAUW updates correctly in the AST. I'm not convinced | Eli Friedman | 2011-04-09 | 1 | -0/+4 |
* | Update this code to handle PartialAlias as MayAlias. | Dan Gohman | 2010-12-10 | 1 | -1/+1 |
* | Don't forget the TBAA info, if available. | Dan Gohman | 2010-11-11 | 1 | -1/+6 |
* | Teach LICM and AliasSetTracker about AccessesArgumentsReadonly. | Dan Gohman | 2010-11-09 | 1 | -1/+1 |
* | Reapply r116831 and r116839, converting AliasAnalysis to use | Dan Gohman | 2010-10-19 | 1 | -9/+9 |
* | Revert r116831 and r116839, which are breaking selfhost builds. | Dan Gohman | 2010-10-19 | 1 | -9/+9 |
* | Change AliasAnalysis and its clients to use uint64_t instead of unsigned | Dan Gohman | 2010-10-19 | 1 | -9/+9 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | Make the representation of AliasSets explicitly differentiate | Dan Gohman | 2010-10-18 | 1 | -2/+2 |
* | Don't pass the raw invalid pointer used to represent conflicting | Dan Gohman | 2010-10-18 | 1 | -3/+5 |
* | Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM. | Dan Gohman | 2010-10-18 | 1 | -24/+49 |
* | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 1 | -1/+4 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
* | Don't print two "0x" prefixes. Use a raw_ostream overload instead of llvm::fo... | Benjamin Kramer | 2010-08-30 | 1 | -2/+1 |
* | two changes: 1) make AliasSet hold the list of call sites with an | Chris Lattner | 2010-08-29 | 1 | -14/+20 |
* | when merging two alias sets, the result set is volatile if either | Chris Lattner | 2010-08-29 | 1 | -0/+1 |
* | more cleanup | Chris Lattner | 2010-08-29 | 1 | -8/+8 |
* | clean this up | Chris Lattner | 2010-08-29 | 1 | -51/+53 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman | 2010-08-03 | 1 | -1/+1 |
* | simplify | Gabor Greif | 2010-07-28 | 1 | -2/+1 |
* | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -2/+2 |
* | Change dbgs() back to errs() as Chris requested. | David Greene | 2009-12-23 | 1 | -1/+1 |
* | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -3/+4 |
* | Remove the AliasAnalysis::getMustAliases method, which is dead. | Chris Lattner | 2009-11-22 | 1 | -6/+0 |
* | remove unneeded checks of isFreeCall | Chris Lattner | 2009-11-03 | 1 | -16/+0 |
* | Rename MallocFreeHelper as MemoryBuiltins | Victor Hernandez | 2009-10-27 | 1 | -1/+1 |
* | Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t... | Victor Hernandez | 2009-10-26 | 1 | -1/+1 |
* | Remove FreeInst. | Victor Hernandez | 2009-10-26 | 1 | -17/+16 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
* | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner | 2009-08-23 | 1 | -7/+8 |
* | Fix some problems with ASTCallbackVH in its use as a DenseMap key. | Dan Gohman | 2009-07-31 | 1 | -4/+6 |
* | Use CallbackVH in AliasSetTracker to avoid getting stuck with | Dan Gohman | 2009-07-30 | 1 | -4/+20 |