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
/
test
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SystemZ] Add support for new cpu architecture - arch13
Ulrich Weigand
2019-07-12
1
-1
/
+1
*
[HIP] Support attribute hip_pinned_shadow
Yaxun Liu
2019-06-26
1
-0
/
+1
*
[clang][NewPM] Add -fno-experimental-new-pass-manager to tests
Leonard Chan
2019-06-21
1
-1
/
+1
*
[Sema] Improved diagnostic for qualifiers in reference binding
Anastasia Stulova
2019-06-21
1
-1
/
+1
*
[Clang] Rename -split-dwarf-file to -split-dwarf-output
Aaron Puchert
2019-06-15
1
-1
/
+1
*
DebugInfo: Add support for 'nodebug' attribute on typedefs and alias templates
David Blaikie
2019-06-08
1
-1
/
+1
*
[X86] -march=cooperlake (clang)
Pengfei Wang
2019-06-07
1
-2
/
+2
*
Make NoThrow FunctionLike, make FunctionLike include references, fix
Erich Keane
2019-06-03
1
-1
/
+1
*
Add the `objc_class_stub` attribute.
John McCall
2019-05-30
1
-0
/
+1
*
Fix isInSystemMacro in presence of macro and pasted token
Serge Guelton
2019-05-16
1
-1
/
+6
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-1
/
+1
*
Ensure there is stack usage in stack size warning test
Matt Arsenault
2019-05-03
1
-1
/
+3
*
Support objc_nonlazy_class attribute on Objective-C implementations
Erik Pilkington
2019-04-11
1
-1
/
+1
*
Add support for attributes on @implementations in Objective-C
Erik Pilkington
2019-04-11
1
-2
/
+2
*
[OpenCL] Allow variadic macros as Clang feature.
Anastasia Stulova
2019-03-26
1
-1
/
+1
*
Revert "Add a new attribute, fortify_stdlib"
Erik Pilkington
2019-03-13
1
-1
/
+0
*
[DWARF] Make -g with empty assembler source work better.
Paul Robinson
2019-03-01
1
-1
/
+2
*
[X86] AMD znver2 enablement
Ganesh Gopalasubramanian
2019-02-26
1
-2
/
+2
*
[attributes] Fix buildbot after r354530.
Artem Dergachev
2019-02-21
1
-1
/
+1
*
[attributes] Add an attribute for server routines in Mach kernel and extensions.
Artem Dergachev
2019-02-21
1
-0
/
+1
*
Remove extraneous space in MSVC-style diagnostic output
Hans Wennborg
2019-02-19
1
-22
/
+22
*
Fix some tests I broke in r354190
Erik Pilkington
2019-02-16
1
-1
/
+1
*
[Sema] Delay checking whether objc_designated_initializer is being applied to...
Erik Pilkington
2019-02-13
1
-0
/
+1
*
Add a new attribute, fortify_stdlib
Erik Pilkington
2019-02-11
1
-0
/
+1
*
bpf: teach BPF driver about the new CPU "v3"
Jiong Wang
2019-02-07
1
-1
/
+1
*
[OBJC] Add attribute to mark Objective C class as non-lazy
Joe Daniels
2019-02-04
1
-0
/
+1
*
[WebAssembly] Fix ImportName's position in this test.
Dan Gohman
2019-02-01
1
-1
/
+1
*
[WebAssembly] Add an import_field function attribute
Dan Gohman
2019-02-01
1
-0
/
+1
*
Fix isInSystemMacro to handle pasted macros
Serge Guelton
2019-02-01
4
-0
/
+47
*
[cc1as] Test that -g of empty .s file does something sensible.
Paul Robinson
2019-01-29
1
-0
/
+11
*
[WebAssembly] Add WebAssemblyImportModule to pragma-attribute-supported-attri...
Dan Gohman
2019-01-24
1
-0
/
+1
*
Emit !callback metadata and introduce the callback attribute
Johannes Doerfert
2019-01-19
1
-0
/
+1
*
[clang][slh] add Clang attr no_speculative_load_hardening
Zola Bridges
2019-01-18
1
-0
/
+1
*
[Nios2] Remove Nios2 backend
Craig Topper
2019-01-15
1
-4
/
+0
*
[Sema] Expose a control flag for integer to pointer ext warning
Kristina Brooks
2019-01-14
1
-2
/
+1
*
[attributes] Extend os_returns_(not_?)_retained attributes to parameters
George Karpenkov
2019-01-11
1
-2
/
+4
*
[ObjCARC] Add an new attribute, objc_externally_retained
Erik Pilkington
2019-01-04
1
-0
/
+1
*
[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.
Michael Kruse
2018-12-12
2
-2
/
+2
*
NFC: Make this test kinder on downstream forks
Erik Pilkington
2018-12-04
1
-1
/
+2
*
Updating this test, which changed after the reverts from r348020.
Aaron Ballman
2018-11-30
1
-3
/
+3
*
Reverting r347949-r347951 because they broke the test bots.
Aaron Ballman
2018-11-30
1
-3
/
+3
*
Move AST tests into their own test directory; NFC.
Aaron Ballman
2018-11-30
34
-3100
/
+0
*
Adding tests for -ast-dump; NFC.
Aaron Ballman
2018-11-30
1
-1
/
+62
*
Adding tests for -ast-dump; NFC.
Aaron Ballman
2018-11-30
1
-0
/
+30
*
Adding tests for -ast-dump; NFC.
Aaron Ballman
2018-11-30
1
-0
/
+124
*
[analyzer] Fixes after rebase.
George Karpenkov
2018-11-30
1
-3
/
+3
*
[attributes] Add a family of OS_CONSUMED, OS_RETURNS and OS_RETURNS_RETAINED ...
George Karpenkov
2018-11-30
1
-1
/
+4
*
[clang][slh] add attribute for speculative load hardening
Zola Bridges
2018-11-27
1
-1
/
+2
*
[X86] Add -march=cascadelake support in clang.
Craig Topper
2018-11-27
1
-2
/
+2
*
Revert "[clang][slh] add attribute for speculative load hardening"
Zola Bridges
2018-11-27
1
-2
/
+1
[next]