summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/CFLAliasAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-51/+56
* Fix: CFLAA -- Mark no-args returns as unknownGeorge Burgess IV2015-08-281-0/+10
* [PM/AA] Hoist the value handle definition for CFLAA into the header toChandler Carruth2015-08-141-22/+0
* [PM/AA] Extract a minimal interface for CFLAA to its own header file.Chandler Carruth2015-08-141-132/+78
* Fix some comment typos.Benjamin Kramer2015-08-081-2/+2
* -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie2015-08-031-3/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* [PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.Chandler Carruth2015-06-221-8/+8
* Typo. NFC.Chad Rosier2015-06-191-2/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [PM/AA] Remove the Location typedef from the AliasAnalysis class nowChandler Carruth2015-06-171-5/+5
* Don't create instructions from ConstantExpr's in CFLAliasAnalysis.Pete Cooper2015-06-121-12/+41
* Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.Pete Cooper2015-05-121-2/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-2/+2
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-1/+2
* Made CFLAA agree with clang-format. NFC.George Burgess IV2015-03-151-9/+7
* Added ConstantExpr support to CFLAA.George Burgess IV2015-03-101-40/+143
* Added special handling for inttoptr in CFLAA.George Burgess IV2015-03-101-10/+22
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-1/+6
* Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...David Blaikie2015-03-031-1/+3
* Remove the explicit SDNodeIterator::operator= in favor of the implicit defaultDavid Blaikie2015-03-031-3/+1
* Fixed a bug where CFLAA would crash the compiler.George Burgess IV2015-02-121-6/+13
* Fix incorrect partial aliasingDaniel Berlin2015-01-261-7/+20
* Fix delegationDaniel Berlin2015-01-261-2/+5
* Fixed a bug with how we determine bitset indices.George Burgess IV2015-01-211-1/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-3/+3
* Remove redundant virtual on overriden functions.David Blaikie2014-11-141-2/+2
* [CFL-AA] CFL-AA should not assert on an va_arg instructionHal Finkel2014-10-141-0/+11
* [CFL-AA] Update for handling of globals and more testsHal Finkel2014-10-061-3/+11
* Adds 'override' to overriding methods. NFC.Argyrios Kyrtzidis2014-10-011-1/+1
* [CFLAA] Remove one final initializer listHal Finkel2014-09-031-1/+5
* [CFLAA] And even more MSVC fixesHal Finkel2014-09-021-1/+5
* [CFLAA] More cleanup for MSVCHal Finkel2014-09-021-9/+12
* [CFLAA] No initializer lists for MSVCHal Finkel2014-09-021-26/+27
* [CFLAA] constexpr -> LLVM_CONSTEXPRHal Finkel2014-09-021-11/+12
* Add a CFL Alias Analysis implementationHal Finkel2014-09-021-0/+981
OpenPOWER on IntegriCloud