aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/AliasSetTracker.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-19AliasSet: Simplify mergeSetInDavid Majnemer1-4/+3
2014-11-19AliasSetTracker: UnknownInsts should contribute to the refcountDavid Majnemer1-15/+26
2014-11-03Use AA in LoadCombineHal Finkel1-1/+6
2014-07-24AA metadata refactoring (introduce AAMDNodes)Hal Finkel1-41/+57
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-9/+9
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2014-03-04[Modules] Move InstIterator out of the Support library, where it had noChandler Carruth1-1/+1
2014-01-09Put the functionality for printing a value to a raw_ostream as anChandler Carruth1-3/+2
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2013-09-12In AliasSetTracker, do not change the alias set to "mod/ref" when addingKrzysztof Parzyszek1-2/+0
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-5/+5
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-3/+3
2012-10-08Move TargetData to DataLayout.Micah Villmow1-1/+1
2012-09-12Release build: guard dump functions withManman Ren1-1/+1
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren1-0/+2
2012-09-05Stop casting away const qualifier needlessly.Roman Divacky1-1/+1
2012-06-30Reduce use list thrashing by using DenseMap's find_as for maps with ValueHand...Benjamin Kramer1-3/+3
2012-02-10Have AliasSet::aliasesUnknownInst use pointer TBAA info when availableHal Finkel1-1/+3
2011-08-15Atomic load/store support in LICM.Eli Friedman1-4/+8
2011-07-27Minor simplification.Eli Friedman1-2/+2
2011-07-27Fix AliasSetTracker so that it doesn't make any assumptions about instruction...Eli Friedman1-51/+46
2011-04-09PR9604; try to deal with RAUW updates correctly in the AST. I'm not convincedEli Friedman1-0/+4
2010-12-10Update this code to handle PartialAlias as MayAlias.Dan Gohman1-1/+1
2010-11-11Don't forget the TBAA info, if available.Dan Gohman1-1/+6
2010-11-09Teach LICM and AliasSetTracker about AccessesArgumentsReadonly.Dan Gohman1-1/+1
2010-10-19Reapply r116831 and r116839, converting AliasAnalysis to useDan Gohman1-9/+9
2010-10-19Revert r116831 and r116839, which are breaking selfhost builds.Dan Gohman1-9/+9
2010-10-19Change AliasAnalysis and its clients to use uint64_t instead of unsignedDan Gohman1-9/+9
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-1/+3
2010-10-18Make the representation of AliasSets explicitly differentiateDan Gohman1-2/+2
2010-10-18Don't pass the raw invalid pointer used to represent conflictingDan Gohman1-3/+5
2010-10-18Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM.Dan Gohman1-24/+49
2010-10-12Begin adding static dependence information to passes, which will allow us toOwen Anderson1-1/+4
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-1/+1
2010-08-30Don't print two "0x" prefixes. Use a raw_ostream overload instead of llvm::fo...Benjamin Kramer1-2/+1
2010-08-29two changes: 1) make AliasSet hold the list of call sites with anChris Lattner1-14/+20
2010-08-29when merging two alias sets, the result set is volatile if eitherChris Lattner1-0/+1
2010-08-29more cleanupChris Lattner1-8/+8
2010-08-29clean this upChris Lattner1-51/+53
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-1/+1
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-1/+1
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-1/+1
2010-08-03Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman1-1/+1
2010-07-28simplifyGabor Greif1-2/+1
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson1-2/+2
2009-12-23Change dbgs() back to errs() as Chris requested.David Greene1-1/+1
2009-12-23Convert debug messages to use dbgs(). Generally this meansDavid Greene1-3/+4
2009-11-22Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner1-6/+0
2009-11-03remove unneeded checks of isFreeCallChris Lattner1-16/+0
2009-10-27Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez1-1/+1