summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
Commit message (Expand)AuthorAgeFilesLines
* "Support for Objective-C message sends which return structures. Also include...Chris Lattner2008-06-241-0/+4
* Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.Chris Lattner2008-06-171-2/+7
* This patch is motivated by numerous strict-aliasing warnings when compilingTed Kremenek2008-06-171-46/+11
* Basic support for volatile loads and stores. Stores the volatile Eli Friedman2008-06-131-7/+27
* Make CurFuncDecl more specific; I have some code I'm going to land in a Eli Friedman2008-05-221-1/+1
* Move getAccessedFieldNo out of lib/AST/Expr.cpp intoDan Gohman2008-05-221-0/+5
* Add codegen support for block-level compound literals.Eli Friedman2008-05-131-0/+2
* Extend vector member references to include {.hi, .lo, .e, .o} which return aNate Begeman2008-05-091-5/+9
* Add basic support for the pic-* target triples and add support forChris Lattner2008-05-081-0/+6
* OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.Nate Begeman2008-04-181-13/+14
* Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff2008-04-151-5/+5
* update to follow mainline llvm API change.Chris Lattner2008-04-131-2/+2
* Codegen assignment to self correctly, patch by David Chisnall!Chris Lattner2008-04-041-1/+4
* Add initial support for objc codegen for methods, ivars, and theChris Lattner2008-03-301-2/+7
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+486
OpenPOWER on IntegriCloud