summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [SEH] Outline finally blocks using the new variable capture supportReid Kleckner2015-04-091-17/+13
* Reland "[SEH] Implement filter capturing in CodeGen"Reid Kleckner2015-04-081-0/+10
* Revert "[SEH] Implement filter capturing in CodeGen"Daniel Jasper2015-04-071-10/+0
* [SEH] Implement filter capturing in CodeGenReid Kleckner2015-04-061-0/+10
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-051-3/+4
* [opaque pointer type] more GEP API migrationsDavid Blaikie2015-04-041-1/+2
* [SystemZ] Support transactional execution on zEC12Ulrich Weigand2015-04-011-0/+1
* [OPENMP] Codegen for 'atomic update' construct.Alexey Bataev2015-03-301-1/+5
* [OPENMP] Codegen for 'copyprivate' clause ('single' directive).Alexey Bataev2015-03-231-1/+4
* Implement bad cast checks using control flow integrity information.Peter Collingbourne2015-03-141-0/+10
* Disambiguate call for GCC.Benjamin Kramer2015-03-121-1/+1
* CodeGen: Base the conditional cleanup machinery on variadic templatesBenjamin Kramer2015-03-121-69/+11
* [OPENMP] Initial codegen for 'omp sections' and 'omp section' directives.Alexey Bataev2015-03-121-2/+3
* MS ABI: Implement support for throwing a C++ exceptionDavid Majnemer2015-03-051-0/+2
* [OPENMP] Fixed codegen for directives without function outlining.Alexey Bataev2015-02-261-5/+5
* Implement Control Flow Integrity for virtual calls.Peter Collingbourne2015-02-201-0/+3
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-8/+8
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-151-1/+1
* Revert "Revert r229082 for a bit, it caused PR22577."David Majnemer2015-02-141-0/+10
* Revert r229082 for a bit, it caused PR22577.Nico Weber2015-02-131-10/+0
* MS ABI: Implement /volatile:msDavid Majnemer2015-02-131-0/+10
* SEH: Use the SEHTryEpilogueStack instead of a separate boolReid Kleckner2015-02-121-3/+3
* [ms] Implement codegen for __leave.Nico Weber2015-02-121-0/+1
* Fix typoo.Richard Smith2015-02-121-2/+2
* Wrap to 80 columns. No behavior change.Nico Weber2015-02-111-1/+2
* Add the 'noinline' attribute to call sites within __try bodiesReid Kleckner2015-02-111-0/+3
* Emit landing pads for SEH even if nounwind is presentReid Kleckner2015-02-111-0/+5
* Implement IRGen for SEH __finally and AbnormalTerminationReid Kleckner2015-02-041-2/+20
* DebugInfo: Attribute cleanup code to the end of the scope, not the end of the...David Blaikie2015-02-041-1/+4
* CodeGen: Copy-ctorm must obey the destination's alignment requirementDavid Majnemer2015-02-031-0/+9
* Support ‘omp for’ with static chunked schedule kind.Alexander Musman2015-01-221-0/+6
OpenPOWER on IntegriCloud