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
...
*
[Driver] Report available language standards on user error
Richard Smith
2017-02-14
1
-49
/
+83
*
[DebugInfo] Added support to Clang FE for generating debug info for preproces...
Amjad Aboud
2017-02-09
1
-0
/
+1
*
[X86] Teach Clang about -mfentry flag
Nirav Dave
2017-01-31
1
-0
/
+1
*
Prototype of modules codegen
David Blaikie
2017-01-30
1
-0
/
+1
*
[CodeGen] [CUDA] Add the ability set default attrs on functions in linked mod...
Justin Lebar
2017-01-25
1
-5
/
+10
*
Add -fdebug-info-for-profiling to emit more debug info for sample pgo profile...
Dehao Chen
2017-01-19
1
-0
/
+2
*
Move vtable type metadata emission behind a cc1-level flag.
Peter Collingbourne
2017-01-18
1
-0
/
+1
*
unique_ptrify createDriverOptTable
David Blaikie
2017-01-13
1
-1
/
+1
*
Add a cc1 option to force disabling lifetime-markers emission from clang
Mehdi Amini
2017-01-06
1
-0
/
+1
*
Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...
David Blaikie
2017-01-06
1
-6
/
+5
*
Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...
David Blaikie
2017-01-06
1
-5
/
+6
*
IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...
David Blaikie
2017-01-05
1
-6
/
+5
*
Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtension
David Blaikie
2017-01-05
1
-2
/
+2
*
Add -f[no-]strict-return flag that can be used to avoid undefined behaviour
Alex Lorenz
2017-01-04
1
-0
/
+1
*
[c++17] Implement P0522R0 as written. This allows a template template argument
Richard Smith
2016-12-31
1
-0
/
+2
*
[PM] Introduce options to enable the (still experimental) new pass
Chandler Carruth
2016-12-23
1
-0
/
+4
*
Cleanup the handling of noinline function attributes, -fno-inline,
Chandler Carruth
2016-12-23
1
-17
/
+25
*
Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.
Chandler Carruth
2016-12-23
1
-1
/
+0
*
Revert another accidental bit
Paul Robinson
2016-12-19
1
-2
/
+0
*
Undo accidental comit
Paul Robinson
2016-12-19
1
-0
/
+2
*
[PS4] Undo dialect tweak for Objective-C.
Paul Robinson
2016-12-14
1
-2
/
+4
*
Simplify parseShowColorsArgs logic, NFC.
Yaron Keren
2016-12-10
1
-13
/
+4
*
Revert r285664, cxx-abi-dev chose to go in a different direction for the ABI ...
Richard Smith
2016-12-01
1
-1
/
+0
*
[Preprocessor] Support for '-dI' flag
Bruno Cardoso Lopes
2016-11-17
1
-0
/
+1
*
Add a new optimization option -Og
Sylvestre Ledru
2016-11-11
1
-0
/
+3
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
[OpenCL] Override supported OpenCL extensions with -cl-ext option
Alexey Bader
2016-11-01
1
-0
/
+1
*
Implement ABI proposal for throwing noexcept function pointers, per discussion
Richard Smith
2016-11-01
1
-0
/
+1
*
Revert "[Preprocessor] Support for '-dI' flag"
Bruno Cardoso Lopes
2016-10-28
1
-1
/
+0
*
[Preprocessor] Support for '-dI' flag
Bruno Cardoso Lopes
2016-10-28
1
-0
/
+1
*
Do not print include_next/pragma once warnings when input is a header.
Erik Verbruggen
2016-10-27
1
-2
/
+11
*
Switch SmallSetVector to use DenseSet when it overflows its inline space.
Justin Lebar
2016-10-21
1
-2
/
+4
*
New clang option -mpie-copy-relocations to use copy relocations for PIE builds.
Sriraman Tallam
2016-10-19
1
-0
/
+2
*
Reapply [Driver][Diagnostics] Make 'show option names' default for driver war...
Bruno Cardoso Lopes
2016-10-11
1
-4
/
+7
*
Revert "[Driver][Diagnostics] Make 'show option names' default for driver war...
Renato Golin
2016-10-11
1
-7
/
+4
*
Add an option to save the backend-produced YAML optimization record to a file
Hal Finkel
2016-10-11
1
-0
/
+4
*
[Driver][Diagnostics] Make 'show option names' default for driver warnings
Bruno Cardoso Lopes
2016-10-11
1
-4
/
+7
*
Add -fno-sanitize-address-use-after-scope flag
Vitaly Buka
2016-10-10
1
-2
/
+5
*
[CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h.
Justin Lebar
2016-10-08
1
-3
/
+4
*
[coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts
Gor Nishanov
2016-10-02
1
-1
/
+1
*
P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, we
Richard Smith
2016-09-30
1
-0
/
+13
*
CC1: Add -save-stats option
Matthias Braun
2016-09-26
1
-0
/
+1
*
Revert "set the underlying value of “#pragma STDC FP_CONTRACT” on by defa...
Renato Golin
2016-09-23
1
-6
/
+0
*
set the underlying value of “#pragma STDC FP_CONTRACT” on by default
Sebastian Pop
2016-09-23
1
-0
/
+6
*
[sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...
Kostya Serebryany
2016-09-14
1
-0
/
+2
*
Reapply r281276 with passing -emit-llvm in one of the tests
Adam Nemet
2016-09-13
1
-0
/
+6
*
Revert "Add -fdiagnostics-show-hotness"
Adam Nemet
2016-09-13
1
-6
/
+0
*
Add -fdiagnostics-show-hotness
Adam Nemet
2016-09-12
1
-0
/
+6
*
Add -fprofile-dir= to clang.
Nick Lewycky
2016-08-31
1
-1
/
+2
*
Unrevert r280035 now that the clang-cl bug it exposed has been fixed by
Richard Smith
2016-08-30
1
-0
/
+2
[prev]
[next]