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
*
[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
*
Separate the Verifier into an analysis and a transformation pass and
Adrian Prantl
2016-05-09
1
-0
/
+5
*
Refactor backend diagnostics for unsupported features
Oliver Stannard
2016-02-02
1
-3
/
+13
*
Revert r259035, it introduces a cyclic library dependency
Oliver Stannard
2016-01-28
1
-3
/
+3
*
Add backend dignostic printer for unsupported features
Oliver Stannard
2016-01-28
1
-3
/
+3
*
Revert r258951 (and r258950), "Refactor backend diagnostics for unsupported f...
NAKAMURA Takumi
2016-01-28
1
-3
/
+3
*
Refactor backend diagnostics for unsupported features
Oliver Stannard
2016-01-27
1
-3
/
+3
*
[PGO] Resubmit "MST based PGO instrumentation infrastructure" (r254021)
Rong Xu
2015-12-09
1
-0
/
+6
*
[PGO] Revert revision r254021,r254028,r254035
Rong Xu
2015-11-24
1
-6
/
+0
*
[PGO] MST based PGO instrumentation infrastructure
Rong Xu
2015-11-24
1
-0
/
+6
*
StringRef-ify DiagnosticInfoSampleProfile::Filename
David Blaikie
2015-11-02
1
-4
/
+6
*
Print vectorization analysis when loop hint is specified.
Tyler Nowicki
2015-08-11
1
-2
/
+5
*
Extend late diagnostics to include late test for runtime pointer checks.
Tyler Nowicki
2015-08-10
1
-0
/
+9
*
Late evaluation of the fast-math vectorization requirement.
Tyler Nowicki
2015-08-10
1
-0
/
+9
*
Fix -Wextra-semi warnings.
Hans Wennborg
2015-07-22
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
[next]