]> granicus.if.org Git - clang/history - tools
clang-offload-bundler: Update libdeps.
[clang] / tools /
2016-08-24 NAKAMURA Takumiclang-offload-bundler: Update libdeps.
2016-08-24 Samuel Antao[Driver][OpenMP][CUDA] Add capability to bundle object...
2016-08-24 Samuel Antaoclang-offload-bundler - offload files bundling/unbundli...
2016-08-23 Chris Bienemandriver: Support checking for rlimits via cmake (when...
2016-08-19 Vedant Kumar[Driver] Remove unused #include of llvm/Support/config.h
2016-08-18 Richard SmithUse __has_include rather than a configure-time macro...
2016-08-18 Vedant KumarRevert "[Driver] Use llvm-config.h, not config.h to...
2016-08-18 Cameron Desrochers[libclang] Added missing entry for newly introduced...
2016-08-18 Cameron Desrochers[libclang] Add clang_getAllSkippedRanges function
2016-08-18 Diana PicusRevert "[OpenMP] Sema and parsing for 'teams distribute...
2016-08-18 Vedant Kumar[Driver] Use llvm-config.h, not config.h to unbreak...
2016-08-17 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute simd...
2016-08-17 Richard SmithAdd missing close brace to fix Windows bots. Oops :(
2016-08-17 Richard SmithIf possible, set the stack rlimit to at least 8MiB...
2016-08-16 Chris Bieneman[CMake] Fixing typo in Info.plist generation
2016-08-11 Chris Bieneman[Order Files] Don't use empty order files
2016-08-10 Eric LiuMake clang-format remove duplicate headers when sorting...
2016-08-05 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute' pragma
2016-08-01 Artem Dergachev[analyzer] Fix execution permissions for the scan-build...
2016-08-01 Eric LiuImplement tooling::Replacements as a class.
2016-08-01 Sylvestre Ledruscan-build: Add an option to show the description in...
2016-07-30 Argyrios Kyrtzidis[c-index-test] Make sure to check that clang_Cursor_get...
2016-07-25 Joel Jones[cc1as] Add MCTargetOptions argument to createAsmBackend
2016-07-22 Richard SmithP0217R3: Parsing support and framework for AST represen...
2016-07-20 Kelvin Li[OpenMP] Sema and parsing for 'target simd' pragma
2016-07-18 Mehdi AminiAdd missing header in ClangFuzzer (after r275882 cleanup)
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-07-16 Erik Pilkington[ObjC] Implement @available in the Parser and AST
2016-07-15 Argyrios Kyrtzidis[index] Create different USR if a property is a class...
2016-07-15 Peter CollingbourneFrontend: Simplify ownership model for clang's output...
2016-07-14 Kelvin Li[OpenMP] Sema and parsing for 'target parallel for...
2016-07-13 Carlo Bertolli[OpenMP] Initial implementation of parse+sema for OpenM...
2016-07-13 Carlo Bertolli[OpenMP] Initial implementation of parse+sema for claus...
2016-07-11 Eric LiuMake tooling::applyAllReplacements return llvm::Expecte...
2016-07-07 David Majnemer[AST] Use ArrayRef in more interfaces
2016-07-06 Kelvin Li[OpenMP] Sema and parsing for 'distribute simd' pragma
2016-07-05 Kelvin Li[OpenMP] Sema and parse for 'distribute parallel for...
2016-07-01 Argyrios Kyrtzidis[libclang] Sync-up the way top-level decls in an ASTUni...
2016-06-30 Nikolay HaustovAMDGPU: Set amdgpu_kernel calling convention for OpenCL...
2016-06-28 Richard SmithP0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941...
2016-06-27 Carlo BertolliResubmission of http://reviews.llvm.org/D21564 after...
2016-06-24 Carlo BertolliRevert r273705
2016-06-24 Carlo Bertolli[OpenMP] Initial implementation of parse and sema for...
2016-06-24 David MajnemerUse more ArrayRefs
2016-06-23 David MajnemerUse ranges to concisely express iteration
2016-06-15 Matthias Brauncc1_main: Do not print statistics twice in -disable_fre...
2016-06-15 Alexey BataevRevert accidential "[MSVC] Late parsing of in-class...
2016-06-15 Alexey Bataev[MSVC] Late parsing of in-class defined member function...
2016-06-09 Olivier GoffartMake sizeof and alignof a CXCursor_UnaryExpr
2016-06-09 Olivier GoffartCIndex: add support for static_assert
2016-06-09 Richard SmithUpdate to match LLVM r272232.
2016-05-31 Manman RenIndexer: add CXObjCPropertyAttr_class for class properties.
2016-05-31 Chris Bieneman[CMake] Update to requiring CMake 3.4.3
2016-05-31 Ehsan Akhgariclang-c: Add the clang_getCursorVisibility() API
2016-05-31 Ehsan AkhgariRevert r253909 because it was committed with an incorre...
2016-05-29 Rafael EspindolaHandle -Wa,--mrelax-relocations=[no|yes].
2016-05-27 Benjamin KramerApply clang-tidy's misc-move-constructor-init throughou...
2016-05-27 George RimarUpdate for following LLVM commit.
2016-05-26 Samuel Antao[OpenMP] Parsing and sema support for the from clause
2016-05-26 Samuel Antao[OpenMP] Parsing and sema support for the to clause
2016-05-26 Samuel Antao[OpenMP] Parsing and sema support for target update...
2016-05-18 Rafael EspindolaUpdate for llvm change.
2016-05-09 Nemanja IvanovicEnable support for __float128 in Clang and enable it...
2016-05-03 David Blaikie[scan-build] fix dead store warnings emitted on clang...
2016-05-03 Sergey Kalinichev[libclang] Expose the ElaboratedType
2016-04-27 Jonathan CoeExpose cxx constructor and method properties through...
2016-04-25 Nico Weberdriver: Add a `--rsp-quoting` flag to pick response...
2016-04-22 Argyrios Kyrtzidis[index] Add a SymbolSubKind for an ObjC unit test.
2016-04-22 Argyrios Kyrtzidis[index] Change SymbolCXXTemplateKind to a 'SymbolSubKin...
2016-04-20 Stephen HinesMarkEOLs should only be true for clang-cl.exe.
2016-04-19 Adrian Prantlcc1as: Don't crash when CIE is requested and no DWARF...
2016-04-19 Laszlo NagyD17487: [analyzer][scan-build-py] flag filter modificat...
2016-04-15 Nemanja IvanovicRevert 266186 as it breaks anything that includes type_...
2016-04-13 David Blaikielibclang: Use early-return to reduce indentation.
2016-04-13 David BlaikieSimplify memory management of CXEvalResultKind/ExprEval...
2016-04-13 Nemanja IvanovicEnable support for __float128 in Clang
2016-04-13 Alexey Bader[OpenCL] Move OpenCLImageTypes.def from clangAST to...
2016-04-11 Hans Wennborglibclang: fix two memory leaks (PR26292)
2016-04-08 Chris Bieneman[Perf-Training] Reworked workflow improvements for...
2016-04-08 Alexey Bader[OpenCL] Complete image types support.
2016-04-03 Vedant Kumar[c-index-test] Fix leak in print_completion_result...
2016-03-31 Argyrios Kyrtzidis[index] Fix regression where ObjC method declarations...
2016-03-30 Vedant Kumar[c-index-test] Delete dead function, NFC
2016-03-29 Chris Bieneman[Order Files] Fix order file usage
2016-03-25 Ben Langmuir[index] Remove redundancy between symbol kind and language
2016-03-16 Roman LevensteinAdd attributes for preserve_mostcc/preserve_allcc calli...
2016-03-09 Alexey Bataev[OPENMP 4.5] Codegen for data members in 'linear' clause.
2016-03-09 Argyrios Kyrtzidis[index] libclang: Make sure to treat forward ObjC proto...
2016-03-04 Alexey Bataev[OPENMP] Simplify handling of clauses with postupdates...
2016-03-03 NAKAMURA TakumiTweak CMakeLists not for libclang to depend on the...
2016-03-03 Benjamin Kramer[libclang] Link clang-tidy plugin into libclang if...
2016-03-03 John McCallSemantic analysis for the swiftcall calling convention.
2016-03-03 Alexey Bataev[OPENMP 4.0] Initial support for 'omp declare reduction...
2016-03-02 Nico WeberSerialize `#pragma detect_mismatch`.
2016-03-02 Nico WeberSerialize `#pragma comment`.
2016-03-02 Alexey Bataev[OPENMP 4.5] Codegen for data members in 'reduction...
2016-03-01 Manuel KlimekOptionally demote fatal errors to non-fatal errors.
2016-02-29 Argyrios Kyrtzidis[index] Print and test module import references.
2016-02-25 Alexey Bataev[OPENMP 4.5] Codegen for member decls in 'lastprivate...
2016-02-23 Chris Bieneman[CMake] Add install-clang-format target by migrating...
next