aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGExprScalar.cpp
AgeCommit message (Expand)Author
2012-11-01Simplify: replace getContext().getLangOpts() with just getLangOpts().Richard Smith
2012-11-01Clean up misapplication of diff.Richard Smith
2012-11-01Split emission of -ftrapv checks and -fcatch-undefined-behavior checks intoRichard Smith
2012-11-01Remove divison-by-zero checks from -ftrapv. These checks were incompatible withRichard Smith
2012-10-23Switch CodeGenOptions over to a .def file, like we do with LangOptions.Douglas Gregor
2012-10-12-fcatch-undefined-behavior: Trap undefined behavior due to conversions to orRichard Smith
2012-10-09-fcatch-undefined-behavior: emit calls to the runtime library whenever one of...Richard Smith
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-04Fail early with a clear assert if an operation with multiple uses somehow endsLang Hames
2012-10-03Always initialize FPContractable.Benjamin Kramer
2012-10-03Teach getCXXRecordDeclForPointerType about references.Jordan Rose
2012-10-02Add FP_CONTRACT support for clang.Lang Hames
2012-09-08-fcatch-undefined-behavior: Factor emission of the creation of, and branch to,Richard Smith
2012-08-31Change the representation of builtin functions in the ASTEli Friedman
2012-08-28Fix PR13704Michael Liao
2012-08-25Remove spurious string literal for bool argument.Richard Smith
2012-08-25-fcatch-undefined-behavior: add the -ftrapv checks to the set of things caughtRichard Smith
2012-08-24New -fcatch-undefined-behavior features:Richard Smith
2012-07-04Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins...Benjamin Kramer
2012-06-16Fix Sema and IRGen for atomic compound assignment so it has the right semanti...Eli Friedman
2012-06-06reverse r158117.Fariborz Jahanian
2012-06-06When doing arithmatic on vla pointer, make sureFariborz Jahanian
2012-06-06Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie
2012-05-29OpenCL: Fix vector conditional operator CodeGen for the case wherePeter Collingbourne
2012-04-30Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie
2012-04-27Use enum to set debug info size generated by ClangAlexey Samsonov
2012-04-19Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard
2012-04-10Express the number of ULPs in fpaccuracy metadata as a real rather than a Duncan Sands
2012-04-05Make the variant of __builtin_shufflevector that takes the shuffle indexes as...Eli Friedman
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-10Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall
2012-03-10Unify the BlockDeclRefExpr and DeclRefExpr paths so thatJohn McCall
2012-03-09[AST] Reduce Decl::getASTContext() calls.Daniel Dunbar
2012-03-07Don't even try to directly emit the value of a DeclRefExpr if that declarationRichard Smith
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek
2012-03-02Reinstate r151879, r151880, reverted in r151922, along with a bugfix forRichard Smith
2012-03-02Revert r151879, r151880, "PR12145: Avoid emitting loads of constexpr variable...Daniel Dunbar
2012-03-02PR12145: Avoid emitting loads of constexpr variables in contexts where thereRichard Smith
2012-02-28Implement IRGen for the retain-autorelease in the lambda conversion-to-block-...Eli Friedman
2012-02-22Generate an AST for the conversion from a lambda closure type to aDouglas Gregor
2012-02-18Fix wrong-code bug: __imag on a scalar lvalue should produce a zero rvalue,Richard Smith
2012-02-15Split reinterpret_casts of member pointers out from CK_BitCast; thisJohn McCall
2012-02-14Use a simpler (and more efficient) pattern to pad vectors.Benjamin Kramer
2012-02-07simplify a bunch of code to use the well-known LLVM IR types computed by Code...Chris Lattner
2012-02-06Fix vector splat casts to cast element to the appropriate vector element befo...Craig Topper
2012-01-25reapply r148902:Chris Lattner
2012-01-25Revert 148902 which was part of 148901 which was reverted in r148906.Argyrios Kyrtzidis
2012-01-25use the new ConstantVector::getSplat method where it makes sense.Chris Lattner
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-16Add support for OpenCL 1.1 logical operations.Tanya Lattner