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
...
*
Revert r259977 - [OpenMP] Reorganize code to allow specialized code generatio...
Samuel Antao
2016-02-06
1
-18
/
+1
*
[OpenMP] Reorganize code to allow specialized code generation for different d...
Samuel Antao
2016-02-06
1
-1
/
+18
*
Eliminate an unnecessary enum, use the LLVM version. NFC
Paul Robinson
2016-02-05
1
-4
/
+4
*
[PGO] cc1 option name change for profile instrumentation
Rong Xu
2016-02-04
1
-3
/
+22
*
Move DebugInfoKind into its own header to cut the cyclic dependency edge from...
Benjamin Kramer
2016-02-02
1
-6
/
+6
*
Do not define GXX_RTTI macro for C.
Yunzhong Gao
2016-01-26
1
-1
/
+1
*
[CUDA] Add -fcuda-allow-variadic-functions.
Justin Lebar
2016-01-26
1
-0
/
+3
*
Introduce -fsanitize-stats flag.
Peter Collingbourne
2016-01-16
1
-0
/
+2
*
Module debugging: Make the module format part of the module hash instead
Adrian Prantl
2016-01-12
1
-2
/
+5
*
Accidentally removed part of the file header. Restoring it back.
Ekaterina Romanova
2016-01-10
1
-1
/
+1
*
[Driver] Add support for -fno-builtin-foo options.
Chad Rosier
2016-01-06
1
-1
/
+20
*
[OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...
Samuel Antao
2016-01-06
1
-0
/
+24
*
Avoid assert failure on some invalid cc1 options.
Douglas Katzman
2016-01-06
1
-8
/
+19
*
[OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...
Samuel Antao
2016-01-05
1
-24
/
+0
*
[OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao
2016-01-05
1
-0
/
+24
*
Some minor correction based on David Blaikie post-commit code review for r255...
Ekaterina Romanova
2015-12-24
1
-3
/
+2
*
[clang-cl] Add support for /Brepro
David Majnemer
2015-12-21
1
-0
/
+2
*
Recommit CC1 part of debugger tuning; pass through setting from driver to LLVM.
Paul Robinson
2015-12-19
1
-0
/
+7
*
Revert r256063, it's killing clang-tools-extra
Paul Robinson
2015-12-19
1
-7
/
+0
*
CC1 part of debugger tuning; pass through setting from driver to LLVM.
Paul Robinson
2015-12-18
1
-0
/
+7
*
Cross-DSO control flow integrity (Clang part).
Evgeniy Stepanov
2015-12-15
1
-0
/
+1
*
Do not generate DW_TAG_imported_module for anonymous namespaces (even nested)...
Ekaterina Romanova
2015-12-10
1
-0
/
+3
*
[ThinLTO] Option to invoke ThinLTO backend passes and importing
Teresa Johnson
2015-12-07
1
-0
/
+6
*
[modules] Add -cc1 flag -fmodules-embed-all-files.
Richard Smith
2015-11-24
1
-0
/
+1
*
Disable frame pointer elimination when using -pg
Xinliang David Li
2015-11-23
1
-1
/
+2
*
Revert r253846 (build bot failure))
Xinliang David Li
2015-11-23
1
-2
/
+1
*
Disable frame pointer elimination when using -pg
Xinliang David Li
2015-11-23
1
-1
/
+2
*
Revert "Make FP_CONTRACT ON the default."
Manuel Klimek
2015-11-17
1
-0
/
+1
*
Make FP_CONTRACT ON the default.
Stephen Canon
2015-11-16
1
-1
/
+0
*
Revert r240335.
Richard Smith
2015-11-12
1
-2
/
+0
*
[EABI] Add Clang support for -meabi flag
Renato Golin
2015-11-09
1
-0
/
+15
*
After some discussion, promote -fobjc-weak to a driver option.
John McCall
2015-11-05
1
-7
/
+10
*
Introduce module file extensions to piggy-back data onto module files.
Douglas Gregor
2015-11-03
1
-0
/
+52
*
Allow linking multiple bitcode files.
Artem Belevich
2015-10-27
1
-4
/
+8
*
Define weak and __weak to mean ARC-style weak references, even in MRC.
John McCall
2015-10-22
1
-5
/
+21
*
[coroutines] Add lexer support for co_await, co_yield, and co_return keywords.
Richard Smith
2015-10-22
1
-0
/
+1
*
[Driver] Alias -fvisibility=internal to -fvisibility=hidden
Reid Kleckner
2015-10-21
1
-1
/
+1
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
[Frontend] Name variable correctly.
Davide Italiano
2015-10-17
1
-2
/
+2
*
[Frontend/CompilerInvocation] Use range-based loop. NFC.
Davide Italiano
2015-10-16
1
-2
/
+2
*
Recommit "Clang support for -flto=thin."
Teresa Johnson
2015-10-15
1
-1
/
+3
*
Revert "Clang support for -flto=thin." (bot failures)
Teresa Johnson
2015-10-15
1
-3
/
+1
*
Clang support for -flto=thin.
Teresa Johnson
2015-10-15
1
-1
/
+3
*
Support Debug Info path remapping
Saleem Abdulrasool
2015-10-12
1
-0
/
+3
*
Stop messing with the 'g' group of options in CompilerInvocation.
Douglas Katzman
2015-10-08
1
-29
/
+9
*
[WinEH] Remove NewMSEH and enable its behavior by default
Reid Kleckner
2015-10-08
1
-1
/
+0
*
Add -f[no-]declspec to control recognition of __declspec as a keyword
Saleem Abdulrasool
2015-10-04
1
-0
/
+11
*
Implement ACLE 2.0 macros of chapters 6.6 and 6.7 for [ARM] and [Aarch64] tar...
Alexandros Lamprineas
2015-10-02
1
-0
/
+3
*
[CUDA] Allow parsing of host and device code simultaneously.
Artem Belevich
2015-09-22
1
-0
/
+3
[prev]
[next]