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
/
CGObjCMac.cpp
Age
Commit message (
Expand
)
Author
2009-07-01
use new and simplified LLVM APIs. Patch by Jay Foad!
Chris Lattner
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-26
Simplify, and fix a possible crash (never happens however, because we don't ever
Daniel Dunbar
2009-06-23
Patch fixes an obscure bug when 'used' attribute is applied to
Fariborz Jahanian
2009-06-18
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-10
Support complex properties, ivars and message expressions.
Daniel Dunbar
2009-06-04
Cleanup/Refactoring of ivar collection. No change in functionality.
Fariborz Jahanian
2009-05-21
Minor refactoring. Uses an existing API to lookup a class method.
Fariborz Jahanian
2009-05-16
Reflow some comments.
Mike Stump
2009-05-15
Classes with "+load" methods need to go in the non-lazy class list (or
Daniel Dunbar
2009-05-15
Factor code for adding module-level class lists into separate method.
Daniel Dunbar
2009-05-13
Removed 4-letter :) word in comment.
Fariborz Jahanian
2009-05-12
Fixed typos, used DenseSet for keeping track of
Fariborz Jahanian
2009-05-12
Patch to implement ivar synthesis of properties declared in protocols
Fariborz Jahanian
2009-05-11
Patch to allow Nonfragile ABI to use 32-bit style legacy
Fariborz Jahanian
2009-05-09
Correct for renaming PaddedSize -> AllocSize in
Duncan Sands
2009-05-05
Patch to support Gnu runtime's typed selectors.
Fariborz Jahanian
2009-05-05
Remove an unneeded lookup routine.
Daniel Dunbar
2009-05-04
Fix the field count in interface record layout (it was incorrectly
Daniel Dunbar
2009-05-04
Compute interface instanceStart and instanceSize using the record
Daniel Dunbar
2009-05-04
Don't allow clients to traverse into superclass synthesized properties
Daniel Dunbar
2009-05-03
Inline GetFieldBaseOffset into sole callsite.
Daniel Dunbar
2009-05-03
Avoid recomputing field offsets.
Daniel Dunbar
2009-05-03
Normalize formatting
Daniel Dunbar
2009-05-03
Use the implementation decl for looking up offset while building the
Daniel Dunbar
2009-05-03
It turns out BuildAggrIvarLayout wasn't even using the shadow struct,
Daniel Dunbar
2009-05-03
Lift common subexpression, remove dead "base" variable.
Daniel Dunbar
2009-05-03
Factor out BuildAggrIvarRecordLayout routine.
Daniel Dunbar
2009-05-03
Lift out GetGCAttrTypeForType routine.
Daniel Dunbar
2009-05-03
Add constructors for GC_IVAR and SKIP_SCAN, tighten up uses.
Daniel Dunbar
2009-05-03
Normalize style, remove a dead assert.
Daniel Dunbar
2009-05-03
Use ASTRecordLayout for computing ivar offsets instead of shadow
Daniel Dunbar
2009-05-03
Add a ComputeIvarBaseOffset overload taking an implementation
Daniel Dunbar
2009-05-03
Compute Objective-C metadata size information from the record layout,
Daniel Dunbar
2009-05-03
Remove unused argument.
Daniel Dunbar
2009-05-03
Coalesce the ivar offset calculation further.
Daniel Dunbar
2009-05-03
Use type from ivar instead of from shadow struct field.
Daniel Dunbar
2009-04-30
Remove a warning when this file is compiled optimized.
Fariborz Jahanian
2009-04-30
API for message dispatch of methods returning floats
Fariborz Jahanian
2009-04-29
Undid setting of the flag for msg_Send for 32bit code gen.
Fariborz Jahanian
2009-04-29
Export lazy references of .objc_class_name of class names
Fariborz Jahanian
2009-04-29
Type of msgSend message dispatch API is a vararg.
Fariborz Jahanian
2009-04-26
Remove getIntegerConstantExprValue in favor of using EvaluateAsInt.
Eli Friedman
2009-04-26
split ObjC and C++ Statements out into their own headers.
Chris Lattner
2009-04-24
Minor refactoring. No intended change in behavior.
Fariborz Jahanian
2009-04-24
Minor refactoring. No change in functionality.
Fariborz Jahanian
2009-04-24
Some code clean up of objc2's bitmap layout.
Fariborz Jahanian
2009-04-23
Removed bunch of FIXMEs no longer needed.
Fariborz Jahanian
2009-04-23
Mark IMAGE_INFO as constant on x86_64-darwin.
Daniel Dunbar
[next]