summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprComplex.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occursNick Lewycky2013-10-021-16/+21
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-201-1/+1
* Propagate alignment for _ComplexJF Bastien2013-07-171-6/+20
* Fix crash on complex constant zero.Eli Friedman2013-07-161-3/+3
* Add support for complex compound assignments where the LHS is a scalar.Eli Friedman2013-06-121-34/+64
* Make sure we don't emit invalid IR for StmtExprs with complex cleanups.Eli Friedman2013-06-101-1/+3
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-0/+4
* Promote atomic type sizes up to a power of two, capped byJohn McCall2013-03-071-1/+6
* Change hasAggregateLLVMType, which conflates complex andJohn McCall2013-03-071-58/+56
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+1
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-2/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Simplify: replace getContext().getLangOpts() with just getLangOpts().Richard Smith2012-11-011-2/+2
* Change the representation of builtin functions in the ASTEli Friedman2012-08-311-0/+1
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-2/+2
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-11/+4
* Unify the BlockDeclRefExpr and DeclRefExpr paths so thatJohn McCall2012-03-101-2/+18
* Add missing code for compound literals of complex type. <rdar://problem/1093...Eli Friedman2012-02-271-0/+4
* Generate an AST for the conversion from a lambda closure type to aDouglas Gregor2012-02-221-0/+1
* Split reinterpret_casts of member pointers out from CK_BitCast; thisJohn McCall2012-02-151-0/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* Some improvements to the handling of C11 atomic types:David Chisnall2012-01-161-0/+4
* Revert r147664; it's breaking clang regression tests.Eli Friedman2012-01-061-1/+1
* Silence GCC warnings.Jakub Staszak2012-01-061-1/+1
* Enter the cleanups for a block outside the enclosingJohn McCall2011-11-101-1/+3
* Rip out CK_GetObjCProperty.John McCall2011-11-071-1/+0
* Rip the ObjCPropertyRef l-value kind out of IR-generation.John McCall2011-11-071-28/+5
OpenPOWER on IntegriCloud