summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Propagate SourceLocations through to get a Loc on float_cast_overflowFilipe Cabecinhas2015-08-111-2/+4
* [CodeGen] Simplify creation of shuffle masks.Benjamin Kramer2015-07-281-33/+8
* Pass an iterator range to EmitCallArgsDavid Blaikie2015-07-211-2/+2
* Rely on default zero-arg value for IRBuilder::CreateCall calls to zero-arg fu...David Blaikie2015-07-141-2/+1
* Respect alignment of nested bitfieldsUlrich Weigand2015-07-101-9/+10
* Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.Akira Hatanaka2015-07-021-2/+13
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.Peter Collingbourne2015-06-191-2/+4
* Introduce -fsanitize-trap= flag.Peter Collingbourne2015-06-181-12/+12
* API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...David Blaikie2015-05-181-4/+4
* Unify sanitizer kind representation between the driver and the rest of the co...Peter Collingbourne2015-05-111-4/+6
* InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)Justin Bogner2015-04-231-4/+3
* [CodeGen] Do a more principled fix for PR231653, always use the inner type.Benjamin Kramer2015-04-091-10/+9
* [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
OpenPOWER on IntegriCloud