summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "DebugInfo: Generalize debug info location handling" and related commitsDavid Blaikie2015-01-091-7/+25
* DebugInfo: Provide a less subtle way to set the debug location of simple ret ...David Blaikie2015-01-021-1/+1
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-301-24/+6
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-6/+24
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-24/+6
* Fix for PR21915: assert on multidimensional VLA in function arguments.Alexey Bataev2014-12-181-22/+7
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-171-6/+24
* DebugInfo: Generalize debug info location handlingDavid Blaikie2014-12-161-24/+6
* [OPENMP] Bugfix for processing of global variables in OpenMP regions.Alexey Bataev2014-12-161-1/+2
* First patch with codegen of the 'omp for' directive. It implementsAlexander Musman2014-12-151-1/+6
* Bugfix for Codegen of atomic load/store/other ops.Alexey Bataev2014-12-151-0/+6
* Implement the __builtin_call_with_static_chain GNU extension.Peter Collingbourne2014-12-121-2/+4
* DebugInfo: Correct the location of initializations of auto.David Blaikie2014-12-091-2/+1
* DebugInfo: Emit the correct location for initialization of a complex variableDavid Blaikie2014-12-091-2/+4
* DebugInfo: Correctly identify the location of C++ member initializer list ele...David Blaikie2014-12-091-6/+10
* CodeGen: refactor ARM builtin handlingSaleem Abdulrasool2014-12-041-0/+2
* Fix incorrect codegen for devirtualized calls to virtual overloaded operators.Nico Weber2014-12-031-3/+7
* Revert "Remove threshold for lifetime marker insertion of named temporaries"Arnaud A. de Grandmaison2014-12-011-3/+0
* Remove threshold for lifetime marker insertion of named temporariesArnaud A. de Grandmaison2014-12-011-0/+3
* Bundle conditions checked by UBSan with sanitizer kinds they implement.Alexey Samsonov2014-11-111-4/+3
* [Sanitizer] Refactor sanitizer options in LangOptions.Alexey Samsonov2014-11-111-2/+2
* Propagate SanitizerKind into CodeGenFunction::EmitCheck() call.Alexey Samsonov2014-11-101-11/+1
* Silence a warning from MSVC "14" by making an enum unsignedReid Kleckner2014-10-311-2/+2
* MS ABI: Properly call global delete when invoking virtual destructorsDavid Majnemer2014-10-311-0/+8
* Get rid of SanitizerOptions::Disabled global. NFC.Alexey Samsonov2014-10-301-1/+1
* Improved capturing variable-length array types in CapturedStmt.Alexey Bataev2014-10-291-1/+2
* Objective-C. revert patch for rdar://17554063.Fariborz Jahanian2014-10-281-2/+1
* Fixing the MSVC build by removing friendship with CodeGenFunction; NFC.Aaron Ballman2014-10-211-1/+0
* [OPENMP] Codegen for 'private' clause in 'parallel' directive.Alexey Bataev2014-10-211-0/+3
* Insert poisoned paddings between fields in C++ classes so that AddressSanitiz...Kostya Serebryany2014-10-161-0/+1
* Moving CGF::EmitAlignmentAssumption to IRBuilderHal Finkel2014-10-151-1/+4
* Sanitize upcasts and conversion to virtual base.Alexey Samsonov2014-10-131-3/+10
* Unfriend CGOpenMPRegionInfo so it can go into an anonymous namespace.Benjamin Kramer2014-10-101-1/+0
* Code reformatting and improvement for OpenMP.Alexey Bataev2014-10-101-0/+4
* Code improvements in OpenMP CodeGen.Alexey Bataev2014-10-101-44/+63
* Revert r218865 because it introduced PR21236, a crash in codegen emitting the...Nick Lewycky2014-10-101-27/+0
* Promote null pointer constants used as arguments to variadic functionsReid Kleckner2014-10-101-1/+3
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-091-0/+1
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-0/+13
* Revert commit r219297.Alexey Bataev2014-10-081-13/+0
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-0/+13
* Revert back r219295.Alexey Bataev2014-10-081-13/+0
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-0/+13
* Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin2014-10-081-1/+0
* Fix IRGen for referencing a static local before emitting its declReid Kleckner2014-10-081-5/+0
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-071-0/+1
* [OPENMP] Small refactoring of EmitOMPSimdLoop helper routine.Alexander Musman2014-10-071-3/+4
* MS ABI: Implement thread_local for global variablesDavid Majnemer2014-10-051-1/+4
* Emit lifetime.start / lifetime.end markers for unnamed temporary objects.Arnaud A. de Grandmaison2014-10-021-0/+27
* [OPENMP] Loop collapsing and codegen for 'omp simd' directive.Alexander Musman2014-10-011-0/+48
OpenPOWER on IntegriCloud