summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CrashReproducer] Add test to run the reproducer script + modulesBruno Cardoso Lopes2016-04-131-0/+57
* [CrashReproducer] Setup 'use-external-names' in YAML files.Bruno Cardoso Lopes2016-04-136-7/+27
* [VFS] Move default values to in-class member initialization. NFCBruno Cardoso Lopes2016-04-131-3/+3
* Fix warning about unused variable.Rafael Espindola2016-04-131-3/+2
* git-clang-format. NFC.Rafael Espindola2016-04-132-2/+2
* Don't set MustBeInDynSym for hidden symbols.Rafael Espindola2016-04-132-2/+42
* [PGO] Remove redundant VP instrumentationBetul Buyukkurt2016-04-132-0/+35
* [PowerPC] Basic support for P9 byte comparison and count trailing zero insnsNemanja Ivanovic2016-04-137-8/+111
* ELF: Implement --dynamic-listAdhemerval Zanella2016-04-1311-7/+272
* Remove redundant null-check; NFCHubert Tong2016-04-131-1/+1
* llvm-dwp: Add assert textDavid Blaikie2016-04-131-1/+3
* libclang: Use early-return to reduce indentation.David Blaikie2016-04-131-104/+96
* [AArch64] Disable LDP/STP for quadsEvandro Menezes2016-04-133-0/+93
* Simplify memory management of CXEvalResultKind/ExprEvalResult using unique_pt...David Blaikie2016-04-131-39/+28
* Revert "[IR/Verifier] Each DISubprogram with isDefinition: true must belong t...Davide Italiano2016-04-132-41/+0
* [ELF] - Change -t implementation to print which archive members are used.George Rimar2016-04-135-19/+47
* [analyzer] Nullability: Suppress diagnostic on bind with cast.Devin Coughlin2016-04-132-9/+70
* [IR/DebugInfoMetadata] Simplify array length calculation by using array_lengt...David Blaikie2016-04-131-4/+3
* Cleanup Store Merging in UseAA caseNirav Dave2016-04-132-30/+108
* Sanity check `opt` options compatibility: can't have module-summary or module...Mehdi Amini2016-04-131-2/+6
* Revert "Make aliases explicit in the summary"Mehdi Amini2016-04-1311-270/+43
* Make aliases explicit in the summaryMehdi Amini2016-04-1311-43/+270
* [OrderFiles] Don't allow lit to run dtrace multithreadedChris Bieneman2016-04-131-0/+1
* AArch64: allow 64-bit access to sysregs.Tim Northover2016-04-132-3/+3
* ARM: make Darwin's "-arch armv7em" default to hard-float.Tim Northover2016-04-132-8/+14
* Revert inadvertently modified comment in r266131Mehdi Amini2016-04-131-1/+1
* Qualify calls to addressof to avoid getting ADL. Fixes PR#27254.Marshall Clow2016-04-132-12/+12
* ELF: Use hidden visibility for all DefinedSynthetic symbols.Peter Collingbourne2016-04-1313-50/+46
* Test dynamic relocations pointing to __stop_ symbols.Rafael Espindola2016-04-131-1/+15
* AArch64: don't create instructions that write to xzr/wzr twice.Tim Northover2016-04-132-3/+11
* [AMDGPU][llvm-mc] Support of Trap Handler registers (TTMP0..11 and TBA/TMA)gi...Artem Tamazov2016-04-137-53/+272
* [mips] Fix emitAtomicCmpSwapPartword to handle 64 bit pointers correctlyZoran Jovanovic2016-04-132-6/+28
* [mips] Sign-extend i32 values truncated from previously zero-extended i32 val...Vasileios Kalintiris2016-04-135-5/+115
* [Clang][AVX512][Builtin] Adding support to intrinsics of pmovs{d|q}{b|w|d}{12...Michael Zuckerman2016-04-135-0/+826
* Reverting r266199; it causes build bot failures.Aaron Ballman2016-04-136-365/+278
* Simplify strlen to a subtraction for certain cases.David L Kreitzer2016-04-134-20/+82
* Add functions declared in ctype.h to builtin function database. All functions...Aaron Ballman2016-04-136-278/+365
* [OPENMP 4.0] Fixed DSA analysis for taskloop directives.Alexey Bataev2016-04-135-36/+39
* Match types in for loop to fix signedness comparison warningEd Maste2016-04-131-2/+2
* Remove obsolete commentsPavel Labath2016-04-131-2/+0
* [Clang][AVX512][Builtin] Adding support for VBROADCAST and VPBROADCASTB/W/D/Q...Michael Zuckerman2016-04-1311-3/+1049
* [X86][SSE] Regenerated vector integer absolute testsSimon Pilgrim2016-04-131-200/+503
* Calculate __builtin_object_size when pointer depends on a conditionPetar Jovanovic2016-04-135-19/+207
* Fix test rerun logicPavel Labath2016-04-131-1/+1
* Complete support for C++ Core Guidelines Type.6: Always initialize a member v...Alexander Kornienko2016-04-1310-172/+761
* [clang-tidy] Add a readability-deleted-default clang-tidy check.Alexander Kornienko2016-04-138-0/+264
* Add AST Matchers for CXXConstructorDecl::isDelegatingConstructor and CXXMetho...Alexander Kornienko2016-04-133-13/+96
* [Clang][AVX512][Builtin] Adding supporting to intrinsics of cvt{b|d|q}2mask{1...Michael Zuckerman2016-04-139-0/+278
* [modules] Add OpenCLImageTypes.def to module map to fix the modules build.Alexey Bader2016-04-131-0/+1
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-1352-75/+393
OpenPOWER on IntegriCloud