summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
Commit message (Expand)AuthorAgeFilesLines
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-1/+1
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-1/+1
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-2/+4
* IRGen-level lowering for the Swift calling convention.John McCall2016-04-041-2/+2
* [OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev2016-03-291-0/+7
* Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev2016-03-281-7/+0
* [OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev2016-03-281-0/+7
* Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev2016-03-281-7/+0
* [OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev2016-03-281-0/+7
* Revert "Convert some ObjC msgSends to runtime calls."Pete Cooper2016-03-211-6/+2
* Convert some ObjC msgSends to runtime calls.Pete Cooper2016-03-161-2/+6
* EmitCXXStructorCall -> EmitCXXDestructorCall. NFC.Alexey Samsonov2016-03-101-5/+4
* [OPENMP 4.5] Codegen for data members in 'linear' clauseAlexey Bataev2016-03-091-1/+3
* Reapply r262741 [OPENMP] Codegen for distribute directiveCarlo Bertolli2016-03-071-0/+8
* Revert r262741 - [OPENMP] Codegen for distribute directiveSamuel Antao2016-03-041-8/+0
* [OPENMP] Codegen for distribute directiveCarlo Bertolli2016-03-041-0/+8
* Add code generation for teams directive inside target regionCarlo Bertolli2016-03-031-0/+2
* [MSVC Compat] Correctly handle finallys nested within finallysDavid Majnemer2016-03-011-4/+3
* Add whole-program vtable optimization feature to Clang.Peter Collingbourne2016-02-241-1/+7
* [OPENMP] Improved handling of pseudo-captured expressions in OpenMP.Alexey Bataev2016-02-161-1/+1
* [PGO] cc1 option name change for profile instrumentationRong Xu2016-02-041-1/+1
* [OPENMP 4.0] Fixed support of array sections/array subscripts.Alexey Bataev2016-02-041-0/+4
* [OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob2016-02-031-0/+2
* Emit calls to objc_unsafeClaimAutoreleasedReturnValue whenJohn McCall2016-01-271-0/+6
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-261-0/+1
* [OPENMP 4.5] Allow arrays in 'reduction' clause.Alexey Bataev2016-01-261-0/+2
* [cfi] Cross-DSO CFI diagnostic mode (clang part)Evgeniy Stepanov2016-01-251-2/+7
* [CUDA] Make printf work.Justin Lebar2016-01-231-0/+2
* [OPENMP] Fix crash on reduction for complex variables.Alexey Bataev2016-01-211-0/+2
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-191-0/+1
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-191-0/+1
* Introduce -fsanitize-stats flag.Peter Collingbourne2016-01-161-0/+3
* [OPENMP 4.5] Codegen for 'schedule' clause with monotonic/nonmonotonic modifi...Alexey Bataev2015-12-311-5/+5
* Cross-DSO control flow integrity (Clang part).Evgeniy Stepanov2015-12-151-0/+5
* Add parse and sema of OpenMP distribute directive with all clauses except dis...Carlo Bertolli2015-12-141-0/+1
* Update clang to use the updated LLVM EH instructionsDavid Majnemer2015-12-121-3/+5
* Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi2015-12-091-1/+0
* Add parse and sema for OpenMP distribute directive and all its clauses exclud...Carlo Bertolli2015-12-081-0/+1
* [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.Alexey Bataev2015-12-031-0/+1
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-021-0/+18
* [OpenMP] Update target directive codegen to use 4.5 implicit data mappings.Samuel Antao2015-12-021-5/+2
* [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev2015-12-011-0/+1
* CodeGenFunction.h: Prune a \param in r253926. [-Wdocumentation]NAKAMURA Takumi2015-11-231-3/+0
* Preserve exceptions information during calls code generation.Samuel Antao2015-11-231-6/+4
* In preparation to use it in more places renameEric Christopher2015-11-121-3/+1
* Extract out a function onto CodeGenModule for getting the map ofEric Christopher2015-11-111-0/+2
* Atomics: support __c11_* calls on _Atomic struct types.Tim Northover2015-11-091-1/+1
* [WinEH] Mark calls inside cleanups as noinlineReid Kleckner2015-10-281-0/+5
* Unify the ObjC entrypoint caches.John McCall2015-10-211-0/+1
* Add an error when calling a builtin that requires features that don'tEric Christopher2015-10-151-0/+2
OpenPOWER on IntegriCloud