]> granicus.if.org Git - clang/history - tools
Add -fbuild-session-file as an alternative to -fbuild-session-timestamp
[clang] / tools /
2014-08-01 Hans WennborgUpdate build instructions for the clang-format VS plugin
2014-08-01 Eli BenderskyAdd IR Mangler for more stable mangling.
2014-08-01 Eli BenderskyFix a memory leak - dispose of the CXString after print...
2014-08-01 Hans Wennborgclang-format vs plugin: claim support for VS 14 CTP too
2014-07-31 Eli BenderskyExposes a C API to name mangling for a given cursor.
2014-07-29 Hans Wennborgclang-format vs plugin: include the license
2014-07-24 Alexey Bataev[OPENMP] Initial parsing and sema analysis for clause...
2014-07-24 Alexey Bataev[OPENMP] Initial parsing and sema analysis for clause...
2014-07-23 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'update...
2014-07-23 Alexey Bataev[OPENMP] Initial parsing an sema analysis for 'write...
2014-07-23 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'read...
2014-07-22 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'atomic...
2014-07-22 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'ordered...
2014-07-21 Hans Wennborgclang-format vs plugin: set version number from cmake...
2014-07-21 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'flush...
2014-07-21 Alexander Musman[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
2014-07-18 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'taskwai...
2014-07-18 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'barrier...
2014-07-18 Alexey Bataev[OPENMP] Initial parsing and sema analysis of 'taskyiel...
2014-07-17 David BlaikieRevert "unique_ptr-ify ownership of ASTConsumers"
2014-07-17 David Blaikieunique_ptr-ify ownership of ASTConsumers
2014-07-17 Alexey Bataev[OPENMP] Initial parsing and sema analysis of 'mergeabl...
2014-07-17 Alexey Bataev[OPENMP] Initial support for parsing and sema analysis...
2014-07-17 Alexander Musman[OPENMP] Parsing/Sema analysis of directive 'master'
2014-07-17 Sylvestre LedruConsistency on the tab/space
2014-07-17 Sylvestre LedruFix Bug 14061 - scan-build crashes during postprocessi...
2014-07-17 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'final...
2014-07-16 Alp TokerMake clang's rewrite engine a core feature
2014-07-15 NAKAMURA TakumiPrune Redundant libdeps in CMake's target_link_librarie...
2014-07-14 Alp TokerDefine ENABLE_CLANG_ARCMT in the legacy build system too
2014-07-14 Alp TokerFix the !CLANG_ENABLE_ARCMT build
2014-07-14 Alp TokerFix typos
2014-07-11 Alexey Bataev[OPENMP] Parsing and sema analysis for 'omp task' direc...
2014-07-09 Alp TokerRemove dead code from r212620
2014-07-09 Alp Tokercc1as: consolidate option flags with cc1 and eliminate...
2014-07-08 Alexey Bataev[OPENMP] Parsing and sema analysis for 'omp parallel...
2014-07-07 Alp Tokerlibclang: pass return code out argument by reference
2014-07-07 Reid KlecknerDriver: Produce crash diagnostics more often on Windows
2014-07-07 Alexey Bataev[OPENMP] Added initial support for 'omp parallel for'.
2014-07-07 Alp TokerSwitch over a few uses of param_begin() to parameters()
2014-07-07 Alp TokerPeel away old-style file remapping typedefs and cruft
2014-07-07 Alp Tokerlibclang: refactor handling of unsaved_files
2014-07-07 Nico WeberAdd an AST node for __leave statements, hook it up.
2014-07-06 Rafael EspindolaUpdate for llvm api change.
2014-07-06 Alp Tokerlibclang: make darwin pthread hacks conditional on...
2014-07-05 Alp TokerTrack IntrusiveRefCntPtr::get() changes from LLVM r212366
2014-07-01 Alp Tokerdriver: add link dependency on CodeGen
2014-06-28 Craig TopperRemove llvm:: from uses of ArrayRef.
2014-06-27 David BlaikieRemove 'const' from MemoryBuffers used through the...
2014-06-27 Chandler CarruthFix a bug in my previous patch by restoring the behavio...
2014-06-27 Chandler CarruthThis fixes libclang to cope with the now compile-time...
2014-06-27 Alexey Bataev[OPENMP] Parsing and sema analysis for 'copyprivate...
2014-06-26 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'single...
2014-06-26 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'section...
2014-06-25 Alexey Bataev[OPENMP] Initial support for 'sections' directive.
2014-06-24 NAKAMURA TakumiRevert r211121 (and r211285), "Change libclang initiali...
2014-06-20 Alexey Bataev[OPENMP] Initial support for 'nowait' clause.
2014-06-20 Alexey Bataev[OPENMP] Initial support for 'ordered' clause.
2014-06-20 Alexey Bataev[OPENMP] Initial support for 'schedule' clause.
2014-06-20 Alp Tokerdiagtool: refactor TreeView to resemble C++
2014-06-19 Alp Tokerdiagtool: simplify TreeView diagnostic classification
2014-06-19 Zachary TurnerDon't call llvm_start_multithreaded() during init....
2014-06-18 Alexey Bataev[OPENMP] Initial support for '#pragma omp for' (fixed...
2014-06-17 Zachary TurnerChange libclang initialization to use std::call_once...
2014-06-17 Rafael EspindolaRevert "[OPENMP] Initial support for '#pragma omp for'."
2014-06-17 Alexey Bataev[OPENMP] Initial support for '#pragma omp for'.
2014-06-16 Sylvestre Ledruactually, just check if it is a file (including directo...
2014-06-16 Sylvestre LedruCheck that the directory does not exist.
2014-06-16 Alexey Bataev[OPENMP] Initial support of 'reduction' clause
2014-06-14 Sylvestre LedruList the function/method name in the index page of...
2014-06-14 Sylvestre LedruWith the option '-analyzer-config stable-report-filenam...
2014-06-12 Rafael EspindolaRefer to error_code with the std prefix.
2014-06-12 Rafael EspindolaInclude system_error directly.
2014-06-12 Rafael EspindolaReplace llvm::error_code with std::error_code.
2014-06-10 Zachary TurnerRevert "Clang changes to support LLVM removal of runtim...
2014-06-10 Zachary TurnerClang changes to support LLVM removal of runtime multit...
2014-06-08 Craig Topper[C++11] Use 'nullptr'. Tools edition.
2014-06-07 Alp TokerAvoid dubious IdentifierInfo::getNameStart() uses
2014-06-06 Timur IskhodzhanovFix C++ style // comments in a couple of C files
2014-06-05 Reid KlecknerFlush C stdio streams upon process termination
2014-06-04 Alexander Musman[OPENMP] Parsing/Sema for OMPLasprivateClause.
2014-06-04 Alp TokerRemove the last remaining llvm/Config/config.h includes
2014-05-31 Alp Tokercc1as: invert return bool to indicate failure
2014-05-31 Alp Tokercc1as: fix a potential leak and unremoved output file...
2014-05-29 Alexander MusmanParsing/Sema for OMPAlignedClause.
2014-05-28 Eli BenderskyExpose CUDA function attributes to the C interface.
2014-05-27 Alexander MusmanParsing/Sema for OMPCollapseClause.
2014-05-23 Sylvestre Ledrurevert "r209526 List the function/method name in the...
2014-05-23 Sylvestre LedruList the function/method name in the index page of...
2014-05-23 Sylvestre LedruReplace system() by native perl calls
2014-05-22 Daniel Jasperclang-format: Introduce DisableFormat that prevents...
2014-05-22 Daniel Jasperclang-format: Fix vim-integration for empty files.
2014-05-20 Alp TokerRAV reunification: merge Lambda body visitation to...
2014-05-20 Justin BognerVirtualFileSystem: Add YAMLVFSWriter to generate VFS...
2014-05-19 Oliver StannardPass -gdwarf-N options to integrated assembler
2014-05-17 Alp TokerProvide and use a safe Token::getRawIdentifier() accessor
2014-05-16 Sylvestre LedruImprove a scan-build message
2014-05-16 Ben LangmuirSwitch another write_escaped to yaml::escape
2014-05-15 Alp TokerEliminate DefaultImageName from the Driver constructor
2014-05-15 Argyrios Kyrtzidis[libclang] Introduce clang_Module_isSystem(), which...
next