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
/
IPA
/
GlobalsModRef.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM/AA] Remove the last relics of the separate IPA library from LLVM,
Chandler Carruth
2015-08-18
1
-798
/
+0
*
[GMR] isNonEscapingGlobalNoAlias() should look through Bitcasts/GEPs when loo...
Michael Kuperstein
2015-08-17
1
-1
/
+1
*
[PM/AA] Extract the interface for GlobalsModRef into a header along with
Chandler Carruth
2015-08-14
1
-159
/
+63
*
[GMR] Be a bit smarter about which globals don't alias when doing recursive l...
Michael Kuperstein
2015-08-11
1
-7
/
+23
*
Rename inst_range() to instructions() for consistency. NFC
Nico Rieck
2015-08-06
1
-1
/
+1
*
[GMR] Teach the conservative path of GMR to catch even more easy cases.
Chandler Carruth
2015-08-05
1
-41
/
+111
*
[GMR] Teach GlobalsModRef to distinguish an important and safe case of
Chandler Carruth
2015-07-28
1
-0
/
+46
*
[GMR] Fix a long-standing bug in GlobalsModRef where it failed to clear
Chandler Carruth
2015-07-28
1
-4
/
+30
*
[GMR] Switch the function info we store for every function to be a much
Chandler Carruth
2015-07-23
1
-23
/
+91
*
[GMR] Further improve the FunctionInfo API inside of GlobalsModRef, NFC.
Chandler Carruth
2015-07-23
1
-24
/
+21
*
[GMR] Wrap all of the per-function information behind a more strongly
Chandler Carruth
2015-07-22
1
-63
/
+92
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-45
/
+45
*
[GMR] Continue my quest to remove linked datastructures from GMR, NFC.
Chandler Carruth
2015-07-22
1
-3
/
+2
*
[GMR] Make the collection of readers and writers of globals much more
Chandler Carruth
2015-07-22
1
-20
/
+22
*
[GMR] Switch from std::set to SmallPtrSet. NFC.
Chandler Carruth
2015-07-22
1
-3
/
+3
*
[GMR] Only look in the associated allocs map for an underlying value if
Chandler Carruth
2015-07-22
1
-4
/
+4
*
[GMR] Switch to a DenseMap and clean up the iteration loop. NFC.
Chandler Carruth
2015-07-22
1
-11
/
+6
*
[PM/AA] Try to fix libc++ build bots which require the type used in
Chandler Carruth
2015-07-22
1
-40
/
+39
*
[PM/AA] Put the 'final' keyword in the correct place. And actually
Chandler Carruth
2015-07-22
1
-1
/
+1
*
[PM/AA] Replace the only use of the AliasAnalysis::deleteValue API (in
Chandler Carruth
2015-07-22
1
-35
/
+58
*
[PM/AA] Remove the addEscapingUse update API that won't be easy to
Chandler Carruth
2015-07-18
1
-11
/
+0
*
[PM/AA] Disable the core unsafe aspect of GlobalsModRef in the face of
Chandler Carruth
2015-07-17
1
-6
/
+33
*
[PM/AA] Fix *numerous* serious bugs in GlobalsModRef found by
Chandler Carruth
2015-07-15
1
-22
/
+31
*
[PM/AA] Cleanup some loops to be range-based. NFC.
Chandler Carruth
2015-07-15
1
-20
/
+19
*
[PM/AA] Reformat GlobalsModRef so that subsequent patches I make here
Chandler Carruth
2015-07-14
1
-155
/
+160
*
[PM/AA] Completely remove the AliasAnalysis::copyValue interface.
Chandler Carruth
2015-07-11
1
-5
/
+0
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.
Chandler Carruth
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-7
/
+6
*
[CallSite] Make construction from Value* (or Instruction*) explicit.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-4
/
+6
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-1
/
+1
*
Use a range loop.
Rafael Espindola
2014-05-08
1
-4
/
+2
*
SCC: Change clients to use const, NFC
Duncan P. N. Exon Smith
2014-04-25
1
-1
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-5
/
+5
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-14
/
+13
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-11
/
+11
*
[Modules] Move InstIterator out of the Support library, where it had no
Chandler Carruth
2014-03-04
1
-1
/
+1
*
GlobalsModRef: Unify and clean up duplicated pointer analysis code.
Benjamin Kramer
2014-02-10
1
-21
/
+12
*
cleanup: scc_iterator consumers should use isAtEnd
Duncan P. N. Exon Smith
2014-02-04
1
-2
/
+1
*
[PM] Split the CallGraph out from the ModulePass which creates the
Chandler Carruth
2013-11-26
1
-5
/
+9
*
Merge CallGraph and BasicCallGraph.
Rafael Espindola
2013-10-31
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-8
/
+8
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-3
/
+3
*
refactor the MemoryBuiltin analysis:
Nuno Lopes
2012-06-21
1
-14
/
+6
*
Handle intrinsics in GlobalsModRef. Fixes pr12351.
Rafael Espindola
2012-03-28
1
-0
/
+6
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
[next]