summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid superfluous errors regarding variable-length arrays (casts).Daniel Dunbar2008-09-041-2/+3
* Stub out CodeGenFunction::EmitObjCForCollectionStmt.Anders Carlsson2008-08-301-0/+20
* Objective-C @synthesize support.Daniel Dunbar2008-08-261-8/+12
* Do typechecking and codegen for K&R-style function declarations Eli Friedman2008-08-251-4/+17
* Change WarnUnsupported to ErrorUnsupported (in name and in practice).Daniel Dunbar2008-08-161-3/+3
* More #include cleaningDaniel Dunbar2008-08-111-5/+0
* More #include cleaningDaniel Dunbar2008-08-111-0/+2
* More #include cleaningDaniel Dunbar2008-08-111-1/+1
* Avoid creating dummy block when no indirect gotos are present.Daniel Dunbar2008-08-041-0/+3
* Add CodeGen support for indirect goto.Daniel Dunbar2008-08-041-1/+34
* Rework codegen emission of globalsDaniel Dunbar2008-07-291-2/+3
* Fix rdar://6103124, the only dummy blocks are ones without names. Named blocksChris Lattner2008-07-251-1/+1
* Fixed bugzilla bug# 2489.Sanjiv Gupta2008-07-041-0/+20
* Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.Chris Lattner2008-06-171-133/+20
* Basic support for volatile loads and stores. Stores the volatile Eli Friedman2008-06-131-0/+2
* First cut at setting attributes for functions and calls; this puts us Eli Friedman2008-06-011-31/+0
* Support for code generation of Objective-C top-level language constructs.Anton Korobeynikov2008-06-011-5/+16
* Generate subprogram debug info with -g.Sanjiv Gupta2008-05-251-10/+9
* Make debugging information usable. This is barebones, but it makes -g Eli Friedman2008-05-221-1/+20
* Move getAccessedFieldNo out of lib/AST/Expr.cpp intoDan Gohman2008-05-221-1/+1
* remove a stray printoutChris Lattner2008-05-061-2/+0
* Simplify FunctionDecl::AddRedeclaration a bit by using std::swap.Chris Lattner2008-05-041-0/+1
* if a decl is both 'static' and weak or static and inline, its linkageChris Lattner2008-05-041-3/+3
* Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff2008-04-151-1/+1
* tracking API changes arising from r49277Gabor Greif2008-04-061-4/+4
* Codegen assignment to self correctly, patch by David Chisnall!Chris Lattner2008-04-041-2/+17
* simplify some code by using PointerLikeType.Chris Lattner2008-04-021-1/+1
* some cleanups on top of David's patch. There are still twoChris Lattner2008-03-301-6/+6
* Add initial support for objc codegen for methods, ivars, and theChris Lattner2008-03-301-2/+79
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+182
OpenPOWER on IntegriCloud