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
/
Frontend
/
CompilerInvocation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Correct line endings that got mixed up in r320089; NFC.
Aaron Ballman
2017-12-07
1
-202
/
+202
*
Add new language mode flags for C17.
Aaron Ballman
2017-12-07
1
-200
/
+201
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-3
/
+3
*
[XRay][clang] Introduce -fxray-always-emit-customevents
Dean Michael Berris
2017-11-30
1
-0
/
+7
*
Toolchain: Normalize dwarf, sjlj and seh eh
Martell Malone
2017-11-29
1
-1
/
+12
*
Revert "Toolchain: Normalize dwarf, sjlj and seh eh"
Martell Malone
2017-11-29
1
-12
/
+1
*
Toolchain: Normalize dwarf, sjlj and seh eh
Martell Malone
2017-11-29
1
-1
/
+12
*
Add -finstrument-function-entry-bare flag
Hans Wennborg
2017-11-21
1
-0
/
+2
*
Revert r318669/318694
Erich Keane
2017-11-20
1
-4
/
+0
*
For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is available
Erich Keane
2017-11-20
1
-0
/
+4
*
[CodeGen] Move Reciprocals option from TargetOptions to CodeGenOptions
Craig Topper
2017-11-20
1
-1
/
+1
*
[Driver] Add a cc1 flag for the new TBAA metadata format
Ivan A. Kosarev
2017-11-20
1
-0
/
+2
*
Switch -mcount and -finstrument-functions to emit EnterExitInstrumenter attri...
Hans Wennborg
2017-11-14
1
-0
/
+2
*
New clang option -fno-plt which avoids the PLT and lazy binding while making ...
Sriraman Tallam
2017-11-07
1
-0
/
+1
*
Add default calling convention support for regcall.
Erich Keane
2017-11-02
1
-3
/
+4
*
[CFI] Add CFI-icall pointer type generalization
Vlad Tsyrklevich
2017-10-31
1
-0
/
+2
*
Revert r316193.
Richard Smith
2017-10-20
1
-1
/
+0
*
Try to shorten system header paths when using -MD depfiles
Peter Wu
2017-10-19
1
-0
/
+1
*
[Bitfield] Add an option to access bitfield in a fine-grained manner.
Wei Mi
2017-10-16
1
-0
/
+10
*
Add -f[no-]double-square-bracket-attributes as new driver options to control ...
Aaron Ballman
2017-10-15
1
-0
/
+6
*
Driver: hoist the `wchar_t` handling to the driver
Saleem Abdulrasool
2017-10-06
1
-1
/
+10
*
[PS4] Tidy up some debug-tuning v. triple decision-making.
Paul Robinson
2017-09-29
1
-1
/
+1
*
[DWARF] Allow forward declarations of a class template instantiation
Paul Robinson
2017-09-28
1
-0
/
+1
*
[MSan] Add flag to disable use-after-dtor.
Matt Morehouse
2017-09-14
1
-1
/
+3
*
IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.
Peter Collingbourne
2017-09-12
1
-0
/
+1
*
[modules] Add ability to specify module name to module file mapping (reapply)
Boris Kolpackov
2017-08-31
1
-4
/
+18
*
Revert r312105 [modules] Add ability to specify module name to module file ma...
Victor Leschuk
2017-08-30
1
-18
/
+4
*
[modules] Add ability to specify module name to module file mapping
Boris Kolpackov
2017-08-30
1
-4
/
+18
*
Minimal runtime for UBSan.
Evgeniy Stepanov
2017-08-29
1
-0
/
+1
*
Add flag to request Clang is ABI-compatible with older versions of itself
Richard Smith
2017-08-26
1
-0
/
+27
*
Expose -mllvm -accurate-sample-profile to clang.
Dehao Chen
2017-08-24
1
-0
/
+2
*
[SanitizerCoverage] Add stack depth tracing instrumentation.
Matt Morehouse
2017-08-18
1
-0
/
+2
*
[OpenMP] Error when trying to offload to an unsupported architecture
Gheorghe-Teodor Bercea
2017-08-07
1
-1
/
+8
*
[OpenMP] Prevent emission of exception handling code when using OpenMP to off...
Gheorghe-Teodor Bercea
2017-08-07
1
-0
/
+7
*
[mips] Revert r309942 & r309940
Simon Dardis
2017-08-03
1
-2
/
+0
*
[mips] Implement -muninit-const-in-rodata
Simon Dardis
2017-08-03
1
-0
/
+2
*
[sanitizer-coverage] clang flags pumbing for -fsanitize-coverage=pc-table
Kostya Serebryany
2017-07-28
1
-0
/
+1
*
[c++2a] Add option -std=c++2a to enable support for potential/transitional C+...
Faisal Vali
2017-07-16
1
-0
/
+1
*
Changed Opts.EABIVersion type string to llvm::EABI enum class
Yuka Takahashi
2017-07-01
1
-1
/
+1
*
Un-revert "[Driver] Add -fdiagnostics-hotness-threshold"
Brian Gesiak
2017-07-01
1
-6
/
+12
*
Revert "[Driver] Add -fdiagnostics-hotness-threshold"
Brian Gesiak
2017-07-01
1
-12
/
+6
*
[Driver] Add -fdiagnostics-hotness-threshold
Brian Gesiak
2017-07-01
1
-6
/
+12
*
Remove Clang support for '-fvectorize-slp-aggressive' which used LLVM's
Chandler Carruth
2017-06-30
1
-1
/
+0
*
[NewPM] Add Clang cc1 flag -fdebug-pass-manager for printing debug information.
Tim Shen
2017-06-29
1
-0
/
+4
*
[Sema] Issue diagnostics if a new/delete expression generates a call to
Akira Hatanaka
2017-06-29
1
-0
/
+2
*
[OpenMP] Add support for auxiliary triple specification
Gheorghe-Teodor Bercea
2017-06-29
1
-0
/
+4
*
Revert "Revert r305164/5/7."
Saleem Abdulrasool
2017-06-23
1
-3
/
+16
*
[Frontend] 'Show hotness' can be used with a sampling profile
Brian Gesiak
2017-06-23
1
-2
/
+6
*
[PR33394] Avoid lexing editor placeholders when Clang is used only
Alex Lorenz
2017-06-16
1
-40
/
+54
*
Be more strict when checking the -flto option value
Yuka Takahashi
2017-06-14
1
-2
/
+8
[prev]
[next]