summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a test showing we can write a vector of floats.Rafael Espindola2016-01-251-0/+21
* Differential Revision: http://reviews.llvm.org/D13151Lawrence Hu2016-01-252-50/+204
* don't repeat function names in documentation comments; NFCSanjay Patel2016-01-251-34/+30
* Pass --wrap=pthread_create to linker for -fsplit-stack.Rafael Espindola2016-01-252-0/+20
* Implement LWG#2385; remove the allocator-aware std::function::assign call. It...Marshall Clow2016-01-253-4/+11
* omp_barrier.c test fixed in order to reliably and faster run on any number of...Andrey Churbanov2016-01-251-1/+5
* [WebAssembly] Fix unbalanced register stack code in the case of late DCE.Dan Gohman2016-01-252-5/+5
* [WebAssembly] Add tests for negative offsets with global variable addresses.Dan Gohman2016-01-251-0/+18
* [WebAssembly] Minor code formatting cleanups. NFC.Dan Gohman2016-01-253-9/+10
* [SelectionDAG] Use the correct return type for memcpy, memmove, and memset.Dan Gohman2016-01-252-4/+4
* [DemandedBits] Fix computation of demanded bits for ICmpsJames Molloy2016-01-252-3/+12
* [AVX512] Adding PTESTNMB/D/W/Q instructionMichael Zuckerman2016-01-256-0/+267
* Reapplying r256836 with a fix for MSVC 14 support.Aaron Ballman2016-01-251-0/+17
* [AVX512] Adding PTESTMB/W/D/Q instruction Michael Zuckerman2016-01-255-0/+222
* [LLDB][MIPS] Fix TestPrintStackTraces.pySagar Thakur2016-01-251-0/+4
* [LLDB][MIPS] Fix TestExprsChar.pySagar Thakur2016-01-251-0/+1
* [ARM] Add DSP build attribute and extension targetingBradley Smith2016-01-2512-4/+74
* [ARM] Add new system registers to ARMv8-M Baseline/MainlineBradley Smith2016-01-258-7/+529
* [ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/MainlineBradley Smith2016-01-259-3/+188
* [X86][IFMA] adding intrinsics and encoding for multiply and add of unsigned 5...Asaf Badouh2016-01-2510-0/+860
* Fix printing of types in initializers with suppressed tags.Benjamin Kramer2016-01-252-1/+14
* [ARM] Add ARMv8.2-A FP16 scalar instructionsOliver Stannard2016-01-2518-6/+1976
* [TableGen] Fix sort order of asm operand classesOliver Stannard2016-01-252-21/+86
* Silence a -Wparentheses warning; NFC.Junmo Park2016-01-251-2/+2
* AVX1 : Enable vector masked_load/store to AVX1.Igor Breger2016-01-254-747/+872
* [Sema] Improve constnessDaniel Marjamaki2016-01-251-9/+9
* [ELF] - Symbols from object files that override symbols in DSO are added to ....George Rimar2016-01-254-2/+71
* [AVX512] [CMPPS ][ CMPPD ] Adding full Comparison Predicate names Michael Zuckerman2016-01-252-0/+222
* Use of assert instead of llvm_unreachable in EhFrameHeader<ELFT>::assignEhFra...George Rimar2016-01-251-1/+1
* Allow capture typedefs/type aliases for VLAs in lambdas/captured statements c...Alexey Bataev2016-01-252-7/+21
* Fixed processing of GNU extensions to C99 designated initializersAlexey Bataev2016-01-252-6/+17
* [llvm-size] Use stderr instead of stdout for error messages.Davide Italiano2016-01-251-2/+2
* [Object][COFF] Revert r258665 - It doesn't do what I had intended.Lang Hames2016-01-251-1/+1
* [Object][COFF] Set the generic SF_Exported flag on COFF exported symbols.Lang Hames2016-01-241-1/+1
* [COFF] Simplify SetSectionNameDavid Majnemer2016-01-241-12/+10
* [LoopSimplify] Reuse changeToUnreachableDavid Majnemer2016-01-241-6/+1
* test: Name instructions in a test case [NFC]Tobias Grosser2016-01-241-12/+12
* Fix build bot breakageDavid Majnemer2016-01-241-1/+1
* BlockGenerators: Avoid redundant map lookup [NFC]Tobias Grosser2016-01-241-2/+2
* Added Skylake client to X86 targets and featuresElena Demikhovsky2016-01-246-199/+337
* Fixed few comments.Amjad Aboud2016-01-242-4/+4
* AVX512: VMOVDQU8/16/32/64 (load) intrinsic implementation.Igor Breger2016-01-249-15/+335
* [TableGen] In AsmWriterEmitter unique command search, rather than storing a m...Craig Topper2016-01-241-43/+32
* Fix buildbot failuresDavid Majnemer2016-01-241-1/+1
* [SCCP] Remove duplicate codeDavid Majnemer2016-01-243-22/+16
* [InstCombine, SCCP] Consolidate code used to remove instructionsDavid Majnemer2016-01-244-37/+30
* [PGO] Windows buildbot failure fix. [NFC]Betul Buyukkurt2016-01-241-2/+3
* [WinEH] Don't miscompile cleanups which conditionally unwind to callerDavid Majnemer2016-01-232-1/+26
* Clang changes for value profilingBetul Buyukkurt2016-01-234-6/+109
* Remove duplicate documentation in ConstantFolding.cpp. NFC.Manuel Jacob2016-01-231-22/+0
OpenPOWER on IntegriCloud