summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing error checking code intended for r347687Reid Kleckner2018-11-271-2/+4
* Revert "[RISCV] Mark unit tests as "requires: riscv-registered-target""Mandeep Singh Grang2018-11-276-12/+0
* [RISCV] Mark unit tests as "requires: riscv-registered-target"Mandeep Singh Grang2018-11-276-0/+12
* [PDB] Add symbol records in bulkReid Kleckner2018-11-273-45/+104
* [TableGen] Preprocessing supportVyacheslav Zakharin2018-11-2727-31/+1136
* [ASTImporter] Added Import functions for transition to new API.Balazs Keri2018-11-272-32/+167
* [X86] Replace an APInt that is guaranteed to be 8-bits with just an 'unsigned'Craig Topper2018-11-271-8/+8
* [PartialInliner] Make PHIs free in cost computation.Florian Hahn2018-11-272-10/+49
* [X86] Add -march=cascadelake support in clang.Craig Topper2018-11-275-4/+117
* [X86] Add cascade lake arch in X86 target.Craig Topper2018-11-274-0/+19
* Remove SaveAndRestore and SmallVectorImpl from lld/Common/LLVM.h. NFC.Rui Ueyama2018-11-271-17/+4
* Documentation: add \file markup as needed.James Dennett2018-11-271-1/+1
* Make a member function non-member. NFC.Rui Ueyama2018-11-271-8/+4
* Fix linker option for -fprofile-arcs -ftest-coverageMarco Castelluccio2018-11-272-1/+5
* Revert "[clang] - Simplify tools::SplitDebugName."Jonas Toth2018-11-275-9/+20
* [clangd] textDocument/SymbolInfo extensionJan Korous2018-11-2711-0/+504
* [clangd][NFC] Move SymbolID to a separate fileJan Korous2018-11-276-77/+126
* Catch up with EvaluateAsInt() clang API change.Davide Italiano2018-11-271-6/+5
* Implement P1085R2 - Should Span be Regular?. This consists entirely of deletionsMarshall Clow2018-11-278-996/+2
* [clang-tidy] Ignore bool -> single bit bitfield conversion in readability-imp...Malcolm Parsons2018-11-273-6/+26
* [Demangle] remove itaniumFindTypesInMangledNamePavel Labath2018-11-276-61/+0
* [clangd] Put direct headers into srcs section.Kadir Cetinkaya2018-11-279-62/+148
* travis: Add cmake buildJan Vesely2018-11-271-1/+89
* Add cmake build systemJan Vesely2018-11-2710-0/+501
* r600: Remove empty OVERRIDES fileJan Vesely2018-11-271-0/+0
* amdgcn: Consolidate atomic minmax helpersJan Vesely2018-11-2711-57/+4
* configure: Add target specific asm rule.Jan Vesely2018-11-271-1/+3
* configure: provide llvm_as helper variableJan Vesely2018-11-271-2/+2
* [llvm-mca] pass -dispatch-stats flag to a couple of tests. NFCAndrea Di Biagio2018-11-272-2/+202
* [x86] regenerate checks; NFCSanjay Patel2018-11-271-13/+14
* Move time cast to SymbolFileDWARFDebugMapJonas Devlieghere2018-11-273-23/+12
* [AMDGPU] Disable DAG combine at -O0Stanislav Mekhanoshin2018-11-273-61/+20
* Derive builtin return type from its definitionMarco Antognini2018-11-274-32/+95
* Revert r347419 "Update call to EvaluateAsInt() to the new syntax."Hans Wennborg2018-11-273-23/+16
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-2738-567/+197
* [clangd] Prevent thread starvation in tests on loaded systems.Sam McCall2018-11-274-3/+20
* [libclang] Fix clang_Cursor_getNumArguments and clang_Cursor_getArgument for ...Ivan Donchevskii2018-11-272-0/+13
* InstCombine: add comment explaining malloc deletion. NFC.Tim Northover2018-11-271-3/+10
* [clang-tidy] Avoid inconsistent notes in readability-container-size-emptyAlexander Kornienko2018-11-272-2/+15
* [clang-tidy] Minor fixes in a testAlexander Kornienko2018-11-271-8/+8
* [ELF] - Fix R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12 handling against ...George Rimar2018-11-274-4/+77
* [AArch64] Cortex-a53-843419 erratum should not apply to relaxed TLS.Peter Smith2018-11-272-4/+46
* [ASTImporter] Typedef import brings in the complete typeGabor Marton2018-11-272-2/+41
* [ELF] - Implement -z nodefaultlibGeorge Rimar2018-11-275-5/+13
* [CMake] Add a missing case of TO_CMAKE_PATHMartin Storsjo2018-11-271-0/+1
* [COFF] Generate a codeview build id signature for MinGW even when not creatin...Martin Storsjo2018-11-272-1/+42
* Add missing REQUIRES: assertsMax Kazantsev2018-11-271-0/+1
* [X86] Add test cases for vector shifts of v2i32/v2i16/v4i16/v2i8/v4i8/v8i8 wi...Craig Topper2018-11-276-0/+13656
* [X86] Use getUnpackl/getUnpackh instead of directly creating UNPCKL/UNPCKH no...Craig Topper2018-11-271-8/+8
* [LoopSimplifyCFG] Turn on term folding after underlying bug fixedMax Kazantsev2018-11-271-1/+1
OpenPOWER on IntegriCloud