summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* [X86] Add explicit alignment to __m128/__m128i/__m128d/etc. to allow matching...Craig Topper2019-02-088-51/+64
* [OPENMP]Delay emission of the error messages for the exceptions.Alexey Bataev2019-02-085-13/+67
* Revert "[OPENMP]Initial support for the delayed diagnostics."Alexey Bataev2019-02-085-67/+13
* [OPENMP]Initial support for the delayed diagnostics.Alexey Bataev2019-02-085-13/+67
* [Format/ObjC] Fix [foo bar]->baz formatting as lambda arrowBen Hamilton2019-02-082-0/+7
* [opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight2019-02-084-7/+56
* [AST] Fix structural inequivalence of operatorsGabor Marton2019-02-081-0/+6
* Variable auto-init: fix __block initializationJF Bastien2019-02-081-3/+7
* [COFF, ARM64] Fix types for _ReadStatusReg, _WriteStatusRegEli Friedman2019-02-082-6/+3
* [NFC] Variable auto-init: use getAsVariableArrayType helperJF Bastien2019-02-081-2/+1
* bpf: teach BPF driver about the new CPU "v3"Jiong Wang2019-02-071-1/+1
* [Sema][ObjC] Disallow non-trivial C struct fields in unions.Akira Hatanaka2019-02-072-0/+61
* [SEMA]Generalize deferred diagnostic interface, NFC.Alexey Bataev2019-02-072-194/+197
* [OpenCL][PR40603] In C++ preserve compatibility with OpenCL C v2.0Anastasia Stulova2019-02-073-12/+11
* Fix r350643 to limit COFF emission to <= 32 BYTES instead of BITS.Erich Keane2019-02-071-3/+5
* [clang-cl] support /Oy- on aarch64Martin Storsjo2019-02-071-4/+4
* Move the SMT API to LLVMMikhail R. Gadelha2019-02-074-852/+21
* Got rid of the `Z3ConstraintManager` classMikhail R. Gadelha2019-02-071-16/+1
* Generalised the SMT state constraintsMikhail R. Gadelha2019-02-071-26/+36
* [opaque pointer types] Make EmitCall pass Function Types toJames Y Knight2019-02-072-26/+33
* [opaque pointer types] Pass through function types for TLSJames Y Knight2019-02-078-44/+62
* [analyzer] Canonicalize declarations within variable regions.Artem Dergachev2019-02-071-0/+2
* Revert "[analyzer] Remove the "postponed" hack, deal with derived symbols..."Artem Dergachev2019-02-061-40/+20
* [COFF, ARM64] Add ARM64 support for MS intrinsic _fastfailTom Tan2019-02-061-0/+3
* Test commit. NFCPatrick Lyster2019-02-061-1/+1
* Switch to cantFail(), since it does the same assertion.Stephen Hines2019-02-061-6/+5
* [CMake] Unify scripts for generating VCS headersPetr Hosek2019-02-062-39/+31
* [WebAssembly] Add atomics target optionHeejin Ahn2019-02-062-0/+15
* Fix MSVC constructor call extension after b92d290e48e9 (r353181).James Y Knight2019-02-061-31/+20
* [modules] Fix handling of initializers for templated global variables.Richard Smith2019-02-054-2/+21
* Basic CUDA-10 support.Artem Belevich2019-02-054-2/+21
* [Preprocessor] Add a note with framework location for "file not found" error.Volodymyr Sapsai2019-02-058-26/+55
* [analyzer] [RetainCountChecker] Bugfix: in non-OSObject-mode, do not track CX...George Karpenkov2019-02-051-6/+6
* Fix a missing word in commentAdrian Prantl2019-02-051-2/+2
* Do not use frame pointer by default for MSP430Anton Korobeynikov2019-02-051-0/+1
* [DEBUG_INFO][NVPTX] Generate correct data about variable address class.Alexey Bataev2019-02-052-0/+32
* [opaque pointer types] More trivial changes to pass FunctionType to CallInst.James Y Knight2019-02-056-22/+28
* Minor cleanup: remove CGBuild::CreateConst*ByteGEP overloads taking a Value*.James Y Knight2019-02-052-21/+7
* [OPENMP] issue error messages for multiple teams contructs in a target constructKelvin Li2019-02-051-1/+3
* [opaque pointer types] Pass function types for runtime function calls.James Y Knight2019-02-0528-573/+588
* [opaque pointer types] Fix the CallInfo passed to EmitCall in someJames Y Knight2019-02-056-42/+67
* Fix ICE on reference binding with mismatching addr spaces.Anastasia Stulova2019-02-051-10/+14
* [X86] Change MS inline asm clobber list filter to check for 'fpsr' instead of...Craig Topper2019-02-051-1/+1
* [Sanitizers] UBSan unreachable incompatible with Kernel ASanJulian Lettner2019-02-041-1/+2
* [OBJC] Add attribute to mark Objective C class as non-lazyJoe Daniels2019-02-042-3/+7
* [SemaObjC] Don't infer the availabilty of +new from -init if the receiver has...Erik Pilkington2019-02-041-4/+3
* [NewPM][MSan] Add Options HandlingPhilip Pfaffe2019-02-041-2/+3
* [clang-format] Fix breaking of qualified operatorKrasimir Georgiev2019-02-041-3/+3
* [clang] Add getCommentHandler to PreambleCallbacksKadir Cetinkaya2019-02-041-0/+4
* [OpenMP] Adding support to the mutexinoutset dep-typeSergi Mateo Bellido2019-02-041-1/+4
OpenPOWER on IntegriCloud