summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* When inferring the result type of a block based on a return statementDouglas Gregor2011-06-051-0/+1
* Match llvm-gcc's string literals alignment by forcing alignment on string lit...Eli Friedman2011-05-271-0/+1
* Update for llvm api change.Rafael Espindola2011-05-251-0/+3
* Code cleanup of my last patch.Fariborz Jahanian2011-05-171-13/+8
* Patch to fix IR-gen crash generating structure ABI which implementsFariborz Jahanian2011-05-171-14/+21
* Use arrays and SmallVectors instead of std::vectors when building functionJohn McCall2011-05-151-21/+14
* SimplifyJoerg Sonnenberger2011-05-131-1/+1
* Bug 8765: Honor assembler labels for builtins. Ensure that the label isJoerg Sonnenberger2011-05-131-4/+14
* Produce UTF-8 strings with -fconstant-string-classFariborz Jahanian2011-05-131-21/+15
* When determining whether we can make a declaration into a globalDouglas Gregor2011-05-131-1/+3
* In C++, allow us to emit a global as 'constant' even if it has classDouglas Gregor2011-05-071-7/+10
* Modify some deleted function methods to better reflect reality:Alexis Hunt2011-05-061-2/+2
* Add an implementation of thunks for varargs methods. The implementation is a...Eli Friedman2011-05-061-5/+10
* Implement support for C++0x alias templates.Richard Smith2011-05-051-0/+1
* Preserve the full name of the file, so that '-c -o foo.pic.o' producesNick Lewycky2011-05-051-6/+6
* Record where the GCOV data files should be placed.Nick Lewycky2011-05-041-0/+20
* Add -fdelayed-template-parsing option. Using this option all templated functi...Francois Pichet2011-04-221-2/+6
* Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (atNick Lewycky2011-04-211-3/+6
OpenPOWER on IntegriCloud