summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] Remove unused encoding from IntrinsicType enum.Craig Topper2016-09-062-4/+1
* [X86] Fix indentation. NFCCraig Topper2016-09-061-2/+2
* Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan2016-09-0643-4/+2154
* Revert "bugpoint: Stop threading errors through APIs that never fail"Justin Bogner2016-09-067-90/+112
* bugpoint: Stop threading errors through APIs that never failJustin Bogner2016-09-067-112/+90
* ARM: workaround bundled operation predicationSaleem Abdulrasool2016-09-062-0/+27
* Revert "DebugInfo: use strongly typed enum for debug info flags"Mehdi Amini2016-09-0613-309/+292
* [LTO] Constify (NFC)Mehdi Amini2016-09-061-16/+20
* DebugInfo: use strongly typed enum for debug info flagsMehdi Amini2016-09-0613-292/+309
* Fix DensetSet::insert_as() for MSVC2015 (NFC)Mehdi Amini2016-09-061-3/+2
* [AVX-512] Fix v8i64 shift by immediate lowering on 32-bit targets.Craig Topper2016-09-064-18/+18
* CodeGen: ensure that libcalls are always AAPCS CCSaleem Abdulrasool2016-09-066-178/+182
* [AVX-512] Teach fastisel load/store handling to use EVEX encoded instructions...Craig Topper2016-09-053-132/+395
* [X86] Update fast-isel store test to have more 256 and 512-bit test cases. Ad...Craig Topper2016-09-051-18/+719
* [X86] Update fast-isel vector load test to have more 256 and 512-bit test cas...Craig Topper2016-09-051-82/+651
* fix FileCheck variables for test added with r280677Sanjay Patel2016-09-051-2/+2
* [Coroutines] Part12: Handle alloca address-takenGor Nishanov2016-09-052-1/+113
* [InstCombine] don't assert that division-by-constant has been folded (PR30281)Sanjay Patel2016-09-052-7/+99
* [InstCombine] revert r280637 because it causes test failures on an ARM botSanjay Patel2016-09-052-55/+55
* remove dependence of TestGdbRemoteExitCode.py on parent directory sourceTodd Fiala2016-09-053-4/+391
* [lit] Downgrade error to warning on gtest crashes during discovery.Ahmed Bougacha2016-09-051-2/+2
* [AVX-512] Integrate mask register copying more completely into X86InstrInfo::...Craig Topper2016-09-051-68/+53
* Add support for targeting armv6-unknown-cloudabi-eabihf.Ed Schouten2016-09-052-0/+7
* [X86][SSE] Add test cases for PR29078Simon Pilgrim2016-09-051-0/+668
* [X86][SSE] Add test cases for PR29079Simon Pilgrim2016-09-051-0/+150
* Add missing _US_ACTION_MASK constant to unwind.hDimitry Andric2016-09-051-0/+1
* Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-0517-26/+501
* CODE_OWNERS: bring my entry up to datewhitequark2016-09-051-1/+1
* [ELF][MIPS] Support R_MIPS_TLS_DTPREL64 / R_MIPS_TLS_TPREL64 relocations calc...Simon Atanasyan2016-09-052-2/+41
* [ELF][MIPS] Support R_MIPS_TLS_DTPREL32 / R_MIPS_TLS_TPREL32 relocations calc...Simon Atanasyan2016-09-052-4/+23
* [ELF][MIPS] Do not create a hidden definition for __tls_get_addr on MIPSSimon Atanasyan2016-09-052-2/+27
* Replace uses of MIUtilParse::CRegexParser with llvm::RegexPavel Labath2016-09-052-31/+35
* [X86][SSE] Regenerate odd shuffle tests with common prefixesSimon Pilgrim2016-09-051-145/+83
* [SimplifyCFG] Add test for sinking inline asm in if/elseOliver Stannard2016-09-051-0/+29
* clang/test/Modules/compiler_builtins_x86.c: Fix r280658.NAKAMURA Takumi2016-09-051-1/+1
* Attempt to fix buildbots not targetting x86James Molloy2016-09-051-1/+1
* asan: allow __asan_{before,after}_dynamic_init without registered globalsDmitry Vyukov2016-09-051-3/+4
* [WebAssembly] Unbreak the build.Benjamin Kramer2016-09-051-8/+9
* [AMDGPU] Refactor FLAT TD instructionsValery Pykhtin2016-09-056-438/+525
* Add check-polly-tests build target.Michael Kruse2016-09-051-5/+9
* [clang-rename] Add comment after namespace closingKirill Bobyrev2016-09-051-2/+3
* Add default_packet_timeout key to the new TestGdbRemoteHostInfo testPavel Labath2016-09-051-1/+2
* [Thumb1] Add relocations for fixups fixup_arm_thumb_{br,bcc}James Molloy2016-09-052-0/+27
* [AVX512] Fix v8i1 /v16i1 zext + bitcast lowering pattern. Explicitly zero upp...Igor Breger2016-09-053-4/+94
* [X86] Make some static arrays of opcodes const and shrink to uint16_t. NFCCraig Topper2016-09-051-6/+6
* [AVX-512] Simplify X86InstrInfo::copyPhysReg for 128/256-bit vectors with AVX...Craig Topper2016-09-0514-168/+112
* [Target] Remove the AvailableRegClasses vector from TargetLoweringBase. It wa...Craig Topper2016-09-051-4/+0
* [Coroutines] Part11: Add final suspend handling.Gor Nishanov2016-09-054-17/+166
* [X86] Add AVX and AVX512 command lines to the vec_ss_load_fold test.Craig Topper2016-09-051-0/+130
* [X86] Remove FsVMOVAPSrm/FsVMOVAPDrm/FsMOVAPSrm/FsMOVAPDrm. Due to their plac...Craig Topper2016-09-053-40/+0
OpenPOWER on IntegriCloud