summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make std::array typedef tests more portable.Eric Fiselier2016-06-301-4/+25
* Fix ::reference typedef in insert iterators.Eric Fiselier2016-06-304-12/+12
* Use ShuffleVectorSDNode::isSplat member method instead of static method isSpl...Craig Topper2016-06-302-3/+2
* Make instreambuf.iterator/types.pass.cpp more portable.Eric Fiselier2016-06-301-6/+12
* Fix use of terse static assert. Patch from STL@microsoft.comEric Fiselier2016-06-301-1/+1
* Fix unary_function inheritance assumption. Patch from STL@microsoft.comEric Fiselier2016-06-301-2/+2
* Fix unreferenced parameter warning. Patch from STL@microsoft.comEric Fiselier2016-06-301-1/+1
* Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.comEric Fiselier2016-06-302-8/+8
* [MS ABI] Pick an inheritance model if we resolve an overload setDavid Majnemer2016-06-302-0/+19
* [CodeView] Implement support for bitfields in ClangDavid Majnemer2016-06-304-41/+77
* [CodeView] Implement support for bitfields in LLVMDavid Majnemer2016-06-306-11/+272
* [SCEV] Compute max be count from shift operator only if all else failsSanjoy Das2016-06-302-6/+35
* [ADT] Add a new data structure for managing a priority worklist whereChandler Carruth2016-06-303-0/+331
* [CFLAA] Add support for ModRef queries.George Burgess IV2016-06-303-0/+83
* [CMake] Introduce a LLVM_ENABLE_LOCAL_SUBMODULE_VISIBILITY flag.Adrian Prantl2016-06-302-2/+16
* Fix logic error in check() function.Peter Collingbourne2016-06-301-1/+1
* RegisterScavenging: Code cleanup; NFCMatthias Braun2016-06-302-44/+31
* CodeGen: Add an explicit BuildMI overload for MachineInstr&Duncan P. N. Exon Smith2016-06-301-7/+17
* add vector tests to show missing transformSanjay Patel2016-06-301-0/+38
* [SystemZ] Split up PerformDAGCombine. [NFC]Marcin Koscielnicki2016-06-302-142/+183
* Use the same type for adjacent bit field members.Akira Hatanaka2016-06-301-4/+4
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-3092-3331/+3286
* regenerate checksSanjay Patel2016-06-291-27/+75
* PrologEpilogInserter: Some code cleanup; NFCMatthias Braun2016-06-291-40/+36
* Add move constructor and move assignment to fix MSVC build.Peter Collingbourne2016-06-291-0/+11
* [Tooling] Add optional argument to getFullyQualifiedName to prepend "::".Siva Chandra2016-06-293-49/+137
* COFF: Switch to new archive writer interface (D21721).Peter Collingbourne2016-06-293-28/+31
* Object: Replace NewArchiveIterator with a simpler NewArchiveMember class. NFCI.Peter Collingbourne2016-06-294-203/+140
* [LV] Improve accuracy and formatting of function commentAdam Nemet2016-06-291-2/+3
* [ClangConfig] Store all of the targets exported in the variable CLANG_EXPORTE...Michael Gottesman2016-06-292-1/+2
* [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
OpenPOWER on IntegriCloud