summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Migrate some stuff from NamedDecl::getName() to Chris Lattner2008-11-241-4/+4
* Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make itChris Lattner2008-11-241-2/+4
* Introduction the DeclarationName class, as a single, general method ofDouglas Gregor2008-11-171-2/+2
* reimplement debug info generation in terms of DebugInfo.h instead ofChris Lattner2008-11-101-10/+4
* Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wcharSanjiv Gupta2008-10-311-1/+1
* Change CGDebugInfo::setLocation to just ignore invalid locations. ThisDaniel Dunbar2008-10-171-6/+3
* Simplify handling of struct/union/class tags.Argyrios Kyrtzidis2008-10-151-6/+2
* Add support for ABIArgInfo::ExpandDaniel Dunbar2008-09-171-2/+3
* Downgrade a number of FIXME asserts to ErrorUnsupported.Daniel Dunbar2008-08-291-13/+14
* Handle static variables inside obj-c methods.Anders Carlsson2008-08-251-2/+6
* Add preliminary (and probably broken) codegen support for C++ static initiali...Anders Carlsson2008-08-221-1/+7
* Add NeXT runtime support for generating methods.Daniel Dunbar2008-08-161-1/+4
* More #include cleaningDaniel Dunbar2008-08-111-0/+1
* More #include cleaningDaniel Dunbar2008-08-111-1/+1
* Basic support for volatile loads and stores. Stores the volatile Eli Friedman2008-06-131-1/+1
* Make CodeGenFunction::EmitDecl() recognise CXXClass/CXXStruct/CXXUnion.Argyrios Kyrtzidis2008-06-091-0/+3
* Don't crash emitting an initializer for a static local with union type. Eli Friedman2008-06-081-3/+7
* Emit debug information for global and static variables when -g is specified.Sanjiv Gupta2008-06-051-0/+9
* Calculate alignment for local variables.Eli Friedman2008-05-311-2/+6
* Emit parameter and local variable debug information with -g.Sanjiv Gupta2008-05-301-1/+22
* Change uses of llvm::Type::isFirstClassType to use the newDan Gohman2008-05-221-2/+2
* Add basic support for the pic-* target triples and add support forChris Lattner2008-05-081-12/+33
* Generate code for annotation attributes.Nate Begeman2008-04-191-7/+15
* Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff2008-04-151-7/+8
* remove the Decl::getCanonicalType() method.Chris Lattner2008-04-061-4/+3
* Since isComplexType() no longer returns true for _Complex integers, the codeChris Lattner2008-04-041-1/+1
* Codegen assignment to self correctly, patch by David Chisnall!Chris Lattner2008-04-041-2/+2
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+163
OpenPOWER on IntegriCloud