summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/CFLAliasAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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