summaryrefslogtreecommitdiff
path: root/lib/Analysis/AliasSetTracker.cpp
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-04
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* In AliasSetTracker, do not change the alias set to "mod/ref" when addingKrzysztof Parzyszek2013-09-12
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Release build: guard dump functions withManman Ren2012-09-12
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-05
* Reduce use list thrashing by using DenseMap's find_as for maps with ValueHand...Benjamin Kramer2012-06-30
* Have AliasSet::aliasesUnknownInst use pointer TBAA info when availableHal Finkel2012-02-10
* Atomic load/store support in LICM.Eli Friedman2011-08-15
* Minor simplification.Eli Friedman2011-07-27
* Fix AliasSetTracker so that it doesn't make any assumptions about instruction...Eli Friedman2011-07-27
* PR9604; try to deal with RAUW updates correctly in the AST. I'm not convincedEli Friedman2011-04-09
* Update this code to handle PartialAlias as MayAlias.Dan Gohman2010-12-10
* Don't forget the TBAA info, if available.Dan Gohman2010-11-11
* Teach LICM and AliasSetTracker about AccessesArgumentsReadonly.Dan Gohman2010-11-09
* Reapply r116831 and r116839, converting AliasAnalysis to useDan Gohman2010-10-19
* Revert r116831 and r116839, which are breaking selfhost builds.Dan Gohman2010-10-19
* Change AliasAnalysis and its clients to use uint64_t instead of unsignedDan Gohman2010-10-19
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Make the representation of AliasSets explicitly differentiateDan Gohman2010-10-18
* Don't pass the raw invalid pointer used to represent conflictingDan Gohman2010-10-18
* Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM.Dan Gohman2010-10-18
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Don't print two "0x" prefixes. Use a raw_ostream overload instead of llvm::fo...Benjamin Kramer2010-08-30
* two changes: 1) make AliasSet hold the list of call sites with anChris Lattner2010-08-29
* when merging two alias sets, the result set is volatile if eitherChris Lattner2010-08-29
* more cleanupChris Lattner2010-08-29
* clean this upChris Lattner2010-08-29
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman2010-08-03
* simplifyGabor Greif2010-07-28
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Change dbgs() back to errs() as Chris requested.David Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner2009-11-22
* remove unneeded checks of isFreeCallChris Lattner2009-11-03
* Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez2009-10-27
* Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...Victor Hernandez2009-10-26
* Remove FreeInst.Victor Hernandez2009-10-26
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25