summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGExprComplex.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Fixed Point Arithmetic] Fixed Point and Integer ConversionsLeonard Chan2019-03-061-0/+2
* [opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight2019-02-091-5/+2
* [opaque pointer types] Pass function types for runtime function calls.James Y Knight2019-02-051-1/+2
* Cleanup: replace uses of CallSite with CallBase.James Y Knight2019-01-301-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Compound literals, enums, et al require const exprBill Wendling2018-11-091-0/+3
* [Fixed Point Arithmetic] Fixed Point to Boolean CastLeonard Chan2018-10-231-0/+1
* [OpenCL][NFC] Unify ZeroToOCL* cast typesAndrew Savonichev2018-10-231-2/+1
* [Fixed Point Arithmetic] FixedPointCastLeonard Chan2018-10-151-0/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* Delete BuiltinCC. NFC.Rafael Espindola2018-03-201-1/+1
* [CodeGen] Ignore OpaqueValueExprs that are unique references to theirAkira Hatanaka2018-03-201-2/+3
* [Complex] Don't use __div?c3 when building with fast-math.Florian Hahn2017-12-201-8/+29
* Remove unused variables. No functionality change.Benjamin Kramer2017-10-081-1/+0
* [IRGen] Evaluate constant static variables referenced through memberAlex Lorenz2017-08-251-10/+21
* [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