summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86][SSE] Add CMPSS/CMPSD intrinsic scalar load folding support.Craig Topper2016-08-262-0/+26
* [compiler-rt][XRay] Initial per-thread inmemory logging implementationDean Michael Berris2016-08-268-5/+359
* Replace subregister uses when processing tied operandsMatt Arsenault2016-08-263-12/+36
* [clang-tidy] Added hh, hxx and hpp to header guard checks.Mads Ravn2016-08-267-9/+62
* Include tests only if COMPILER_RT_BUILD_XRAY is ON.Dean Michael Berris2016-08-261-23/+25
* Fix singlton -> singleton typo.Eric Christopher2016-08-265-5/+5
* Make all the Function implementations different so the compiler won't share t...Jim Ingham2016-08-262-56/+54
* Sort list of driver-known file extensions. It was previously approximatelyRichard Smith2016-08-261-25/+25
* Additional update missed by r279793, should hopefully make the PPC sanitizer ...Richard Smith2016-08-261-0/+1
* Fix the static_assert added in r279536.Akira Hatanaka2016-08-261-2/+2
* [libFuzzer] simplify a test to make it pass on the botKostya Serebryany2016-08-261-1/+1
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-2627-116/+296
* [sanitizer] enable random shuffling the memory chunks inside the allocator, u...Kostya Serebryany2016-08-269-0/+63
* [libFuzzer] make sure we have symbols on fuzzer testsKostya Serebryany2016-08-251-1/+1
* [asan] remove unused kAsanHeapRightRedzoneMagic (NFC); part 2 (sorry)Kostya Serebryany2016-08-251-1/+0
* [asan] remove unused kAsanHeapRightRedzoneMagic (NFC)Kostya Serebryany2016-08-252-4/+0
* Revert r274613 because it breaks the test suite with AVX512Michael Kuperstein2016-08-2514-481/+1108
* [libFizzer] rename -print_new_cov_pcs=1 into -print_pcs=1 and make it more us...Kostya Serebryany2016-08-257-12/+30
* Widen type of __offset_flags in RTTI on Mingw64Reid Kleckner2016-08-252-4/+27
* Revert r279782 due to debug buildbot breakage.Michael Kuperstein2016-08-2514-1112/+480
* Add a notification message in 'type lookup' when the current language doesn't...Enrico Granata2016-08-251-9/+19
* Fix ArrayRef initializer_list Ctor TestDavid Blaikie2016-08-251-1/+2
* Revert r274613 because it breaks the test suite with AVX512Michael Kuperstein2016-08-2514-480/+1112
* [asan] fix windows botKostya Serebryany2016-08-251-0/+1
* [sanitizer] add __sanitizer_symbolize_pc. https://github.com/google/sanitizer...Kostya Serebryany2016-08-253-0/+47
* [StreamExecutor] Add Platform and PlatformManagerJason Henline2016-08-255-0/+154
* [MemCpy] Add comments for r279769Tim Shen2016-08-252-1/+3
* cmake: Install CheckAtomic.cmake (needed by lldb)Chris Bieneman2016-08-251-2/+1
* [CMake] Add support for exposing runtime targetsChris Bieneman2016-08-252-11/+44
* Fix test corresponding to change r279770Hemant Kulkarni2016-08-252-29/+18
* [MS] Win64 va_arg should expect large arguments to be passed indirectlyReid Kleckner2016-08-252-9/+22
* ARM: by default don't set the Thumb bit on MachO relocated values.Tim Northover2016-08-253-10/+42
* Fix clang-offload-bundler.c test on WindowsReid Kleckner2016-08-251-1/+1
* [sanitizer] change SizeClassAllocator64 to accept just one template parameter...Kostya Serebryany2016-08-258-47/+121
* llvm-objdump: ELF: Handle code and data mix in all scenariosHemant Kulkarni2016-08-253-11/+149
* [MemCpy] Check for alias in performMemCpyToMemSetOptzn, instead of the identi...Tim Shen2016-08-252-1/+41
* [lsan] one more test fix to please the Debian Sid bot (this time, confirmed o...Kostya Serebryany2016-08-251-3/+3
* Reuse an SDLoc throughout a function. NFC.Michael Kuperstein2016-08-251-18/+12
* Refactor to remove the assumption that we know the name of the module we're e...Richard Smith2016-08-255-12/+18
* Omit column info for CodeView by defaultAdrian McCarthy2016-08-253-6/+19
* [MS] Pass non-trivially-copyable objects indirectly on Windows ARMReid Kleckner2016-08-252-0/+21
* Followon to r279744. Find the other exception types and make __throw_XXX rout...Marshall Clow2016-08-259-34/+40
* GlobalISel: add missing type to G_UADDE instructionsTim Northover2016-08-252-8/+8
* GlobalISel: mark overflow bit of overflow ops legal.Tim Northover2016-08-251-1/+4
* GlobalISel: mark simple ops legal even on types < 32-bit.Tim Northover2016-08-257-28/+9
* GlobalISel: mark pointer constants as legal on AArch64.Tim Northover2016-08-252-0/+5
* GlobalISel: perform multi-step legalizationTim Northover2016-08-257-3/+81
* GlobalISel: mark small extends as legal on AArch64Tim Northover2016-08-252-0/+86
* Hooking up a check-all target for the runtimes projectsChris Bieneman2016-08-252-2/+45
* [X86] 512-bit VPAVG requires AVX512BWMichael Kuperstein2016-08-252-57/+1763
OpenPOWER on IntegriCloud