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
/
Transforms
/
IPO
/
WholeProgramDevirt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Shorten DiagnosticInfoOptimizationRemark* to OptimizationRemark*. NFC
Adam Nemet
2016-09-27
1
-1
/
+1
*
WholeProgramDevirt: initialize WasDevirt in all constructors.
Ivan Krasin
2016-08-12
1
-1
/
+1
*
WholeProgramDevirt: generate more detailed and accurate remarks.
Ivan Krasin
2016-08-11
1
-35
/
+75
*
Fix some Clang-tidy modernize and Include What You Use warnings.
Eugene Zelenko
2016-08-11
1
-8
/
+28
*
WholeProgramDevirt: print remarks with devirtualized method names.
Ivan Krasin
2016-08-05
1
-2
/
+18
*
Print remarks from WholeProgramDevirt pass for each call site.
Ivan Krasin
2016-07-12
1
-0
/
+10
*
IR: Introduce llvm.type.checked.load intrinsic.
Peter Collingbourne
2016-06-25
1
-12
/
+142
*
IR: New representation for CFI and virtual call optimization pass metadata.
Peter Collingbourne
2016-06-24
1
-75
/
+75
*
[PM] Remove support for omitting the AnalysisManager argument to new
Chandler Carruth
2016-06-17
1
-1
/
+2
*
[PM] Port WholeProgramDevirt to the new pass manager.
Davide Italiano
2016-06-14
1
-0
/
+6
*
Re-apply r269081 and r269082 with a fix for MSVC.
Peter Collingbourne
2016-05-10
1
-51
/
+13
*
Revert r269081 and r269082 while I try to find the right incantation to fix M...
Peter Collingbourne
2016-05-10
1
-12
/
+51
*
WholeProgramDevirt: Move logic for finding devirtualizable call sites to Anal...
Peter Collingbourne
2016-05-10
1
-51
/
+12
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+6
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-6
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+6
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+2
*
Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C43...
Aaron Ballman
2016-03-30
1
-1
/
+1
*
Fix evaluation order. Spotted by Alexander Riccio!
Peter Collingbourne
2016-03-08
1
-1
/
+1
*
Fix GCC build.
Peter Collingbourne
2016-02-09
1
-0
/
+4
*
WholeProgramDevirt: introduce.
Peter Collingbourne
2016-02-09
1
-0
/
+724
[prev]