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
Commit message (
Expand
)
Author
Age
Files
Lines
*
test/Driver/cl-outputs.c: tweak some check prefixes; NFC.
Hans Wennborg
2014-11-17
1
-26
/
+26
*
[Reassociate] Update test cases due to r222142.
Chad Rosier
2014-11-17
3
-10
/
+10
*
[Sanitizer] Parse and produce all sanitizer-relevant arguments in SanitizerArgs.
Alexey Samsonov
2014-11-16
1
-5
/
+5
*
Fix IRGen for passing transparent unions
Reid Kleckner
2014-11-15
1
-7
/
+12
*
This patch fixes couple of bugs for predefined expression
Fariborz Jahanian
2014-11-14
2
-2
/
+16
*
[c++1z] Support [[deprecated]] attributes on namespaces. Note that it only ap...
Aaron Ballman
2014-11-14
2
-2
/
+27
*
Recommit r222044 with a test fix - it does not make sense to hunt
Anton Korobeynikov
2014-11-14
2
-1
/
+17
*
Again revert r222044 to resolve darwin objc test fails.
Anton Korobeynikov
2014-11-14
1
-16
/
+0
*
Follow-up to D6217
Anton Korobeynikov
2014-11-14
1
-0
/
+16
*
clang-cl: Ignore the new /Zo[-] option (PR21571)
Hans Wennborg
2014-11-14
1
-1
/
+4
*
[Sema]. Warn when logical expression is a pointer
Fariborz Jahanian
2014-11-14
5
-4
/
+88
*
Complete support for the SD-6 standing document (based off N4200) with suppor...
Aaron Ballman
2014-11-14
1
-0
/
+53
*
[PowerPC] Enable vec_perm for long long and double vector types for VSX
Bill Schmidt
2014-11-14
1
-0
/
+21
*
[PowerPC] Add VSX builtins for vec_div
Bill Schmidt
2014-11-14
2
-2
/
+9
*
[OPENMP] Temporary fix for processing of global variables in loops.
Alexey Bataev
2014-11-14
5
-0
/
+86
*
Remove -fseh-exceptions in favor of checking the triple
Reid Kleckner
2014-11-14
1
-4
/
+9
*
PR21565 Add an egregious hack to support broken libstdc++ headers that declare
Richard Smith
2014-11-14
2
-0
/
+47
*
[Profile] Always build profile runtime library with -fPIC.
Alexey Samsonov
2014-11-14
1
-3
/
+3
*
-Wsentinel: Suggest nullptr in C++11 instead of NULL
Reid Kleckner
2014-11-13
1
-1
/
+12
*
Fix assert/crash on invalid with __builtin_constant_p conditionals in constan...
Richard Smith
2014-11-13
1
-0
/
+2
*
Objective-C. Fixes a regression caused by implementation
Fariborz Jahanian
2014-11-13
2
-8
/
+23
*
PR21437, final part of DR1330: delay-parsing of exception-specifications. This
Richard Smith
2014-11-13
5
-16
/
+45
*
Hook up FreeBSD AArch64 support
Ed Maste
2014-11-13
2
-0
/
+201
*
[libclang] Make sure to visit the body of a CXXForRangeStmt.
Argyrios Kyrtzidis
2014-11-13
1
-2
/
+5
*
[liblang] Handle CXXForRangeStmt during AST visitation.
Argyrios Kyrtzidis
2014-11-13
1
-0
/
+13
*
CMake: Set HOST_LINK_VERSION on Darwin (PR21268)
Hans Wennborg
2014-11-13
1
-0
/
+8
*
Fixes test.
Fariborz Jahanian
2014-11-13
1
-1
/
+1
*
Another test for PR19372, showing why we need to keep checking arguments afte...
Richard Smith
2014-11-12
1
-1
/
+2
*
Add another testcase.
Richard Smith
2014-11-12
1
-0
/
+9
*
PR19372: Keep checking template arguments after we see an argument pack
Richard Smith
2014-11-12
1
-0
/
+14
*
Temporary revert r221818 until all the problems
Anton Korobeynikov
2014-11-12
3
-12
/
+3
*
Now really fix the typo in the test
Anton Korobeynikov
2014-11-12
1
-2
/
+2
*
Update the tests to handle proper result type of (?:)
Anton Korobeynikov
2014-11-12
2
-3
/
+3
*
[Objective-C++ IRGen] do not generate .cxx_construct
Fariborz Jahanian
2014-11-12
1
-0
/
+13
*
Fix fallout from r219557
Anton Korobeynikov
2014-11-12
1
-0
/
+9
*
Fix brace init of unions with unnamed struct members
Reid Kleckner
2014-11-12
1
-0
/
+11
*
Update Clang's SD-6 support to match N4200 (except for __has_cpp_attribute,
Richard Smith
2014-11-12
1
-0
/
+36
*
Check for IRGen output when varag is used
Fariborz Jahanian
2014-11-12
1
-0
/
+2
*
Mark TypeDecls used in explicit destructor calls as referenced.
Nico Weber
2014-11-12
1
-0
/
+13
*
[PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
Bill Schmidt
2014-11-12
1
-0
/
+48
*
Mark TypeDecls used in member initializers as referenced.
Nico Weber
2014-11-12
1
-0
/
+12
*
Instantiate exception specifications when instantiating function types (other
Richard Smith
2014-11-12
3
-2
/
+69
*
PR21536: Fix a corner case where we'd get confused by a pack expanding into the
Richard Smith
2014-11-12
1
-1
/
+17
*
clang/test/CodeGenCXX/debug-info-cxx1y.cpp: Add %itanium_abi_triple for incom...
NAKAMURA Takumi
2014-11-11
1
-1
/
+1
*
[clang/asan] Do not emit memcpy for trivial operator= when -fsanitize-address...
Kostya Serebryany
2014-11-11
1
-0
/
+17
*
Introduce -fsanitize-coverage=N flag
Kostya Serebryany
2014-11-11
1
-0
/
+10
*
Bundle conditions checked by UBSan with sanitizer kinds they implement.
Alexey Samsonov
2014-11-11
2
-4
/
+8
*
Remove this test too.
Fariborz Jahanian
2014-11-11
1
-0
/
+0
*
Revert r221702 until I address Richard Trieu's
Fariborz Jahanian
2014-11-11
3
-87
/
+2
*
Simplify the test by using multiple --check-prefix arguments
Alexey Samsonov
2014-11-11
1
-253
/
+160
[next]