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
...
*
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
*
Distinguish more carefully between free functions and C++ instance methods
John McCall
2012-07-07
1
-16
/
+16
*
Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep
David Chisnall
2012-07-03
1
-2
/
+2
*
Restructure how the driver communicates information about the
John McCall
2012-06-20
1
-2
/
+12
*
PR13064: Store whether an in-class initializer uses direct or copy
Richard Smith
2012-06-10
1
-4
/
+6
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-5
/
+5
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-5
/
+8
*
Add a flag to the image info section indicating that the program is compiled for
Bill Wendling
2012-04-24
1
-1
/
+10
*
Fix a pair of invalidation bugs when emitting protocol definitions
John McCall
2012-03-30
1
-2
/
+6
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-18
/
+18
*
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-03-06
1
-1
/
+52
*
Remove stray semi-colons.
Daniel Dunbar
2012-02-28
1
-2
/
+2
*
Use an ArrayRef when we can instead of passing in a SmallVectorImpl reference.
Bill Wendling
2012-02-22
1
-7
/
+7
*
objc IRGen: force CSE of load of ivar offsets by setting
Fariborz Jahanian
2012-02-20
1
-1
/
+6
*
Whether an argument is required (in contrast with being an
John McCall
2012-02-17
1
-36
/
+26
*
Use the new method for specifying garbage collection metadata in the module.
Bill Wendling
2012-02-16
1
-25
/
+40
*
objc-arc: For arc's ivar layout, treat __unsafe_unretained ivars
Fariborz Jahanian
2012-02-16
1
-0
/
+4
*
Remove evil const_cast that's not needed anymore.
Bill Wendling
2012-02-09
1
-3
/
+1
*
Use SmallVector when we can instead of std::vector.
Bill Wendling
2012-02-09
1
-23
/
+23
*
Switch the ObjC*Decl raw_stream overloads to take a reference, for consistenc...
Benjamin Kramer
2012-02-07
1
-1
/
+1
*
Use SmallVector instead of std::vector.
Bill Wendling
2012-02-07
1
-4
/
+4
*
Use 'ArrayRef<>' instead of 'std::vector<>&' for passed-in arguments.
Bill Wendling
2012-02-07
1
-39
/
+38
*
Calculate the .size() of the vector once.
Bill Wendling
2012-02-07
1
-5
/
+5
[prev]
[next]