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
...
*
Update for llvm change.
Rafael Espindola
2015-11-18
1
-1
/
+1
*
Watch and TV OS: wire up basic ABI choices
Tim Northover
2015-10-30
1
-2
/
+4
*
Initialize @catch variables correctly in fragile-runtime ARC.
John McCall
2015-10-30
1
-2
/
+2
*
Fix the emission of ARC ivar layouts in the non-fragile Mac runtime.
John McCall
2015-10-29
1
-6
/
+11
*
Define weak and __weak to mean ARC-style weak references, even in MRC.
John McCall
2015-10-22
1
-18
/
+105
*
Enable ARC on the fragile runtime.
John McCall
2015-10-21
1
-2
/
+7
*
Fix and stylize the emission of GC/ARC ivar and GC block layout strings.
John McCall
2015-10-21
1
-397
/
+405
*
[CodeGen] Remove dead code. NFC.
Benjamin Kramer
2015-10-15
1
-3
/
+0
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...
Hans Wennborg
2015-10-06
1
-2
/
+1
*
Don't nil check non-nil class receiver of AArch64 stret calls.
Ahmed Bougacha
2015-10-02
1
-1
/
+1
*
Support noreturn in limited contexts on Objective-C message sends.
John McCall
2015-09-10
1
-11
/
+60
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-175
/
+206
*
Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo...
David Blaikie
2015-08-18
1
-1
/
+1
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Remove empty non-virtual destructors or mark them =default when non-public
Benjamin Kramer
2015-04-11
1
-3
/
+0
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-05
1
-15
/
+18
*
[opaque pointer type] Explicitly specify type to CreateGEP
David Blaikie
2015-04-03
1
-2
/
+2
*
[opaque pointer type] Update for GEP API changes in LLVM
David Blaikie
2015-04-02
1
-7
/
+6
*
[Objective-C metadata patch]. Patch to allocate one more space for
Fariborz Jahanian
2015-03-31
1
-1
/
+7
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-02-26
1
-3
/
+4
*
Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
2014-12-12
1
-20
/
+16
*
IR: Update clang for Metadata/Value split in r223802
Duncan P. N. Exon Smith
2014-12-09
1
-5
/
+4
*
Use nullptr to silence -Wsentinel when self-hosting on Windows
Reid Kleckner
2014-12-01
1
-29
/
+29
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-1
/
+1
*
Don't manually insert L prefixes.
Rafael Espindola
2014-11-06
1
-180
/
+122
*
Allow protocols to be just declared.
Rafael Espindola
2014-09-12
1
-3
/
+3
*
Objective-C IRGen. Fixes an assertion crash caused by inconsistent
Fariborz Jahanian
2014-08-28
1
-2
/
+1
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-3
/
+2
*
AArch64: update Clang for merged arm64/aarch64 triples.
Tim Northover
2014-07-23
1
-2
/
+1
*
Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))
Fariborz Jahanian
2014-07-16
1
-112
/
+144
*
Objective-C IRGen. Fixes an inconsistant linkage of
Fariborz Jahanian
2014-07-15
1
-7
/
+4
*
Don't assume StringRef.data() is null-terminated
Ben Langmuir
2014-07-11
1
-1
/
+1
*
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
[prev]
[next]