summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-082-0/+7
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-072-7/+0
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-072-0/+7
* Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...Patrick Lyster2018-11-021-0/+3
* [analyzer][CTU] Correctly signal in the function index generation tool if the...Gabor Horvath2018-11-022-21/+11
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-0/+1
* Create ConstantExpr classBill Wendling2018-10-311-0/+4
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-303-5/+4
* [clang] Introduce new completion context typesKadir Cetinkaya2018-10-241-2/+3
* Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...Patrick Lyster2018-10-111-0/+3
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-103-9/+9
* [Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..."Fangrui Song2018-10-101-1/+2
* [OPENMP] Add reverse_offload clause to requires directivePatrick Lyster2018-10-031-0/+3
* Add support for unified_shared_memory clause on requires directivePatrick Lyster2018-10-011-0/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-262-4/+4
* [analyzer] scan-build: if --status-bugs is passed, don't forget about the exi...Roman Lebedev2018-09-261-2/+2
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+4
* [index] Enhance indexing for module referencesArgyrios Kyrtzidis2018-09-183-5/+16
* [CodeComplete] Add completions for filenames in #include directives.Sam McCall2018-09-181-0/+4
* scan-build: Add support of the option --exclude like in scan-build-pySylvestre Ledru2018-09-171-0/+30
* scan-build: remove trailing whitespacesSylvestre Ledru2018-09-161-4/+4
* Also manages clang-X as tool for scan-buildSylvestre Ledru2018-09-161-1/+1
* clang-check: rename the local FixItActionSaleem Abdulrasool2018-09-101-2/+2
* [libclang] Return the proper pointee type for 'auto' deduced to pointerIvan Donchevskii2018-09-071-0/+7
* [analyzer] Remove traces of ubigraph visualizationGeorge Karpenkov2018-09-062-7/+0
* [Sema] Store MacroInfo in CodeCompletionResult for macro results.Eric Liu2018-09-051-9/+9
* [CodeComplete] Report location of opening parens for signature helpIlya Biryukov2018-08-301-1/+2
* [libclang] Fix cursors for arguments of Subscript and Call operatorsIvan Donchevskii2018-08-231-1/+131
* win: Omit ".exe" from clang and clang-cl driver-level diagnostics.Nico Weber2018-08-221-3/+3
* libclang: add install/distribution targets for pythonSaleem Abdulrasool2018-08-201-0/+19
* [ASTImporter] Add test for C++'s try/catch statements.Raphael Isemann2018-08-201-0/+2
* [ASTImporter] Add test for C++ casts and fix broken const_cast importing.Raphael Isemann2018-08-201-0/+2
* Update README and Dockerfile to include llvm-proto-fuzzerEmmett Neyman2018-08-162-0/+38
* Implementation of nested loops in cxx_loop_protoEmmett Neyman2018-08-153-35/+116
* Added LLVM metadata to generated IR to increase vectorization widthEmmett Neyman2018-08-091-1/+6
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-2/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-093-22/+22
* Added another optimization pass to make vectorizing possibleEmmett Neyman2018-08-091-4/+16
* Changed how LLVM IR was generated to increase vectorizationEmmett Neyman2018-08-061-14/+13
* [clang-rename] make clang-rename.py vim integration python3 compatibleJonas Toth2018-08-061-4/+9
* [clang-fuzzer] Remove unused typedef.Matt Morehouse2018-08-041-2/+1
* LLVM Proto Fuzzer - Run Functions on Suite of InputsEmmett Neyman2018-08-043-15/+149
* clang-format-diff: Make it work with python3 tooKrasimir Georgiev2018-08-031-10/+15
* [libclang 8/8] Add support for the flag_enum attributeMichael Wu2018-08-032-0/+3
* [libclang 7/8] Add support for getting property setter and getter namesMichael Wu2018-08-033-0/+54
* [libclang 6/8] Add support for reading implicit attributesMichael Wu2018-08-032-1/+25
* [libclang 5/8] Add support for ObjC attributes without argsMichael Wu2018-08-032-0/+51
* [libclang 4/8] Add the clang_Type_getNullability() APIMichael Wu2018-08-033-0/+48
* [libclang 3/8] Add support for AttributedTypeMichael Wu2018-08-032-1/+17
* [libclang 2/8] Add support for ObjCTypeParamMichael Wu2018-08-031-0/+2