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
*
*Really* fix DOS newlines introduced in r210330
Reid Kleckner
2014-06-10
3
-314
/
+314
*
Try to fix clang-hexagon-elf failure by requiring x86 support for this test.
Bob Wilson
2014-06-10
1
-0
/
+1
*
PR19992: alignof is permitted on an array of unknown bound.
Richard Smith
2014-06-10
1
-0
/
+6
*
Fix crash with x86_64-pc-win32-macho target. <rdar://problem/17235840>
Bob Wilson
2014-06-10
1
-0
/
+2
*
Do not predefine __EXCEPTIONS in clang-cl (PR19977)
Hans Wennborg
2014-06-10
1
-0
/
+6
*
Fix mangling of __uuidof after two levels of template instantiation
Reid Kleckner
2014-06-10
1
-0
/
+14
*
Objective-C. Don't ignore availability attribute when
Fariborz Jahanian
2014-06-10
1
-0
/
+18
*
Don't inherit dll attributes to deleted methods (PR19988)
Hans Wennborg
2014-06-10
1
-0
/
+8
*
Objective-C IRGen. Patch to generate a weak symbol reference when
Fariborz Jahanian
2014-06-10
1
-0
/
+12
*
Add detection of OS X relocatable SDK to compiler-rt as a lit.util function
Alexander Potapenko
2014-06-10
1
-15
/
+1
*
Don't suppress backend diagnostics in system headers
Alp Toker
2014-06-10
1
-2
/
+22
*
Show -Wdate-time in system headers
Alp Toker
2014-06-10
1
-0
/
+15
*
Implement -Wdate-time preprocessor warning
Alp Toker
2014-06-10
1
-0
/
+8
*
Improve specificity in the diag-mapping2.c test
Alp Toker
2014-06-10
1
-6
/
+5
*
Improve checking for dynamic initializers of dllimport fields in template ins...
Hans Wennborg
2014-06-10
1
-0
/
+7
*
Make '-Werror=frame-larger-than=' and associated diagnostic pragmas GCC-compa...
Alp Toker
2014-06-09
2
-2
/
+12
*
Objective-C. Consider block pointer as NSObject as well as conforming to
Fariborz Jahanian
2014-06-09
1
-0
/
+21
*
Allow definition of dllimport static fields in partial specializations (PR19956)
Hans Wennborg
2014-06-09
1
-1
/
+11
*
Fix line numbers for code inlined from __nodebug__ functions.
Evgeniy Stepanov
2014-06-09
2
-2
/
+14
*
[PPC64LE] Implement little-endian semantics for vec_sums
Bill Schmidt
2014-06-09
1
-0
/
+4
*
Convert tests I recently add to use -verify instead of FileCheck.
Joey Gouly
2014-06-08
2
-8
/
+18
*
Driver: add -m{,no-}long-calls support
Saleem Abdulrasool
2014-06-07
1
-0
/
+15
*
Unbreak release builds.
Arnold Schwaighofer
2014-06-07
1
-0
/
+1
*
[PPC64LE] Implement little-endian semantics for vec_unpack[hl]
Bill Schmidt
2014-06-07
1
-24
/
+24
*
[PPC64LE] Update test for vec_sum2s interface
Bill Schmidt
2014-06-07
1
-0
/
+4
*
Fix crash declaring global allocation function with zero parameters. Fixes PR...
Nick Lewycky
2014-06-07
1
-0
/
+3
*
Fix my poor grammar from r210372
Richard Trieu
2014-06-06
1
-6
/
+6
*
[PPC64LE] Update builtins-ppc-altivec.c for PPC64 and PPC64LE
Bill Schmidt
2014-06-06
1
-2704
/
+8281
*
Delay lookup of simple default template arguments under -fms-compatibility
Reid Kleckner
2014-06-06
1
-0
/
+96
*
[MS-ABI] Implement dynamic_cast
Warren Hunt
2014-06-06
1
-0
/
+157
*
Add -Wtautological-undefined-compare and -Wundefined-bool-conversion warnings
Richard Trieu
2014-06-06
6
-6
/
+77
*
Fix DOS-style newlines.
Eli Bendersky
2014-06-06
1
-5
/
+5
*
MS ABI: Update the thunk linkage computation
Hans Wennborg
2014-06-06
5
-10
/
+21
*
test/SemaCXX/undefined-internal.cpp: Remove target triple.
Hans Wennborg
2014-06-06
1
-4
/
+1
*
Defer codegen of inline method definitions to the end of current top level de...
Hans Wennborg
2014-06-06
3
-1
/
+27
*
Retain an expression pack expansion when the parameter pack expansion code asks
Richard Smith
2014-06-06
1
-0
/
+7
*
PR14841: If partial substitution of explicitly-specified template arguments
Richard Smith
2014-06-06
1
-0
/
+12
*
Adding a new #pragma for the vectorize and interleave optimization hints.
Aaron Ballman
2014-06-06
3
-0
/
+314
*
Don't generate assembly in backend diagnostic tests
Alp Toker
2014-06-06
2
-3
/
+3
*
Add -o /dev/null to one of the tests as it fails when run from a read-only ch...
Timur Iskhodzhanov
2014-06-06
1
-2
/
+2
*
Rnamed Class to TestClass
Alexey Bataev
2014-06-06
1
-5
/
+5
*
PR11306 - Variadic template fix-it suggestion. Recover from misplaced or redu...
Nikola Smiljanic
2014-06-06
1
-0
/
+20
*
Update for llvm api change.
Rafael Espindola
2014-06-06
2
-2
/
+2
*
PR19936: Fix a really dumb bug where we would profile dependent operator* exp...
Richard Smith
2014-06-05
1
-0
/
+15
*
Remove old proposal notices
Alp Toker
2014-06-05
1
-1
/
+1
*
Provide fallback locations for backend remarks
Alp Toker
2014-06-05
2
-20
/
+19
*
Implement -Wframe-larger-than backend diagnostic
Alp Toker
2014-06-05
3
-6
/
+72
*
When an inline-asm diagnostic is reported by the backend, report it with the
Joey Gouly
2014-06-05
2
-0
/
+15
*
Mangle predefined string constants names to merge them at link-time
Alexey Samsonov
2014-06-05
1
-1
/
+1
*
Fix bot for named register test
Renato Golin
2014-06-05
1
-1
/
+1
[next]