summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change Archive::create() from ErrorOr<...> to Expected<...> and updateKevin Enderby2016-06-297-29/+43
* Validate the option index before trying to access an array element using it -...Enrico Granata2016-06-291-0/+7
* [ClangConfig] Replace paths with the same value as CLANG_INSTALL_PACKAGE_DIR ...Michael Gottesman2016-06-291-2/+2
* [cmake] Move creation of ClangTargets and installation of ClangConfig.cmake f...Michael Gottesman2016-06-292-22/+23
* [InstCombine] Simplify and correct folding fcmps with the same childrenTim Shen2016-06-294-598/+283
* [InstCombine, NFC] Change the generated variable names by creating new instru...Tim Shen2016-06-292-30/+30
* [Triple] Reimplement isLittleEndian(). Now it works for arm too.Davide Italiano2016-06-292-30/+33
* [compiler-rt] Fix passing debug information to unittest.Etienne Bergeron2016-06-292-0/+8
* Permit memory operands in ins/outs instructionsNirav Dave2016-06-293-4/+76
* Fix omp_sections_nowait.c test to address Bugzilla Bug 28336Jonathan Peyton2016-06-291-24/+59
* [OpenCL] Allow -cl-std and other standard -cl- options in driverYaxun Liu2016-06-296-39/+109
* Add CapturedDecl::parameters() ArrayRef accessors following r273647.Yaron Keren2016-06-291-0/+8
* Don't verify inputs to the Linker if ODR merging.Rafael Espindola2016-06-294-2/+31
* Re-land "[MS] Don't expect vftables to be provided for extern template instan...Reid Kleckner2016-06-296-27/+55
* [InstCombine] Add full tests for FoldAndOfFCmps and FoldOrOfFCmpsTim Shen2016-06-292-104/+3156
* [llvm-cov] Change some FileCheck prefixes to make tests reusable (NFC)Vedant Kumar2016-06-292-34/+34
* Add a regression test for PR28348.Nico Weber2016-06-291-0/+20
* Revert r272251, it caused PR28348.Nico Weber2016-06-292-55/+1
* [LLVMConfig.cmake.in] Create a new variable LLVM_CONFIG_EXPORTED_TARGETS that...Michael Gottesman2016-06-291-0/+1
* Use LLVM_ATTRIBUTE_UNUSED instead of void casts; NFCVedant Kumar2016-06-291-7/+7
* [X86] Lower blended PACKUSes using appropriate types.Ahmed Bougacha2016-06-292-11/+73
* [llvm-cov] Disable PGO name compression in a test fileVedant Kumar2016-06-291-0/+0
* Fix a typo; NFCVedant Kumar2016-06-291-1/+1
* [llvm-cov] Do not allow ".." to escape the coverage sub-directoryVedant Kumar2016-06-294-2/+22
* [ELF] More self-explanatory error message when e_machine can't be inferred.Davide Italiano2016-06-291-1/+1
* AvailabilityAttr: update the document for macosxManman Ren2016-06-291-0/+2
* [libcxx] Fix a bug in strstreambuf::overflow.Akira Hatanaka2016-06-292-2/+33
* [ManagedStatic] Reimplement double-checked locking with std::atomic.Benjamin Kramer2016-06-292-40/+17
* Drop support for creating $stubs.Rafael Espindola2016-06-2911-298/+18
* Update tests to use at least darwin9.Rafael Espindola2016-06-2912-163/+71
* [Docs][CodeGenerator] Don't specify the number of operands in BuildMIKrzysztof Parzyszek2016-06-292-17/+14
* [X86][SSE2] Added _mm_loadu_si64 test to match llvm\tools\clang\test\CodeGen\...Simon Pilgrim2016-06-291-0/+11
* [X86][SSE2] Updated tests to match llvm\test\CodeGen\X86\sse2-intrinsics-fast...Simon Pilgrim2016-06-291-9/+8
* Remove platform plugins from lldb-serverPavel Labath2016-06-297-120/+47
* [X86] Regenerated popcnt combine testsSimon Pilgrim2016-06-291-14/+24
* [ELF] - Added support for --unresolved-symbols option.George Rimar2016-06-296-12/+100
* [OpenCL] Add attribute 'pure' to read_image built-in functions to enable opti...Alexey Bader2016-06-291-215/+215
* [LLDB][MIPS] Check if libatomic needs to be specified explicitlySagar Thakur2016-06-291-0/+5
* [OpenCL] Fix typo in as_type test.Alexey Bader2016-06-291-1/+1
* Use ArgList::hasFlag to check if -miamcu/-mno-iamcu is passed. NFC.Andrey Turetskiy2016-06-292-27/+22
* Convert DOS-style newlines.Rui Ueyama2016-06-291-10/+10
* [tsan] Stop extending the block’s lifetime in dispatch_group_asyncKuba Brecka2016-06-292-1/+46
* XFAIL tests which fail with gcc on linuxPavel Labath2016-06-293-1/+3
* Reverted patch 273864Elena Demikhovsky2016-06-295-59/+90
* [Driver][AArch64] Add support for Broadcom Vulcan core.Pankaj Gode2016-06-294-1/+28
* [ELF] - Check the input bitcode files for compatibility.George Rimar2016-06-292-3/+12
* Move isValidCIdentifier to Strings.cpp.Rui Ueyama2016-06-294-12/+16
* [ELF] - Updated comments. NFC.George Rimar2016-06-291-2/+2
* [AVX512] Zero extend cmp intrinsic return value.Igor Breger2016-06-292-2/+3
* Create Strings.cpp and move string manipulation functions to that file.Rui Ueyama2016-06-2910-60/+85
OpenPOWER on IntegriCloud