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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86][SSE] Add CMPSS/CMPSD intrinsic scalar load folding support.
Craig Topper
2016-08-26
2
-0
/
+26
*
[compiler-rt][XRay] Initial per-thread inmemory logging implementation
Dean Michael Berris
2016-08-26
8
-5
/
+359
*
Replace subregister uses when processing tied operands
Matt Arsenault
2016-08-26
3
-12
/
+36
*
[clang-tidy] Added hh, hxx and hpp to header guard checks.
Mads Ravn
2016-08-26
7
-9
/
+62
*
Include tests only if COMPILER_RT_BUILD_XRAY is ON.
Dean Michael Berris
2016-08-26
1
-23
/
+25
*
Fix singlton -> singleton typo.
Eric Christopher
2016-08-26
5
-5
/
+5
*
Make all the Function implementations different so the compiler won't share t...
Jim Ingham
2016-08-26
2
-56
/
+54
*
Sort list of driver-known file extensions. It was previously approximately
Richard Smith
2016-08-26
1
-25
/
+25
*
Additional update missed by r279793, should hopefully make the PPC sanitizer ...
Richard Smith
2016-08-26
1
-0
/
+1
*
Fix the static_assert added in r279536.
Akira Hatanaka
2016-08-26
1
-2
/
+2
*
[libFuzzer] simplify a test to make it pass on the bot
Kostya Serebryany
2016-08-26
1
-1
/
+1
*
C++ Modules TS: add frontend support for building pcm files from module
Richard Smith
2016-08-26
27
-116
/
+296
*
[sanitizer] enable random shuffling the memory chunks inside the allocator, u...
Kostya Serebryany
2016-08-26
9
-0
/
+63
*
[libFuzzer] make sure we have symbols on fuzzer tests
Kostya Serebryany
2016-08-25
1
-1
/
+1
*
[asan] remove unused kAsanHeapRightRedzoneMagic (NFC); part 2 (sorry)
Kostya Serebryany
2016-08-25
1
-1
/
+0
*
[asan] remove unused kAsanHeapRightRedzoneMagic (NFC)
Kostya Serebryany
2016-08-25
2
-4
/
+0
*
Revert r274613 because it breaks the test suite with AVX512
Michael Kuperstein
2016-08-25
14
-481
/
+1108
*
[libFizzer] rename -print_new_cov_pcs=1 into -print_pcs=1 and make it more us...
Kostya Serebryany
2016-08-25
7
-12
/
+30
*
Widen type of __offset_flags in RTTI on Mingw64
Reid Kleckner
2016-08-25
2
-4
/
+27
*
Revert r279782 due to debug buildbot breakage.
Michael Kuperstein
2016-08-25
14
-1112
/
+480
*
Add a notification message in 'type lookup' when the current language doesn't...
Enrico Granata
2016-08-25
1
-9
/
+19
*
Fix ArrayRef initializer_list Ctor Test
David Blaikie
2016-08-25
1
-1
/
+2
*
Revert r274613 because it breaks the test suite with AVX512
Michael Kuperstein
2016-08-25
14
-480
/
+1112
*
[asan] fix windows bot
Kostya Serebryany
2016-08-25
1
-0
/
+1
*
[sanitizer] add __sanitizer_symbolize_pc. https://github.com/google/sanitizer...
Kostya Serebryany
2016-08-25
3
-0
/
+47
*
[StreamExecutor] Add Platform and PlatformManager
Jason Henline
2016-08-25
5
-0
/
+154
*
[MemCpy] Add comments for r279769
Tim Shen
2016-08-25
2
-1
/
+3
*
cmake: Install CheckAtomic.cmake (needed by lldb)
Chris Bieneman
2016-08-25
1
-2
/
+1
*
[CMake] Add support for exposing runtime targets
Chris Bieneman
2016-08-25
2
-11
/
+44
*
Fix test corresponding to change r279770
Hemant Kulkarni
2016-08-25
2
-29
/
+18
*
[MS] Win64 va_arg should expect large arguments to be passed indirectly
Reid Kleckner
2016-08-25
2
-9
/
+22
*
ARM: by default don't set the Thumb bit on MachO relocated values.
Tim Northover
2016-08-25
3
-10
/
+42
*
Fix clang-offload-bundler.c test on Windows
Reid Kleckner
2016-08-25
1
-1
/
+1
*
[sanitizer] change SizeClassAllocator64 to accept just one template parameter...
Kostya Serebryany
2016-08-25
8
-47
/
+121
*
llvm-objdump: ELF: Handle code and data mix in all scenarios
Hemant Kulkarni
2016-08-25
3
-11
/
+149
*
[MemCpy] Check for alias in performMemCpyToMemSetOptzn, instead of the identi...
Tim Shen
2016-08-25
2
-1
/
+41
*
[lsan] one more test fix to please the Debian Sid bot (this time, confirmed o...
Kostya Serebryany
2016-08-25
1
-3
/
+3
*
Reuse an SDLoc throughout a function. NFC.
Michael Kuperstein
2016-08-25
1
-18
/
+12
*
Refactor to remove the assumption that we know the name of the module we're e...
Richard Smith
2016-08-25
5
-12
/
+18
*
Omit column info for CodeView by default
Adrian McCarthy
2016-08-25
3
-6
/
+19
*
[MS] Pass non-trivially-copyable objects indirectly on Windows ARM
Reid Kleckner
2016-08-25
2
-0
/
+21
*
Followon to r279744. Find the other exception types and make __throw_XXX rout...
Marshall Clow
2016-08-25
9
-34
/
+40
*
GlobalISel: add missing type to G_UADDE instructions
Tim Northover
2016-08-25
2
-8
/
+8
*
GlobalISel: mark overflow bit of overflow ops legal.
Tim Northover
2016-08-25
1
-1
/
+4
*
GlobalISel: mark simple ops legal even on types < 32-bit.
Tim Northover
2016-08-25
7
-28
/
+9
*
GlobalISel: mark pointer constants as legal on AArch64.
Tim Northover
2016-08-25
2
-0
/
+5
*
GlobalISel: perform multi-step legalization
Tim Northover
2016-08-25
7
-3
/
+81
*
GlobalISel: mark small extends as legal on AArch64
Tim Northover
2016-08-25
2
-0
/
+86
*
Hooking up a check-all target for the runtimes projects
Chris Bieneman
2016-08-25
2
-2
/
+45
*
[X86] 512-bit VPAVG requires AVX512BW
Michael Kuperstein
2016-08-25
2
-57
/
+1763
[next]