summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [LoopSimplify] Preserve LCSSA when removing edges from unreachable blocks.Michael Zolotukhin2016-11-184-4/+38
* [MIRPrinter] XFAIL test for powerpcGeoff Berry2016-11-181-0/+2
* Revert "Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch"Mehdi Amini2016-11-182-37/+0
* Statistic/Timer: Include timers in PrintStatisticsJSON().Matthias Braun2016-11-185-30/+102
* Timer: Track name and description.Matthias Braun2016-11-1817-100/+169
* [MIRPrinter] Print raw branch probabilities as expected by MIRParserGeoff Berry2016-11-186-7/+37
* AMDGPU: Fix unused variable warningMatt Arsenault2016-11-181-5/+4
* Fix test from r287353: don't use /dev/nullHans Wennborg2016-11-181-1/+1
* [LTO] Add option to generate optimization recordsAdam Nemet2016-11-183-0/+56
* [DebugInfo] Fix some Clang-tidy modernize-use-default, modernize-use-equal-de...Eugene Zelenko2016-11-1817-95/+154
* IRMover: Avoid accidentally mapping types from the destination module (PR30799)Hans Wennborg2016-11-183-0/+78
* Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatchMehdi Amini2016-11-182-0/+37
* [PPC] limit line width to 80 charactersEhsan Amiri2016-11-181-1/+2
* [mips][msa] Implement f16 supportSimon Dardis2016-11-184-0/+418
* [X86][AVX512] Split AVX512F/AVX512VL tests to demonstrate missed int2fp oppor...Simon Pilgrim2016-11-181-262/+566
* GlobalISel: Fix unconditional fallback with global isel abort is disabledTom Stellard2016-11-182-1/+9
* AMDGPU/SI: Remove zero_extend patterns for i16 ops selected to 32-bit instsTom Stellard2016-11-182-3/+64
* [simplifycfg][loop-simplify] Preserve loop metadata in 2 transformations.Florian Hahn2016-11-184-1/+115
* Cleanup function with clang-format. NFCI.Simon Pilgrim2016-11-181-3/+1
* AMDGPU: Fix legalization of MUBUF instructions in shadersNicolai Haehnle2016-11-182-5/+62
* Fix spelling mistakes in MIPS target comments. NFC.Simon Pilgrim2016-11-183-4/+4
* [Power9] Add patterns for vnegd, vnegwEhsan Amiri2016-11-182-2/+29
* Fix spelling mistakes in AMDGPU target comments. NFC.Simon Pilgrim2016-11-185-11/+11
* [X86][AVX2] Add v8i32->v8i64 mul test (PR30845)Simon Pilgrim2016-11-181-0/+183
* Fix typo in comment. NFC.Simon Pilgrim2016-11-181-1/+1
* [PPC][DAGCombine] Convert SETCC to subtract when the result is zero extendedEhsan Amiri2016-11-183-1/+184
* Fix go binding to adapt the new attribute APIAmaury Sechet2016-11-182-0/+193
* [InstCombine][AVX-512] Teach InstCombineCalls how to handle the intrinsics fo...Craig Topper2016-11-182-0/+402
* [AVX-512] Replace masked 16-bit element variable shift intrinsics with new un...Craig Topper2016-11-185-101/+112
* AMDGPU: Move redundant setting of inst propertiesMatt Arsenault2016-11-181-3/+1
* AMDGPU: Fix crash on illegal type for inlineasmMatt Arsenault2016-11-182-0/+85
* Object: Simplify; remove unnecessary use of unique_ptr.Peter Collingbourne2016-11-181-4/+4
* MachineOperand: Add dump() methodMatthias Braun2016-11-182-0/+7
* convert bpf assembler to look like kernel verifier outputAlexei Starovoitov2016-11-1820-249/+260
* [Docs][TableGen] Remove reference to tablegen supporting octal integers. It d...Craig Topper2016-11-181-3/+0
* [AVX-512] Support FCOPYSIGN for v16f32 and v8f64Craig Topper2016-11-184-23/+156
* Add an option to disable libeditYichao Yu2016-11-182-1/+5
* [CUDA] Update docs to indicate that MacOS is now supported.Justin Lebar2016-11-181-0/+3
* [CUDA] Update docs; CUDA 8.0 is supported as of a while ago.Justin Lebar2016-11-181-2/+1
* [lli] Prefer `exit(1)` to `return 1` for consistency.Davide Italiano2016-11-171-1/+1
* [lli] Factor out error handling. NFCI.Davide Italiano2016-11-171-18/+15
* [ReleaseNotes] Mention the completion of the upstreaming of the AVR backendDylan McKay2016-11-171-0/+7
* [CMake] Error when LTO and lld are enabled on DarwinPetr Hosek2016-11-171-0/+3
* Fix spelling mistakes in Hexagon target comments. NFC.Simon Pilgrim2016-11-179-12/+12
* Fix spelling mistakes in X86 target comments. NFC.Simon Pilgrim2016-11-173-5/+5
* [CodeView] Fix some Clang-tidy modernize-use-default, modernize-use-override ...Eugene Zelenko2016-11-1712-93/+153
* [libFuzzer] better documentation for -fsanitize-coverage=trace-cmpKostya Serebryany2016-11-171-3/+13
* [asan] Turn on Mach-O global metadata liveness tracking by defaultAnna Zaks2016-11-172-2/+2
* Revert "AMDGPU: Enable ConstrainCopy DAG mutation"Konstantin Zhuravlyov2016-11-178-33/+28
* [SCEV] limit recursion depth of CompareSCEVComplexityDaniil Fukalov2016-11-172-17/+111