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-04
add a special case for codegen that improves the case where we have
Chris Lattner
2009-03-04
Continuation of PR3687: fix more places to use the right type for
Eli Friedman
2009-03-04
Comment fix: change a question to an answer.
Eli Friedman
2009-03-04
Attempt to fix PR3709: when converting from an integer to a pointer,
Eli Friedman
2009-03-04
Improved ABI compliance for __block variables. No testcases yet as we
Mike Stump
2009-03-03
Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel...
Steve Naroff
2009-03-03
Fixed an ir-gen bug in syntheszing a getter function
Fariborz Jahanian
2009-03-03
Return 0 if the ConstExprEmitter can't handle an expression.
Anders Carlsson
2009-03-03
Fix for PR3687: use the memory representation for booleans when a
Eli Friedman
2009-03-02
inline asm calls should be nounwind. Chris, please review.
Anders Carlsson
2009-03-02
Enable Objective-C interface debug info.
Devang Patel
2009-03-02
Avoid crash when child iterator gives null result.
Daniel Dunbar
2009-03-02
First cut at zero-cost EH support.
Daniel Dunbar
2009-03-02
Make sure to invoke (not call) to objc_exception_throw if necessary.
Daniel Dunbar
2009-03-02
Fix completely broken thinko in GetClassGlobal.
Daniel Dunbar
2009-03-02
Don't set nounwind on functions when in using the new Obj-C ABI.
Daniel Dunbar
2009-03-02
Cleanup handling of function attributes in calls.
Daniel Dunbar
2009-03-02
Push checking down, also, give the user a hit as to which part of the
Mike Stump
2009-03-01
Add BLOCK_HAS_DESCRIPTOR to global blocks.
Anders Carlsson
2009-03-01
Be sure to mark blocks with no imports as being global.
Mike Stump
2009-03-01
simplify some code.
Chris Lattner
2009-03-01
Obj-C non fragile ABI: Use GetClassGlobal in one more instance I missed.
Daniel Dunbar
2009-03-01
Obj-C non fragile ABI: Add GetInterfaceEHType for getting the Obj-C
Daniel Dunbar
2009-03-01
NeXT: Unify code for creating a class global.
Daniel Dunbar
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
[prev]
[next]