summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix minor bug in testXinliang David Li2016-03-021-1/+1
* Use shallow clones in build-llvm.py.Stephane Sezer2016-03-021-1/+1
* Revert "Fix ASAN detected errors in code and test" (it was not meant to be co...Daniel Berlin2016-03-022-13/+13
* Fix ASAN detected errors in code and testDaniel Berlin2016-03-022-13/+13
* Add another test for the GlobalOpt change in r212079.Bob Wilson2016-03-021-0/+19
* [libFuzzer] more trophiesKostya Serebryany2016-03-021-1/+1
* fix test from r262506Nico Weber2016-03-021-1/+0
* [ARM] Merging 64-bit divmod lib calls into oneRenato Golin2016-03-023-2/+14
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-0224-32/+155
* Revert "[X86] Elide references to _chkstk for dynamic allocas"Reid Kleckner2016-03-028-67/+40
* ARM: Introduce conservative load/store optimization modeMatthias Braun2016-03-024-31/+111
* [libFuzzer] allow -fsanitize-coverage=0 (disables all coverage)Kostya Serebryany2016-03-022-2/+6
* Merge DarwinLdDriver and Driver.Rui Ueyama2016-03-0210-179/+103
* Use C++11 initializers for data members.Rui Ueyama2016-03-022-37/+27
* SelectionDAG: Use correctly sized allocation functions for SDNodesJustin Bogner2016-03-022-116/+92
* [CUDA] Do not generate unnecessary runtime init code.Artem Belevich2016-03-022-1/+34
* [CUDA] Emit host-side 'shadows' for device-side global variablesArtem Belevich2016-03-025-34/+157
* 1Fix handling of undef in partial LTO.Rafael Espindola2016-03-023-0/+27
* [AArch64] Enable non-leaf frame pointer elimination.Geoff Berry2016-03-0217-56/+50
* [CMake] Add test-depends target to build dependencies of check-allChris Bieneman2016-03-021-0/+1
* Serialize `#pragma comment`.Nico Weber2016-03-0225-80/+211
* LTO: Use the correct relocation model.Rafael Espindola2016-03-022-1/+22
* [cmake] Check the compiler version firstReid Kleckner2016-03-023-43/+52
* [AA] Hoist the logic to reformulate various AA queries in terms of otherChandler Carruth2016-03-0222-250/+201
* Handle comdat in LTO.Rafael Espindola2016-03-024-5/+41
* Fix: Add pass manager barrier.Michael Kruse2016-03-021-0/+6
* test/Driver/cl-pch-errorhandling.cpp: Copy input file to a temporaryDaniel Jasper2016-03-021-1/+2
* [X86][SSSE3] Added combine test for unary shuffle (pshufb) only referencing e...Simon Pilgrim2016-03-021-0/+17
* Fix BUILD_SHARED_LIBS build.Rafael Espindola2016-03-021-0/+1
* [clang-tidy] Fix an assertion failure of "SLocEntry::getExpansion()" when Inc...Haojian Wu2016-03-022-2/+19
* [TSAN] Fix test java_race_pcSagar Thakur2016-03-022-2/+12
* Upgrade the arm/thumb architecture used by the disassemblerTamas Berghammer2016-03-021-2/+2
* [CLANG] [AVX512] [BUILTIN] Adding PSRA{W|WI}{128|256|512}.Michael Zuckerman2016-03-024-0/+160
* [LLVM][AVX512]PSRAWI Change imm8 to int.Michael Zuckerman2016-03-026-63/+63
* Revert "[RT] Make tsan tests more portable"Renato Golin2016-03-0251-63/+63
* [X86][SSE] Lower 128-bit MOVDDUP with existing VBROADCAST mechanismsSimon Pilgrim2016-03-026-55/+61
* Revert "[AMDGPU] table-driven parser/printer for amd_kernel_code_t structure ...Nikolay Haustov2016-03-024-370/+0
* [RT] Make tsan tests more portableRenato Golin2016-03-0251-63/+63
* Revert "[AMDGPU] Using table-driven amd_kernel_code_t field parser in assembl...Nikolay Haustov2016-03-022-8/+157
* [AMDGPU] Using table-driven amd_kernel_code_t field parser in assembler.Nikolay Haustov2016-03-022-157/+8
* [AMDGPU] table-driven parser/printer for amd_kernel_code_t structure fieldsNikolay Haustov2016-03-024-0/+370
* libfuzzer: fix compiler warningsDmitry Vyukov2016-03-022-6/+12
* [CLANG] [AVX512] [BUILTIN] Adding PSRAVMichael Zuckerman2016-03-026-0/+273
* [clang-tidy] Make 'modernize-pass-by-value' fix work on header files.Haojian Wu2016-03-023-5/+21
* [test/vptr-non-unique-typeinfo] Address Samsonov's post-commit reviewFilipe Cabecinhas2016-03-024-14/+15
* [X86] Remove unnecessary call to isReg from emitter's DestMem handling for VE...Craig Topper2016-03-021-7/+5
* [X86] Make X86MCCodeEmitter::DetermineREXPrefix locate operands more like how...Craig Topper2016-03-022-54/+54
* [Sema] PR26444 fix crash when alignment value is >= 2**16David Majnemer2016-03-022-1/+4
* [X86] Permit reading of the FLAGS register without it being previously definedDavid Majnemer2016-03-024-5/+10
* [X86] Remove assertion I accidentally left in.Craig Topper2016-03-021-1/+0
OpenPOWER on IntegriCloud