summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Clang][AVX512][Builtin] Fix palignr intrinsics headerMichael Zuckerman2016-05-251-3/+3
* ELF: Handle empty CIE augmentation stringEd Maste2016-05-253-1/+11
* [ELF] - Implemented optimization for R_X86_64_GOTPCREL relocation.George Rimar2016-05-258-6/+199
* [AVX512] Don't rely on value names. They're different in release builds.Benjamin Kramer2016-05-251-9/+9
* [include-fixer] /usr/include/xlocal.h to include/xlocal.h in hardcoded map.Eric Liu2016-05-251-1/+1
* Fix mangled name of method with ns_consumed parameters.Nico Weber2016-05-254-10/+21
* Include local header with quotes instead of angle brackets.Benjamin Kramer2016-05-251-1/+1
* [include-fixer] Simplify the code since we won't handle multiple includes at ...Haojian Wu2016-05-251-32/+12
* [Clang][AVX512][BUILTIN] Add missing intrinsics for castMichael Zuckerman2016-05-252-11/+125
* [ThinLTO] Refactor ODR resolution and internalization (NFC)Teresa Johnson2016-05-255-174/+211
* Fix braced initializer list (NFC)Teresa Johnson2016-05-251-1/+1
* [include-fixer] moved STLPostfixMap into findAllSymbols library and make it a...Eric Liu2016-05-256-364/+364
* [SCEV] No-wrap flags are not propagated when folding "{S,+,X}+T ==> {S+T,+,X}"Oleg Ranevskyy2016-05-257-19/+45
* D20525: Use more general function for getting gtid which may be faster than s...Andrey Churbanov2016-05-251-1/+1
* Fix build problem in MSVCAlexey Bataev2016-05-251-4/+1
* Introduce a native-only unwinder build.Asiri Rathnayake2016-05-258-31/+139
* Revert "[AArch64] Using new TargetParser in Clang"Renato Golin2016-05-253-23/+48
OpenPOWER on IntegriCloud