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
...
*
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
*
In x86_64, when calling an Objective-C method that returns a _Complex long do...
Anders Carlsson
2011-10-31
1
-0
/
+27
*
Objective-c: fix an ir-gen crash where objc messag returns a _Complex
Fariborz Jahanian
2011-10-26
1
-8
/
+24
*
Replace vectors with arrays.
Benjamin Kramer
2011-10-15
1
-64
/
+70
*
Constant expression evaluation refactoring:
Richard Smith
2011-10-10
1
-3
/
+2
*
When performing an @throw in ARC, retain + autorelease
John McCall
2011-10-01
1
-2
/
+2
*
de-tmpify clang.
Benjamin Kramer
2011-09-27
1
-15
/
+13
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-1
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-1
/
+1
*
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
[prev]
[next]