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
2009-03-04
Improved ABI compliance for __block variables. No testcases yet as we
Mike Stump
2009-02-27
Fix PR3612. We ensure that we add builtins to the GlobalDeclMap and
Mike Stump
2009-02-24
first wave of fixes for @encode sema support. This is part of PR3648.
Chris Lattner
2009-02-24
Prevent accidental copying of CodeGenFunction and CodeGenModule.
Anders Carlsson
2009-02-19
Don't emit K&R unprototyped function definitions as varargs.
Daniel Dunbar
2009-02-19
More codegen for blocks. The type of block literals should be better.
Mike Stump
2009-02-18
Address Chris's comments regarding C++ name mangling.
Douglas Gregor
2009-02-17
Change EmitConstantExpr to allow failure.
Daniel Dunbar
2009-02-14
Use getNameAsCString instead of getNameAsString and reflow the type.
Mike Stump
2009-02-14
Generate the helper function for blocks. Now basic codegen is
Mike Stump
2009-02-13
IRgen support for attribute used.
Daniel Dunbar
2009-02-13
Pull MayDeferGeneration out of EmitGlobal.
Daniel Dunbar
2009-02-13
Rename EmitStatics (etc) to EmitDeferred; provide basic infrastructure
Daniel Dunbar
2009-02-13
Let the backend unique these.
Mike Stump
2009-02-13
Move DescriptorUniqueCount into CGM.
Mike Stump
2009-02-13
Move NSConcreteStackBlock into CGM.
Mike Stump
2009-02-13
Reflow to 80col.
Mike Stump
2009-02-13
Move GlobalUniqueCount up into CGM.
Mike Stump
2009-02-13
Condense NSConcreteGlobalBlock handling.
Mike Stump
2009-02-13
Move GenericBlockLiteralType into CGM.
Mike Stump
2009-02-13
Move BlockDescriptorType into CGM.
Mike Stump
2009-02-13
Add basic support for C++ name mangling according to the Itanium C++
Douglas Gregor
2009-02-12
Add a very basic implemenation of global blocks. This needs to be cleaned up.
Anders Carlsson
2009-02-02
More ABI API cleanup.
Daniel Dunbar
2009-01-31
Kill off CGCallInfo, always use CGFunctionInfo for encapsulating
Daniel Dunbar
2009-01-04
Fix the bug that would cause Python to crash at startup.
Anders Carlsson
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
[prev]
[next]