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
*
Prune the feature "tls". No one is using it since TLS is enabled for Cygwin.
NAKAMURA Takumi
2015-12-27
1
-4
/
+0
*
[OPENMP] Do not allow to use threadprivate or thread local variables as loop ...
Alexey Bataev
2015-12-25
7
-0
/
+14
*
fix test that depends on LLVM optimizations
Sanjay Patel
2015-12-24
1
-1
/
+4
*
[X86][ms-inline asm] Test case for adding support for memory operands that in...
Marina Yatsina
2015-12-24
1
-0
/
+32
*
[OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause in 'ordered' directive.
Alexey Bataev
2015-12-23
2
-10
/
+48
*
Make wasm-toolchain.c test pass on Windows.
Nico Weber
2015-12-22
1
-1
/
+1
*
[OpenCL] Fix atomic Builtins check for address spaces of non-atomic pointer
Anastasia Stulova
2015-12-22
2
-3
/
+17
*
[mips] Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros.
Daniel Sanders
2015-12-22
1
-0
/
+12
*
[OPENMP] Revert r256238 to fix the problem with tests on Linux.
Alexey Bataev
2015-12-22
2
-48
/
+10
*
[OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause in 'ordered' directive.
Alexey Bataev
2015-12-22
2
-10
/
+48
*
Use -no-canonical-prefixes to make sure binaries names are easier to match.
Eric Christopher
2015-12-22
1
-1
/
+1
*
[WebAssembly] Remove the -target command-line flag from the ld commandline.
Dan Gohman
2015-12-21
1
-0
/
+3
*
[clang-cl] Add support for /Brepro
David Majnemer
2015-12-21
2
-0
/
+26
*
Tweak myriad-toolchain test.
James Y Knight
2015-12-21
1
-2
/
+2
*
Reapply "[CodeGen] Fix assignments of inline layouts into the byref structure"
Vedant Kumar
2015-12-21
1
-0
/
+15
*
Revert "[CodeGen] Fix assignments of inline layouts into the byref structure"
Vedant Kumar
2015-12-21
1
-15
/
+0
*
[CodeGen] Fix assignments of inline layouts into the byref structure
Vedant Kumar
2015-12-21
1
-0
/
+15
*
[Driver] Pass -O* to the gold plugin via -plugin-opt
James Molloy
2015-12-21
1
-3
/
+6
*
[Cygwin] Enable TLS as emutls.
NAKAMURA Takumi
2015-12-21
3
-4
/
+0
*
[X86] Add missing m64/int64 conversions
Michael Kuperstein
2015-12-20
1
-0
/
+12
*
[X86] Add signed aliases for popcnt intrinsics
Michael Kuperstein
2015-12-20
1
-2
/
+12
*
Driver part of debugger tuning.
Paul Robinson
2015-12-19
2
-5
/
+39
*
Test for diagnostic quality improvement in r256049.
Richard Smith
2015-12-19
1
-0
/
+7
*
Fix crash-on-invalid if a :: is followed by two or more open parentheses (and...
Richard Smith
2015-12-19
1
-5
/
+5
*
Split RequireCompleteType into a function that actually requires that the type
Richard Smith
2015-12-18
1
-2
/
+1
*
[modules] Don't try to use the definition of a class if
Richard Smith
2015-12-18
4
-5
/
+21
*
PIC should not be enabled by default on Darwin with -static.
Bob Wilson
2015-12-18
1
-1
/
+1
*
[OPENMP] Remove explicit call for implicit barrier
Alexey Bataev
2015-12-18
15
-68
/
+1
*
[OPENMP] Fix for http://llvm.org/PR25878: Error compiling an OpenMP program
Alexey Bataev
2015-12-18
2
-0
/
+44
*
[OPENMP 4.5] Parsing/sema analysis for 'depend(source)' clause in 'ordered' d...
Alexey Bataev
2015-12-18
3
-1
/
+70
*
ObjC properties: consider ownership of properties from protocols when synthes...
Douglas Gregor
2015-12-18
1
-0
/
+16
*
Attach maximum function count to Module when using PGO mode.
Easwaran Raman
2015-12-17
2
-0
/
+50
*
[x86] Filecheck is case sensitive. Capitalize directives.
Chad Rosier
2015-12-17
1
-4
/
+4
*
[x86] Filecheck is case sensitive. Capitalize directives.
Chad Rosier
2015-12-17
1
-48
/
+48
*
[CUDA] Make vtable construction aware of host/device side of CUDA compilation.
Artem Belevich
2015-12-17
1
-0
/
+61
*
[ms-inline-asm] Add support for composite structs in MS inline asm
Marina Yatsina
2015-12-17
1
-0
/
+20
*
[OPENMP] Fix for http://llvm.org/PR25142: openmp: Assertion failed: DD && "qu...
Alexey Bataev
2015-12-17
1
-0
/
+18
*
[TLS on Darwin] use CXX_FAST_TLS calling convention for access functions.
Manman Ren
2015-12-17
4
-24
/
+32
*
[analyzer] Better detect when C++ object was constructed into existing region.
Devin Coughlin
2015-12-17
1
-0
/
+54
*
Fix CFI tests in sanitizer-ld.
Evgeniy Stepanov
2015-12-16
1
-9
/
+3
*
[PS4] Fix the unit test to be compatible with clang driver. NFC
Sumanth Gundapaneni
2015-12-16
1
-3
/
+3
*
Let -Wdelete-non-virtual-dtor mention final.
Nico Weber
2015-12-16
1
-6
/
+6
*
Add -fsyntax-only to fix failure in read-only directories.
Diego Novillo
2015-12-16
1
-1
/
+1
*
Fix the failing windows clang unit tests. NFC
Sumanth Gundapaneni
2015-12-16
3
-6
/
+7
*
[CUDA] renamed cuda_runtime.h wrapper to __cuda_runtime.h
Artem Belevich
2015-12-16
1
-3
/
+3
*
[PS4][Profile] add "--dependent-lib=libclang_rt.profile-x86_64.a" to
Paul Robinson
2015-12-16
1
-0
/
+19
*
[x86] Exclusion of incorrect include headers paths for MCU target
Andrey Bokhanko
2015-12-16
1
-0
/
+6
*
[Objective-c] Fix a crash that occurs when ObjCTypeParamList::back() is
Akira Hatanaka
2015-12-16
1
-0
/
+16
*
Print qualified display names when emitting CodeView
Reid Kleckner
2015-12-16
1
-0
/
+73
*
[cfi] Exclude ubsan runtime library from non-diag CFI builds (driver changes).
Evgeniy Stepanov
2015-12-16
1
-2
/
+2
[next]