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
2012-12-20
Rename llvm::Attributes to llvm::Attribute.
Bill Wendling
2012-12-20
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-17
Reapply r170344, this time without forgetting to commit the header changes.
David Chisnall
2012-12-17
Revert "Added support for new property helpers (GNUstep runtime)."
Benjamin Kramer
2012-12-17
Added support for new property helpers (GNUstep runtime).
David Chisnall
2012-12-04
objective-c blocks: Consider padding due to alignment
Fariborz Jahanian
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-14
objective-C blocks: Provide layout map for byref
Fariborz Jahanian
2012-11-07
objective-C blocks: bring back the CharUnit patch for
Fariborz Jahanian
2012-11-06
Back out 167431+167437+167487; I didn't realize how incomplete our test
Eli Friedman
2012-11-06
Fix a silly mistake in r167437.
Eli Friedman
2012-11-06
Propagate CharUnits through CGObjCMac.cpp.
Eli Friedman
2012-11-06
Minor fix to ObjC layout bitmap metadata. Found while I was trying to
Eli Friedman
2012-11-06
Propagate CharUnits into ObjC CodeGen. No intended functional change.
Eli Friedman
2012-11-04
Fixes liftime of captured block variables in mrr mode, per John's feedback, as
Fariborz Jahanian
2012-11-02
objective-C mrr block. Block variable layout metadata in
Fariborz Jahanian
2012-11-01
Silence -Wformat on platforms where uint64_t is unsigned long.
Matt Beaumont-Gay
2012-11-01
objective-C block meta-data. This patch completes meta-data
Fariborz Jahanian
2012-10-30
objective-C arc/mrr: Another patch for the new captured block variable
Fariborz Jahanian
2012-10-27
objective-C arc/mrr: Patch for the new block variable layout meta-data.
Fariborz Jahanian
2012-10-25
Add some new types in preparation of encoding of captured block variable
Fariborz Jahanian
2012-10-17
Set a special flag in class metadata when an Objective-C class
John McCall
2012-10-17
Organize and rename the magic constants for class flags.
John McCall
2012-10-16
Use the Attributes::get method which takes an AttrVal value directly to simpl...
Bill Wendling
2012-10-15
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
Attributes Rewrite
Bill Wendling
2012-10-10
objective-C IRgen: When sending a method to 'super'
Fariborz Jahanian
2012-10-10
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-06
Fixing the return type information for objc_sync_enter and objc_sync_exit. P...
Aaron Ballman
2012-09-06
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-07-31
Remove deprecated getNameAsCString methods.
Benjamin Kramer
2012-07-12
Add the ObjFW runtime. Patch by Jonathan Schleifer!
John McCall
2012-07-07
Distinguish more carefully between free functions and C++ instance methods
John McCall
2012-07-03
Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep
David Chisnall
2012-06-20
Restructure how the driver communicates information about the
John McCall
2012-06-10
PR13064: Store whether an in-class initializer uses direct or copy
Richard Smith
2012-06-06
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-04-30
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-24
Add a flag to the image info section indicating that the program is compiled for
Bill Wendling
2012-03-30
Fix a pair of invalidation bugs when emitting protocol definitions
John McCall
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-06
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-02-28
Remove stray semi-colons.
Daniel Dunbar
2012-02-22
Use an ArrayRef when we can instead of passing in a SmallVectorImpl reference.
Bill Wendling
2012-02-20
objc IRGen: force CSE of load of ivar offsets by setting
Fariborz Jahanian
2012-02-17
Whether an argument is required (in contrast with being an
John McCall
[next]