summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-08117-193/+181
* [X86] Don't zero/sign-extend i1, i8, or i16 return values to 32 bits (PR22532)Hans Wennborg2016-02-0819-66/+207
* [asan] fix the Windows build (MSVC says: cannot specify explicit initializer ...Kostya Serebryany2016-02-081-2/+4
* AArch64: match correct order in subtraction pattern.Tim Northover2016-02-082-5/+15
* fix typos; NFCSanjay Patel2016-02-081-17/+17
* [Coverage] Fix crash when handling certain macro expansionsVedant Kumar2016-02-082-0/+44
* [asan] re-commit r259961, this time making the test Linux-OnlyKostya Serebryany2016-02-084-1/+301
* Simplify test casesXinliang David Li2016-02-082-22/+8
* Simplify this unittest.Adrian Prantl2016-02-081-5/+2
* Remove dead code.Richard Smith2016-02-081-4/+0
* AMDGPU: Remove bfi and bfm intrinsicsMatt Arsenault2016-02-085-115/+24
* [ThinLTO] Remove imported available externally defs from comdats.Teresa Johnson2016-02-083-2/+46
* Fix windows build bot failureXinliang David Li2016-02-081-1/+2
* [PGO] Enable compression in pgo instrumentationXinliang David Li2016-02-082-28/+46
* [PGO] Enable compression in pgo instrumentationXinliang David Li2016-02-0817-109/+216
* Fix missing space (NFC)Rong Xu2016-02-082-3/+3
* Clean up a test; get rid of hard-wired char/wchar_t code for template fns tha...Marshall Clow2016-02-081-95/+56
* math: Add frexp ported from amd-builtinsAaron Watry2016-02-087-0/+151
* Use llvm::TempDIScope instead of manually deleting a temporary MDNode.Adrian Prantl2016-02-081-5/+4
* [SCEV][LAA] Re-commit r260085 and r260086, this time with a fix for the memorySilviu Baranga2016-02-0810-41/+728
* Add a unit test for r259973.Adrian Prantl2016-02-081-0/+20
* [JumpThreading] Change a return of ComputeValueKnownInPredecessors()Haicheng Wu2016-02-081-1/+1
* SelectionDAG: Lower some range metadata to AssertZextMatt Arsenault2016-02-084-3/+135
* [clang-tidy] Some improvements in 'misc-definitions-in-headers' check.Haojian Wu2016-02-081-0/+4
* [clang-tidy] Fix assertion failure on `at` function in modernize-loop-convert.Haojian Wu2016-02-084-3/+12
* Re-apply for the 2nd-time r259977 - [OpenMP] Reorganize code to allow special...Samuel Antao2016-02-087-3/+92
* [clang-tidy] Correct IncorrectRoundings namespace.Haojian Wu2016-02-082-1/+4
* Move static functions returning UDTs outside of the extern "C" block. Silence...Aaron Ballman2016-02-081-32/+33
* Fix the alignment of PT_PHDR.Rafael Espindola2016-02-084-4/+5
* [AVX512][PROLQ][PROLD] Change imm8 to intMichael Zuckerman2016-02-084-42/+42
* [clang-tidy] Reshuffled paragraphs a bit, added contents.Alexander Kornienko2016-02-081-13/+19
* [clang-tidy] Fix an error in .rstAlexander Kornienko2016-02-081-2/+4
* [clang-tidy] Update documentationAlexander Kornienko2016-02-081-0/+9
* Reverting r260096; it causes build bot failures:Aaron Ballman2016-02-084-185/+171
* Expand the simplify boolean expression check to handle implicit conversion of...Aaron Ballman2016-02-084-171/+185
* [SLP] Fix placement of debug statement (NFC)Igor Breger2016-02-081-7/+7
* clang/test/OpenMP/parallel_private_codegen.cpp: Fix an expression.NAKAMURA Takumi2016-02-081-1/+1
* [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
OpenPOWER on IntegriCloud