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
*
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
*
Add bitmaps for strong / weak ivar layout (GNUstep runtime).
David Chisnall
2011-10-04
1
-18
/
+102
*
When performing an @throw in ARC, retain + autorelease
John McCall
2011-10-01
1
-1
/
+1
*
de-tmpify clang.
Benjamin Kramer
2011-09-27
1
-2
/
+1
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-1
/
+1
*
Change "ivar" to true for a boolean function argument. Since string literals...
Richard Trieu
2011-09-21
1
-2
/
+3
*
Switch LangOptions over to a .def file that describes header of the
Douglas Gregor
2011-09-13
1
-5
/
+5
*
switch clang to use the new-new way of creating llvm::StructType's.
Chris Lattner
2011-08-12
1
-2
/
+1
*
Fix typo so we don't use the wrong function for ending ObjC++ catch blocks (G...
David Chisnall
2011-08-08
1
-1
/
+1
*
Fix linkage type for tentative definition of ivar offset variables (GNUstep r...
David Chisnall
2011-08-01
1
-2
/
+2
*
Remove some unnecessary single element array temporaries.
Jay Foad
2011-07-29
1
-8
/
+5
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-67
/
+66
*
Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin.
Jordy Rose
2011-07-22
1
-14
/
+10
*
Convert ConstantExpr::getGetElementPtr and
Jay Foad
2011-07-21
1
-5
/
+5
*
de-constify llvm::Type, patch by David Blaikie!
Chris Lattner
2011-07-18
1
-20
/
+20
*
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-15
1
-5
/
+4
*
De-constify Types in StructType::get() and TargetData::getIntPtrType().
Jay Foad
2011-07-11
1
-2
/
+2
*
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-09
1
-30
/
+24
*
If we're using the pure non-fragile ABI, then skip some of the contortions re...
David Chisnall
2011-07-07
1
-9
/
+30
*
Set a flag to tell the runtime when we're compiling in ARC mode and use the p...
David Chisnall
2011-07-07
1
-10
/
+19
*
Add support for weakly imported classes (GNU runtime).
David Chisnall
2011-06-30
1
-5
/
+8
[next]