summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
Commit message (Expand)AuthorAgeFilesLines
...
* Revert 241171, 241187, 241199 (32-bit SEH).Nico Weber2015-07-021-20/+8
* [OPENMP 4.0] Codegen for 'cancellation point' directive.Alexey Bataev2015-07-021-1/+3
* [SEH] Delete the 32-bit IR lowering for __finally blocks and use x64Reid Kleckner2015-07-011-8/+0
* [SEH] Add 32-bit lowering for SEH __tryReid Kleckner2015-07-011-8/+28
* [OPENMP 4.0] Initial support for 'omp cancellation point' construct.Alexey Bataev2015-07-011-0/+2
* CodeGen: Resize LifetimeExtendedCleanupHeader to avoid alignment issuesJustin Bogner2015-07-011-4/+6
* Fix use-after-free.Peter Collingbourne2015-06-301-2/+3
* [CUDA] Implemented __nvvm_atom_*_gen_* builtins.Artem Belevich2015-06-251-0/+1
* Proper changing/restoring for CapturedStmtInfo, NFC.Alexey Bataev2015-06-241-0/+14
* AMDGPU: Fix places missed in renameMatt Arsenault2015-06-191-1/+1
* Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.Peter Collingbourne2015-06-191-3/+13
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-181-0/+1
* [OPENMP] Add support for 'omp parallel for' directive.Alexey Bataev2015-06-181-0/+5
* [OPENMP] Add support for 'omp for simd' directive.Alexey Bataev2015-06-181-1/+3
* [OPENMP] Code reformatting for omp simd codegen, NFC.Alexey Bataev2015-06-171-1/+0
* [OPENMP] Support lastprivate clause in omp simd directive.Alexey Bataev2015-06-161-2/+2
* [OPENMP] Remove last iteration separation for loop-based constructs.Alexey Bataev2015-06-161-2/+1
* Revert "Re-land r236052, "[SEH] Add 32-bit lowering code for __try""Reid Kleckner2015-06-091-17/+3
* Re-land r236052, "[SEH] Add 32-bit lowering code for __try"Reid Kleckner2015-06-091-3/+17
* ubsan: Check for null pointers given to certain builtins, suchNuno Lopes2015-05-301-0/+5
* wip: Remove some unused functionsJustin Bogner2015-05-291-7/+0
* [OPENMP] Fix codegen for ordered loop directives.Alexey Bataev2015-05-201-3/+3
* [OPENMP] Fixed bug in atomic update/capture/write constructs.Alexey Bataev2015-05-151-1/+1
* Unify sanitizer kind representation between the driver and the rest of the co...Peter Collingbourne2015-05-111-1/+1
* InstrProf: Cede ownership of createProfileWeights to CGFJustin Bogner2015-05-021-0/+6
* Revert most of r236271, leaving only the datalayout change in lib/Basic/Targe...Reid Kleckner2015-04-301-17/+3
* Use 4 byte preferred aggregate alignment in datalayout on x86 Win32Reid Kleckner2015-04-301-3/+17
* Revert r236128, LLVM isn't falling back in the right wayReid Kleckner2015-04-291-17/+3
* Re-land r236052, the linker errors were fixed by LLVM r236123Reid Kleckner2015-04-291-3/+17
* Revert r236052, it caused linker errors when building 32-bit applications.Nico Weber2015-04-291-17/+3
* [SEH] Add 32-bit lowering code for __tryReid Kleckner2015-04-281-3/+17
* InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)Justin Bogner2015-04-231-7/+27
* [OPENMP] Codegen for 'atomic capture'.Alexey Bataev2015-04-231-1/+3
* Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer2015-04-221-0/+3
* [OPENMP] Codegen for 'ordered' directive.Alexey Bataev2015-04-221-4/+15
* [OPENMP] Codegen for 'copyin' clause in 'parallel' directive.Alexey Bataev2015-04-161-0/+12
* [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.Alexey Bataev2015-04-161-1/+26
* [OPENMP] Codegen for 'firstprivate' clause in 'for' directive.Alexey Bataev2015-04-151-1/+1
* Reland r234613 (and follow-ups 234614, 234616, 234618)Reid Kleckner2015-04-141-17/+13
* [OPENMP] Fixed codegen for arrays in 'copyprivate' clause.Alexey Bataev2015-04-141-3/+27
* [OPENMP] Initial codegen for 'parallel sections' directive.Alexey Bataev2015-04-141-4/+5
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-131-13/+17
* Revert r234786, it contained a bunch of stuff I did not mean to commit.Nico Weber2015-04-131-17/+13
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-131-13/+17
* Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber2015-04-111-3/+0
* [SEH] Re-land r234532, but use internal linkage for all SEH helpersReid Kleckner2015-04-101-17/+13
* [OPENMP] Codegen for 'reduction' clause in 'parallel' directive.Alexey Bataev2015-04-101-0/+29
* Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison2015-04-101-0/+3
* [OPENMP] Refactoring of codegen for OpenMP directives.Alexey Bataev2015-04-101-4/+5
* Revert r234532 for a bit, it very likely caused http://crbug.com/475768Nico Weber2015-04-101-13/+17
OpenPOWER on IntegriCloud