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
2013-04-22
Use the ugly PRIx64 macro to make format string portable.
Benjamin Kramer
2013-04-16
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-03
In ObjC++ on legacy runtimes, push an EH cleanup as well as
John McCall
2013-03-13
Tighten up the rules for precise lifetime and document
John McCall
2013-02-28
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-19
Use the actual class visibility for the ObjC EHTYPE global,
John McCall
2013-02-18
CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386.
Douglas Gregor
2013-02-17
[CodeGen] tighten objc ivar invariant.load attribution
Saleem Abdulrasool
2013-02-12
Properly assemble PHIs after a null-checked invoke of objc_msgSend.
John McCall
2013-02-05
Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_RE...
Michael Gottesman
2013-01-31
Make sure that the Attribute object represents one attribute only.
Bill Wendling
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-10
objectiveC++: When throwing c++ exception of
Fariborz Jahanian
2013-01-02
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
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
[next]