summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix typo; NFCSanjay Patel2016-05-251-1/+1
* ValueMaterializer: rename materializeDeclFor() to materialize()Mehdi Amini2016-05-254-9/+9
* ValueMaterializer: fuse materializeDeclFor and materializeInitFor (NFC)Mehdi Amini2016-05-253-45/+25
* IRLinker: fix double scheduling of mapping a global value because of an aliasMehdi Amini2016-05-252-0/+24
* [X86][AVX2] Regenerate avx2 vector shift testsSimon Pilgrim2016-05-251-215/+227
* [libfuzzer] replacing unittest for truncate_units with functional test.Mike Aizatsky2016-05-254-22/+22
* Revert r270748 "clang-cl: Treat dllimport explicit template instantiation def...Hans Wennborg2016-05-253-78/+17
* Simplify std::all_of/any_of predicates by using llvm::all_of/any_of. NFCI.Simon Pilgrim2016-05-251-7/+5
* Fix an issue where LLDB would crash if one tried to 'frame variable' an unord...Enrico Granata2016-05-252-4/+8
* [codeview] Move StreamInterface and StreamReader to libcodeview.Zachary Turner2016-05-2526-86/+196
* [TLI] Fix NumParams==0 prototype checking typo.Ahmed Bougacha2016-05-253-84/+1694
* Simplify std::all_of predicate (to one line) by using llvm::all_of. NFCI.Simon Pilgrim2016-05-251-2/+1
* clang-cl: Treat dllimport explicit template instantiation definitions as decl...Hans Wennborg2016-05-253-17/+78
* Simplify std::all_of predicate (to one line) by using llvm::all_of. NFCI.Simon Pilgrim2016-05-251-3/+1
* Fix shouldAssumeDSOLocal for private linkage.Rafael Espindola2016-05-252-1/+9
* Mark some arm-linux specific xfails marking bug entriesOmair Javaid2016-05-254-1/+5
* [libFuzzer] document the proposed FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTIONKostya Serebryany2016-05-251-0/+29
* [IR] Copy comdats in GlobalObject::copyAttributesFromReid Kleckner2016-05-253-0/+20
* [llvm-pdbdump] Dump raw stream contents as binary block.Zachary Turner2016-05-251-2/+3
* TableGen: Use StringRef instead of std::stringMatt Arsenault2016-05-252-4/+4
* AMDGPU: Fix v2i64/v2f64 bitcastsMatt Arsenault2016-05-252-1/+35
* AMDGPU: Fix missing br_cc i1 test coverageMatt Arsenault2016-05-251-5/+44
* [SelectionDAG] Add smarts for BSWAP in computeKnownBits.Chad Rosier2016-05-252-0/+50
* [esan][cfrag] Add skeleton for cache fragmentation tool supportQin Zhao2016-05-255-10/+89
* AMDGPU: Make vectorization defeating test changesMatt Arsenault2016-05-255-35/+33
* [libcxx] Allow explicit pthread opt-inBen Craig2016-05-254-6/+18
* [PM] CorrelatedValuePropagation: pass state to function. NFCI.Davide Italiano2016-05-251-29/+16
* Allow explicit pthread opt-inBen Craig2016-05-251-0/+10
* AMDGPU: Fix inconsistent lowering of select of vectorsMatt Arsenault2016-05-252-10/+81
* [profile] Further cleanup/refactor file handling codeXinliang David Li2016-05-251-34/+26
* [x86] avoid code explosion from LoopVectorizer for gather loop (PR27826) Sanjay Patel2016-05-252-2/+51
* Use new triple API to check comdat /NFCXinliang David Li2016-05-251-1/+1
* Use new triple API to check if comdat is supportedXinliang David Li2016-05-251-1/+1
* Add a new helper API in triple /NFCXinliang David Li2016-05-251-0/+3
* [obj2yaml] [yaml2obj] MachO support for rebase opcodesChris Bieneman2016-05-255-21/+264
* [CMake] LINK_LIBS need to be public for Darwin dylib targetsChris Bieneman2016-05-252-12/+18
* Move and add comments to the top for tailcall-string-rvo.llTim Shen2016-05-251-5/+8
* [ELF] - Added support for jmp/call relaxations when R_X86_64_GOTPCRELX/R_X86_...George Rimar2016-05-252-9/+59
* [SDAG] Add a fallback multiplication expansionHal Finkel2016-05-252-1/+70
* [ThinLTO] Fix test check prefix so that intended prefix testedTeresa Johnson2016-05-251-1/+1
* [x86, AVX] allow explicit calls to VZERO* to modify state in VZeroUpperInsert...Sanjay Patel2016-05-252-11/+9
* Make SectionPiece 8 bytes smaller on LP64.Rui Ueyama2016-05-252-12/+23
* [RuntimeDyld] Call the SymbolResolver::findSymbolInLogicalDylib method whenLang Hames2016-05-258-56/+52
* Clarify that we match BSwap in InstCombine and BitReverse in CGP. NFC.Chad Rosier2016-05-255-10/+10
* Speed up check by using a recursive visitor.Samuel Benzaquen2016-05-252-66/+84
* [tsan] Change some OS X tests to include system headers (xpc.h, mman.h) more ...Kuba Brecka2016-05-253-3/+7
* Do not ignore --no_ctors_in_init_array flag.Rui Ueyama2016-05-251-1/+0
* [X86][AVX] Sync with clang/test/CodeGen/avx2-builtins.cSimon Pilgrim2016-05-251-98/+1659
* ELF: improve CIE no-augmentation testEd Maste2016-05-251-0/+7
* [X86][AVX2] Full set of AVX2 intrinsics testsSimon Pilgrim2016-05-251-600/+745
OpenPOWER on IntegriCloud