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
/
CGObjCGNU.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-9
/
+7
*
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-15
1
-2
/
+2
*
objective-C blocks: Provide layout map for byref
Fariborz Jahanian
2012-11-14
1
-0
/
+6
*
Move some GNUStep-specific code out of CGObjCGNU.
John McCall
2012-11-14
1
-22
/
+25
*
Fix the Objective-C exception rethrow from cleanups (GNU runtimes). Note that
David Chisnall
2012-11-07
1
-2
/
+4
*
Back out 167431+167437+167487; I didn't realize how incomplete our test
Eli Friedman
2012-11-06
1
-5
/
+4
*
Propagate CharUnits into ObjC CodeGen. No intended functional change.
Eli Friedman
2012-11-06
1
-4
/
+5
*
Simplify: replace getContext().getLangOpts() with just getLangOpts().
Richard Smith
2012-11-01
1
-2
/
+2
*
objective-C arc/mrr: Patch for the new block variable layout meta-data.
Fariborz Jahanian
2012-10-27
1
-1
/
+4
*
GNUstep runtime version default to 1.6, generate correct property attribute
David Chisnall
2012-10-16
1
-2
/
+23
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-3
/
+3
*
Fix transposed optional / required in Objective-C metadata (GNUstep runtime)
David Chisnall
2012-08-23
1
-8
/
+8
*
Screw around with ObjCRuntime some more, changing the
John McCall
2012-08-21
1
-6
/
+41
*
Don't emit an invoke whose normal destination is a landingpad. Fixes test
Eli Friedman
2012-08-10
1
-19
/
+2
*
Introduce new queries on ObjCRuntime for how to interpret subscripts
John McCall
2012-07-31
1
-2
/
+5
*
Add the ObjFW runtime. Patch by Jonathan Schleifer!
John McCall
2012-07-12
1
-5
/
+32
*
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
-6
/
+16
*
More doxygen/documentation cleanups.
James Dennett
2012-06-13
1
-5
/
+5
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-2
/
+2
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-3
/
+3
*
Revert r154321, pending more discussion.
David Chisnall
2012-04-09
1
-15
/
+0
*
Add -fobjc-trace to emit a call before and after each Objective-C message send
David Chisnall
2012-04-09
1
-0
/
+15
*
Teach Clang about PIE compilations. This is the first step of PR12380.
Chandler Carruth
2012-04-08
1
-1
/
+1
*
zext ivar offsets if required (GNU runtimes).
David Chisnall
2012-04-06
1
-1
/
+4
*
Silence dead store warning, and fix indentation.
Ted Kremenek
2012-04-04
1
-8
/
+9
*
Add missing bitcast that was breaking Objective-C++ exception typeinfo (GNUst...
David Chisnall
2012-03-20
1
-1
/
+2
*
[Sema] Prefer to use ObjCInterfaceDecl's protocol_begin()/protocol_end() iter...
Argyrios Kyrtzidis
2012-03-13
1
-3
/
+3
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-15
/
+15
*
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-03-06
1
-0
/
+7
*
Use an ArrayRef when we can instead of passing in a SmallVectorImpl reference.
Bill Wendling
2012-02-22
1
-26
/
+24
*
Whether an argument is required (in contrast with being an
John McCall
2012-02-17
1
-22
/
+13
*
reapply the patches reverted in r149477, which enable ConstantDataArray.
Chris Lattner
2012-02-05
1
-1
/
+1
*
size() == 0 -> empty().
David Chisnall
2012-02-01
1
-1
/
+1
*
Revert r149363 which was part a series of commits that were reverted in llvm
Argyrios Kyrtzidis
2012-02-01
1
-1
/
+1
*
Support @compatibility_alias at run time (GNUstep Runtime)
David Chisnall
2012-01-31
1
-1
/
+54
*
ConstantArray::get() (for strings) is going away, use
Chris Lattner
2012-01-31
1
-1
/
+1
*
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
/
+4
*
Restore r147493 and remove the part of the test that was checking the wrong t...
David Chisnall
2012-01-04
1
-6
/
+32
*
Revert r147493. It broke test/CodeGenObjC/constant-strings.m.
Rafael Espindola
2012-01-04
1
-32
/
+6
*
Initialise constant Objective-C string isa pointers with a weak reference to ...
David Chisnall
2012-01-03
1
-6
/
+32
*
Introduce the core infrastructure needed to model redeclaration chains
Douglas Gregor
2012-01-01
1
-0
/
+5
*
Fix -forwardingTargetForSelector: (GNUstep runtime) which was broken for the
David Chisnall
2011-12-01
1
-0
/
+2
*
It turns out that the Objective-C message lookup functions can throw exceptio...
David Chisnall
2011-10-28
1
-11
/
+14
*
Change an int64_t to an intptr_t so that we don't end up with crashes in the ...
David Chisnall
2011-10-25
1
-8
/
+8
*
Remove debugging printfs that some idiot left in.
David Chisnall
2011-10-24
1
-3
/
+0
*
Enable experimental support for objc_msgSend with GNUstep ObjC runtime.
David Chisnall
2011-10-24
1
-9
/
+32
*
Apparently getPtrToInt() takes an explicit type parameter to allow you to gen...
David Chisnall
2011-10-08
1
-3
/
+10
*
Fix warning on MSVC. Patch by Aaron Ballman.
Eli Friedman
2011-10-08
1
-1
/
+1
[next]