summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprScalar.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-051-3/+3
* [OPENMP] Codegen for 'atomic update' construct.Alexey Bataev2015-03-301-8/+6
* [CodeGen] Support native half inc/dec amounts.Ahmed Bougacha2015-03-241-1/+6
* [CodeGen] Properly support the half FP type with non-native operations.Ahmed Bougacha2015-03-231-34/+60
* [CodeGen] Convert double -> __fp16 in one step.Ahmed Bougacha2015-03-231-9/+18
* Implement bad cast checks using control flow integrity information.Peter Collingbourne2015-03-141-0/+11
* [UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanitize=shif...Alexey Samsonov2015-03-091-26/+37
* Revert "[UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanit...Alexey Samsonov2015-03-051-32/+28
* [UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanitize=shif...Alexey Samsonov2015-03-031-28/+32
* Sema: Parenthesized bound destructor member expressions can be calledDavid Majnemer2015-02-251-1/+1
* Fix typoo.Richard Smith2015-02-121-1/+1
* DebugInfo: Refactor default arg handling into a common place (instead of hand...David Blaikie2015-02-091-8/+2
* DebugInfo: Ensure calls to functions with default arguments which themselves ...David Blaikie2015-02-031-1/+2
* Address review feedback for r228003.Adrian Prantl2015-02-031-1/+1
* Merge ArtificialLocation into ApplyDebugLocation and make a clearAdrian Prantl2015-02-031-1/+1
* DebugInfo: Use the preferred location rather than the start location for expr...David Blaikie2015-01-251-1/+1
* Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...David Blaikie2015-01-141-1/+2
* [mips] Fix va_arg() for pointer types on big-endian N32.Daniel Sanders2015-01-131-2/+6
* Revert "DebugInfo: Generalize debug info location handling" and related commitsDavid Blaikie2015-01-091-2/+1
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-301-1/+2
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-2/+1
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-1/+2
* Fix an address space id reset with array decay'sPekka Jaaskelainen2014-12-191-1/+2
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-171-2/+1
* DebugInfo: Generalize debug info location handlingDavid Blaikie2014-12-161-1/+2
* Bugfix for Codegen of atomic load/store/other ops.Alexey Bataev2014-12-151-10/+10
* CodeGen: Compound literals with funny types shouldn't crashDavid Majnemer2014-12-141-2/+4
* [OpenCL] Implemented restrictions for pointer conversions specified in OpenCL...Anastasia Stulova2014-11-261-2/+2
* Allow EmitVAArg() to promote types and use this to fix some N32/N64 vararg is...Daniel Sanders2014-11-191-2/+10
* Bundle conditions checked by UBSan with sanitizer kinds they implement.Alexey Samsonov2014-11-111-26/+28
* Propagate SanitizerKind into CodeGenFunction::EmitCheck() call.Alexey Samsonov2014-11-101-12/+22
* Introduce a SanitizerKind enum to LangOptions.Alexey Samsonov2014-11-071-26/+29
* Get rid of SanitizerOptions::Disabled global. NFC.Alexey Samsonov2014-10-301-22/+22
* Sanitize upcasts and conversion to virtual base.Alexey Samsonov2014-10-131-3/+3
* Suppress a warning about an unused variable in NDEBUG builds.Chandler Carruth2014-10-111-0/+1
* [complex] Teach the other two binary operators on complex numbers (==Chandler Carruth2014-10-111-5/+23
* Emit @llvm.assume for non-parameter lvalue align_value-attribute loadsHal Finkel2014-10-041-3/+41
* Include debug info for types referenced only via explicit cast expressions.David Blaikie2014-09-241-0/+4
* Allow __fp16 as a function arg or return type for AArch64Oliver Stannard2014-08-271-4/+8
* [UBSan] Add !nosanitize metadata to the code generated by UBSan.Alexey Samsonov2014-07-171-12/+22
* IR: update Clang to use polymorphic __fp16 conversion intrinsics.Tim Northover2014-07-171-8/+15
* Fix the dtor location issues in PR20038 harder.David Blaikie2014-07-101-9/+7
* [Sanitizer] Remove brittle cache variable and slightly simplify blacklisting ...Alexey Samsonov2014-07-071-1/+1
* Cleanup. No functionality change intended.Richard Smith2014-07-071-5/+4
* PR20038: DebugInfo: Call sites without DebugLocs for temporary dtors after a ...David Blaikie2014-06-251-1/+4
* IR-change: cmpxchg operations now return { iN, i1 }.Tim Northover2014-06-131-4/+6
* [CodeGen] Don't cast and use SizeTy instead of Int32Ty when constructing {ext...Michael J. Spencer2014-05-311-4/+1
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-23/+23
* Remove some empty statementsAlp Toker2014-04-191-1/+1
* Ensure we evaluate VLA bounds if a variably-modified type is used as theRichard Smith2014-04-141-0/+4
OpenPOWER on IntegriCloud