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
/
IR
/
DiagnosticInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
This change add's optimization remark in LoopVersioning LICM pass.
Ashutosh Nema
2018-01-23
1
-0
/
+4
*
Test commit
Matthew Voss
2018-01-09
1
-1
/
+1
*
[OptRemark] Move YAML writing to IR
Adam Nemet
2017-10-04
1
-0
/
+80
*
Allow ORE.emit to take a closure to delay building the remark object
Adam Nemet
2017-09-19
1
-12
/
+4
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-64
/
+14
*
This reverts r313381
Vivek Pandya
2017-09-15
1
-14
/
+64
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-64
/
+14
*
Support all integer types in DiagnosticInfoOptimizationBase::Argument
Adam Nemet
2017-08-24
1
-2
/
+10
*
[ORE] Remove Old Optimization Remark API
Sam Elliott
2017-08-21
1
-43
/
+4
*
[OptDiag] Updating Remarks in SampleProfile
Eli Friedman
2017-08-11
1
-0
/
+10
*
Migrate PGOMemOptSizeOpt to use new OptimizationRemarkEmitter Pass
Sam Elliott
2017-07-30
1
-0
/
+3
*
[OptRemark] Allow streaming of 64-bit integers
Adam Nemet
2017-07-27
1
-0
/
+6
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+3
*
IR: Give function GlobalValue::getRealLinkageName() a less misleading name: d...
Peter Collingbourne
2017-05-16
1
-1
/
+1
*
[IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
Eugene Zelenko
2017-05-15
1
-6
/
+17
*
[Stack Protection] Add diagnostic information for why stack protection was ap...
David Bozier
2017-02-28
1
-1
/
+16
*
[ORE] Use const CodeRegions in the remark diagnostics. NFC.
Ahmed Bougacha
2017-02-23
1
-6
/
+6
*
OptDiag: Add const to some interfaces that don't modify anything. NFC
Justin Bogner
2017-02-22
1
-1
/
+1
*
OptDiag: Allow constructing DiagnosticLocation from DISubprograms
Justin Bogner
2017-02-18
1
-1
/
+9
*
OptDiag: Decouple backend diagnostics from debug info metadata
Justin Bogner
2017-02-18
1
-43
/
+41
*
OptDiag: Rename DiagnosticInfoWithDebugLoc to WithLocation. NFC
Justin Bogner
2017-02-17
1
-3
/
+3
*
[OptDiag] Pass const Values/Types to Argument. NFC.
Ahmed Bougacha
2017-02-15
1
-2
/
+2
*
[LV] Also port failure remarks to new OptimizationRemarkEmitter API
Adam Nemet
2017-02-02
1
-12
/
+7
*
New OptimizationRemarkEmitter pass for MIR
Adam Nemet
2017-01-25
1
-8
/
+7
*
[OptDiag] Split code region out of DiagnosticInfoOptimizationBase
Adam Nemet
2017-01-25
1
-18
/
+17
*
[GVN, OptDiag] Include the value that is forwarded in load elimination
Adam Nemet
2016-12-01
1
-2
/
+22
*
[GVN] Basic optimization remark support
Adam Nemet
2016-12-01
1
-0
/
+6
*
Revert "[GVN] Basic optimization remark support"
Adam Nemet
2016-11-30
1
-6
/
+0
*
[GVN] Basic optimization remark support
Adam Nemet
2016-11-29
1
-0
/
+6
*
Revert "[GVN] Basic optimization remark support"
Adam Nemet
2016-11-29
1
-6
/
+0
*
Revert "[GVN, OptDiag] Include the value that is forwarded in load elimination"
Adam Nemet
2016-11-29
1
-22
/
+2
*
[GVN, OptDiag] Include the value that is forwarded in load elimination
Adam Nemet
2016-11-28
1
-2
/
+22
*
[GVN] Basic optimization remark support
Adam Nemet
2016-11-28
1
-0
/
+6
*
[OptDiag, opt-viewer] Save callee's location and display as link
Adam Nemet
2016-11-07
1
-1
/
+8
*
[OptRemarks] Remove non-printable chars from function name
Adam Nemet
2016-10-08
1
-0
/
+2
*
[LoopDataPrefetch] Port to new streaming API for opt remarks
Adam Nemet
2016-09-30
1
-0
/
+7
*
[LV] Port OptimizationRemarkAnalysisFPCommute and
Adam Nemet
2016-09-29
1
-0
/
+9
*
[LV] Convert emitRemark to new opt remark streaming interface
Adam Nemet
2016-09-29
1
-0
/
+11
*
[Inliner] Port all opt remarks to new streaming API
Adam Nemet
2016-09-27
1
-0
/
+23
*
Shorten DiagnosticInfoOptimizationRemark* to OptimizationRemark*. NFC
Adam Nemet
2016-09-27
1
-14
/
+12
*
Output optimization remarks in YAML
Adam Nemet
2016-09-27
1
-0
/
+37
*
Sort headers
Adam Nemet
2016-09-27
1
-1
/
+1
*
Revert "Output optimization remarks in YAML"
Adam Nemet
2016-09-27
1
-33
/
+0
*
Output optimization remarks in YAML
Adam Nemet
2016-09-27
1
-0
/
+33
*
[DiagnosticInfo] Add a diagnostic class for the fallback of ISel.
Quentin Colombet
2016-08-31
1
-0
/
+4
*
[OptRemark,LDist] RFC: Add hotness attribute
Adam Nemet
2016-07-15
1
-0
/
+2
*
[Diag] Add getter shouldAlwaysPrint. NFC
Adam Nemet
2016-06-29
1
-2
/
+2
*
Generalize DiagnosticInfoStackSize to support other limits
Matt Arsenault
2016-06-20
1
-3
/
+7
*
Separate the Verifier into an analysis and a transformation pass and
Adrian Prantl
2016-05-09
1
-0
/
+5
*
Revert "Separate the Verifier into an analysis and a transformation pass and"
Adrian Prantl
2016-05-09
1
-5
/
+0
[next]