summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Fix test incompatibility with arm buildbotsAlexey Bataev2016-02-081-2/+2
* [OPENMP] Fixed test incompat with MSVCAlexey Bataev2016-02-081-1/+1
* [asan] XFAIL local_alias.cc testcase on android in order to fix sanitizer-x86...Maxim Ostapenko2016-02-081-0/+2
* AVX512: Change builtin function name for scalar intrinsics. Add "mask" to fun...Igor Breger2016-02-081-38/+38
* AVX512: Change builtin function name for scalar intrinsics. Add "mask" to fun...Igor Breger2016-02-083-96/+96
* Revert r260086 and r260085. They have broken the memorySilviu Baranga2016-02-0810-727/+41
* [LoopVersioning] Don't assert when there are no memchecksSilviu Baranga2016-02-082-11/+10
* [SCEV][LAA] Add no wrap SCEV predicates and use use them to improve strided p...Silviu Baranga2016-02-089-40/+727
* [clang-tidy] Move incorrect-roundings to upstream.Haojian Wu2016-02-087-1/+216
* [ELF][MIPS] Support R_MIPS_COPY relocationSimon Atanasyan2016-02-083-0/+72
* Show real error message in -data-evaluate-expressionEugene Leviant2016-02-083-4/+9
* Revert "Enable test_lldbmi_settings_set_target_run_args_before on linux"Pavel Labath2016-02-081-0/+1
* clang-format: Fix weird alignment when not aligning after brackets.Daniel Jasper2016-02-082-1/+7
* [asan] XFAIL local alias related tests on Mips due to https://llvm.org/bugs/s...Maxim Ostapenko2016-02-082-0/+3
* Have lldb-server log the timestamp in its log messagesPavel Labath2016-02-081-1/+1
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-0819-31/+343
* [asan] Introduce new approach for ODR violation detection based on odr indica...Maxim Ostapenko2016-02-086-12/+122
* [asan] Introduce new hidden -asan-use-private-alias option.Maxim Ostapenko2016-02-082-6/+67
* [Concepts] Implement a portion of Concepts TS[dcl.spec.concept]p1 byNathan Wilson2016-02-085-24/+83
* ELF: Simplify getFdeEncoding.Rui Ueyama2016-02-081-58/+15
* [LLDB][MIPS] Fix TestExpressionInSyscall.py for MIPSBhushan D. Attarde2016-02-082-4/+26
* build: silence warnings in in-tree buildSaleem Abdulrasool2016-02-081-14/+17
* [WebAssembly] Add another optimization idea to README.txt.Dan Gohman2016-02-081-0/+5
* [X86] Change FeatureIFMA string to 'avx512ifma'. Matches gcc and fixes PR26461.Craig Topper2016-02-085-5/+5
* [Support] Use hexdigit. NFCCraig Topper2016-02-081-3/+2
* [Support] Fix the examples and assertion for format_hex_no_prefix to take int...Craig Topper2016-02-081-4/+4
* [analyzer] Avoid crash when attempting to evaluate binary operation on LazyCo...Devin Coughlin2016-02-082-0/+19
* [clang-tidy] Reformatted docs + minor updatesAlexander Kornienko2016-02-082-175/+223
* Disable llvm/test/tools/llvm-profdata/value-prof.proftext on win32 for now. I...NAKAMURA Takumi2016-02-071-0/+2
* [X86][SSE] Resolve target shuffle inputs to sentinels to permit more combinesSimon Pilgrim2016-02-073-48/+113
* [MS ABI] Don't emit RTTI descriptors for dllimport vtablesDavid Majnemer2016-02-072-1/+5
* [X86][SSE] Regenerate PSHUFB shuffle mask comments testsSimon Pilgrim2016-02-071-11/+32
* clang-format: [JS] Don't count shortened object literals as blocks.Daniel Jasper2016-02-072-1/+6
* Revert r259961, r259978, r259981.Nico Weber2016-02-074-301/+1
* Make nozlibcompress.c pass and reenable it.Nico Weber2016-02-071-5/+1
* clang-format: [JS] Support @see annotations in JSDoc comments in GoogleDaniel Jasper2016-02-071-1/+1
* Disable failing nozlibcompress.cNico Weber2016-02-071-0/+4
* Make check line consistentDaniel Berlin2016-02-071-0/+29
* [ELF][MIPS] Perform two checks using the single llvm-objdump / FileCheck runSimon Atanasyan2016-02-071-8/+8
* Revert 259942, r259943, r259948.Nico Weber2016-02-073-11/+1
* Test update : tighten up checksXinliang David Li2016-02-072-6/+4
* Revert 260050 -- new test case should not be includedXinliang David Li2016-02-073-46/+6
* Test update : tighten up checksXinliang David Li2016-02-073-6/+46
* [docs] Add a note that the Visual Studio C++ tools are requiredKeno Fischer2016-02-071-0/+4
* [Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis2016-02-079-65/+73
* [libclang] Add missing CINDEX_LINKAGE from a function.Argyrios Kyrtzidis2016-02-071-2/+2
* Fix build on FreeBSD after r259741.Dimitry Andric2016-02-071-0/+4
* Separate invariant equivalence classes by typeJohannes Doerfert2016-02-077-56/+47
* Make -fno-math-builtin a cc1 optionMatthew Simpson2016-02-072-2/+2
* [analyzer] Invalidate destination of std::copy() and std::copy_backward().Devin Coughlin2016-02-078-37/+241
OpenPOWER on IntegriCloud