summaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA/GlobalsModRef.cpp
Commit message (Expand)AuthorAge
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-23
* 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
* Remove PointerAccessInfo, which nothing was using.Dan Gohman2010-08-03
* Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman2010-08-03
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-20
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-20
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-20
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-20
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* Create new accessors to get arguments for call/invoke instructions. It breaksBill Wendling2010-06-07
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-16
* reapply r101434Gabor Greif2010-04-16
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-16
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-15
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-15
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-15
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-24
* backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif2010-03-22
* Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif2010-03-22
* back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif2010-03-19
* Recommit r80858 again (which has been backed out in r80871).Gabor Greif2010-03-19
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* adopt getAdjustedAnalysisPointer in two more passes.Chris Lattner2010-01-20
* Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner2009-11-22
* 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
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-24
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-17
* Enhance analysis passes so that they apply the same analysis to malloc calls ...Victor Hernandez2009-09-18
* back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif2009-09-03
* re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif2009-09-03
* Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling2009-03-13
* Second installment of "BasicBlock operands to the back"Gabor Greif2009-03-13
* Refactor my previous change to maintain the distinction between AliasAnalysis...Owen Anderson2009-02-05
* Add the private linkage.Rafael Espindola2009-01-15
* Factorize code: remove variants of "strip offDuncan Sands2008-10-01
* Fix PR2792: treat volatile loads as writing memory somewhere.Duncan Sands2008-09-13
* Rather than marking all internal globals "Ref"Duncan Sands2008-09-12
* Intrinsics don't touch internal global variablesDuncan Sands2008-09-11
* Intrinsics don't read these kinds of globalDuncan Sands2008-09-11
* Neaten this up a bit. No functionality change.Duncan Sands2008-09-04
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* If a SCC has a node without a function, then the SCCDuncan Sands2008-09-03