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
/
Sema
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] Don't crash trying to diagnose abs called on a pointer type
David Majnemer
2015-11-15
1
-2
/
+18
*
Add support for function attribute 'disable_tail_calls'.
Akira Hatanaka
2015-11-13
1
-0
/
+13
*
Additional tests from r252690 that I forgot to 'svn add'.
Richard Smith
2015-11-12
1
-0
/
+26
*
Add support for GCC's '__auto_type' extension, per the GCC manual:
Richard Smith
2015-11-11
2
-1
/
+3
*
Implement __attribute__((internal_linkage)).
Evgeniy Stepanov
2015-11-10
3
-4
/
+29
*
Add support for function attribute 'not_tail_called'.
Akira Hatanaka
2015-11-06
1
-0
/
+12
*
The control expression for a _Generic selection expression should have
Aaron Ballman
2015-11-05
1
-0
/
+8
*
Improving the diagnostic for cases where the attribute only appertains to a f...
Aaron Ballman
2015-11-04
1
-1
/
+2
*
watchOS & tvOS: add a few more tests.
Tim Northover
2015-11-02
3
-15
/
+96
*
Support tvOS and watchOS availability attributes
Tim Northover
2015-10-30
2
-0
/
+42
*
Add support for __builtin_{add,sub,mul}_overflow.
John McCall
2015-10-29
1
-0
/
+22
*
[Sema] Implement -Wdouble-promotion for clang.
George Burgess IV
2015-10-29
1
-0
/
+34
*
Tweak how -Wunused-value interacts with macros
Nico Weber
2015-10-27
1
-0
/
+8
*
[Sema] Fix address-of + enable_if overloading logic
George Burgess IV
2015-10-16
1
-9
/
+11
*
[Sema] Make `&function_with_enable_if_attrs` an error
George Burgess IV
2015-10-12
1
-0
/
+25
*
[Sema] Allow C conversions in C overload logic
George Burgess IV
2015-10-11
1
-0
/
+14
*
Amending r249721 to properly handle pathological attribute-related names like...
Aaron Ballman
2015-10-09
1
-3
/
+4
*
Skip NonNull sema checks in unevaluated contexts.
Eric Fiselier
2015-10-09
1
-0
/
+3
*
[MSVC Compat] Try to treat an implicit, fixed enum as an unfixed enum
David Majnemer
2015-10-08
2
-2
/
+2
*
Update a few more tests in response to the MS ABI enum semantics
David Majnemer
2015-10-08
4
-4
/
+4
*
[Sema] Tweak incomplete enum types on MSVC ABI targets
David Majnemer
2015-10-08
2
-2
/
+2
*
Update tests touched by r249656
David Majnemer
2015-10-08
5
-5
/
+5
*
Diagnose const atomics in __atomic builtins.
Eric Fiselier
2015-10-04
1
-7
/
+32
*
Teach -Wtautological-overlap-compare about enums
George Burgess IV
2015-10-01
1
-0
/
+34
*
[OpenCL] Add missing OpenCL LangOpts in address space compatibility checks
Anastasia Stulova
2015-09-30
1
-0
/
+5
*
Thread Safety Analysis: allow capability attribute on unions.
DeLesley Hutchins
2015-09-29
1
-2
/
+6
*
Thread Safety Analysis: fix before/after checks so that they work on global
DeLesley Hutchins
2015-09-29
1
-1
/
+2
*
Make a test a bit shorter. No behavior change.
Nico Weber
2015-09-24
1
-5
/
+1
*
Fix assertion in inline assembler IR gen
Alexander Musman
2015-09-21
1
-0
/
+12
*
Support __builtin_ms_va_list.
Charles Davis
2015-09-17
3
-0
/
+83
*
Prevent implicit re-interpret casts between ExtVector and Scalar types.
Stephen Canon
2015-09-15
1
-0
/
+19
*
C11 _Bool bitfield diagnostic
Rachel Craik
2015-09-14
1
-2
/
+5
*
Don't crash on a self-alias declaration
Hal Finkel
2015-09-04
1
-0
/
+4
*
Don't allow dllexport/import on static local variables
Hans Wennborg
2015-09-04
2
-0
/
+10
*
[Sema] Avoid crash on tag-type mismatch (Fixes PR24610)
Vedant Kumar
2015-09-02
1
-0
/
+4
*
[AST] Don't crash when comparing incomplete object
David Majnemer
2015-08-29
1
-0
/
+4
*
[Tests] Modified Lit Tests to be C++11 compatibile
Charles Li
2015-08-27
2
-7
/
+39
*
[ARM] Mark mcr/mrc builtin operands as required-immediate.
Ahmed Bougacha
2015-08-26
1
-0
/
+34
*
Fix crash with two typos in the arguments of a function
Olivier Goffart
2015-08-20
1
-0
/
+6
*
Fix the layout of bitfields in ms_struct unions: their
John McCall
2015-08-19
2
-81
/
+150
*
Fix -Wlogical-not-parentheses to work better with C code.
Richard Trieu
2015-08-19
3
-2
/
+206
*
Make __builtin_object_size always answer correctly
George Burgess IV
2015-08-19
1
-4
/
+0
*
Revert r245323, it caused PR24493.
Nico Weber
2015-08-18
1
-0
/
+4
*
Make __builtin_object_size always answer correctly
George Burgess IV
2015-08-18
1
-4
/
+0
*
[Sema] Be consistent about diagnostic wording: always use "cannot".
Davide Italiano
2015-08-15
2
-80
/
+80
*
[Sema] main can't be declared as global variable, in C++.
Davide Italiano
2015-08-14
1
-0
/
+56
*
Additional fix for PR14269: Crash on vector elements / global register vars i...
Andrey Bokhanko
2015-08-03
1
-3
/
+18
*
Add support for System z vector language extensions
Ulrich Weigand
2015-07-30
1
-0
/
+1009
*
[MS Extensions] Remove support for the i128 integer literal suffix
David Majnemer
2015-07-26
1
-16
/
+2
*
[Sema] The alignment of an object has an upper bound from the object file format
David Majnemer
2015-07-26
1
-1
/
+1
[next]