summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Wrap include of <future> in some warning suppression pragmasReid Kleckner2015-12-151-1/+11
* [WebAssembly] Implement instruction selection for constant offsets in addresses.Dan Gohman2015-12-157-28/+574
* Initialize all bytes in vp data (msan error)Xinliang David Li2015-12-151-4/+5
* Add support for the .debug_macro section of the forthcoming DWARF 5 spec.Eric Christopher2015-12-151-0/+20
* Fix clang-cl self-host with MSVC 2013 STL std::bind implementationReid Kleckner2015-12-151-1/+6
* [WinEH] Remove unused intrinsic llvm.x86.seh.restoreframeReid Kleckner2015-12-154-74/+5
* test-infra: refactored new summary results into base ResultsFormatter classTodd Fiala2015-12-154-386/+326
* [WinEH] Update clang to use operand bundles on call sitesDavid Majnemer2015-12-152-6/+37
* [WinEH] Use operand bundles to describe call sitesDavid Majnemer2015-12-1536-250/+303
* Test cleanup -- remove duplicate run linesXinliang David Li2015-12-151-4/+0
* AMDGPU/SI: Select constant loads with non-uniform addresses to MUBUF instruct...Tom Stellard2015-12-159-43/+178
* LLVM tutorial: fix broken links/anchorsAlex Denisov2015-12-1517-52/+52
* Coverage code refactoring /NFCXinliang David Li2015-12-153-13/+18
* LPM: Stop threading `Pass *` through all of the loop utility APIs. NFCJustin Bogner2015-12-1518-175/+164
* [Sparc] Fix handling of double incoming arguments on sparc little-endian.James Y Knight2015-12-152-9/+204
* Unsupport test that should not be run on HexagonKrzysztof Parzyszek2015-12-151-0/+4
* [Docs] Fix Unexpected indentation errors.Akira Hatanaka2015-12-151-0/+2
* [X86] MOVPC32r should only emit CFI adjustments when neededMichael Kuperstein2015-12-152-4/+35
* AMDGPU: Add aliases for all VI targetsTom Stellard2015-12-151-1/+1
* AMDGPU: Add alias for tongaTom Stellard2015-12-151-1/+1
* AMDGPU/SI: Implement AMDGPUTargetTransformInfo::isSourceOfDivergence()Tom Stellard2015-12-152-0/+78
* [SimplifyCFG] allow speculation of exactly one expensive instruction (PR24818)Sanjay Patel2015-12-153-47/+42
* [llvm-profdata] Add support for weighted merge of profile data (2nd try)Nathan Slingerland2015-12-1514-55/+369
* AMDGPU: mark ldexp LibCalls as unavailableNicolai Hahnle2015-12-152-10/+16
* AMDGPU/SI: Fix bitcast between v2f32 and f64Tom Stellard2015-12-151-0/+4
* [X86] Smaller code for materializing 32-bit 1 and -1 constantsHans Wennborg2015-12-153-5/+159
* clang-cl: Add an alias for /wd4100Nico Weber2015-12-152-4/+7
* WebAssembly: update expected torture test failuresJF Bastien2015-12-151-33/+0
* [Hexagon] Preprocess mapped instructions before lowering to MCKrzysztof Parzyszek2015-12-157-9/+397
* AMDGPU/SI: Add llvm.amdgcn.mbcnt.* intrinsicsTom Stellard2015-12-153-2/+34
* AMDGPU/SI: Add llvm.amdgcn.v.interp.p[12] intrinsicsTom Stellard2015-12-153-0/+58
* AMDGPU/SI: Add getShaderType() function to Utils/Tom Stellard2015-12-155-17/+26
* Bitcasts between FP and INT values using direct movesNemanja Ivanovic2015-12-155-6/+160
* [Microsoft][C++] Clang doesn't support a use of "this" pointer inside inline ...Michael Zuckerman2015-12-151-1/+1
* Fixed mistype in comment. NFC.George Rimar2015-12-151-1/+1
* [Microsoft][C++] Clang doesn't support a use of "this" pointer inside inline asmMichael Zuckerman2015-12-153-12/+67
* [x86] adding PKU feature flagAsaf Badouh2015-12-155-0/+11
* Do not try to use i8 and i16 versions of FP_TO_U/SINT soft float library callsMichael Kuperstein2015-12-155-47/+63
* Define a feature for __float128 support in the PPC back endNemanja Ivanovic2015-12-153-0/+7
* Merge ENABLE_THREADS and ENABLE_STD_THREADS markersTamas Berghammer2015-12-1511-15/+15
* [OPENMP 4.5] Fix test compatibility with 32 bit mode.Alexey Bataev2015-12-151-1/+1
* [OPENMP 4.5] Codegen for 'hint' clause of 'critical' directiveAlexey Bataev2015-12-154-15/+48
* Improve the successor list update in TailDuplication.cpp.Cong Hou2015-12-152-7/+7
* InstCombineLoadStoreAlloca.cpp: Avoid instantiating Twine.NAKAMURA Takumi2015-12-151-4/+9
* clang/test/Analysis/padding_c.c: Suppress a test incompatible to i686-linux.NAKAMURA Takumi2015-12-151-7/+0
* [libclang] Add a flag to create the precompiled preamble on the first parse.Benjamin Kramer2015-12-157-29/+70
* [PassManagerBuilder] Add a few more scalar optimization passesJames Molloy2015-12-151-0/+13
* Mark ThreadPool unittests as unsupported on PowerPC64Mehdi Amini2015-12-151-0/+4
* ThreadPool unittest: add a rough mechanism to mark UNSUPPORTED on a given pla...Mehdi Amini2015-12-151-5/+53
* Reapply fixed r255626 that broke buildbot:George Rimar2015-12-151-15/+13
OpenPOWER on IntegriCloud