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
*
Switch LangOptions over to a .def file that describes header of the
Douglas Gregor
2011-09-13
1
-6
/
+6
*
Clean up our handling of Objective-C definitions in AST files. Rather
Douglas Gregor
2011-09-10
1
-7
/
+0
*
Introduce a new predicate Decl::isFromASTFile() to determine whether a
Douglas Gregor
2011-09-09
1
-1
/
+1
*
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-09-02
1
-4
/
+4
*
switch clang to use the new-new way of creating llvm::StructType's.
Chris Lattner
2011-08-12
1
-96
/
+68
*
Encapsulate the Objective-C id/Class/SEL "redefinition" types in
Douglas Gregor
2011-08-11
1
-2
/
+2
*
Simplify EH control flow by observing that EH scopes form a simple
John McCall
2011-08-11
1
-1
/
+0
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-25
/
+25
*
Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use
Jay Foad
2011-07-22
1
-1
/
+1
*
Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin.
Jordy Rose
2011-07-22
1
-21
/
+18
*
Convert ConstantExpr::getGetElementPtr and
Jay Foad
2011-07-21
1
-2
/
+2
*
de-constify llvm::Type, patch by David Blaikie!
Chris Lattner
2011-07-18
1
-26
/
+26
*
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-15
1
-8
/
+4
*
Generalize Cleanup::Emit's "isForEH" parameter into a set
John McCall
2011-07-12
1
-1
/
+1
*
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-09
1
-254
/
+235
*
Eliminate most uses of ShallowCollectObjCIvars which requires
Fariborz Jahanian
2011-06-28
1
-20
/
+19
*
Support for catching objc pointer objects in c++ catch-statement
Fariborz Jahanian
2011-06-23
1
-5
/
+13
*
Alloa catching Objective-C id's being thrown with C++ throw
Fariborz Jahanian
2011-06-22
1
-8
/
+14
*
Replace the existing forms of ConstantArray::get() with a single form
Jay Foad
2011-06-22
1
-1
/
+1
*
Update to match mainline ConstantStruct::get API change. Also, use
Chris Lattner
2011-06-20
1
-35
/
+29
*
update for api change.
Chris Lattner
2011-06-18
1
-67
/
+29
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-37
/
+92
*
Implement support for C++11 in-class initialization of non-static data members.
Richard Smith
2011-06-11
1
-4
/
+4
*
Objective-C doesn't consider the use of incomplete types as method
Douglas Gregor
2011-05-27
1
-2
/
+23
*
Patch to fix IR-gen crash generating structure ABI which implements
Fariborz Jahanian
2011-05-17
1
-2
/
+9
*
Use arrays and SmallVectors instead of std::vectors when building function
John McCall
2011-05-15
1
-150
/
+111
*
Only perform the null-initialization of an aggregate result of a message
John McCall
2011-05-14
1
-16
/
+50
*
Objective-C vtables are not taking the world by storm; call them
John McCall
2011-05-14
1
-121
/
+139
*
Reorganize this method to avoid multiple calls for computing CGFunctionInfo
John McCall
2011-05-13
1
-77
/
+109
*
type of last arg of objc_assign_ivar is ptrdiff_t.
Fariborz Jahanian
2011-05-05
1
-1
/
+5
*
Pack ivar offsets together.
Bill Wendling
2011-05-04
1
-1
/
+1
*
Simplify code a bit by using CallArgList::add. No intended functionality cha...
Eli Friedman
2011-05-02
1
-6
/
+4
*
Fixes an instance method meta-data generation bug in
Fariborz Jahanian
2011-04-22
1
-0
/
+8
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Replace a couple of divisions-by-'8' with divisions-by-charwidth. No change
Ken Dyck
2011-04-14
1
-2
/
+2
*
Obj-C/NeXT: Update and reapply 108847, now that changes are more baked.
Daniel Dunbar
2011-03-25
1
-5
/
+15
*
Refactor CGObjCMac to use the shared code for EH stuff.
David Chisnall
2011-03-25
1
-154
/
+7
*
Continuing work on ObjC tidyup:
David Chisnall
2011-03-25
1
-109
/
+0
*
Implement a new 'availability' attribute, that allows one to specify
Douglas Gregor
2011-03-23
1
-5
/
+5
*
Simplify Mac runtime selection - it's the factory function's job to select wh...
David Chisnall
2011-03-22
1
-5
/
+2
*
Make the property accessor functions that take a ptrdiff_t actually take a pt...
David Chisnall
2011-03-22
1
-2
/
+2
*
Fixed InnerLocStart.
Abramo Bagnara
2011-03-09
1
-2
/
+2
*
Fixed source range for all DeclaratorDecl's.
Abramo Bagnara
2011-03-08
1
-4
/
+4
*
Access ivars with inbounds GEPs, even in -fwrapv. It's unlikely that
John McCall
2011-03-04
1
-1
/
+1
*
Let's do super message sends with static allocas instead of dynamic ones.
John McCall
2011-03-04
1
-2
/
+2
*
objc IRGen for Next runtime message API.
Fariborz Jahanian
2011-03-01
1
-5
/
+8
*
Revert r126678.
Fariborz Jahanian
2011-02-28
1
-13
/
+13
*
objc IRGen for Next runtime message API.
Fariborz Jahanian
2011-02-28
1
-13
/
+13
*
Don't assume that whoever is asking for a message send is going
John McCall
2011-02-26
1
-2
/
+11
*
Zero-initialize the struct-return slot of an Objective-C message
John McCall
2011-02-26
1
-0
/
+2
[next]