summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-231-0/+1
* [OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev2014-09-191-0/+1
* MS ABI: Don't ICE for pointers to pointers to members of incomplete classesDavid Majnemer2014-09-181-12/+1
* Parsing/Sema of directive omp for simdAlexander Musman2014-09-181-0/+1
* Implement nonnull-attribute sanitizerAlexey Samsonov2014-09-081-2/+5
* Add __builtin_assume and __builtin_assume_aligned using @llvm.assume.Hal Finkel2014-09-071-0/+4
* MS inline asm: Allow __asm blocks to set a return valueReid Kleckner2014-09-041-0/+4
* Kill one of EmitCallArgs overloads. NFC.Alexey Samsonov2014-08-281-46/+33
* Fix some cases were ArrayRefs were being passed by reference.Craig Topper2014-08-271-5/+5
* Pass actual CXXConstructExpr instead of argument iteratorsAlexey Samsonov2014-08-251-2/+1
* Pass actual CallExpr instead of CallExpr-specific iteratorsAlexey Samsonov2014-08-251-9/+5
* DebugInfo: Scope for condition variables more narrowly than the loop variable.David Blaikie2014-08-221-1/+1
* CGCall: Factor out the logic mapping call arguments to LLVM IR arguments.Alexey Samsonov2014-08-221-12/+9
* Pass expressions instead of argument ranges to EmitCall/EmitCXXConstructorCall.Alexey Samsonov2014-08-211-12/+5
OpenPOWER on IntegriCloud