summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* PR9214: Convert Metadata API to use ArrayRef.Jay Foad2011-04-211-2/+2
* ADT/Triple: Switch to using .isOSDarwin() predicate.Daniel Dunbar2011-04-191-1/+1
* IRgen/Obj-C: Emit CFStrings and NSStrings with the alignment of the char type,Daniel Dunbar2011-04-121-0/+6
* Template static data members can have weak_odr linkage, not justJohn McCall2011-04-121-3/+1
* Ignore indirect field declarations. Fixes PR9570.John McCall2011-04-121-0/+5
* After some discussion with Doug, we decided that it made a lot more senseJohn McCall2011-04-121-48/+0
* fix indentationChris Lattner2011-04-091-7/+6
* Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall2011-04-071-1/+49
* If this is an intrinsic function, set the function's attributes to the intrin...Peter Collingbourne2011-04-061-0/+7
* On Mac OS X, the presence of an 'availability' attribute for thatDouglas Gregor2011-03-261-1/+1
* Update type cache when a type is completed.Devang Patel2011-03-231-0/+7
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-231-3/+3
* Simplify Mac runtime selection - it's the factory function's job to select wh...David Chisnall2011-03-221-10/+2
* The emission of an Objective-C++'s class .cxx_destruct method should beJohn McCall2011-03-221-17/+28
* Add support for language-specific address spaces. On top of that,Peter Collingbourne2011-03-181-2/+3
* The Darwin kernel does not provide useful guard variable support.John McCall2011-03-181-0/+5
* Remove code that was intentionally generating bad code on the GNU runtime for...David Chisnall2011-03-171-1/+1
* Switch from internal to linker_private linkage, it is sufficient to please th...Rafael Espindola2011-03-141-1/+1
* Fix link of libxul with LTO and the linker in xcode4. It is not clear if thisRafael Espindola2011-03-141-1/+4
* Fix three of the four places where I left breadcrumbs to avoid unnecessaryJohn McCall2011-03-091-3/+5
* Use the "undergoes default argument promotion" bit on parameters toJohn McCall2011-03-091-1/+6
* DebugInfo can be enabled or disabled at function level (e.g. using an attribu...Devang Patel2011-03-071-2/+2
* Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user ...Devang Patel2011-03-071-1/+1
* StringRefify.Benjamin Kramer2011-03-051-8/+9
* Reorganize the emission of local variables.John McCall2011-02-221-0/+2
* Warn about code that uses variables and functions with internal linkageJohn McCall2011-02-191-1/+1
* Assorted cleanup:John McCall2011-02-151-1/+11
* Use raw_svector_ostream in more places in the mangler.Rafael Espindola2011-02-101-8/+12
* When IRgen refers to a function declaration that is not a definition,Douglas Gregor2011-02-091-2/+2
* Reorganize CodeGen{Function,Module} to eliminate the unfortunateJohn McCall2011-02-081-11/+13
* Re-land r124768, with a fix for PR9130.Anders Carlsson2011-02-051-8/+14
OpenPOWER on IntegriCloud