aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/AliasSetTracker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-57/+88
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-9/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+5
* In AliasSetTracker, do not change the alias set to "mod/ref" when addingKrzysztof Parzyszek2013-09-121-2/+0
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Release build: guard dump functions withManman Ren2012-09-121-1/+1
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-061-0/+2
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-051-1/+1
* Reduce use list thrashing by using DenseMap's find_as for maps with ValueHand...Benjamin Kramer2012-06-301-3/+3
* Have AliasSet::aliasesUnknownInst use pointer TBAA info when availableHal Finkel2012-02-101-1/+3
* Atomic load/store support in LICM.Eli Friedman2011-08-151-4/+8
* Minor simplification.Eli Friedman2011-07-271-2/+2
* Fix AliasSetTracker so that it doesn't make any assumptions about instruction...Eli Friedman2011-07-271-51/+46
* PR9604; try to deal with RAUW updates correctly in the AST. I'm not convincedEli Friedman2011-04-091-0/+4
* Update this code to handle PartialAlias as MayAlias.Dan Gohman2010-12-101-1/+1
* Don't forget the TBAA info, if available.Dan Gohman2010-11-111-1/+6
* Teach LICM and AliasSetTracker about AccessesArgumentsReadonly.Dan Gohman2010-11-091-1/+1
* Reapply r116831 and r116839, converting AliasAnalysis to useDan Gohman2010-10-191-9/+9
* Revert r116831 and r116839, which are breaking selfhost builds.Dan Gohman2010-10-191-9/+9
* Change AliasAnalysis and its clients to use uint64_t instead of unsignedDan Gohman2010-10-191-9/+9
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Make the representation of AliasSets explicitly differentiateDan Gohman2010-10-181-2/+2
* Don't pass the raw invalid pointer used to represent conflictingDan Gohman2010-10-181-3/+5
* Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM.Dan Gohman2010-10-181-24/+49
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+4
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Don't print two "0x" prefixes. Use a raw_ostream overload instead of llvm::fo...Benjamin Kramer2010-08-301-2/+1
* two changes: 1) make AliasSet hold the list of call sites with anChris Lattner2010-08-291-14/+20
* when merging two alias sets, the result set is volatile if eitherChris Lattner2010-08-291-0/+1
* more cleanupChris Lattner2010-08-291-8/+8
* clean this upChris Lattner2010-08-291-51/+53
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman2010-08-031-1/+1
* simplifyGabor Greif2010-07-281-2/+1
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* Change dbgs() back to errs() as Chris requested.David Greene2009-12-231-1/+1
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-3/+4
* Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner2009-11-221-6/+0
* remove unneeded checks of isFreeCallChris Lattner2009-11-031-16/+0
* Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez2009-10-271-1/+1
* Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...Victor Hernandez2009-10-261-1/+1
* Remove FreeInst.Victor Hernandez2009-10-261-17/+16
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-231-7/+8