summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [CodeGen] When promoting a reference temporary to a global use the inner type...Benjamin Kramer2015-04-091-3/+4
* clang-format my last commitDavid Blaikie2015-04-051-3/+2
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-051-4/+4
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-041-2/+2
* Fix the LLVM type used when lowering initializer list reference temporaries t...Nick Lewycky2015-03-181-2/+5
* Revert r232454 and r232456: "Fix the LLVM type used when lowering initializer...Hans Wennborg2015-03-171-5/+2
* Fix the LLVM type used when lowering initializer list reference temporaries t...Nick Lewycky2015-03-171-2/+5
* Implement bad cast checks using control flow integrity information.Peter Collingbourne2015-03-141-0/+7
* Reapply r231508 "CodeGen: Emit constant temporaries into read-only globals."Benjamin Kramer2015-03-071-2/+20
* Revert r231508 "CodeGen: Emit constant temporaries into read-only globals."Hans Wennborg2015-03-071-22/+2
* CodeGen: Emit constant temporaries into read-only globals.Benjamin Kramer2015-03-061-2/+22
* Sema: Parenthesized bound destructor member expressions can be calledDavid Majnemer2015-02-251-1/+1
* [OPENMP] Rename methods of OpenMPRuntime class. NFC. Alexey Bataev2015-02-251-1/+1
* Try to unbreak the Hexagon botDavid Majnemer2015-02-141-1/+1
* CodeGen: _Atomic(_Complex) shouldn't crashDavid Majnemer2015-02-141-2/+6
* Revert "Revert r229082 for a bit, it caused PR22577."David Majnemer2015-02-141-2/+3
* CodeGen: Correctly convert atomic bool from i8 to i1David Majnemer2015-02-141-1/+1
* Revert r229082 for a bit, it caused PR22577.Nico Weber2015-02-131-3/+2
* MS ABI: Implement /volatile:msDavid Majnemer2015-02-131-2/+3
* DebugInfo: Attribute calls to overloaded operators with the operator, not the...David Blaikie2015-01-251-2/+0
* DebugInfo: Use the preferred location rather than the start location for expr...David Blaikie2015-01-251-2/+2
* DebugInfo: Correct the line location of geps on array accessesDavid Blaikie2015-01-241-0/+1
* DebugInfo: Remove outdated comment. Column info is no longer needed to differ...David Blaikie2015-01-231-6/+0
* DebugInfo: Remove forced column-info workaround for inlined callsDavid Blaikie2015-01-211-15/+2
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...David Blaikie2015-01-141-27/+10
* Reimplement -fsanitize-recover family of flags.Alexey Samsonov2015-01-121-38/+85
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-121-1/+1
* Revert "DebugInfo: Generalize debug info location handling" and related commitsDavid Blaikie2015-01-091-10/+27
* CodeGen: Don't crash when a lambda uses a local constexpr variableDavid Majnemer2015-01-011-16/+16
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-301-27/+10
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-10/+27
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-27/+10
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-171-10/+27
* DebugInfo: Generalize debug info location handlingDavid Blaikie2014-12-161-27/+10
* Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.Alexey Bataev2014-12-161-4/+5
* [OPENMP] Bugfix for processing of global variables in OpenMP regions.Alexey Bataev2014-12-161-15/+15
* Implement the __builtin_call_with_static_chain GNU extension.Peter Collingbourne2014-12-121-5/+11
* DebugInfo: Correct location information for array accesses to elements of var...David Blaikie2014-12-101-0/+3
* DebugInfo: Fix another case of array access line informationDavid Blaikie2014-12-101-0/+3
* DebugInfo: Correct the location of array accessesDavid Blaikie2014-12-101-0/+2
* IR: Update clang for Metadata/Value split in r223802Duncan P. N. Exon Smith2014-12-091-7/+12
* DebugInfo: Correctly identify the location of C++ member initializer list ele...David Blaikie2014-12-091-1/+5
* DebugInfo: Ensure the store for an assignment is attributed to the beginning ...David Blaikie2014-12-081-0/+2
* This patch fixes couple of bugs for predefined expressionFariborz Jahanian2014-11-141-1/+4
* Bundle conditions checked by UBSan with sanitizer kinds they implement.Alexey Samsonov2014-11-111-34/+33
* [OPENMP] Codegen for threadprivate variablesAlexey Bataev2014-11-111-0/+20
* CGExpr.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi2014-11-111-0/+2
* Propagate SanitizerKind into CodeGenFunction::EmitCheck() call.Alexey Samsonov2014-11-101-18/+54
* Introduce a SanitizerKind enum to LangOptions.Alexey Samsonov2014-11-071-12/+15
OpenPOWER on IntegriCloud