summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Look for a loop's starting location in the llvm.loop metadataHal Finkel2016-05-253-16/+96
* Add logging to ValueObjectSyntheticFilter such that one can trace through the...Enrico Granata2016-05-251-8/+78
* Sort includes.Rafael Espindola2016-05-251-1/+1
* Port the strip-invalid-debuginfo logic to the legacy verifier pass, too.Adrian Prantl2016-05-252-7/+39
* [X86][SSE41] Removed pblendw intrinsics tests - they are auto-upgradedSimon Pilgrim2016-05-251-16/+0
* [profile] Add early checking to bypass node pointer updateXinliang David Li2016-05-252-3/+13
* Move whole-program virtual call optimization pass after function attribute in...Peter Collingbourne2016-05-252-25/+27
* [X86][SSE41] Regenerated intrinsics testsSimon Pilgrim2016-05-252-56/+370
* [TLI] Also cover Linux 64 libfunc (stat64, ...) prototype checking.Ahmed Bougacha2016-05-253-3/+65
* [profile] Don't return `Node` when it is null.Sean Silva2016-05-251-5/+7
* [X86][SSE41] Removed blendpd/blendps intrinsics tests - they are auto-upgradedSimon Pilgrim2016-05-251-17/+1
* 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
OpenPOWER on IntegriCloud