index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "DI: LLVM schema change: fold constants into string"
Duncan P. N. Exon Smith
2014-10-02
59
-215
/
+210
*
DI: LLVM schema change: fold constants into string
Duncan P. N. Exon Smith
2014-10-02
59
-210
/
+215
*
Initial support for the align_value attribute
Hal Finkel
2014-10-02
3
-0
/
+66
*
Add __sync_fetch_and_nand (again)
Hal Finkel
2014-10-02
3
-2
/
+56
*
Diagnose mixed use of '_' and '.' as version
Fariborz Jahanian
2014-10-02
1
-0
/
+5
*
[x32/NaCl] Check if method pointers straddle an eightbyte to classify Hi
Jan Wen Voung
2014-10-02
2
-0
/
+59
*
Patch to accept '_' in addition to '.' as version
Fariborz Jahanian
2014-10-02
1
-0
/
+92
*
Emit lifetime.start / lifetime.end markers for unnamed temporary objects.
Arnaud A. de Grandmaison
2014-10-02
1
-0
/
+290
*
Fix a broken test case.
Asiri Rathnayake
2014-10-02
1
-2
/
+2
*
[ARM] Handle conflicts between -mfpu and -mfloat-abi options.
Asiri Rathnayake
2014-10-02
1
-2
/
+113
*
Reduce the PR20399 test case.
David Blaikie
2014-10-01
4
-79
/
+30
*
Test case for my r218780 patch.
Fariborz Jahanian
2014-10-01
1
-0
/
+5
*
Objective-C Modernizer. Patch to remove dangling space
Fariborz Jahanian
2014-10-01
2
-11
/
+48
*
Update CGDebugInfo to the updated API in LLVM.
Adrian Prantl
2014-10-01
6
-13
/
+13
*
Reverting r218777 while investigating buildbot breakage.
Adrian Prantl
2014-10-01
6
-13
/
+13
*
Update CGDebugInfo to the updated API in LLVM.
Adrian Prantl
2014-10-01
6
-13
/
+13
*
[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP
Oliver Stannard
2014-10-01
3
-0
/
+27
*
[OPENMP] Loop collapsing and codegen for 'omp simd' directive.
Alexander Musman
2014-10-01
6
-1
/
+501
*
Improve -Wuninitialized warnings for fields that are record types.
Richard Trieu
2014-10-01
1
-0
/
+93
*
InstrProf: Avoid repeated linear searches in a hot path
Justin Bogner
2014-10-01
4
-39
/
+43
*
Update uninitialized tests to ensure that field initialization has the
Richard Trieu
2014-09-30
1
-29
/
+40
*
Enable both C and C++ modules with -fmodules, by switching -fcxx-modules to
Richard Smith
2014-09-30
1
-2
/
+4
*
Update -Wuninitialized to be stricter on CK_NoOp casts.
Richard Trieu
2014-09-30
1
-0
/
+16
*
Avoid a crash after loading an #undef'd macro in code completion
Ben Langmuir
2014-09-30
3
-0
/
+12
*
CUDA: mark the target of implicit intrinsics properly
Eli Bendersky
2014-09-30
1
-0
/
+10
*
Make sure aggregates are properly alligned on MSP430.
Job Noorman
2014-09-30
1
-1
/
+1
*
MS ABI: Correct layout for empty records
David Majnemer
2014-09-30
2
-0
/
+66
*
[OPENMP] Codegen of the ‘aligned’ clause for the ‘omp simd’ directive.
Alexander Musman
2014-09-30
4
-6
/
+21
*
PR20399: Do not assert when adding an implicit member coming from a module at
Richard Smith
2014-09-30
6
-0
/
+126
*
clang/test/CodeGenCXX/vararg-non-pod-ms-compat.cpp: Appease -Asserts to skip ...
NAKAMURA Takumi
2014-09-29
1
-0
/
+2
*
Try to fix non-asserts CodeGenCXX/vararg-non-pod-ms-compat.cpp
Hans Wennborg
2014-09-29
1
-2
/
+2
*
Don't trap when passing non-POD arguments to variadic functions in MS-compati...
Hans Wennborg
2014-09-29
2
-0
/
+29
*
CUDA: Fix incorrect target inference for implicit members.
Eli Bendersky
2014-09-29
3
-0
/
+352
*
Objective-C [qoi] - provide group name for
Fariborz Jahanian
2014-09-29
1
-2
/
+1
*
Fix bug 20116 - http://llvm.org/bugs/show_bug.cgi?id=20116
Alexey Bataev
2014-09-29
1
-3
/
+6
*
Tests for DR600-640.
Richard Smith
2014-09-29
1
-0
/
+347
*
Fix "unsupported friend" diagnostic to also appear for friend functions with ...
Richard Smith
2014-09-29
1
-4
/
+4
*
Add the tests for __super that I forgot to commit in as part of r218484.
Nikola Smiljanic
2014-09-29
1
-0
/
+147
*
Run DR tests in C++17 mode too.
Richard Smith
2014-09-28
12
-12
/
+24
*
CodeGen: Don't crash when initializing pointer-to-member fields in bases
David Majnemer
2014-09-28
3
-3
/
+16
*
Add back checking for condition of conditional operator for -Wuninitialized
Richard Trieu
2014-09-26
1
-1
/
+11
*
Don't link in sanitizer runtimes if -nostdlib/-nodefaultlibs is provided.
Alexey Samsonov
2014-09-26
1
-0
/
+7
*
Fix an assertion failure trying to emit a trivial destructor in ObjC++
Ben Langmuir
2014-09-26
1
-0
/
+50
*
clang/test/CodeGen/builtin-assume-aligned.c: Fix for -Asserts.
NAKAMURA Takumi
2014-09-26
1
-9
/
+9
*
Small fix for bug 18635.
Alexander Musman
2014-09-26
1
-0
/
+22
*
Support the assume_aligned function attribute
Hal Finkel
2014-09-26
3
-0
/
+103
*
CGBuiltin: Use frem instruction rather than libcall to implement fmod
Jan Vesely
2014-09-26
1
-0
/
+16
*
Fix PR20886 - enforce CUDA target match in method calls
Eli Bendersky
2014-09-25
1
-0
/
+71
*
Suggest fix-it for missing '{' after base-clause
Ismail Pazarbasi
2014-09-25
2
-1
/
+50
*
Move calls to ResolveExceptionSpec out of SetDeclDefaulted and into DefineImp...
Ben Langmuir
2014-09-25
2
-5
/
+19
[next]