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
*
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
*
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
[next]