summaryrefslogtreecommitdiffstats
path: root/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Revert r321504 "[X86] Don't accidentally enable PKU on cannon lake and icelak...Craig Topper2017-12-291-5/+2
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-282-5/+5
* [X86] Don't accidentally enable PKU on cannon lake and icelake or CLWB on can...Craig Topper2017-12-271-2/+4
* [X86] Enable avx512vpopcntdq and clwb for icelake.Craig Topper2017-12-271-1/+2
* [x86][icelake][vbmi2]Coby Tayree2017-12-272-7/+17
* [x86][icelake][vnni]Coby Tayree2017-12-272-2/+11
* [x86][icelake][bitalg]Coby Tayree2017-12-272-6/+15
* [x86][icelake][vpclmulqdq]Coby Tayree2017-12-272-1/+17
* [x86][icelake][gfni]Coby Tayree2017-12-272-1/+13
* [x86][icelake][vaes]Coby Tayree2017-12-272-1/+17
* [X86] Add 'prfchw' to the correct CPUs to match the backend.Craig Topper2017-12-221-0/+3
* Correct hasFeature/isValidFeatureName's handling of shstk/adx/mwaitxErich Keane2017-12-211-2/+7
* [AARch64] Add ARMv8.2-A FP16 vector intrinsicsAbderrazek Zaafrani2017-12-211-0/+3
* Make DiagnosticIDs::getAllDiagnostics use std::vector. NFC.Gabor Horvath2017-12-202-2/+2
* Remove llvm::MemoryBuffer const_castsPavel Labath2017-12-201-3/+4
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-141-0/+1
* [OPENMP] Initial codegen for `target teams distribute simd` directive.Alexey Bataev2017-12-131-1/+1
* [Hexagon] Add front-end support for Hexagon V65Krzysztof Parzyszek2017-12-131-0/+4
* [mips] Minor update to the comment (NFC)Aleksandar Beserminji2017-12-111-1/+1
* [mips] Removal of microMIPS64R6Aleksandar Beserminji2017-12-111-0/+7
* [CodeGen][X86] Fix handling of __fp16 vectors.Akira Hatanaka2017-12-093-0/+12
* [OPENMP] Initial codegen for `target teams distribute` directive.Alexey Bataev2017-12-081-1/+1
* [OpenCL] Fix layering violation by getOpenCLTypeAddrSpaceSven van Haastregt2017-12-062-31/+13
* [WebAssembly] Don't use Wasm function sections for more than one functionDan Gohman2017-12-051-5/+0
* AMDGPU: Don't add fp64 feature to r600 subtargetsMatt Arsenault2017-12-051-1/+1
* [OpenMP] Initial implementation of code generation for pragma 'teams distribu...Carlo Bertolli2017-12-041-1/+1
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-1/+1
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-294-29/+0
* Revert "Toolchain: Normalize dwarf, sjlj and seh eh"Martell Malone2017-11-294-0/+29
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-294-29/+0
* [OPENMP] Generalize capturing of clauses expressions.Alexey Bataev2017-11-281-7/+9
* [WebAssembly] Add options for using the nontrapping-fptoint feature.Dan Gohman2017-11-282-2/+15
* [OPENMP] Codegen for `distribute parallel for simd` directive.Alexey Bataev2017-11-271-1/+1
* Control-Flow Enforcement Technology - Shadow Stack and Indirect Branch Tracki...Oren Ben Simhon2017-11-262-0/+10
* [OPENMP] General improvement of code, NFC.Alexey Bataev2017-11-221-11/+11
* [X86] Update CPUSupports code to reuse LLVM .def file [NFC]Erich Keane2017-11-221-31/+2
* [OPENMP] Initial support for asynchronous data update, NFC.Alexey Bataev2017-11-211-3/+5
* [MINGW] normalize WIN32 macrosMartell Malone2017-11-217-38/+14
* [x86][inline-asm] allow recognition of MPX regs inside ms inline-asm blobCoby Tayree2017-11-211-0/+1
* [MS] Increase default new alignment for win64 and test itReid Kleckner2017-11-211-1/+1
* [X86] Remove 'mm3now' from isValidFeatureName.Craig Topper2017-11-211-2/+0
* [OpenMP] Initial implementation of code generation for pragma 'teams distribu...Carlo Bertolli2017-11-201-1/+4
* [X86] Add icelake CPU support for -march.Craig Topper2017-11-191-0/+4
* [X86] Set __corei7__ preprocessor defines for skylake server and cannonlake.Craig Topper2017-11-191-5/+2
* [OpenMP] Show error if VLAs are not supportedJonas Hahnfeld2017-11-183-0/+3
* [OPENMP] Codegen for `target simd` construct.Alexey Bataev2017-11-171-1/+3
* [MinGW] Define __ARM_DWARF_EH__ for MinGW/ARMMartin Storsjo2017-11-171-0/+1
* [VirtualFileSystem] Support creating directories then adding files insideBen Hamilton2017-11-161-3/+9
* Split x86 "Processor" info into its own def file. [NFC]Erich Keane2017-11-152-281/+9
* Simplify CpuIs code to use include from LLVMErich Keane2017-11-151-30/+6