summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* CUDA: add -fcuda-is-device flagPeter Collingbourne2011-10-061-0/+17
* CUDA: IR generation support for kernel call expressionsPeter Collingbourne2011-10-061-3/+11
* Allow getting all source locations of selector identifiers in a ObjCMethodDecl.Argyrios Kyrtzidis2011-10-031-2/+0
* Pass from the parser the locations of selector identifiers when creatingArgyrios Kyrtzidis2011-10-031-1/+4
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+21
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-4/+4
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-1/+1
* OpenCL: introduce support for function scope __local variablesPeter Collingbourne2011-09-191-3/+11
* In apple-kext mode, use external linkage for explicit template instantiationsJohn McCall2011-09-191-2/+7
* Correctly generate IR for casted "builtin" functions, whereJohn McCall2011-09-131-30/+0
* Switch LangOptions over to a .def file that describes header of theDouglas Gregor2011-09-131-2/+2
* Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: canJulien Lerouge2011-09-091-61/+70
* Treat the weak export of block runtime symbols as a deployment-targetJohn McCall2011-09-091-90/+0
* Do a lookup for the blocks runtime globals to see if they were declared,Argyrios Kyrtzidis2011-09-091-45/+36
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-11/+11
* Make sure we don't inline functions marked with __attribute__((naked)). <rda...Eli Friedman2011-08-221-4/+9
* Mark objc methods that are implicitly declared for properties (not user-decla...Argyrios Kyrtzidis2011-08-171-3/+9
* Finalize debug info after all deferred globals are emitted.Devang Patel2011-08-161-2/+3
* Use new DIBuilder::finalize() at the end to wrap up debug info encoding for a...Devang Patel2011-08-151-0/+2
* Move the creation of the record type for the state of Objective-C fastDouglas Gregor2011-08-091-0/+35
* Move the construction of the RecordDecl representing the runtimeDouglas Gregor2011-08-091-6/+46
* Emit wide string literals with the appropriate alignment.John McCall2011-08-041-14/+24
* When rewriting a call to a K&R function to lead to a well-prototypedJohn McCall2011-08-031-1/+20
* CodeGen: rename CodeGenModule::Runtime to ObjCRuntimePeter Collingbourne2011-07-271-9/+9
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-271-2/+14
* Rename getInstantiationLineNumber to getExpansionLineNumber in bothChandler Carruth2011-07-251-2/+2
* fix PR10415, tidying up IR representation of module level inline asmChris Lattner2011-07-231-0/+2
* Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...Chris Lattner2011-07-231-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-32/+32
* Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin.Jordy Rose2011-07-221-3/+2
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-211-4/+4
* In C99, emit an inline function when encountering an extern redeclaration.Nick Lewycky2011-07-181-2/+15
* de-constify llvm::Type, patch by David Blaikie!Chris Lattner2011-07-181-29/+29
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-2/+1
* Change intrinsic getter to take an ArrayRef, now that the underlying function...Benjamin Kramer2011-07-141-3/+3
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-6/+4
* Revert r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-4/+6
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-6/+4
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-6/+7
* r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly,Cameron Zwarich2011-07-071-15/+2
* A redeclaration of an inline method in C99 mode should trigger emission of thatNick Lewycky2011-07-071-2/+15
* Change the IR-generation of VLAs so that we capture bounds,John McCall2011-06-241-0/+4
* IRgen: Add CGOptions to CGTypes.Daniel Dunbar2011-06-211-1/+1
* llvm-gcc treats a tentative definition with a previousFariborz Jahanian2011-06-201-1/+2
* Update to match mainline ConstantStruct::get API change. Also, use Chris Lattner2011-06-201-2/+2
* update for api change.Chris Lattner2011-06-181-1/+1
* Move computation of __private_extern__ visibilty toFariborz Jahanian2011-06-161-11/+2
* Set the visibility to 'hidden' when previousFariborz Jahanian2011-06-161-2/+11
* Automatic Reference Counting.John McCall2011-06-151-4/+17
* PR10120: Make CodeGenModule::getVTableLinkage use NamedDecl::getLinkage to de...Eli Friedman2011-06-101-1/+1