summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Do not create offloading entry for declare target variablesAlexey Bataev2018-08-291-1/+9
* Add predefined macro __gnu_linux__ for proper aux-tripleYaxun Liu2018-08-291-0/+1
* [analyzer] Resolve the crash in ReturnUndefCheckerGeorge Karpenkov2018-08-292-0/+2
* [analyzer] [NFC] Move class definition out of the functionGeorge Karpenkov2018-08-291-41/+40
* [analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by defaultGeorge Karpenkov2018-08-294-5/+9
* [analyzer] [NFC] Remove unused "state" argument from makeSymExprValNNGeorge Karpenkov2018-08-292-7/+6
* [analyzer] Better retain count rules for OSObjectsGeorge Karpenkov2018-08-292-37/+38
* [analyzer] [NFC] Follow the convention when naming classesGeorge Karpenkov2018-08-291-24/+24
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-291-13/+0
* [OPENMP][NVPTX] Add support for lightweight runtime.Alexey Bataev2018-08-292-49/+321
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-291-0/+13
* [MinGW] Don't mark external variables as DSO localMartin Storsjo2018-08-291-0/+8
* [Tooling] Do not restore working dir in ClangToolIlya Biryukov2018-08-291-19/+22
* [OPENMP] Create non-const ident_t objects.Mike Rice2018-08-291-12/+13
* [Preamble] Fix incorrect usage of std::error_categoryAlexandre Ganea2018-08-291-1/+3
* [ARM] Set __ARM_FEATURE_SIMD32 for +dsp coresSam Parker2018-08-291-1/+1
* [X86] Add kadd intrinsics to match gcc and icc.Craig Topper2018-08-283-1/+53
* [HIP] Fix output file extensionYaxun Liu2018-08-281-1/+1
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-281-13/+0
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-281-0/+13
* [ubsan] Enable -fsanitize=vptr on Apple devices and simulatorsVedant Kumar2018-08-281-2/+8
* [Driver] Delete last reference of lld -flavor old-gnuFangrui Song2018-08-281-8/+1
* Parse compile commands lazily in InterpolatingCompilationDatabaseIlya Biryukov2018-08-281-57/+61
* [Analyzer] Iterator Checker - Part 3: Invalidation check, first for (copy) as...Adam Balogh2018-08-281-45/+138
* [X86] Add kortest intrinsics for 8, 32, and 64 bit masks. Add new intrinsic n...Craig Topper2018-08-284-6/+85
* [OpenMP][NVPTX] Use appropriate _CALL_ELF macro when offloadingGheorghe-Teodor Bercea2018-08-271-1/+6
* [Sema/Attribute] Make types declared with address_space an AttributedTypeLeonard Chan2018-08-272-11/+26
* fix comment typoNico Weber2018-08-271-1/+1
* [X86] Add intrinsics for kand/kandn/knot/kor/kxnor/kxor with 8, 32, and 64-bi...Craig Topper2018-08-274-12/+149
* [X86] Remove min_vector_width 512 from some intrinsics that operate only on k...Craig Topper2018-08-271-0/+2
* [X86] Rename __DEFAULT_FN_ATTRS to a__DEFAULT_FN_ATTRS512 in avx512dqintrin.h...Craig Topper2018-08-272-297/+295
* [X86] Undef __DEFAULT_FN_ATTRS in avx512fintrin.h.Craig Topper2018-08-271-0/+1
* [X86] Don't set min_vector_width to 512 on intrinsics that only operate on k ...Craig Topper2018-08-271-12/+13
* [Xray] Darwin - Enable in the driver sideDavid Carlier2018-08-273-1/+10
* [Driver] Change MipsLinux default linker from "lld" to "ld.lld"Fangrui Song2018-08-261-1/+1
* [index] Introduce 'ProtocolInterface' as part of SymbolPropertySetArgyrios Kyrtzidis2018-08-261-0/+5
* [CUDA/OpenMP] Define only some host macros during device compilationJonas Hahnfeld2018-08-251-6/+40
* Revert r323281 "Adjust MaxAtomicInlineWidth for i386/i486 targets."Hans Wennborg2018-08-241-5/+3
* Reland r340552, "Driver: Enable address-significance tables by default when t...Peter Collingbourne2018-08-241-1/+2
* [LTO] Fix -save-temps with LTO and unnamed globals.Eli Friedman2018-08-241-2/+4
* Thread safety analysis no longer hands when analyzing a self-referencing init...Aaron Ballman2018-08-241-0/+3
* [clang-format] fix PR38557 - comments between "default" and ':' causes the ca...Jonas Toth2018-08-241-1/+4
* [clang-format] fix PR38525 - Extraneous continuation indent spaces with Break...Jonas Toth2018-08-241-1/+2
* Fix build bot after r340598.Eric Liu2018-08-241-8/+12
* [FileManager] Do not call 'real_path' in getFile().Eric Liu2018-08-241-4/+8
* [RISCV] RISC-V using -fuse-init-array by defaultKito Cheng2018-08-241-1/+3
* Remove more const_casts by using ConstStmtVisitor [NFC]Aaron Puchert2018-08-231-32/+32
* Revert r340552, "Driver: Enable address-significance tables by default when t...Peter Collingbourne2018-08-231-2/+1
* Remove unnecessary const_cast [NFC]Aaron Puchert2018-08-231-7/+7
* Driver: Enable address-significance tables by default when targeting COFF.Peter Collingbourne2018-08-231-1/+2
OpenPOWER on IntegriCloud