summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ClangConfig] Unset some variables after we are done using them to configure ...Michael Gottesman2016-06-291-0/+5
* [ClangConfig] Instead of hard coding the ClangTargets location to /ClangTarge...Michael Gottesman2016-06-292-1/+19
* [ClangConfig] Follow LLVM's example and only install Clang{Config,Target}.cma...Michael Gottesman2016-06-291-4/+6
* [cmake] Instead of just copying ClangConfig.cmake, configure it using ClangCo...Michael Gottesman2016-06-292-10/+14
* [LLVMConfig.cmake] LLVM_CONFIG_EXPORTED_TARGETS => LLVM_EXPORTED_TARGETS.Michael Gottesman2016-06-291-1/+1
* [compiler-rt] Fix Sanitizer-common Unittests on win64Etienne Bergeron2016-06-292-3/+7
* [llvm-cov] Use relative paths to file reports in -output-dir modeVedant Kumar2016-06-293-5/+17
* [compiler-rt] Fix the Asan unittest on WindowsEtienne Bergeron2016-06-291-1/+1
* Resubmit "Update llvm command line parser to support subcommands."Zachary Turner2016-06-294-108/+680
* P0305R1: Parsing support for init-statements in 'if' and 'switch' statements.Richard Smith2016-06-2913-61/+254
* [ClangConfig] Copy ClangConfig.cmake to ${CMAKE_BINARY_DIR}/${CLANG_INSTALL_P...Michael Gottesman2016-06-291-1/+1
* Convert another case over to RevertingTentativeParsingAction.Richard Smith2016-06-291-4/+1
* Switch to an RAII object to revert tentative parsing automatically.Richard Smith2016-06-292-27/+23
* Add NSTaggedPointerString to the table of data formattersEnrico Granata2016-06-291-0/+1
* Revert r273313 "[NVPTX] Improve lowering of byval args of device functions."Artem Belevich2016-06-295-105/+23
* StackColoring for SafeStack.Evgeniy Stepanov2016-06-298-38/+1222
* Matching change for lld for the llvm change of Archive::create() from ErrorOr...Kevin Enderby2016-06-294-7/+16
* 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
OpenPOWER on IntegriCloud