summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use EXPECT_FALSE instead of EXPECT_EQ(false, ...Momchil Velikov2018-02-141-1/+1
* [AST] Refine the condition for element-dependent array fillersIvan A. Kosarev2018-02-142-2/+32
* [Utils] Salvage the debug info of DCE'ed 'and' instructionsPetar Jovanovic2018-02-144-0/+15
* Quick fix for 325116 buildbots: move template specialization into namespaceAleksei Sidorin2018-02-141-27/+29
* [Sema] Fix decltype of static data membersMikhail Maltsev2018-02-142-3/+9
* [ASTImporter] Fix lexical DC for templated decls; support VarTemplatePartialS...Aleksei Sidorin2018-02-144-64/+161
* Revert r325107 (case folding DJB hash) and subsequent build fixPavel Labath2018-02-148-1055/+1
* [clangd] Explicitly initialize all primitive fields in Protocol.hIlya Biryukov2018-02-146-68/+85
* [IRMover] Move type name extraction to a separate function. NFCEugene Leviant2018-02-141-6/+11
* Fix build broken by r325107Pavel Labath2018-02-141-23/+23
* Implement a case-folding version of DJB hashPavel Labath2018-02-148-1/+1055
* Test commit accessHenry Wong2018-02-141-1/+1
* Adding a width of the GEP index to the Data Layout.Elena Demikhovsky2018-02-1430-131/+1630
* [SelectionDAG] Remove duplicate code from TargetLowering::SimplifySetCC.Craig Topper2018-02-141-4/+0
* Use delete[] instead of freeSerge Pavlov2018-02-141-2/+2
* Use delete[] to deallocate array of charsSerge Pavlov2018-02-141-2/+2
* Refactor DisassembleInfo in MachODump.cppSerge Pavlov2018-02-141-83/+23
* [clangd] Configure clangd tracing with CLANGD_TRACE env instead of -trace flagSam McCall2018-02-142-11/+9
* Fix a couple of places where we assumed that non-type template parameters are...Richard Smith2018-02-146-8/+26
* Use a stricter return type in buildSectionOrder. NFC.Rafael Espindola2018-02-141-9/+10
* [demangler] Support for exception specifications on function types.Erik Pilkington2018-02-142-4/+96
* [demangler] Simplify the AST for function types, NFC.Erik Pilkington2018-02-141-92/+66
* Fix incorrect indentation.Bruce Mitchener2018-02-141-1/+1
* [X86] Remove dead code from retpoline thunk generationReid Kleckner2018-02-141-26/+0
* Implement function attribute artificialErich Keane2018-02-146-1/+37
* [gold] Fix error report in thinlto_emit_linked_objects.ll testVitaly Buka2018-02-143-2/+9
* [analyzer] [tests] Update CmpRuns to write to stdout correctly in multithread...George Karpenkov2018-02-132-14/+18
* Fix off-by-one in set_thread_name which causes truncation to fail on LinuxSam McCall2018-02-131-1/+2
* [cmake] Darwin: Copy in the system debugserver if neededVedant Kumar2018-02-134-13/+26
* [globalisel][legalizerinfo] Follow up on post-commit review comments after r3...Daniel Sanders2018-02-133-3/+106
* [InstCombine] put tests of mul with neg operand(s) together; NFCSanjay Patel2018-02-134-58/+64
* Use toString to stringize sections and files.Rui Ueyama2018-02-1311-36/+34
* Use LLVM's SetVector insteead of unordered_set.Rui Ueyama2018-02-131-3/+2
* [GVN] Salvage debug info from dead instsVedant Kumar2018-02-133-2/+13
* [InstCombine] (lshr X, 31) * Y --> (ashr X, 31) & YSanjay Patel2018-02-132-29/+17
* amdgpu/half_recip: Switch implementation to native_recipJan Vesely2018-02-132-0/+7
* amdgpu/half_log2: Switch implementation to native_log2Jan Vesely2018-02-132-0/+7
* amdgpu/half_log10: Switch implementation to native_log10Jan Vesely2018-02-132-0/+7
* amdgpu/half_log: Switch implementation to native_logJan Vesely2018-02-132-0/+7
* amdgpu/half_exp2: Switch implementation to native_exp2Jan Vesely2018-02-132-0/+7
* amdgpu/half_exp10: Switch implementation to native_exp10Jan Vesely2018-02-132-0/+7
* amdgpu/half_exp: Switch implementation to native_expJan Vesely2018-02-132-0/+7
* amdgpu/half_sqrt: Switch implementation to native_sqrtJan Vesely2018-02-132-0/+7
* amdgpu/half_rsqrt: Switch implementation to native_rsqrtJan Vesely2018-02-133-0/+18
* Teach Wreturn-type, Wunreachable-code, and alpha.deadcode.UnreachableCode to ...Nico Weber2018-02-138-6/+57
* [InstCombine] add vector tests, fix comments; NFCSanjay Patel2018-02-131-8/+53
* [libFuzzer] Set -experimental_len_control=1000 as default.Matt Morehouse2018-02-134-6/+9
* [X86] Use EDI for retpoline when no scratch regs are leftReid Kleckner2018-02-134-72/+76
* [InstCombine] (bool X) * Y --> X ? Y : 0Sanjay Patel2018-02-132-3/+21
* [LLD] Implement /guard:[no]longjmpReid Kleckner2018-02-1311-28/+169
OpenPOWER on IntegriCloud