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
*
Objective-C IRGen. Patch to generate a weak symbol reference when
Fariborz Jahanian
2014-06-10
1
-4
/
+7
*
Avoid dubious IdentifierInfo::getNameStart() uses
Alp Toker
2014-06-07
1
-32
/
+24
*
AArch64/ARM64: rename ARM64 components to AArch64
Tim Northover
2014-05-24
1
-1
/
+2
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-70
/
+76
*
Simplify the code a bit by using linkage predicates.
Rafael Espindola
2014-05-09
1
-4
/
+4
*
ARM64: parametrise IVar offset type (long on ARM64, int elsewhere).
Tim Northover
2014-03-29
1
-22
/
+33
*
ObjC: allow targets to decide when to use stret for blocks.
Tim Northover
2014-03-29
1
-2
/
+6
*
Don't produce a L symbol in __DATA,__data.
Rafael Espindola
2014-03-27
1
-1
/
+1
*
[C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...
Aaron Ballman
2014-03-14
1
-10
/
+8
*
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...
Aaron Ballman
2014-03-14
1
-8
/
+2
*
[C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
[C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-13
1
-3
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators all_referenced_protocol_begin()...
Aaron Ballman
2014-03-13
1
-5
/
+2
*
[C++11] Replacing ObjCContainerDecl iterators classmeth_begin() and classmeth...
Aaron Ballman
2014-03-13
1
-22
/
+10
*
[C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...
Aaron Ballman
2014-03-13
1
-22
/
+13
*
Renaming the recently-created (r203830) props() range API to properties() for...
Aaron Ballman
2014-03-13
1
-2
/
+2
*
[C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...
Aaron Ballman
2014-03-13
1
-10
/
+6
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-171
/
+155
*
Objective-C IRGen. Fixes several regressions caused by changes made
Fariborz Jahanian
2014-03-11
1
-5
/
+31
*
Reverting llvm::distance changes to use std::distance with iterators instead,...
Aaron Ballman
2014-03-10
1
-4
/
+2
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-6
/
+2
*
[C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...
Aaron Ballman
2014-03-07
1
-6
/
+2
*
Use llvm.compiler.used instead of llvm.used for objc symbols.
Rafael Espindola
2014-03-06
1
-17
/
+17
*
Revert "Use private linkage for remaining GlobalVariables with private names."
Rafael Espindola
2014-03-06
1
-11
/
+11
*
Use private linkage for remaining GlobalVariables with private names.
Rafael Espindola
2014-03-06
1
-11
/
+11
*
Construct GlobalValues with the correct linkage instead of using setLinkage.
Rafael Espindola
2014-03-06
1
-8
/
+7
*
Objective-C. Return 0 as class of methods in protocols.
Fariborz Jahanian
2014-03-04
1
-2
/
+1
*
Objective-C IRGen. Fix up the hueristics for determining
Fariborz Jahanian
2014-03-04
1
-8
/
+10
*
[Modules] Update to reflect the move of CallSite into the IR library in
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Objective-C. Fixes a regression when figuring out linkage
Fariborz Jahanian
2014-03-03
1
-1
/
+2
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-2
/
+2
*
Fix -Wunused-function in Release build.
Rui Ueyama
2014-02-27
1
-0
/
+1
*
Use private linkage for globals we already name with \01L and \01l.
Rafael Espindola
2014-02-27
1
-17
/
+18
*
Assert that the name of some internal variables start with \01L or \01l.
Rafael Espindola
2014-02-27
1
-47
/
+55
*
Fix -Wunused-variable in non-assert builds. No functionality change.
Nick Lewycky
2014-02-27
1
-0
/
+1
*
Refactor linkage computation in CGObjCMac.cpp.
Rafael Espindola
2014-02-26
1
-70
/
+66
*
Objective-C. Remove an assertion which asserts
Fariborz Jahanian
2014-02-24
1
-6
/
+0
*
Remove really old "APPLE LOCAL" markers.
Rafael Espindola
2014-02-20
1
-1
/
+1
*
[ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
2014-01-31
1
-11
/
+16
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-2
/
+2
*
Improve comment.
Fariborz Jahanian
2014-01-14
1
-3
/
+3
*
ObjectiveC. add comment.
Fariborz Jahanian
2014-01-14
1
-3
/
+3
*
Add CodeGenABITypes.h for use in LLDB.
Mark Lacey
2013-10-30
1
-0
/
+1
*
ObjectiveC IRGen. Replace _objc_empty_vtable pointer in Objective-C
Fariborz Jahanian
2013-10-24
1
-8
/
+18
*
Clean up some Triple usage in clang.
Cameron Esfahani
2013-09-14
1
-1
/
+1
*
Use the ugly PRIx64 macro to make format string portable.
Benjamin Kramer
2013-04-22
1
-1
/
+1
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-9
/
+9
*
In ObjC++ on legacy runtimes, push an EH cleanup as well as
John McCall
2013-04-03
1
-1
/
+4
*
Tighten up the rules for precise lifetime and document
John McCall
2013-03-13
1
-1
/
+1
*
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
1
-131
/
+127
[next]