summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-231-1/+0
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-6/+7
* ANSI C requires that a call to an unprototyped function type succeedJohn McCall2011-09-211-2/+30
* Switch LangOptions over to a .def file that describes header of theDouglas Gregor2011-09-131-3/+3
* Rename the ARC cast kinds to start with "ARC".John McCall2011-09-101-4/+4
* When converting a block pointer to an Objective-C pointer type, extendJohn McCall2011-09-101-1/+2
* Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: canJulien Lerouge2011-09-091-0/+3
* Give conversions of block pointers to ObjC pointers a different cast kindJohn McCall2011-09-091-1/+2
* Formatting.Eric Christopher2011-09-081-1/+2
* When extracting the callee declaration from a call expression, be sureDouglas Gregor2011-09-061-8/+4
* Slight optimization enabled by the previous assert: John McCall2011-08-261-2/+1
* What say we document some of these AggValueSlot flags a bitJohn McCall2011-08-261-1/+1
* An initialization does not alias.John McCall2011-08-261-1/+2
* Track whether an AggValueSlot is potentially aliased, and do notJohn McCall2011-08-251-1/+2
* Use stronger typing for the flags on AggValueSlot and requireJohn McCall2011-08-251-2/+7
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-14/+14
* Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad2011-07-221-2/+2
* as eli points out, we're not doing memory stuff here. While ConvertType Chris Lattner2011-07-201-1/+1
* de-constify llvm::Type, patch by David Blaikie!Chris Lattner2011-07-181-13/+13
* Create a new expression node, SubstNonTypeTemplateParmExpr,John McCall2011-07-151-0/+2
* Change intrinsic getter to take an ArrayRef, now that the underlying function...Benjamin Kramer2011-07-141-3/+2
* Add more compiler workarounds. Should fix the build with old GCCs and MSVC.Benjamin Kramer2011-07-121-6/+10
* Switch field destruction over to use the new destroyer-based APIJohn McCall2011-07-121-17/+25
* Work around a problem with a static helper's formulation in releaseChandler Carruth2011-07-121-5/+5
* Fix a problem Eli ran into where we now reject incomplete arrays of Chris Lattner2011-07-121-6/+18
OpenPOWER on IntegriCloud