summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [driver][mips] Support MIPS targets in modern Android NDKSimon Atanasyan2016-07-1929-41/+121
* [esan|wset] Fix flaky sampling testsDerek Bruening2016-07-198-18/+42
* [OPENMP] Removed loop statement as its body executes at most once, NFC.Alexey Bataev2016-07-191-10/+4
* [esan] Fix sideline thread flaky assertDerek Bruening2016-07-191-1/+8
* [OPENMP] Improved processing of 'priority' clause, NFC.Alexey Bataev2016-07-191-3/+1
* Ignore clang-module-cache directories that may be createdJason Molenda2016-07-191-0/+2
* clang-rename: fix referenced variable in vim-scriptSaleem Abdulrasool2016-07-191-1/+1
* [AVX512] Give priority to EVEX encoded PSHUFB over the VEX versions.Craig Topper2016-07-192-8/+18
* [X86] Remove superfluous parameter from a multiclass. All instantiations pass...Craig Topper2016-07-191-9/+8
* [MemorySSA] Update to the new shiny walker.George Burgess IV2016-07-194-311/+838
* [X86] Rename VINSERTzrr to use a capital Z to match other instructions. NFCCraig Topper2016-07-192-4/+4
* Retry: [llvm-profdata] Speed up merging by using a thread poolVedant Kumar2016-07-196-23/+197
* Revert "[llvm-profdata] Speed up merging by using a thread pool"Vedant Kumar2016-07-196-195/+23
* Recommit the patch "Use uniforms set to populate VecValuesToIgnore".Wei Mi2016-07-196-66/+136
* AMDGPU/SI: Fix SI scheduler refcount issueMatt Arsenault2016-07-191-0/+3
* AMDGPU: Expand register indexing pseudos in custom inserterMatt Arsenault2016-07-1911-712/+581
* [Kaleidoscope][BuildingAJIT] More work on the text for Chapter 3.Lang Hames2016-07-191-33/+46
* [LoopReroll] Reroll loops with unordered atomic memory accessesSanjoy Das2016-07-192-7/+138
* Append clang system include path for offloading tool chains.Samuel Antao2016-07-191-1/+19
* [OpenMP] Remove dead code in conditional of mappable expressions SEMA. Samuel Antao2016-07-181-4/+4
* TableGen: Allow custom register operand decoder methodMatt Arsenault2016-07-182-29/+37
* AMDGPU: Fix test name and broken CHECK-LABELMatt Arsenault2016-07-181-6/+3
* [utils] Generate html reports with the code coverage utility scriptVedant Kumar2016-07-181-19/+31
* [OpenMP] Fix incorrect diagnostics in map clauseKelvin Li2016-07-185-16/+40
* Fix some minor issues found by Coverity.Richard Smith2016-07-183-2/+6
* [Coverage] Remove '..' from filenames *after* getting an absolute pathVedant Kumar2016-07-182-5/+16
* Fix -Wreturn-type with gcc 4.8 and libc++Matt Arsenault2016-07-181-1/+1
* [llvm-profdata] Speed up merging by using a thread poolVedant Kumar2016-07-186-23/+195
* [NVPTX] Make sure we adjust alignment at all call sitesArtem Belevich2016-07-182-2/+12
* [PM] Convert Loop Strength Reduce pass to new PMDehao Chen2016-07-185-24/+84
* Update doxygen description for `WriteBitcodeToFile()` API (NFC)Mehdi Amini2016-07-181-2/+5
* [PM] Port FunctionImport Pass to new PMTeresa Johnson2016-07-187-47/+72
* Revert rL275912.Wei Mi2016-07-185-133/+63
* Add missing headers after header cleanup in r275882.Chaoren Lin2016-07-181-0/+2
* [Coverage] Normalize '..' out of filename stringsVedant Kumar2016-07-182-8/+21
* Use uniforms set to populate VecValuesToIgnore.Wei Mi2016-07-185-63/+133
* refactor SimplifySelectInst; NFCISanjay Patel2016-07-181-97/+115
* Write isUInt using template specializations to work around an incorrect MSVC ...Justin Lebar2016-07-181-4/+15
* add tests for missed sext transformSanjay Patel2016-07-181-0/+26
* [Sema] Create a separate group for incompatible function pointer warningBruno Cardoso Lopes2016-07-186-7/+46
* Add missing header in ClangFuzzer (after r275882 cleanup)Mehdi Amini2016-07-181-0/+1
* Allow iOS and tvOS version numbers with 2-digit major version numbers.Bob Wilson2016-07-183-10/+25
* Bump version # to 4.0.0Marshall Clow2016-07-181-1/+1
* build_llvm_package.bat: update version to 4.0.0Hans Wennborg2016-07-181-2/+2
* [interception] Remove extra whitespace to appease linters (NFC)Vedant Kumar2016-07-181-2/+2
* auto-generate checksSanjay Patel2016-07-181-39/+64
* Revert r273099 "If the revision number starts with r, drop it. It will get ad...Hans Wennborg2016-07-181-1/+1
* [Driver] Compute effective target triples once per job (NFCI)Vedant Kumar2016-07-1811-192/+354
* [Driver] Make Driver::DefaultTargetTriple private (NFCI)Vedant Kumar2016-07-182-6/+6
* [NVPTX] Force minimum alignment of 4 for byval arguments of device-side funct...Artem Belevich2016-07-183-6/+31
OpenPOWER on IntegriCloud