summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* clang-format vs plugin: set version number from cmake (PR20307)Hans Wennborg2014-07-212-4/+11
* [OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev2014-07-212-0/+13
* [OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman2014-07-212-0/+13
* [OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev2014-07-182-0/+10
* [OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev2014-07-182-0/+10
* [OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev2014-07-182-0/+11
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-172-8/+8
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-172-8/+8
* [OPENMP] Initial parsing and sema analysis of 'mergeable' clause.Alexey Bataev2014-07-171-0/+2
* [OPENMP] Initial support for parsing and sema analysis of 'untied' clause.Alexey Bataev2014-07-171-0/+2
* [OPENMP] Parsing/Sema analysis of directive 'master'Alexander Musman2014-07-172-0/+10
* Consistency on the tab/spaceSylvestre Ledru2014-07-171-18/+18
* Fix Bug 14061 - scan-build crashes during postprocessing if BUGFILE no longe...Sylvestre Ledru2014-07-171-0/+4
* [OPENMP] Initial parsing and sema analysis for 'final' clause.Alexey Bataev2014-07-171-0/+4
* Make clang's rewrite engine a core featureAlp Toker2014-07-1610-21/+13
* Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi2014-07-151-1/+0
* Define ENABLE_CLANG_ARCMT in the legacy build system tooAlp Toker2014-07-141-0/+4
* Fix the !CLANG_ENABLE_ARCMT buildAlp Toker2014-07-143-10/+28
* Fix typosAlp Toker2014-07-142-2/+2
* [OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev2014-07-112-0/+10
* Remove dead code from r212620Alp Toker2014-07-091-35/+3
* cc1as: consolidate option flags with cc1 and eliminate duplicationAlp Toker2014-07-091-12/+48
* [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev2014-07-082-0/+11
* libclang: pass return code out argument by referenceAlp Toker2014-07-072-19/+16
* Driver: Produce crash diagnostics more often on WindowsReid Kleckner2014-07-071-2/+7
* [OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev2014-07-072-0/+11
* Switch over a few uses of param_begin() to parameters()Alp Toker2014-07-071-2/+2
* Peel away old-style file remapping typedefs and cruftAlp Toker2014-07-071-4/+2
* libclang: refactor handling of unsaved_filesAlp Toker2014-07-074-86/+83
* Add an AST node for __leave statements, hook it up.Nico Weber2014-07-072-0/+6
* Update for llvm api change.Rafael Espindola2014-07-063-17/+19
* libclang: make darwin pthread hacks conditional on LLVM_ENABLE_THREADSAlp Toker2014-07-061-5/+8
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-052-6/+6
* driver: add link dependency on CodeGenAlp Toker2014-07-011-0/+1
* Remove llvm:: from uses of ArrayRef.Craig Topper2014-06-281-1/+1
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-274-9/+9
* Fix a bug in my previous patch by restoring the behavior that the fatalChandler Carruth2014-06-271-1/+14
* This fixes libclang to cope with the now compile-time multithreadedChandler Carruth2014-06-271-13/+5
* [OPENMP] Parsing and sema analysis for 'copyprivate' clause.Alexey Bataev2014-06-271-0/+4
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-262-0/+10
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-262-0/+10
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-252-0/+10
* Revert r211121 (and r211285), "Change libclang initialization to use std::cal...NAKAMURA Takumi2014-06-241-9/+12
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-201-0/+2
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-201-0/+2
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-201-0/+4
* diagtool: refactor TreeView to resemble C++Alp Toker2014-06-201-103/+101
* diagtool: simplify TreeView diagnostic classificationAlp Toker2014-06-191-3/+3
* Don't call llvm_start_multithreaded() during init. As of LLVMZachary Turner2014-06-191-2/+0
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-182-0/+10