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
/
MemDepPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CallSite removal] Migrate all Alias Analysis APIs to use the newly
Chandler Carruth
2019-01-07
1
-3
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Apply clang-tidy's modernize-loop-convert to lib/Analysis.
Benjamin Kramer
2016-06-26
1
-8
/
+6
*
[PM] Port memdep to the new pass manager.
Chandler Carruth
2016-03-10
1
-5
/
+5
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-1
/
+1
*
Rename inst_range() to instructions() for consistency. NFC
Nico Rieck
2015-08-06
1
-2
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[CallSite] Make construction from Value* (or Instruction*) explicit.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
MemDepPrinter: Fix some nits introduced in r228596
Ramkumar Ramachandra
2015-02-25
1
-3
/
+3
*
MemDepPrinter: cleanup a few loops (NFC)
Ramkumar Ramachandra
2015-02-09
1
-9
/
+8
*
[REFACTOR] Push logic from MemDepPrinter into getNonLocalPointerDependency
Philip Reames
2015-01-09
1
-21
/
+3
*
[Refactor] Have getNonLocalPointerDependency take the query instruction
Philip Reames
2015-01-09
1
-7
/
+3
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-7
/
+7
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-4
/
+4
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move InstIterator out of the Support library, where it had no
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-2
/
+1
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Fix typo.
Eric Christopher
2013-12-04
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
-4
/
+4
*
Mark some static arrays as const.
Craig Topper
2012-05-24
1
-2
/
+2
*
Fix a stupid typo in MemDepPrinter.
Eli Friedman
2011-12-14
1
-1
/
+1
*
Enhance the memdep interface so that users can tell the difference between a ...
Eli Friedman
2011-10-13
1
-30
/
+37
*
Misc analysis passes that need to be aware of atomic load/store.
Eli Friedman
2011-08-15
1
-4
/
+13
*
Add "unknown" results for memdep, which mean "I don't know whether a dependen...
Eli Friedman
2011-06-15
1
-10
/
+19
*
Add helper functions for computing the Location of load, store,
Dan Gohman
2010-11-11
1
-10
/
+3
*
Enhance GVN to do more precise alias queries for non-local memory
Dan Gohman
2010-11-10
1
-6
/
+17
*
Memdep says that an instruction clobbers itself
Dan Gohman
2010-10-20
1
-1
/
+4
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-12
1
-2
/
+5
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+2
*
Add an #include of raw_ostream.h. Previously, this only compiled
Dan Gohman
2010-09-17
1
-0
/
+1
*
Rename a variable to avoid a declaration conflict.
Dan Gohman
2010-09-16
1
-3
/
+3
*
Add a pass which prints out all the memdep dependencies.
Dan Gohman
2010-09-16
1
-0
/
+153