index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CGObjCMac.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the ugly PRIx64 macro to make format string portable.
Benjamin Kramer
2013-04-22
1
-1
/
+1
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-9
/
+9
*
In ObjC++ on legacy runtimes, push an EH cleanup as well as
John McCall
2013-04-03
1
-1
/
+4
*
Tighten up the rules for precise lifetime and document
John McCall
2013-03-13
1
-1
/
+1
*
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
1
-131
/
+127
*
Use the actual class visibility for the ObjC EHTYPE global,
John McCall
2013-02-19
1
-1
/
+1
*
CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386.
Douglas Gregor
2013-02-18
1
-3
/
+3
*
[CodeGen] tighten objc ivar invariant.load attribution
Saleem Abdulrasool
2013-02-17
1
-4
/
+25
*
Properly assemble PHIs after a null-checked invoke of objc_msgSend.
John McCall
2013-02-12
1
-40
/
+67
*
Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_RE...
Michael Gottesman
2013-02-05
1
-0
/
+2
*
Make sure that the Attribute object represents one attribute only.
Bill Wendling
2013-01-31
1
-10
/
+14
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-11
/
+11
*
objectiveC++: When throwing c++ exception of
Fariborz Jahanian
2013-01-10
1
-6
/
+12
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Rename llvm::Attributes to llvm::Attribute.
Bill Wendling
2012-12-20
1
-4
/
+4
*
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-20
1
-4
/
+4
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-4
/
+4
*
Reapply r170344, this time without forgetting to commit the header changes.
David Chisnall
2012-12-17
1
-3
/
+10
*
Revert "Added support for new property helpers (GNUstep runtime)."
Benjamin Kramer
2012-12-17
1
-10
/
+3
*
Added support for new property helpers (GNUstep runtime).
David Chisnall
2012-12-17
1
-3
/
+10
*
objective-c blocks: Consider padding due to alignment
Fariborz Jahanian
2012-12-04
1
-1
/
+4
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-10
/
+8
*
objective-C blocks: Provide layout map for byref
Fariborz Jahanian
2012-11-14
1
-71
/
+111
*
objective-C blocks: bring back the CharUnit patch for
Fariborz Jahanian
2012-11-07
1
-45
/
+46
*
Back out 167431+167437+167487; I didn't realize how incomplete our test
Eli Friedman
2012-11-06
1
-114
/
+121
*
Fix a silly mistake in r167437.
Eli Friedman
2012-11-06
1
-2
/
+2
*
Propagate CharUnits through CGObjCMac.cpp.
Eli Friedman
2012-11-06
1
-84
/
+78
*
Minor fix to ObjC layout bitmap metadata. Found while I was trying to
Eli Friedman
2012-11-06
1
-1
/
+1
*
Propagate CharUnits into ObjC CodeGen. No intended functional change.
Eli Friedman
2012-11-06
1
-46
/
+45
*
Fixes liftime of captured block variables in mrr mode, per John's feedback, as
Fariborz Jahanian
2012-11-04
1
-17
/
+12
*
objective-C mrr block. Block variable layout metadata in
Fariborz Jahanian
2012-11-02
1
-5
/
+26
*
Silence -Wformat on platforms where uint64_t is unsigned long.
Matt Beaumont-Gay
2012-11-01
1
-1
/
+1
*
objective-C block meta-data. This patch completes meta-data
Fariborz Jahanian
2012-11-01
1
-16
/
+162
*
objective-C arc/mrr: Another patch for the new captured block variable
Fariborz Jahanian
2012-10-30
1
-23
/
+191
*
objective-C arc/mrr: Patch for the new block variable layout meta-data.
Fariborz Jahanian
2012-10-27
1
-3
/
+164
*
Add some new types in preparation of encoding of captured block variable
Fariborz Jahanian
2012-10-25
1
-0
/
+69
*
Set a special flag in class metadata when an Objective-C class
John McCall
2012-10-17
1
-4
/
+26
*
Organize and rename the magic constants for class flags.
John McCall
2012-10-17
1
-48
/
+54
*
Use the Attributes::get method which takes an AttrVal value directly to simpl...
Bill Wendling
2012-10-16
1
-6
/
+2
*
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
1
-2
/
+2
*
Attributes Rewrite
Bill Wendling
2012-10-15
1
-2
/
+4
*
objective-C IRgen: When sending a method to 'super'
Fariborz Jahanian
2012-10-10
1
-9
/
+2
*
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
1
-2
/
+6
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-37
/
+37
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-2
/
+2
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-2
/
+2
*
Fixing the return type information for objc_sync_enter and objc_sync_exit. P...
Aaron Ballman
2012-09-06
1
-4
/
+4
*
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
1
-2
/
+2
*
Remove deprecated getNameAsCString methods.
Benjamin Kramer
2012-07-31
1
-1
/
+1
*
Add the ObjFW runtime. Patch by Jonathan Schleifer!
John McCall
2012-07-12
1
-0
/
+1
[next]