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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ObjC] Avoid the -Wunguarded-availability warnings for protocol
Alex Lorenz
2017-07-07
2
-4
/
+12
*
This call-site should have been updated as part of D34304.
Sterling Augustine
2017-07-06
1
-3
/
+5
*
Reject attempts to build a module without -fmodules, rather than silently doi...
Richard Smith
2017-07-06
1
-0
/
+10
*
Allow CompilerInvocations to generate .d files.
Sterling Augustine
2017-07-06
2
-6
/
+27
*
[Objective-C] Fix non-determinism in clang
Mandeep Singh Grang
2017-07-06
1
-4
/
+5
*
This reverts r305820 (ARMv.2-A FP16 vector intrinsics) because it shows
Sjoerd Meijer
2017-07-06
4
-182
/
+7
*
[OpenMP] Extend CLANG target options with device offloading kind.
Gheorghe-Teodor Bercea
2017-07-06
18
-32
/
+73
*
[OpenMP] Customize CUDA-based tool chain selection
Gheorghe-Teodor Bercea
2017-07-06
1
-2
/
+16
*
[clang-format] Add space between a message field key and the opening bracket ...
Krasimir Georgiev
2017-07-06
1
-0
/
+2
*
[modules ts] Do not emit strong function definitions from the module interfac...
Richard Smith
2017-07-06
1
-2
/
+12
*
Fix test case in pre-C++11 mode; address Aaron Ballman's code review.
Douglas Gregor
2017-07-05
1
-2
/
+2
*
Cope with Range-v3's CONCEPT_REQUIRES idiom
Douglas Gregor
2017-07-05
1
-0
/
+34
*
Customize the SFINAE diagnostics for enable_if to provide the failed condition.
Douglas Gregor
2017-07-05
2
-7
/
+140
*
[Sema] Don't allow -Wunguarded-availability to be silenced with redecls
Erik Pilkington
2017-07-05
3
-104
/
+114
*
Address comments that escaped D33333
Erich Keane
2017-07-05
1
-7
/
+12
*
[SystemZ] Simplify handling of ISA revisions
Ulrich Weigand
2017-07-05
1
-26
/
+22
*
[driver][mips] Use AddTargetFeature to check arguments and add feature flags....
Simon Atanasyan
2017-07-05
1
-7
/
+2
*
[driver][mips] Remove redundant curly brackets. NFC
Simon Atanasyan
2017-07-05
1
-3
/
+2
*
[clang-format] Fix an uninitialized memory access
Krasimir Georgiev
2017-07-05
1
-7
/
+9
*
Add const to reference arguments of Diagnostic ctor
Alexander Kornienko
2017-07-05
1
-3
/
+3
*
Fix invalid warnings for header guards in preambles
Erik Verbruggen
2017-07-05
4
-7
/
+5
*
[modules ts] Improve merging of module-private declarations.
Richard Smith
2017-07-05
4
-35
/
+67
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-05
2
-3
/
+3
*
[AMDGPU] Fix size and alignment of size_t and pointer types
Yaxun Liu
2017-07-05
1
-6
/
+14
*
[modules ts] Declarations from a module interface unit are only visible outside
Richard Smith
2017-07-05
5
-19
/
+60
*
[AMDGPU] Fix regressions on mesa/clover with libclc due to address space
Yaxun Liu
2017-07-04
1
-10
/
+18
*
Enable LLVM asan support for NetBSD/amd64
Kamil Rytarowski
2017-07-04
3
-0
/
+15
*
clang-format: [JS] space between pseudo keywords and template literals.
Martin Probst
2017-07-04
2
-1
/
+25
*
[index] Index nested name qualifiers in a forward declaration of a
Alex Lorenz
2017-07-04
1
-0
/
+2
*
[OpenCL] Rename err_opencl_enqueue_kernel_expected_type
Joey Gouly
2017-07-04
1
-15
/
+18
*
[CodeGen] Check key function for typeinfo import
Shoaib Meenai
2017-07-04
1
-3
/
+7
*
[Sema] Make BreakContinueFinder handle nested loops.
Eli Friedman
2017-07-04
1
-6
/
+61
*
[clang] Implement -Wcast-qual for C++
Roman Lebedev
2017-07-03
1
-24
/
+70
*
Revert "clang-format: [JS] space between pseudo keywords and template literals."
Martin Probst
2017-07-03
1
-5
/
+1
*
[clang-format] Support text proto messages
Krasimir Georgiev
2017-07-03
5
-29
/
+85
*
clang-format: [JS] space between pseudo keywords and template literals.
Martin Probst
2017-07-03
1
-1
/
+5
*
[index] Remove 'implicit' role for message sends in implicit ObjC
Alex Lorenz
2017-07-03
1
-1
/
+25
*
Add a fixit for -Wobjc-protocol-property-synthesis
Alex Lorenz
2017-07-03
2
-5
/
+11
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-03
4
-4
/
+4
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-02
2
-3
/
+3
*
Add an option group for deprecated warnings. Add the removed
Joerg Sonnenberger
2017-07-01
1
-0
/
+6
*
[modules] Teach clang how to merge typedef over anonymous structs in C mode.
Vassil Vassilev
2017-07-01
2
-5
/
+3
*
[OpenMP] Fix mapping of scalars for combined directives
Jonas Hahnfeld
2017-07-01
1
-3
/
+26
*
fix trivial typos; NFC
Hiroshi Inoue
2017-07-01
5
-5
/
+5
*
Changed Opts.EABIVersion type string to llvm::EABI enum class
Yuka Takahashi
2017-07-01
3
-8
/
+4
*
Un-revert "[Driver] Add -fdiagnostics-hotness-threshold"
Brian Gesiak
2017-07-01
3
-6
/
+21
*
Revert "[Driver] Add -fdiagnostics-hotness-threshold"
Brian Gesiak
2017-07-01
3
-21
/
+6
*
[Driver] Add -fdiagnostics-hotness-threshold
Brian Gesiak
2017-07-01
3
-6
/
+21
*
Fix indentation.
Akira Hatanaka
2017-07-01
1
-7
/
+7
*
Update clang support for -mexecute-only/-mpure-code for backend change to use...
Eric Christopher
2017-07-01
1
-3
/
+1
[next]