]> granicus.if.org Git - clang/history - tools/libclang/CIndex.cpp
[OpenMP] Sema and parsing for 'target simd' pragma
[clang] / tools / libclang / CIndex.cpp
2016-07-20 Kelvin Li[OpenMP] Sema and parsing for 'target simd' pragma
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-07-16 Erik Pilkington[ObjC] Implement @available in the Parser and AST
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-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-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 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 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 Ehsan Akhgariclang-c: Add the clang_getCursorVisibility() API
2016-05-31 Ehsan AkhgariRevert r253909 because it was committed with an incorre...
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-04-27 Jonathan CoeExpose cxx constructor and method properties through...
2016-04-13 David Blaikielibclang: Use early-return to reduce indentation.
2016-04-13 David BlaikieSimplify memory management of CXEvalResultKind/ExprEval...
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 Alexey Bader[OpenCL] Complete image types support.
2016-03-09 Alexey Bataev[OPENMP 4.5] Codegen for data members in 'linear' clause.
2016-03-04 Alexey Bataev[OPENMP] Simplify handling of clauses with postupdates...
2016-03-03 Benjamin Kramer[libclang] Link clang-tidy plugin into libclang if...
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-25 Alexey Bataev[OPENMP 4.5] Codegen for member decls in 'lastprivate...
2016-02-17 Alexey Bataev[OPENMP 4.5] Codegen support for data members in 'first...
2016-02-16 Alexey Bataev[OPENMP] Improved handling of pseudo-captured expressio...
2016-02-14 Argyrios Kyrtzidis[index] Factor libclang's functionality to determing...
2016-02-11 Alexey Bataev[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExpr...
2016-02-08 Aaron BallmanMove static functions returning UDTs outside of the...
2016-02-08 Alexey Bataev[OPENMP 4.5] Ccapture/codegen of private non-static...
2016-02-06 Saleem AbdulrasoolIndex: provide adjustment thunk information for C+...
2016-02-03 Arpith Chacko Jacob[OpenMP] Parsing + sema for target parallel for directive.
2016-01-28 Manman RenClass Property: class property and instance property...
2016-01-26 Arpith Chacko Jacob[OpenMP] Parsing + sema for target parallel directive.
2016-01-26 Arpith Chacko Jacob[OpenMP] Parsing + sema for defaultmap clause.
2016-01-20 Aaron BallmanSilencing several -Wcast-qual warnings; NFC.
2016-01-19 Samuel Antao[OpenMP] Parsing + sema for "target exit data" directive.
2016-01-19 Samuel Antao[OpenMP] Parsing + sema for "target enter data" directive.
2016-01-16 Argyrios Kyrtzidis[libclang] Introduce APIs for evaluating a cursor and...
2016-01-15 Carlo BertolliAdd OpenMP dist_schedule clause to distribute directive...
2016-01-09 Xiuli Pan[OpenCL] Pipe type support
2015-12-29 James Y Knight[TrailingObjects] Convert OffsetOfExpr.
2015-12-28 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-12-24 James Y Knight[TrailingObjects] Convert ASTTemplateKWAndArgsInfo...
2015-12-15 Benjamin Kramer[libclang] Add a flag to create the precompiled preambl...
2015-12-15 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'hint' clause of 'critica...
2015-12-14 Carlo BertolliAdd parse and sema of OpenMP distribute directive with...
2015-12-10 Saleem Abdulrasoollibclang: expose dllexport, dllimport attributes
2015-12-10 Saleem Abdulrasoollibclang: correct inverted logic
2015-12-09 NAKAMURA TakumiRevert r255001, "Add parse and sema for OpenMP distribu...
2015-12-08 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'num_tasks' clause.
2015-12-08 Carlo BertolliAdd parse and sema for OpenMP distribute directive...
2015-12-07 Alexey Bataev[OPENMP 4.5] parsing/sema support for 'grainsize' clause.
2015-12-07 Alexey Bataev[OPENMP 4.5] parsing/sema support for 'nogroup' clause.
2015-12-03 Alexey Bataev[OPENMP 4.5] Parsing/sema support for 'omp taskloop...
2015-12-01 Alexey Bataev[OPENMP 4.5] Parsing/sema analysis for 'priority' clause.
2015-12-01 Alexey Bataev[OPENMP 4.5] Parsing/sema analysis for 'taskloop' direc...
2015-11-27 Kelvin Li[OpenMP] Parsing and sema support for thread_limit...
2015-11-24 Kelvin Li[OpenMP] Parsing and sema support for num_teams clause
2015-11-23 Ehsan AkhgariMake clang_Cursor_getMangling not mangle if the declara...
2015-11-23 Kelvin Li[OpenMP] Parsing and sema support for map clause
2015-11-20 Argyrios Kyrtzidis[libclang] Make sure to use the raw module format for...
2015-11-18 Benjamin Kramer[libclang] Add entry points that take a full command...
2015-11-15 Sergey Kalinichev[libclang] Visit TypeAliasTemplateDecl
2015-11-12 Aaron BallmanSilencing an MSVC warning about linkage specifications...
2015-11-12 Saleem Abdulrasoollibclang: add clang_Cursor_getCXXManglings
2015-11-04 David Majnemer[Sema] Implement __make_integer_seq
2015-10-27 Saleem AbdulrasoolIndex: expose is_mutable_field
2015-10-08 Alexey Bataev[OPENMP 4.1] Codegen for array sections/subscripts...
2015-10-08 Ehsan AkhgariMake clang_Cursor_getMangling not mangle if the declara...
2015-10-06 Ehsan AkhgariRevert r249437
2015-10-06 Ehsan AkhgariMake clang_Cursor_getMangling don't mangle if the decla...
2015-10-04 Craig TopperSourceRanges are small and trivially copyable, don...
2015-10-03 Yaron KerenReplace double negation of !FileID.isInvalid() with...
2015-09-30 Anastasia Stulova[OpenCL 2.0] Enable program scope variables, Section...
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in header...
2015-09-28 Alexey Bataev[OPENMP 4.1] Add 'simd' clause for 'ordered' directive.
2015-09-25 Manuel KlimekFix bug on reporting availability of deleted methods...
2015-09-25 Alexey Bataev[OPENMP 4.1] Add 'threads' clause for '#pragma omp...
2015-09-15 Alexey Bader[OpenCL] Add new types for OpenCL 2.0.
2015-09-05 Saleem AbdulrasoolIndex: expose visibility attribute
2015-08-27 Adrian PrantlAdd a -gmodules option to the driver and a -dwarf-ext...
2015-08-25 Alexey Bataev[OPENMP 4.0] Initial support for array sections.
next