summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...Kostya Serebryany2017-04-196-230/+0
* [APInt] Cast more calls to add/sub/mul overflow functions to void. I missed t...Craig Topper2017-04-191-4/+4
* [DAG] add splat vector support for 'or' in SimplifyDemandedBitsSanjay Patel2017-04-193-21/+16
* Fix typo in Windows test configuration codeEric Fiselier2017-04-191-1/+1
* [sanitizer-coverage] remove stale codeKostya Serebryany2017-04-193-101/+4
* [libFuzzer] remove -output_csv option. It duplicates the default output and g...Kostya Serebryany2017-04-194-14/+1
* [sanitizer-coverage] deprecate -fsanitize-coverage=trace-bbKostya Serebryany2017-04-192-8/+8
* [sanitizer-coverage] remove run-time support for -fsanitize-coverage=trace-bbKostya Serebryany2017-04-193-164/+0
* Fixup style from r300760Francis Ricci2017-04-191-3/+3
* Corrrect warn_unused_result attribute Erich Keane2017-04-193-7/+48
* [DAG] add splat vector support for 'xor' in SimplifyDemandedBitsSanjay Patel2017-04-197-48/+38
* Fix assertion failure in codegen on non-template deduction guide.Richard Smith2017-04-192-0/+25
* ARMFrameLowering: Reserve emergency spill slot for large argumentsMatthias Braun2017-04-192-8/+129
* Make sure to scan mmap'd memory regions for root pointers on OS XFrancis Ricci2017-04-193-29/+58
* Implement StopTheWorld for DarwinFrancis Ricci2017-04-192-2/+47
* [APInt] Cast calls to add/sub/mul overflow methods to void if only their over...Craig Topper2017-04-194-6/+6
* [InstCombine] Add frem constant folding test (PR3316)Simon Pilgrim2017-04-191-0/+9
* [CodeGen] Use preincrement version of APInt::operator++ instead of postincrem...Craig Topper2017-04-191-1/+1
* Fix a leak in tools/driver/cc1as_main.cppKostya Serebryany2017-04-191-2/+2
* AMDGPU: Custom lower illegal small select typesMatt Arsenault2017-04-192-117/+301
* Code style change as suggested in https://reviews.llvm.org/D32177 (NFC)Dehao Chen2017-04-191-16/+11
* [ARM] Remove redundant computeKnownBits helper.Eli Friedman2017-04-191-29/+14
* [GISEL]: Move getConstantVReg to UtilsAditya Nandakumar2017-04-195-20/+21
* [InstCombine] Add frem constant folding test (PR32177)Simon Pilgrim2017-04-191-0/+9
* [ARM] Use TableGen patterns to select vtbl. NFC.Eli Friedman2017-04-194-93/+60
* Turn symbolization on for ASan unit test.Alex Shlyapnikov2017-04-191-4/+15
* [APInt] Use SignExtend64 instead of reinventing it. NFCCraig Topper2017-04-191-2/+1
* [SCEV] Make SCEV or modeling more aggressive.Eli Friedman2017-04-192-22/+44
* [sanitizer-coverage] remove run-time support for the deprecated -fsanitize-co...Kostya Serebryany2017-04-195-145/+0
* [sanitizer-coverage] deprecate -fsanitize-coverage=8bit-countersKostya Serebryany2017-04-192-8/+6
* [libc++] Use _LIBCPP_ABI_MICROSOFT instead of _MSC_VERShoaib Meenai2017-04-191-8/+8
* Using address range map to speedup finding inline stack for address.Dehao Chen2017-04-195-52/+99
* Parse backend options during thinlto backend compile actionsDavid Blaikie2017-04-192-6/+18
* Update the madd.ll test with utils/update_llc_test_checks.py (NFC)Dehao Chen2017-04-191-48/+264
* [sanitizer-coverage] deprecate some of the stale coverage variantsKostya Serebryany2017-04-193-58/+7
* PR32710: Disable using PMADDWD for unsigned short.Dehao Chen2017-04-192-6/+56
* AMDGPU: Don't emit amd_kernel_code_t for callable functionsMatt Arsenault2017-04-192-8/+21
* [tblgen] GCC/MS builtin to target intrisics map.Aditya Nandakumar2017-04-192-7/+17
* [AMDGPU][mc][tests][NFC] Update bulk ISA tests for Gfx7 and Gfx8Artem Tamazov2017-04-192-4377/+10806
* Add CopyDiagnostic to the DiagnosticManager.Jim Ingham2017-04-192-0/+11
* StructurizeCFG: Directly invert cmp instructionsMatt Arsenault2017-04-198-112/+184
* [GVN] Don't coerce non-integral pointers to integers or vice versaSanjoy Das2017-04-193-0/+83
* [Utility/StringLexer] Remove dead code.Davide Italiano2017-04-192-6/+0
* Update comment to match r300252.Richard Smith2017-04-191-1/+1
* Teach RenderScriptRuntime about changed context representation.David Gross2017-04-191-30/+39
* ARM: TLS calling convention doesn't preserve r9 or r12 on Darwin.Tim Northover2017-04-192-3/+27
* [DAG] add splat vector support for 'and' in SimplifyDemandedBitsSanjay Patel2017-04-195-31/+9
* IR: Remove some comments that are documenting the obvious. NFC.Peter Collingbourne2017-04-191-4/+0
* [Coverage] Don't emit mappings for functions in dependent contexts (fixes PR3...Vedant Kumar2017-04-192-1/+33
* [Sema][ObjC] Disallow jumping into ObjC fast enumeration loops.Akira Hatanaka2017-04-194-0/+36
OpenPOWER on IntegriCloud