aboutsummaryrefslogtreecommitdiff
path: root/clang/tools
AgeCommit message (Expand)AuthorFilesLines
2014-08-12Merging r215229:Bill Wendling1-2/+13
2014-07-21clang-format vs plugin: set version number from cmake (PR20307)Hans Wennborg2-4/+11
2014-07-21[OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev2-0/+13
2014-07-21[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman2-0/+13
2014-07-18[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev2-0/+10
2014-07-18[OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev2-0/+10
2014-07-18[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev2-0/+11
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2-8/+8
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie2-8/+8
2014-07-17[OPENMP] Initial parsing and sema analysis of 'mergeable' clause.Alexey Bataev1-0/+2
2014-07-17[OPENMP] Initial support for parsing and sema analysis of 'untied' clause.Alexey Bataev1-0/+2
2014-07-17[OPENMP] Parsing/Sema analysis of directive 'master'Alexander Musman2-0/+10
2014-07-17Consistency on the tab/spaceSylvestre Ledru1-18/+18
2014-07-17Fix Bug 14061 - scan-build crashes during postprocessing if BUGFILE no longe...Sylvestre Ledru1-0/+4
2014-07-17[OPENMP] Initial parsing and sema analysis for 'final' clause.Alexey Bataev1-0/+4
2014-07-16Make clang's rewrite engine a core featureAlp Toker10-21/+13
2014-07-15Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi1-1/+0
2014-07-14Define ENABLE_CLANG_ARCMT in the legacy build system tooAlp Toker1-0/+4
2014-07-14Fix the !CLANG_ENABLE_ARCMT buildAlp Toker3-10/+28
2014-07-14Fix typosAlp Toker2-2/+2
2014-07-11[OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev2-0/+10
2014-07-09Remove dead code from r212620Alp Toker1-35/+3
2014-07-09cc1as: consolidate option flags with cc1 and eliminate duplicationAlp Toker1-12/+48
2014-07-08[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev2-0/+11
2014-07-07libclang: pass return code out argument by referenceAlp Toker2-19/+16
2014-07-07Driver: Produce crash diagnostics more often on WindowsReid Kleckner1-2/+7
2014-07-07[OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev2-0/+11
2014-07-07Switch over a few uses of param_begin() to parameters()Alp Toker1-2/+2
2014-07-07Peel away old-style file remapping typedefs and cruftAlp Toker1-4/+2
2014-07-07libclang: refactor handling of unsaved_filesAlp Toker4-86/+83
2014-07-07Add an AST node for __leave statements, hook it up.Nico Weber2-0/+6
2014-07-06Update for llvm api change.Rafael Espindola3-17/+19
2014-07-06libclang: make darwin pthread hacks conditional on LLVM_ENABLE_THREADSAlp Toker1-5/+8
2014-07-05Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2-6/+6
2014-07-01driver: add link dependency on CodeGenAlp Toker1-0/+1
2014-06-28Remove llvm:: from uses of ArrayRef.Craig Topper1-1/+1
2014-06-27Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie4-9/+9
2014-06-27Fix a bug in my previous patch by restoring the behavior that the fatalChandler Carruth1-1/+14
2014-06-27This fixes libclang to cope with the now compile-time multithreadedChandler Carruth1-13/+5
2014-06-27[OPENMP] Parsing and sema analysis for 'copyprivate' clause.Alexey Bataev1-0/+4
2014-06-26[OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2-0/+10
2014-06-26[OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2-0/+10
2014-06-25[OPENMP] Initial support for 'sections' directive.Alexey Bataev2-0/+10
2014-06-24Revert r211121 (and r211285), "Change libclang initialization to use std::cal...NAKAMURA Takumi1-9/+12
2014-06-20[OPENMP] Initial support for 'nowait' clause.Alexey Bataev1-0/+2
2014-06-20[OPENMP] Initial support for 'ordered' clause.Alexey Bataev1-0/+2
2014-06-20[OPENMP] Initial support for 'schedule' clause.Alexey Bataev1-0/+4
2014-06-20diagtool: refactor TreeView to resemble C++Alp Toker1-103/+101
2014-06-19diagtool: simplify TreeView diagnostic classificationAlp Toker1-3/+3
2014-06-19Don't call llvm_start_multithreaded() during init. As of LLVMZachary Turner1-2/+0