aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGExprScalar.cpp
AgeCommit message (Expand)Author
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
2012-01-16Some improvements to the handling of C11 atomic types:David Chisnall
2012-01-06Revert r147664; it's breaking clang regression tests.Eli Friedman
2012-01-06Silence GCC warnings.Jakub Staszak
2011-12-28Small refactoring and simplification of constant evaluation and some of itsRichard Smith
2011-12-19Switch a few callers of MakeAddrLValue places over to MakeNaturalAlignAddrLVa...Eli Friedman
2011-12-08Fix an edge case in IRGen for conditionals. PR11509.Eli Friedman
2011-11-10Enter the cleanups for a block outside the enclosingJohn McCall
2011-11-07Rip out CK_GetObjCProperty.John McCall
2011-11-07Rip the ObjCPropertyRef l-value kind out of IR-generation.John McCall
2011-11-06Change the AST representation of operations on Objective-CJohn McCall
2011-10-29Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it willRichard Smith
2011-10-27Annotate imprecise FP division with fpaccuracy metadataPeter Collingbourne
2011-10-25Restore r142914 and r142915, now with missing file and apparentJohn McCall
2011-10-25Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi
2011-10-25Introduce a placeholder type for "pseudo object"John McCall
2011-10-15Handle an edge case involving the conditional operator and throw expressions....Eli Friedman
2011-10-14Provide half floating point support as a storage only type.Anton Korobeynikov
2011-10-11Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman
2011-10-04Mark calls to objc_retainBlock that don't result from castsJohn McCall
2011-09-27de-tmpify clang.Benjamin Kramer
2011-09-24Treat list-initialization of scalars as a first-class citizen in C++11.Sebastian Redl
2011-09-23Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-09-10Rename the ARC cast kinds to start with "ARC".John McCall
2011-09-10When converting a block pointer to an Objective-C pointer type, extendJohn McCall
2011-09-09Give conversions of block pointers to ObjC pointers a different cast kindJohn McCall
2011-08-14Fix r137086 to actually work properly in general. PR10650.Eli Friedman
2011-08-09Hand materialization of temporary expressions when emitting a scalarDouglas Gregor
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-20as eli points out, we're not doing memory stuff here. While ConvertType Chris Lattner
2011-07-20fix PR10395 - array decay can produce an interesting type whenChris Lattner
2011-07-18de-constify llvm::Type, patch by David Blaikie!Chris Lattner
2011-07-15Fix the definition of AsTypeExpr. I'm still not sure thisJohn McCall