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
...
*
[CUDA] Allow function overloads in CUDA based on host/device attributes.
Artem Belevich
2015-09-22
1
-0
/
+3
*
Emiting llvm.invariant.group.barrier when dynamic type changes
Piotr Padlewski
2015-09-15
1
-0
/
+1
*
[CUDA] Postprocess bitcode linked in during device-side CUDA compilation.
Artem Belevich
2015-09-10
1
-0
/
+3
*
Do not include default sanitizer blacklists into -M/-MM/-MD/-MMD output.
Ivan Krasin
2015-09-02
1
-1
/
+1
*
Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1
Adrian Prantl
2015-08-27
1
-0
/
+1
*
[modules] Add an experimental -cc1 feature to embed the contents of an input
Richard Smith
2015-08-14
1
-0
/
+1
*
[modules] For explicit module file dependencies, only list direct dependency ...
Richard Smith
2015-08-13
1
-0
/
+3
*
Add sanitizer blacklists to the rules generated with -M/-MM/-MD/-MMD.
Ivan Krasin
2015-08-13
1
-0
/
+4
*
Add -fno-coverage-mapping flag.
Diego Novillo
2015-08-05
1
-1
/
+2
*
Remove unnecessary ClangLibdirSuffix variable.
Yaron Keren
2015-08-05
1
-6
/
+4
*
Add -gcodeview and -gdwarf to control which type Clang emits
Reid Kleckner
2015-08-05
1
-3
/
+7
*
Delete trailing whitespace
Douglas Katzman
2015-08-05
1
-16
/
+16
*
[MS ABI] Hook clang up to the new EH instructions
David Majnemer
2015-07-31
1
-0
/
+1
*
Add support for System z vector language extensions
Ulrich Weigand
2015-07-30
1
-0
/
+4
*
Add -femulated-tls flag to select the emulated TLS model.
Chih-Hung Hsieh
2015-07-28
1
-0
/
+3
*
Fix -save-temp when using objc-arc, sanitizer and profiling
Steven Wu
2015-07-17
1
-1
/
+11
*
Make the clang module container format selectable from the command line.
Adrian Prantl
2015-07-17
1
-0
/
+2
*
[OpenMP] Add TLS-based implementation for threadprivate directive.
Samuel Antao
2015-07-13
1
-0
/
+2
*
Add an experimental flag -fsanitize-memory-use-after-dtor.
Evgeniy Stepanov
2015-07-10
1
-0
/
+2
*
Resubmit "Pass down the -flto option to the -cc1 job" (r239481)
Teresa Johnson
2015-07-06
1
-0
/
+2
*
[Modules] Consider -fmodule-feature in module hash and when loading
Ben Langmuir
2015-06-23
1
-0
/
+4
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Update for LLVM API change to return by InputArgList directly (rather than by...
David Blaikie
2015-06-22
1
-18
/
+18
*
[modules] Add a flag to disable the feature that permits conflicting redefini...
Richard Smith
2015-06-22
1
-0
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
ArrayRef-ify ParseArgs
David Blaikie
2015-06-21
1
-2
/
+2
*
Introduce -fsanitize-trap= flag.
Peter Collingbourne
2015-06-18
1
-2
/
+3
*
[modules] Simplify -cc1 interface for enabling implicit module maps.
Richard Smith
2015-06-16
1
-4
/
+1
*
Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in Ve...
Eric Fiselier
2015-06-13
1
-1
/
+31
*
Revert commit r239481 as it is dependent on reverted llvm commit r239480.
Teresa Johnson
2015-06-12
1
-2
/
+0
*
add the -mrecip driver flag and process its options (3rd try)
Sanjay Patel
2015-06-11
1
-1
/
+1
*
Pass down the -flto option to the -cc1 job, and from there into the
Teresa Johnson
2015-06-10
1
-0
/
+2
*
Removing spurious semi colons; NFC.
Aaron Ballman
2015-06-09
1
-1
/
+1
*
range-for'ify Args->filtered_begin(...) loops
Sean Silva
2015-06-09
1
-108
/
+64
*
Simplify this code a bit.
Sean Silva
2015-06-09
1
-6
/
+5
*
Revert "add the -mrecip driver flag and process its options (2nd try)"
Rafael Espindola
2015-06-03
1
-1
/
+1
*
add the -mrecip driver flag and process its options (2nd try)
Sanjay Patel
2015-06-02
1
-1
/
+1
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-10
/
+10
*
This reverts commit r238064 and r238055.
Rafael Espindola
2015-05-23
1
-1
/
+1
*
add the -mrecip driver flag and process its options
Sanjay Patel
2015-05-22
1
-1
/
+1
*
"This adds -fconcepts-ts as a cc1 option for enabling the
Faisal Vali
2015-05-22
1
-0
/
+1
*
[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)
Alexey Bataev
2015-05-20
1
-6
/
+2
*
[modules] Add local submodule visibility support for declarations.
Richard Smith
2015-05-15
1
-0
/
+6
*
Add flag to enable native half type
Pirama Arumuga Nainar
2015-05-14
1
-1
/
+1
*
Make GNUInline consistent with whether we use traditional GNU inline semantics.
Peter Collingbourne
2015-05-13
1
-3
/
+8
*
Move sanitizer parser and group expander from Driver to Basic.
Peter Collingbourne
2015-05-11
1
-4
/
+1
*
Unify sanitizer kind representation between the driver and the rest of the co...
Peter Collingbourne
2015-05-11
1
-3
/
+3
*
[cuda] Include GPU binary into host object file and generate init/deinit code.
Artem Belevich
2015-05-07
1
-0
/
+3
*
[SanitizerCoverage] Give clang-cc1 the power to precisly specify needed sanit...
Alexey Samsonov
2015-05-07
1
-2
/
+8
*
[modules] Add -fmodules-local-submodule-visibility flag.
Richard Smith
2015-05-01
1
-0
/
+2
[prev]
[next]