summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [MathExtras] Fix undefined behavior (shift by bit width)Benjamin Kramer2017-04-192-1/+6
* AMDGPU: Don't align callable functions to 256Matt Arsenault2017-04-193-1/+34
* AMDGPU: Change DivergenceAnalysis for function argumentsMatt Arsenault2017-04-193-598/+780
* Prefer addAttr(Attribute::AttrKind) over the AttributeList overloadReid Kleckner2017-04-198-86/+52
* [InstCombine] Reduce visitLoadInst() code duplication. NFCI.Davide Italiano2017-04-191-20/+18
* Skip tests that use 'llvm_xray' for standalone builds.Keith Wyss2017-04-193-0/+7
* [APInt] Move the 'return *this' from the slow cases of assignment operators i...Craig Topper2017-04-192-27/+25
* [InstSimplify] fold identity shuffles (recursing if needed)Sanjay Patel2017-04-192-27/+117
* use 'auto' with 'dyn_cast' and fix formatting; NFCSanjay Patel2017-04-191-8/+7
* Add #pragma clang attribute support to the external_source_symbol attributeAlex Lorenz2017-04-195-43/+136
* Add an #include for <climits> for CHAR_BIT.Zachary Turner2017-04-191-0/+1
* [Support] Add some helpers to generate bitmasks.Zachary Turner2017-04-192-0/+35
* Remove eol-style:native from MathExtras.hZachary Turner2017-04-190-0/+0
* Revert r300697 which causes buildbot failure.Dehao Chen2017-04-194-58/+52
* [Hexagon] Generate proper offset in opt-addr-modeKrzysztof Parzyszek2017-04-193-11/+33
* [Hexagon] Remove RDefMap, use Liveness:getNearestAliasedRef insteadKrzysztof Parzyszek2017-04-191-48/+5
* [RDF] Switch NodeList to SmallVector from std::vectorKrzysztof Parzyszek2017-04-191-1/+2
* [RDF] Use faster version of findBlockKrzysztof Parzyszek2017-04-191-1/+1
* Remove unnecessary condition as suggested by clang-tidy. NFCGabor Horvath2017-04-191-4/+2
* [RDF] Cache register units for reg masks instead of recalculating themKrzysztof Parzyszek2017-04-192-31/+29
* [Hexagon] Cache reached blocks in bit tracker instead of scanning listKrzysztof Parzyszek2017-04-192-10/+10
* [PowerPC] add test and auto-generate checks; NFCSanjay Patel2017-04-191-19/+33
* [clang-tidy] misc-misplaced-widening-cast: Disable checking of implicit widen...Gabor Horvath2017-04-192-1/+1
* [ARM] add test and auto-generate checks; NFCSanjay Patel2017-04-191-122/+440
* Using address range map to speedup finding inline stack for address.Dehao Chen2017-04-194-52/+58
* [InstSimplify] Deduce correct type for vector GEP.Davide Italiano2017-04-192-1/+27
* Let ubsan search UBSAN_SYMBOLIZER_PATH for llvm-symbolizerNico Weber2017-04-191-0/+1
* Implement function to get registers from suspended thread on darwinFrancis Ricci2017-04-191-2/+43
OpenPOWER on IntegriCloud