summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clang-format: [JS] whitespace required between ! and as.Martin Probst2016-09-062-0/+3
* clang-format: [JS] ignore comments when wrapping returns.Martin Probst2016-09-062-1/+8
* [ELF] Add support for -no-gc-sections flagPetr Hosek2016-09-062-1/+4
* Modules: Fix an assertion in DeclContext::buildLookup.Manman Ren2016-09-066-4/+28
* fix formatting; NFCSanjay Patel2016-09-061-19/+14
* [MCTargetDesc] Delete dead code. Found by GCC7 -Wunused-function.Davide Italiano2016-09-061-17/+0
* [Release notes] Fix links.Eugene Zelenko2016-09-061-6/+6
* Add a comment.Rui Ueyama2016-09-061-0/+4
* Fix comment formatting for DebugInfoFlags.defVictor Leschuk2016-09-061-1/+2
* Updated .clang-format rules so bring LLDB in line with LLVM standards.Kate Stone2016-09-062-8/+4
* bugpoint: Return Errors instead of passing around stringsJustin Bogner2016-09-0610-543/+558
* [SE] Remove Platform*Handle classesJason Henline2016-09-0610-95/+142
* Formatting with clang-format patch r280701Leny Kholodov2016-09-061-23/+24
* [RDF] Ignore undef use operandsKrzysztof Parzyszek2016-09-062-1/+56
* Formatting with clang-format patch r280700Leny Kholodov2016-09-0611-160/+147
* [SelectionDAG] Simplify extract_subvector( insert_subvector ( Vec, In, Idx ),...Simon Pilgrim2016-09-062-9/+10
* Add #include <cstdio> to unbreak build (missing definition of stderr)Krzysztof Parzyszek2016-09-061-0/+1
* [JumpThreading] Only write back branch-weight MDs for blocks that originally ...Adam Nemet2016-09-063-1/+173
* Fix for Bindings/Go/go.test after patch r280700Leny Kholodov2016-09-061-6/+10
* [Sparc][Leon] Corrected supported atomics size for processors supporting Leon...Chris Dewhurst2016-09-061-1/+1
* Mark R_GOTREL_FROM_END as a relative expression.Rafael Espindola2016-09-062-2/+26
* [ELF] - Linkerscript: implemented FILL command as alias for =fillexprGeorge Rimar2016-09-063-9/+47
* Fixing an MSVC error from rL280692Dimitar Vlahovski2016-09-061-1/+1
* [mips] Tighten FastISel restrictionsSimon Dardis2016-09-062-1/+31
* [PPC] Claim stack frame before storing into it, if no red zone is presentKrzysztof Parzyszek2016-09-066-46/+120
* Second round of fixups for r280692Pavel Labath2016-09-062-4/+5
* Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."Dimitar Vlahovski2016-09-0617-501/+26
* [clang-cl] Check that we are in clang cl mode before enabling support for the...Pierre Gousseau2016-09-062-1/+3
* DebugInfo: use llvm::DINode::DIFlags type for debug info flagsLeny Kholodov2016-09-062-34/+40
* DebugInfo: use strongly typed enum for debug info flagsLeny Kholodov2016-09-0613-205/+233
* [OpenCL] Remove access qualifiers on images in arg info metadata.Alexey Bader2016-09-062-12/+41
* [RegisterScavenger] Remove aliasing registers of operands from the candidate setSilviu Baranga2016-09-061-1/+2
* Fix build breakage in r280692Pavel Labath2016-09-063-3/+3
* [AVX-512] Fix masked VPERMI2PS isel when the index comes from a bitcast.Craig Topper2016-09-064-61/+41
* [AVX-512] Add a test case to show that we don't select masked vpermi2ps when ...Craig Topper2016-09-061-4/+17
* [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
OpenPOWER on IntegriCloud