summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Generate an AST for the conversion from a lambda closure type to aDouglas Gregor2012-02-221-1/+2
* Fix wrong-code bug: __imag on a scalar lvalue should produce a zero rvalue,Richard Smith2012-02-181-3/+4
* Whether an argument is required (in contrast with being anJohn McCall2012-02-171-7/+6
* Split reinterpret_casts of member pointers out from CK_BitCast; thisJohn McCall2012-02-151-0/+1
* Use a simpler (and more efficient) pattern to pad vectors.Benjamin Kramer2012-02-141-4/+2
* Basic support for referring to captured variables from lambdas. Some simple ...Eli Friedman2012-02-111-0/+6
* Refactor lambda IRGen so AggExprEmitter::VisitLambdaExpr does the right thing.Eli Friedman2012-02-091-46/+1
* Basic IRGen for LambdaExprs with captures.Eli Friedman2012-02-091-3/+46
* A little bit of lambda IRGen.Eli Friedman2012-02-081-0/+11
* simplify a bunch of code to use the well-known LLVM IR types computed by Code...Chris Lattner2012-02-071-2/+1
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Simplify code by using the new getAggregateElement method that got addedChris Lattner2012-01-301-10/+4
* Use function pointers, rather than references, to pass DestroyersPeter Collingbourne2012-01-261-7/+3
* Fixup r148926, for -Asserts.NAKAMURA Takumi2012-01-251-1/+1
* reapply r148902:Chris Lattner2012-01-251-19/+11
* Fix a crash for an edge case of the GNU ?: extension.Eli Friedman2012-01-251-2/+2
* Revert 148902 which was part of 148901 which was reverted in r148906.Argyrios Kyrtzidis2012-01-251-11/+19
* use the new ConstantVector::getSplat method where it makes sense.Chris Lattner2012-01-251-19/+11
* Add an assertion that our use-marking actually covers all uses of a variable....Eli Friedman2012-01-211-0/+7
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-4/+0
* Some improvements to the handling of C11 atomic types:David Chisnall2012-01-161-6/+31
* implement rdar://10639962 by keeping track of increased alignment Chris Lattner2012-01-041-1/+5
* Fix PR5279 - don't sliently drop alignment information on stores of types tha...Chris Lattner2011-12-191-1/+1
* Switch LValue so that it exposes alignment in CharUnits. (No functional chan...Eli Friedman2011-12-031-18/+17
* Switch the Alignment argument on AggValueSlot over to CharUnits, per John's r...Eli Friedman2011-12-031-4/+2
* Track alignment in AggValueSlot. No functional change in this patch, but I'l...Eli Friedman2011-12-031-6/+11
* Don't use a varargs convention for calls unprototyped functions where one of ...Eli Friedman2011-12-011-1/+1
* When destroying temporaries, instead of a custom cleanup use thePeter Collingbourne2011-11-271-1/+1
* Reference initialization with initializer lists.Sebastian Redl2011-11-271-1/+12
* Use static storage duration for file-scope compound literals, even when theyRichard Smith2011-11-221-0/+5
* Fix a bunch of really nasty bugs in how we compute alignment for reference lv...Eli Friedman2011-11-161-14/+28
* Enter the cleanups for a block outside the enclosingJohn McCall2011-11-101-4/+11
* Bind function "r-values" as l-values when emitting them asJohn McCall2011-11-081-1/+1
* Rip out CK_GetObjCProperty.John McCall2011-11-071-2/+0
* Rip the ObjCPropertyRef l-value kind out of IR-generation.John McCall2011-11-071-35/+8
* Change the AST representation of operations on Objective-CJohn McCall2011-11-061-0/+85
* back out changes in r143399 and r143475.Fariborz Jahanian2011-11-021-3/+1
* Adds IRGen support for captured rvalue references in blocks.Fariborz Jahanian2011-10-311-1/+3
* Annotate imprecise FP division with fpaccuracy metadataPeter Collingbourne2011-10-271-0/+16
* Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...Eli Friedman2011-10-141-8/+6
* Recommit:Eric Christopher2011-10-131-4/+2
* Revert file/scope handling patches. gdb testing revealed a couple of bugs.Eric Christopher2011-10-121-2/+4
* Start handling debug line and scope information better:Eric Christopher2011-10-111-4/+2
* Silence some -Wuninitialized false positives with gcc.Eli Friedman2011-10-111-1/+2
* Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman2011-10-111-0/+277
* CUDA: IR generation support for kernel call expressionsPeter Collingbourne2011-10-061-0/+3
* objc gc: assigning to an objc object struct member through an ivar Fariborz Jahanian2011-09-301-8/+20
* Rename EmitStopPoint in CGDebugInfo to EmitLocation. "stop points" don'tEric Christopher2011-09-291-1/+1
* Call UpdateLineDirectiveRegion every time we want to emit a stopEric Christopher2011-09-291-1/+0
* de-tmpify clang.Benjamin Kramer2011-09-271-16/+16
OpenPOWER on IntegriCloud