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
/
NoAliasAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-92
/
+0
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-13
/
+13
*
[PM/AA] Remove the last of the legacy update API from AliasAnalysis as
Chandler Carruth
2015-07-22
1
-2
/
+0
*
[PM/AA] Remove the addEscapingUse update API that won't be easy to
Chandler Carruth
2015-07-18
1
-1
/
+0
*
[PM/AA] Completely remove the AliasAnalysis::copyValue interface.
Chandler Carruth
2015-07-11
1
-1
/
+0
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-3
/
+5
*
[PM/AA] Split the location computation out of getArgLocation so the
Chandler Carruth
2015-06-17
1
-6
/
+3
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-3
/
+4
*
Simplify code. No functionality change.
Benjamin Kramer
2014-10-05
1
-4
/
+2
*
Make AAMDNodes ctor and operator bool (!!!) explicit, mop up bugs and weirdne...
Benjamin Kramer
2014-10-04
1
-2
/
+5
*
Improve BasicAA CS-CS queries (redux)
Hal Finkel
2014-07-17
1
-0
/
+8
*
Revert r212572 "improve BasicAA CS-CS queries", it causes PR20303.
Nick Lewycky
2014-07-15
1
-8
/
+0
*
Improve BasicAA CS-CS queries
Hal Finkel
2014-07-08
1
-0
/
+8
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-17
/
+15
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Rename some member variables from TD to DL.
Rafael Espindola
2014-02-18
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
Use the new addEscapingValue callback to update GlobalsModRef when GVN adds P...
Owen Anderson
2011-01-03
1
-0
/
+1
*
Extend the AliasAnalysis::pointsToConstantMemory interface to allow it
Dan Gohman
2010-11-08
1
-1
/
+4
*
Move NoAA out of BasicAliasAnalysis.cpp into its own file, now that
Dan Gohman
2010-10-19
1
-0
/
+84