summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make heap-allocation of std::initializer_list 'work'.Sebastian Redl2012-02-191-1/+1
* Fix comment.Chad Rosier2012-02-181-1/+1
* Basic code generation support for std::initializer_list.Sebastian Redl2012-02-171-0/+1
* Bug fix: do not emit static const local variables with mutable membersRichard Smith2012-02-171-15/+10
* Whether an argument is required (in contrast with being anJohn McCall2012-02-171-1/+1
* Deal with a horrible C++11 special case. If a non-literal type has a constexprRichard Smith2012-02-131-1/+19
* CWG issue 1405: mutable members are allowed in literal types, but can't undergoRichard Smith2012-02-091-5/+9
* enhance some optimization logic to handle ConstantDataSequentialChris Lattner2012-01-311-9/+26
* Placate gcc's -Wreturn-typeMatt Beaumont-Gay2012-01-271-0/+1
* Use function pointers, rather than references, to pass DestroyersPeter Collingbourne2012-01-261-28/+20
* Some improvements to the handling of C11 atomic types:David Chisnall2012-01-161-8/+8
* constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,Richard Smith2012-01-141-2/+2
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-011-1/+0
* Unrevert r147271, reverted in r147361.Richard Smith2011-12-301-6/+7
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-1/+0
* Switch LValue so that it exposes alignment in CharUnits. (No functional chan...Eli Friedman2011-12-031-2/+2
* Introduce a module import declaration, so that we properly represent, e.g.,Douglas Gregor2011-12-021-0/+1
* Fix wrong-code bug when a const automatic variable of struct type has both aRichard Smith2011-12-021-7/+10
* The cheap version of getName() is sufficient here.Benjamin Kramer2011-11-291-1/+1
* CodeGen: Simplify code.Benjamin Kramer2011-11-211-6/+3
* CodeGen: allow __asm renaming on static local variables.Benjamin Kramer2011-11-201-1/+9
* Enter the cleanups for a block outside the enclosingJohn McCall2011-11-101-2/+4
* Fix the alignment on scalar parameter variables so that it matches what the A...Eli Friedman2011-11-031-1/+4
* de-tmpify clang.Benjamin Kramer2011-09-271-3/+3
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-4/+4
* OpenCL: introduce support for function scope __local variablesPeter Collingbourne2011-09-191-0/+3
* Switch LangOptions over to a .def file that describes header of theDouglas Gregor2011-09-131-1/+1
* Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: canJulien Lerouge2011-09-091-7/+8
* 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-1/+3
* blocks - capturing logic of byref block variable's expression Fariborz Jahanian2011-08-251-1/+17
* Make constant aggregate constant initializers private linkage.Eric Christopher2011-08-241-1/+1
* Whitespace and 80-col cleanup.Eric Christopher2011-08-231-3/+2
* Whitespace.Eric Christopher2011-08-231-45/+45
* checking for __block variable captured by givenFariborz Jahanian2011-08-231-2/+9
* block IRgen - Fixes a crash when determining if given block variableFariborz Jahanian2011-08-231-0/+3
* Implement function template specialization at class scope extension in Micros...Francois Pichet2011-08-141-0/+1
* Fix a couple of problems with initialization and assignment toJohn McCall2011-07-281-1/+1
* Rename getInstantiationLineNumber to getExpansionLineNumber in bothChandler Carruth2011-07-251-2/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-3/+3
* Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad2011-07-221-4/+2
* de-constify llvm::Type, patch by David Blaikie!Chris Lattner2011-07-181-7/+7
* Okay, that rule about zero-length arrays applies to destroyingJohn McCall2011-07-131-37/+32
* Generalize Cleanup::Emit's "isForEH" parameter into a setJohn McCall2011-07-121-10/+11
* Switch field destruction over to use the new destroyer-based APIJohn McCall2011-07-121-12/+27
* Fix a lot of problems with the partial destruction of arrays:John McCall2011-07-111-67/+168
* More compiler workarounds. I have to admit that I was notJohn McCall2011-07-091-4/+14
* GCC 4.2 compatibility hack.John McCall2011-07-091-3/+4
* A number of array-related IR-gen cleanups.John McCall2011-07-091-56/+214
* Don't zero-initialize default-initialized local variables that haveDouglas Gregor2011-07-011-1/+18
OpenPOWER on IntegriCloud