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
*
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
*
simplify a bunch of code to use the well-known LLVM IR types computed by Code...
Chris Lattner
2012-02-07
1
-16
/
+11
*
use cheaper llvm APIs for various bits of IR generation.
Chris Lattner
2012-02-06
1
-17
/
+9
*
reapply the patches reverted in r149477, which enable ConstantDataArray.
Chris Lattner
2012-02-05
1
-9
/
+9
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-5
/
+5
*
Revert r149363 which was part a series of commits that were reverted in llvm
Argyrios Kyrtzidis
2012-02-01
1
-9
/
+9
*
Support @compatibility_alias at run time (GNUstep Runtime)
David Chisnall
2012-01-31
1
-0
/
+5
*
Don't zero terminate the bitmap twice.
Benjamin Kramer
2012-01-31
1
-1
/
+1
*
ConstantArray::get() (for strings) is going away, use
Chris Lattner
2012-01-31
1
-9
/
+9
*
test for a v-table dispatch that consumes an
Fariborz Jahanian
2012-01-30
1
-2
/
+16
*
objc-arc: Perform null check on receiver before sending methods which
Fariborz Jahanian
2012-01-30
1
-3
/
+52
*
revert r149184
Fariborz Jahanian
2012-01-29
1
-17
/
+58
*
objc-arc: Perform null check on receiver before sending methods which
Fariborz Jahanian
2012-01-28
1
-58
/
+17
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
Make sure to initialize ExternalProtocolPtrTy
Douglas Gregor
2012-01-17
1
-1
/
+2
*
Don't eagerly deserialize the 'Protocol' type when initializing code
Douglas Gregor
2012-01-17
1
-8
/
+19
*
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-17
1
-2
/
+0
*
objc++: some declarations related to atomic
Fariborz Jahanian
2012-01-06
1
-0
/
+27
*
Introduce the core infrastructure needed to model redeclaration chains
Douglas Gregor
2012-01-01
1
-0
/
+8
*
Mark the calls to the _setjmp function as returns twice. <rdar://problem/1049...
Bill Wendling
2011-12-19
1
-0
/
+2
*
Add bigger method type encodings to protocol objects. <rdar://problem/10492418>
Bob Wilson
2011-11-30
1
-13
/
+70
*
The _setjmp builtin library function should have the "returns twice"
Bill Wendling
2011-11-29
1
-1
/
+2
*
Add invariant.load metadata to loads from selector references. Allows these ...
Pete Cooper
2011-11-10
1
-1
/
+6
[next]