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.cpp
Age
Commit message (
Expand
)
Author
2008-10-17
Add option argument to GetAddrOfConstantString to use for name of
Daniel Dunbar
2008-10-17
Change CGDebugInfo::setLocation to just ignore invalid locations. This
Daniel Dunbar
2008-10-01
Add simple interface for protecting runtime functions from name
Daniel Dunbar
2008-09-27
Prefer llvm::Function::addFnAttr(...) to F->addAttribute(~0, ...).
Daniel Dunbar
2008-09-26
Now Attributes are divided in three groups
Devang Patel
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-10
Tweak CGCall functions:
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-05
Set sext/zext on function result.
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-09-01
codegen constant data as such. add QualType::isConstant()
Nuno Lopes
2008-08-29
Downgrade a number of FIXME asserts to ErrorUnsupported.
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
Add NeXT runtime support for generating methods.
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-15
Change CGObjCRuntime methods to take appropriate clang Decls.
Daniel Dunbar
2008-08-15
Infinite loops considered harmful.
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
Fix compilation warning with help from David Chisnall.
Mike Stump
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 -fexceptions to Driver
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-11
More #include cleaning
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-10
Bug fix, inline string literals were getting an extra '\0'.
Daniel Dunbar
2008-08-06
Implement GNU asm-label extension support in CodeGen. This fixes
Daniel Dunbar
2008-08-05
Change CodeGen of global decls to key off of the name (instead of
Daniel Dunbar
2008-08-05
Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer...
Ted Kremenek
2008-08-04
Finally fix PR2189. This makes a fairly invasive but important change to
Chris Lattner
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-07-21
move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>,
Chris Lattner
2008-07-21
introduce a new ObjCList templated class and start moving
Chris Lattner
2008-06-26
refactor more objc codegen interfaces to pass around selectors so
Chris Lattner
2008-06-26
indenting and other minor things.
Chris Lattner
2008-06-26
give CreateObjCRuntime a full CGM so it can get whatever state it needs,
Chris Lattner
2008-06-08
implement the alias attirbute (in both Sema and Codegen)
Nuno Lopes
2008-06-05
Emit debug information for global and static variables when -g is specified.
Sanjiv Gupta
[prev]
[next]