index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
CFLAliasAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added special handling for inttoptr in CFLAA.
George Burgess IV
2015-03-10
1
-10
/
+22
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-1
/
+6
*
Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...
David Blaikie
2015-03-03
1
-1
/
+3
*
Remove the explicit SDNodeIterator::operator= in favor of the implicit default
David Blaikie
2015-03-03
1
-3
/
+1
*
Fixed a bug where CFLAA would crash the compiler.
George Burgess IV
2015-02-12
1
-6
/
+13
*
Fix incorrect partial aliasing
Daniel Berlin
2015-01-26
1
-7
/
+20
*
Fix delegation
Daniel Berlin
2015-01-26
1
-2
/
+5
*
Fixed a bug with how we determine bitset indices.
George Burgess IV
2015-01-21
1
-1
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-3
/
+3
*
Remove redundant virtual on overriden functions.
David Blaikie
2014-11-14
1
-2
/
+2
*
[CFL-AA] CFL-AA should not assert on an va_arg instruction
Hal Finkel
2014-10-14
1
-0
/
+11
*
[CFL-AA] Update for handling of globals and more tests
Hal Finkel
2014-10-06
1
-3
/
+11
*
Adds 'override' to overriding methods. NFC.
Argyrios Kyrtzidis
2014-10-01
1
-1
/
+1
*
[CFLAA] Remove one final initializer list
Hal Finkel
2014-09-03
1
-1
/
+5
*
[CFLAA] And even more MSVC fixes
Hal Finkel
2014-09-02
1
-1
/
+5
*
[CFLAA] More cleanup for MSVC
Hal Finkel
2014-09-02
1
-9
/
+12
*
[CFLAA] No initializer lists for MSVC
Hal Finkel
2014-09-02
1
-26
/
+27
*
[CFLAA] constexpr -> LLVM_CONSTEXPR
Hal Finkel
2014-09-02
1
-11
/
+12
*
Add a CFL Alias Analysis implementation
Hal Finkel
2014-09-02
1
-0
/
+981
[prev]