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
Age
Commit message (
Expand
)
Author
2009-03-01
ObjCAtCatchStmt's ParamStmt is always a DeclStmt.
Daniel Dunbar
2009-03-01
Remove debugging code.
Anders Carlsson
2009-03-01
Emit errors about unsupported blocks features.
Anders Carlsson
2009-03-01
Initialize NSConcreteStackBlock
Anders Carlsson
2009-03-01
Do some blocks cleanup and simplification. Fix a crash, and add a test case.
Anders Carlsson
2009-02-28
Obscure code gen bug related to sending
Fariborz Jahanian
2009-02-28
improve compatibility with the VC++'08 C++ compiler. Patch by
Chris Lattner
2009-02-28
brain thinking memcpy, fingers thinking memset :)
Chris Lattner
2009-02-28
after going around in circles a few times, finally cave and emit structure
Chris Lattner
2009-02-28
First cut CodeGen support for __block variables.
Mike Stump
2009-02-28
Eliminate CXXRecordType
Douglas Gregor
2009-02-28
Alignment of pointers in __objc_classlist must be on their
Fariborz Jahanian
2009-02-27
Fix enumeration in switch warnings. No behavior change.
Eli Friedman
2009-02-27
Fix PR3612. We ensure that we add builtins to the GlobalDeclMap and
Mike Stump
2009-02-27
Change the AST generated for offsetof a bit so that it looks like a
Eli Friedman
2009-02-27
Change the way clang generates union types a bit so it plays well
Eli Friedman
2009-02-27
Minor cleanup: use getDeclAlignInBytes helper.
Eli Friedman
2009-02-26
Create a new TypeNodes.def file that enumerates all of the types,
Douglas Gregor
2009-02-26
fix some sema problems with wide strings and hook up basic codegen for them.
Chris Lattner
2009-02-26
Couple of meta-data segments were wrong. This patch fixes them.
Fariborz Jahanian
2009-02-26
Add support to emit debug info for objective-c interfaces.
Devang Patel
2009-02-26
Add Type::hasPointerRepresentation predicate.
Daniel Dunbar
2009-02-26
Remove PointerLikeType.
Daniel Dunbar
2009-02-26
Change PointersToResolve to list the pointee type to resolve, not the
Daniel Dunbar
2009-02-26
Drop uses of isPointerLikeType.
Daniel Dunbar
2009-02-26
Fix an inconsistance in objc2's meta-data related to
Fariborz Jahanian
2009-02-26
Classify enum types correctly
Anders Carlsson
2009-02-26
x86_64 ABI: Qualified id types are passed as pointers.
Daniel Dunbar
2009-02-25
CodeGen support for copied BlockDeclRefExprs.
Mike Stump
2009-02-25
Temporarily disable clearing of insert point (to indicate unreachable
Daniel Dunbar
2009-02-25
Allow constant initializers to reference their defining decl.
Daniel Dunbar
2009-02-25
Fold GeneraticStaticBlockVarDecl into callers.
Daniel Dunbar
2009-02-25
Pull COdeGenFunction::CreateStaticBlockVarDecl (just for creating the
Daniel Dunbar
2009-02-25
Fix comments.
Devang Patel
2009-02-25
Enable debug info emission for objc methods.
Devang Patel
2009-02-24
patch for two things.
Fariborz Jahanian
2009-02-24
If Loc is invalid (e.g. "self" in Objective-C) then use MainFileID's compile ...
Devang Patel
2009-02-24
first wave of fixes for @encode sema support. This is part of PR3648.
Chris Lattner
2009-02-24
Set flag for -fobjc-gc in IMAGE_INFO variable.
Fariborz Jahanian
2009-02-24
Fix IRgen of constant expressions referring to external/static
Daniel Dunbar
2009-02-24
Some initial Obj-C zero cost EH support.
Daniel Dunbar
2009-02-24
Add a note about an IRgen optimization opportunity.
Daniel Dunbar
2009-02-24
Prevent accidental copying of CodeGenFunction and CodeGenModule.
Anders Carlsson
2009-02-24
Pass the CodeGenModule object to GenerateBlockFunction, instead of *this (whi...
Anders Carlsson
2009-02-24
Ensure that we can't break or continue out of a block.
Mike Stump
2009-02-24
Fix two @synchronized bugs found by inspection: the expression to sychronize ...
Daniel Dunbar
2009-02-24
Improve merging of function declarations. Specifically:
Douglas Gregor
2009-02-23
We should not generate __weak write barrier on indirect reference
Fariborz Jahanian
2009-02-23
Add low level support for generating invoke instead of calls.
Daniel Dunbar
2009-02-22
Make sure to reset the DidCallStackSave variable before emitting a compound s...
Anders Carlsson
[prev]
[next]