summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Typos. NFC.Chad Rosier2016-06-281-3/+3
* 64-bit LEB values are not always correctly decoded due to a casting issue, no...Greg Clayton2016-06-283-5/+5
* [X86] Reorder source list alphabetically. NFC.Michael Kuperstein2016-06-281-4/+4
* [CMake] Pass LLVM_LIT_ARGS into compiler-rt build.Chris Bieneman2016-06-281-0/+1
* AMDGPU: Fix typoMatt Arsenault2016-06-281-7/+6
* AMDGPU: Remove unused functionMatt Arsenault2016-06-282-33/+0
* Process::StopForDetachOrDestroy should actually return an error if it can't s...Jim Ingham2016-06-281-1/+1
* [CMake] [Apple Clang] Enable Compiler-RT tests on stage2 buildsChris Bieneman2016-06-281-2/+0
* [CMake] In r273957, I deleted a line that shouldn't have been removed.Chris Bieneman2016-06-281-0/+1
* [llvm-cov] Create an index of reports in -output-dir modeVedant Kumar2016-06-286-93/+155
* [llvm-cov] Minor cleanups (NFC)Vedant Kumar2016-06-282-3/+3
* [llvm-cov] Avoid copying file paths multiple times (NFC)Vedant Kumar2016-06-283-4/+15
* [llvm-cov] Rename ShowFormat to Format (NFC)Vedant Kumar2016-06-283-4/+4
* [llvm-cov] Move a check into a helper method (NFC)Vedant Kumar2016-06-282-1/+4
* [X86] Make WRPKRU/RDPKRU pass -verify-machineinstrsDavid Majnemer2016-06-282-10/+7
* Don't pass a Reloc::Model to GVIsIndirectSymbol.Rafael Espindola2016-06-287-19/+10
* Don't pass Reloc::Model to places that already have it. NFC.Rafael Espindola2016-06-288-36/+31
* Convert more cases to isPositionIndependent(). NFC.Rafael Espindola2016-06-289-22/+22
* Delete dead code. NFC.Rafael Espindola2016-06-283-12/+8
* [clang-tidy] Do not match on lambdas.Samuel Benzaquen2016-06-282-4/+12
* Use WG21.link reflector to get to issues, rather than linking directlyMarshall Clow2016-06-281-129/+129
* [SystemZ] Save/restore r6 and r7 if function contains landing pad.Marcin Koscielnicki2016-06-282-1/+9
* Updated C++1Z status page with new work from Oulu WG21 meetingMarshall Clow2016-06-281-0/+79
* [ASTMatchers] Add isLambda() matcher.Samuel Benzaquen2016-06-284-0/+31
* Adapt the "objc-race.mm" test to use ignore_interceptors_accesses=1. All Obj...Kuba Brecka2016-06-281-1/+1
* [X86][AVX] Peek through bitcasts to find the source of broadcasts (reapplied)Simon Pilgrim2016-06-285-22/+54
* [SPARC] Allows inlining of atomics for Sparc32 with appropriate store barrier.Chris Dewhurst2016-06-282-0/+14
* Fix "not all control paths return a value" warning on MSVCSimon Pilgrim2016-06-281-0/+1
* Adding a comment to explain r273886 ("Stop unwinding the stack when a close-t...Kuba Brecka2016-06-282-0/+6
* Convert 2 more uses to shouldAssumeDSOLocal(). NFC.Rafael Espindola2016-06-282-4/+4
* Fixed MSVC unresolved symbol error due to an incorrectly declared externSimon Pilgrim2016-06-281-1/+1
* [modules] Separate intrinsic_gen dependent headers from module LLVM_IR.Vassil Vassilev2016-06-281-0/+37
* Use isPositionIndependent(). NFC.Rafael Espindola2016-06-281-2/+1
* Add missing includes.Vassil Vassilev2016-06-282-0/+4
* [ELF] - Remove Config->ZDefs flag.George Rimar2016-06-283-6/+4
* [ELF] - Implemented support of default/non-default symbols versionsGeorge Rimar2016-06-285-8/+275
* [clang-tidy] boost-use-to-string arg expr location bugfixPiotr Padlewski2016-06-282-16/+36
* [gold] Really fix test to run on non x86 platforms.Arnaud A. de Grandmaison2016-06-281-1/+1
* [X86][SSE] Added support for combining target shuffles to (V)PSHUFD/VPERMILPD...Simon Pilgrim2016-06-2822-117/+218
* [ELF] - Implemented --no-undefined-version flagGeorge Rimar2016-06-285-7/+40
* [Driver] Add method to redirect output of Compilation.Nikolay Haustov2016-06-282-0/+14
* [BFI/MBFI]: cfg graph view with color scheme Xinliang David Li2016-06-283-4/+76
* [X86 Target Lowering] Merged ICMP test.Elena Demikhovsky2016-06-282-31/+27
* Revert r273950, (empty). Please recommit it with readable commit message.NAKAMURA Takumi2016-06-281-2/+0
* clang-rename: Update libdeps corresponding to r273910.NAKAMURA Takumi2016-06-281-0/+1
* [BFI]: enhance BFI graph dumpXinliang David Li2016-06-282-17/+23
* [LLE] Don't hoist conditionally executed loadsAdam Nemet2016-06-282-0/+53
* [BFI]: graph viewer code refactoring Xinliang David Li2016-06-284-77/+97
* [ELF] Warn for duplicate symbols in version scripts instead of erroring out.Davide Italiano2016-06-282-4/+4
* [llvm-cov] Simplify; NFCVedant Kumar2016-06-281-4/+2
OpenPOWER on IntegriCloud