index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CodeGenModule.h
Age
Commit message (
Expand
)
Author
2008-10-17
Add option argument to GetAddrOfConstantString to use for name of
Daniel Dunbar
2008-10-01
Add simple interface for protecting runtime functions from name
Daniel Dunbar
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-10
Move FunctionType conversion into CGCall.cpp:
Daniel Dunbar
2008-09-10
Tweak CGCall functions again:
Daniel Dunbar
2008-09-08
Fix a number of issues w.r.t. emission of global for functions and
Daniel Dunbar
2008-09-08
Refactor parameter attribute handling:
Daniel Dunbar
2008-09-04
Set function attributes (sext, zext, etc.) on Objective-C methods.
Daniel Dunbar
2008-09-04
Avoid superfluous errors regarding variable-length arrays (casts).
Daniel Dunbar
2008-08-26
Objective-C @synthesize support.
Daniel Dunbar
2008-08-25
Use DenseMap on IdentifierInfo instead of StringMap.
Daniel Dunbar
2008-08-23
NeXT: Clean up constant CFString handling.
Daniel Dunbar
2008-08-16
Change WarnUnsupported to ErrorUnsupported (in name and in practice).
Daniel Dunbar
2008-08-15
Clean up CodeGenModule interface.
Daniel Dunbar
2008-08-13
Add GetAddrOfConstantCString method
Daniel Dunbar
2008-08-13
Change ObjCRuntime GenerateProtocol[Ref] methods to take
Daniel Dunbar
2008-08-11
Add LangOptions::NeXTRuntime.
Daniel Dunbar
2008-08-11
Change CodeGenModule to only create ObjC runtime for ObjC files
Daniel Dunbar
2008-08-11
Add dummy Mac Objective-C runtime interface.
Daniel Dunbar
2008-08-10
Back out r54608 (inline string literals were getting an extra '\0')
Daniel Dunbar
2008-08-05
Change CodeGen of global decls to key off of the name (instead of
Daniel Dunbar
2008-08-05
Remove excess #include.
Ted Kremenek
2008-08-05
Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer...
Ted Kremenek
2008-08-01
Support constructor and destructor attributes in CodeGen
Daniel Dunbar
2008-07-30
Change CodeGenModule GlobalDeclMap to directly reference globals
Daniel Dunbar
2008-07-29
Rework codegen emission of globals
Daniel Dunbar
2008-07-29
Fix codegen of chained declarations
Daniel Dunbar
2008-06-08
implement the alias attirbute (in both Sema and Codegen)
Nuno Lopes
2008-06-01
First cut at setting attributes for functions and calls; this puts us
Eli Friedman
2008-06-01
Support for code generation of Objective-C top-level language constructs.
Anton Korobeynikov
2008-05-26
Emit memmove, not memcpy, for structure copies; this is unfortunately
Eli Friedman
2008-05-22
Move getAccessedFieldNo out of lib/AST/Expr.cpp into
Dan Gohman
2008-05-08
Added -g command line options to clang for generating source level debug info...
Sanjiv Gupta
2008-04-20
Fix PR2236
Nate Begeman
2008-04-20
Only generate code for static functions and global variables that are actuall...
Nate Begeman
2008-04-19
Generate code for annotation attributes.
Nate Begeman
2008-04-18
Add support to module codegen for adding and emitting annotations
Nate Begeman
2008-04-15
Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...
Steve Naroff
2008-03-30
Add initial support for objc codegen for methods, ivars, and the
Chris Lattner
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner