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
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
1
-6
/
+6
*
Remove the overload of GetAddrOfConstantString method
Alexey Samsonov
2014-06-04
1
-2
/
+1
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-102
/
+109
*
Update for llvm api change.
Rafael Espindola
2014-05-17
1
-3
/
+3
*
Update for llvm api change.
Rafael Espindola
2014-05-17
1
-10
/
+9
*
Update for llvm API change.
Rafael Espindola
2014-05-16
1
-3
/
+3
*
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...
Aaron Ballman
2014-03-14
1
-5
/
+2
*
[C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-13
1
-3
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...
Aaron Ballman
2014-03-13
1
-6
/
+2
*
[C++11] Replacing ObjCContainerDecl iterators classmeth_begin() and classmeth...
Aaron Ballman
2014-03-13
1
-17
/
+11
*
[C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...
Aaron Ballman
2014-03-13
1
-16
/
+11
*
Renaming the recently-created (r203830) props() range API to properties() for...
Aaron Ballman
2014-03-13
1
-1
/
+1
*
[C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...
Aaron Ballman
2014-03-13
1
-4
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-120
/
+97
*
Remove dead return and simplify code.
Ted Kremenek
2014-03-07
1
-3
/
+1
*
[Modules] Update to reflect the move of CallSite into the IR library in
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
*
Refactor linkage computation in CGObjCMac.cpp.
Rafael Espindola
2014-02-26
1
-2
/
+3
*
Use getPointerSizeInBits.
Rafael Espindola
2014-01-09
1
-2
/
+3
*
Used the DataLayout methods instead of the Module methods.
Rafael Espindola
2014-01-09
1
-4
/
+2
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
Add heading and remove leftover personal email addresses
Alp Toker
2013-11-25
1
-2
/
+1
*
No functionality change. Reflow lines that could fit on one line. Break lines
Nick Lewycky
2013-10-01
1
-2
/
+1
*
Fix GNU ObjC ABI for a message returning a struct.
Eli Friedman
2013-07-26
1
-13
/
+38
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-1
/
+1
*
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
1
-43
/
+44
*
Improve property metadata generation with the GNUstep runtime.
David Chisnall
2013-02-28
1
-18
/
+42
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-4
/
+4
*
Enable the new (more C++-like, less broken) EH model when targeting the GNUstep
David Chisnall
2013-01-11
1
-0
/
+11
*
objectiveC++: When throwing c++ exception of
Fariborz Jahanian
2013-01-10
1
-3
/
+6
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Reapply r170344, this time without forgetting to commit the header changes.
David Chisnall
2012-12-17
1
-3
/
+73
*
Revert "Added support for new property helpers (GNUstep runtime)."
Benjamin Kramer
2012-12-17
1
-73
/
+3
*
Added support for new property helpers (GNUstep runtime).
David Chisnall
2012-12-17
1
-3
/
+73
*
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
[next]