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
/
clang
/
lib
/
CodeGen
/
CodeGenAction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Remarks] Extend -fsave-optimization-record to specify the format
Francis Visoiu Mistrih
2019-06-17
1
-0
/
+5
*
Reland: [Remarks] Refactor optimization remarks setup
Francis Visoiu Mistrih
2019-06-14
1
-27
/
+24
*
Revert "[Remarks] Refactor optimization remarks setup"
Francis Visoiu Mistrih
2019-06-14
1
-24
/
+27
*
[Remarks] Refactor optimization remarks setup
Francis Visoiu Mistrih
2019-06-13
1
-27
/
+24
*
[Remarks][NFC] Move the serialization to lib/Remarks
Francis Visoiu Mistrih
2019-05-30
1
-1
/
+2
*
Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...
Nico Weber
2019-04-04
1
-2
/
+3
*
Reland "[Remarks] Add -foptimization-record-passes to filter remark emission"
Francis Visoiu Mistrih
2019-03-12
1
-0
/
+7
*
Revert "[Remarks] Add -foptimization-record-passes to filter remark emission"
Francis Visoiu Mistrih
2019-03-12
1
-7
/
+0
*
[Remarks] Add -foptimization-record-passes to filter remark emission
Francis Visoiu Mistrih
2019-03-12
1
-0
/
+7
*
Reland "[Remarks] Refactor remark diagnostic emission in a RemarkStreamer"
Francis Visoiu Mistrih
2019-03-06
1
-2
/
+3
*
Revert "[Remarks] Refactor remark diagnostic emission in a RemarkStreamer"
Francis Visoiu Mistrih
2019-03-06
1
-3
/
+2
*
[Remarks] Refactor remark diagnostic emission in a RemarkStreamer
Francis Visoiu Mistrih
2019-03-06
1
-2
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Reapply "Avoid emitting redundant or unusable directories in DIFile metadata ...
Adrian Prantl
2018-12-06
1
-6
/
+10
*
Revert "Avoid emitting redundant or unusable directories in DIFile metadata e...
Ilya Biryukov
2018-12-04
1
-10
/
+6
*
Avoid emitting redundant or unusable directories in DIFile metadata entries.
Adrian Prantl
2018-12-03
1
-6
/
+10
*
[CodeGen][Timers] Enable llvm::TimePassesIsEnabled when -ftime-report is spec...
Craig Topper
2018-08-08
1
-0
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Change \t to spaces
Fangrui Song
2018-07-20
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-5
/
+5
*
Use special new Clang flag 'FrontendTimesIsEnabled' instead of 'llvm::TimePas...
Andrew V. Tischenko
2018-04-23
1
-9
/
+9
*
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...
Nico Weber
2018-04-10
1
-37
/
+46
*
-ftime-report switch support in Clang.
Andrew V. Tischenko
2018-04-10
1
-46
/
+37
*
Add possibility to specify output stream for CompilerInstance
Alexey Sotkin
2018-03-02
1
-1
/
+4
*
[ThinLTO] Ignore object files with no ThinLTO modules if -fthinlto-index= is set
Vitaly Buka
2018-02-16
1
-5
/
+14
*
Handle/assert on DK_Remark
Adam Nemet
2017-10-12
1
-0
/
+4
*
Revert "[ADT] Make Twine's copy constructor private."
Zachary Turner
2017-10-11
1
-1
/
+1
*
[ADT] Make Twine's copy constructor private.
Zachary Turner
2017-10-11
1
-1
/
+1
*
Move verbosity check for opt remarks to the diag handler.
Adam Nemet
2017-10-04
1
-0
/
+4
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-4
/
+3
*
Add override for ClangDiagnosticHandler::isAnyRemarkEnabled()
Adam Nemet
2017-09-19
1
-0
/
+6
*
Fix ClangDiagnosticHandler::is*RemarkEnabled members
Adam Nemet
2017-09-19
1
-4
/
+5
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 LLVM code change...
Vivek Pandya
2017-09-15
1
-9
/
+34
*
Un-revert "[Driver] Add -fdiagnostics-hotness-threshold"
Brian Gesiak
2017-07-01
1
-0
/
+3
*
Revert "[Driver] Add -fdiagnostics-hotness-threshold"
Brian Gesiak
2017-07-01
1
-3
/
+0
*
[Driver] Add -fdiagnostics-hotness-threshold
Brian Gesiak
2017-07-01
1
-0
/
+3
*
[ORE] Use LLVM's "diagnostics hotness" spelling
Brian Gesiak
2017-06-30
1
-2
/
+2
*
Fix uninitialized bool read causing x86_64-mno-sse.c test failure
Reid Kleckner
2017-05-12
1
-5
/
+5
*
Refactor frontend InputKind to prepare for treating module maps as a distinct...
Richard Smith
2017-04-26
1
-1
/
+1
*
Fix -Wunused-lambda-capture warning in new code
Reid Kleckner
2017-03-13
1
-1
/
+1
*
[Linker] Provide callback for internalization
Jonas Devlieghere
2017-03-13
1
-7
/
+24
*
Rename DiagnosticInfoWithDebugLoc to WithLocation to match LLVM
Justin Bogner
2017-02-17
1
-3
/
+3
*
[DebugInfo] Added support to Clang FE for generating debug info for preproces...
Amjad Aboud
2017-02-09
1
-0
/
+14
*
IRGen: When loading the main module in the distributed ThinLTO backend, look ...
Peter Collingbourne
2017-01-26
1
-2
/
+23
*
Support MIR opt-remarks with -fsave-optimization-record
Adam Nemet
2017-01-26
1
-33
/
+46
*
[CodeGen] [CUDA] Add the ability set default attrs on functions in linked mod...
Justin Lebar
2017-01-25
1
-40
/
+44
*
IRGen: Factor out function CodeGenAction::loadModule. NFCI.
Peter Collingbourne
2017-01-24
1
-28
/
+38
*
CodeGen: plumb header search down to the IAS
Saleem Abdulrasool
2017-01-05
1
-7
/
+9
*
Fix -Winconsistent-missing-override in CodeGenAction.cpp
Reid Kleckner
2016-11-30
1
-1
/
+1
*
Stop handling interesting deserialized decls after HandleTranslationUnit
Reid Kleckner
2016-11-30
1
-0
/
+13
[next]