summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGExprComplex.cpp
Commit message (Expand)AuthorAgeFilesLines
* [coroutines] Add codegen for await and yield expressionsGor Nishanov2017-03-261-0/+10
* Don't assume cleanup emission preserves dominance in expr evaluationReid Kleckner2017-03-061-1/+5
* Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope...Egor Churaev2016-12-231-0/+1
* Revert "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand."Daniel Jasper2016-12-201-1/+0
* [OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand.Egor Churaev2016-12-201-0/+1
* Refactor call emission to package the function pointer together withJohn McCall2016-10-261-3/+3
* [OpenCL] Generate opaque type for sampler_t and function call for the initial...Yaxun Liu2016-07-281-0/+1
* [NFC] Header cleanupMehdi Amini2016-07-181-3/+0
* [Bugfix] Fix ICE on constexpr vector splat.George Burgess IV2016-01-131-0/+1
* Preserve exceptions information during calls code generation.Samuel Antao2015-11-231-7/+13
* [DEBUG INFO] Emit debug info for type used in explicit cast only.Alexey Bataev2015-10-201-0/+2
* Support __builtin_ms_va_list.Charles Davis2015-09-171-2/+2
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-40/+35
* Propagate SourceLocations through to get a Loc on float_cast_overflowFilipe Cabecinhas2015-08-111-17/+22
* Don't repeat function names in comments. NFC.Filipe Cabecinhas2015-08-051-3/+3
* InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)Justin Bogner2015-04-231-3/+4
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-051-4/+4
* Sema: Parenthesized bound destructor member expressions can be calledDavid Majnemer2015-02-251-1/+1
* CodeGen: _Atomic(_Complex) shouldn't crashDavid Majnemer2015-02-141-0/+2
* Revert "Revert r229082 for a bit, it caused PR22577."David Majnemer2015-02-141-1/+2
* Revert r229082 for a bit, it caused PR22577.Nico Weber2015-02-131-2/+1
* MS ABI: Implement /volatile:msDavid Majnemer2015-02-131-1/+2
* Fix typoo.Richard Smith2015-02-121-2/+2
* DebugInfo: Refactor default arg handling into a common place (instead of hand...David Blaikie2015-02-091-8/+2
* DebugInfo: Suppress the location of instructions in complex default arguments.David Blaikie2015-02-091-2/+8
* DebugInfo: Use the preferred location rather than the start location for expr...David Blaikie2015-01-251-1/+1
* DebugInfo: Attribute complex expressions to the source location of the expres...David Blaikie2015-01-181-0/+1
* Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...David Blaikie2015-01-141-14/+8
* Revert "DebugInfo: Generalize debug info location handling" and related commitsDavid Blaikie2015-01-091-8/+14
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-301-14/+8
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-8/+14
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-14/+8
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-171-8/+14
* DebugInfo: Generalize debug info location handlingDavid Blaikie2014-12-161-14/+8
* DebugInfo: Correct location for compound complex assignmentDavid Blaikie2014-12-091-2/+1
* DebugInfo: Accurate location information for complex assignmentDavid Blaikie2014-12-091-4/+4
* DebugInfo: Emit the correct location for initialization of a complex variableDavid Blaikie2014-12-091-8/+14
* Fix invalid calling convention used for libcalls on ARM.Anton Korobeynikov2014-12-021-5/+14
* Remove CastKind typedef from CastExpr since CastKind is in the clang namespace.Craig Topper2014-10-311-2/+2
* Lower compound assignment for the missing type llvm::Type::FP128TyID.Jiangning Liu2014-10-211-0/+4
* [complex] Teach the complex math IR gen to emit direct math andChandler Carruth2014-10-191-17/+83
* complex long double support for PowerPCJoerg Sonnenberger2014-10-171-0/+4
* [complex] Use the much more powerful EmitCall routine to call libcallsChandler Carruth2014-10-111-17/+1
* [complex] Teach Clang to preserve different-type operands to arithmeticChandler Carruth2014-10-111-35/+162
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-1/+1
* Change PGO instrumentation to compute counts in a separate AST traversal.Bob Wilson2014-02-171-4/+0
* CodeGen: Rename adjustFallThroughCount -> adjustForControlFlowJustin Bogner2014-01-131-2/+2
* CodeGen: Initial instrumentation based PGO implementationJustin Bogner2014-01-061-1/+7
* Add front-end infrastructure now address space casts are in LLVM IR.David Tweed2013-12-111-0/+1
* CodeGen: WhitespaceJustin Bogner2013-11-221-5/+5