index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Frontend
/
CompilerInvocation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Revert r305164/5/7.
Daniel Jasper
2017-06-12
1
-16
/
+3
*
Driver: add support for `-gz` and `-gz=`
Saleem Abdulrasool
2017-06-11
1
-3
/
+16
*
Add -frewrite-imports flag.
Richard Smith
2017-06-09
1
-0
/
+1
*
Represent debug information compression type fully
Saleem Abdulrasool
2017-06-09
1
-1
/
+3
*
[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...
Kostya Serebryany
2017-06-08
1
-0
/
+2
*
Revert "[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage...
Renato Golin
2017-06-05
1
-2
/
+0
*
[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...
Kostya Serebryany
2017-06-03
1
-0
/
+2
*
[Modules] Handle sanitizer feature mismatches when importing modules
Vedant Kumar
2017-06-01
1
-0
/
+7
*
[clang-cl] Improve default calling convention flag handling
Reid Kleckner
2017-05-31
1
-2
/
+2
*
IRGen: Add optnone attribute on function during O0
Mehdi Amini
2017-05-29
1
-0
/
+1
*
Revert MSVC CXXOperatorNames patch due to issues with Chromium
Erich Keane
2017-05-25
1
-1
/
+1
*
For Microsoft compatibility, set fno_operator_names
Erich Keane
2017-05-24
1
-1
/
+1
*
Allow to use vfs::FileSystem for file accesses inside ASTUnit.
Ilya Biryukov
2017-05-23
1
-4
/
+11
[next]