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
*
NFC: Get rid of an unused parameter to CGObjCMac::EmitSelectorAddr.
Erik Pilkington
2019-12-10
1
-12
/
+10
*
Avoid Attr.h includes, CodeGen edition
Reid Kleckner
2019-12-09
1
-1
/
+2
*
[ObjC] Make sure that the implicit arguments for direct methods have been setup
Alex Lorenz
2019-12-06
1
-2
/
+2
*
Implement __attribute__((objc_direct)), __attribute__((objc_direct_members))
Pierre Habouzit
2019-11-18
1
-27
/
+175
*
Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...
Adrian Prantl
2019-11-08
1
-19
/
+3
*
[Alignment][Clang][NFC] Add CharUnits::getAsAlign
Guillaume Chatelet
2019-10-03
1
-18
/
+19
*
CGObjCMac - silence static analyzer dyn_cast<>/getAs<> null dereference warni...
Simon Pilgrim
2019-10-02
1
-6
/
+4
*
Silence gcc warning "control reaches end of non-void function" [NFCI]
Mikael Holmen
2019-07-05
1
-0
/
+2
*
[NFC] Make some ObjectFormatType switches covering
Hubert Tong
2019-07-04
1
-1
/
+5
*
Add the `objc_class_stub` attribute.
John McCall
2019-05-30
1
-13
/
+90
*
[CodeGen][ObjC] Remove the leading `l_` from ObjC symbols and make
Akira Hatanaka
2019-05-09
1
-86
/
+99
*
Support objc_nonlazy_class attribute on Objective-C implementations
Erik Pilkington
2019-04-11
1
-1
/
+2
*
[CodeGen][ObjC] Remove the leading 'l' from symbols for protocol
Akira Hatanaka
2019-03-14
1
-3
/
+3
*
[opaque pointer types] Cleanup CGBuilder's Create*GEP.
James Y Knight
2019-02-09
1
-12
/
+7
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-91
/
+89
*
[OBJC] Add attribute to mark Objective C class as non-lazy
Joe Daniels
2019-02-04
1
-3
/
+4
*
Cleanup: replace uses of CallSite with CallBase.
James Y Knight
2019-01-30
1
-10
/
+12
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CodeGenObjC] Use a constant value for non-fragile ivar offsets when possible
Erik Pilkington
2019-01-17
1
-11
/
+33
*
Move CodeGenOptions from Frontend to Basic
Richard Trieu
2018-12-11
1
-1
/
+1
*
[CodeGen] Handle extern references to OBJC_CLASS_$_*
Erik Pilkington
2018-10-12
1
-6
/
+12
*
[ObjC] Error out when using forward-declared protocol in a @protocol
Alex Lorenz
2018-08-17
1
-2
/
+3
*
[CodeGen] Merge identical block descriptor global variables.
Akira Hatanaka
2018-08-17
1
-2
/
+57
*
Remove trailing space
Fangrui Song
2018-07-30
1
-114
/
+114
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[ObjC] Use the name specified by objc_runtime_name instead of the class
Akira Hatanaka
2018-04-03
1
-2
/
+6
*
Recommit r326946 after reducing CallArgList memory footprint
Yaxun Liu
2018-03-15
1
-2
/
+2
*
Revert r326946. It caused stack overflows by significantly increasing the siz...
Richard Smith
2018-03-10
1
-2
/
+2
*
CodeGen: Fix address space of indirect function argument
Yaxun Liu
2018-03-07
1
-2
/
+2
*
Start setting dllimport/dllexport in setGVProperties.
Rafael Espindola
2018-03-01
1
-16
/
+5
*
CodeGen: use `llvm.used` for ObjC protocols
Saleem Abdulrasool
2018-01-23
1
-3
/
+3
*
Remove unused addIfPresent function.
Eric Christopher
2018-01-13
1
-4
/
+0
*
[driver] Set the 'simulator' environment for Darwin when compiling for
Alex Lorenz
2017-12-07
1
-4
/
+1
*
[CodeGen] Compute the objc EH vtable address point using inbounds GEP.
Ahmed Bougacha
2017-11-17
1
-2
/
+3
*
[CodeGen] Add support for IncompleteArrayType in Obj-C ivars.
Volodymyr Sapsai
2017-10-27
1
-0
/
+5
*
CodeGen: fix a case of incorrect checks for ivars
Saleem Abdulrasool
2017-10-25
1
-4
/
+8
*
Revert "[ADT] Make Twine's copy constructor private."
Zachary Turner
2017-10-11
1
-35
/
+40
*
[ADT] Make Twine's copy constructor private.
Zachary Turner
2017-10-11
1
-40
/
+35
*
[objc] Don't require null-check and don't emit memset when result is ignored ...
Kuba Mracek
2017-06-30
1
-11
/
+22
*
CodeGen: handle missed case of COMDAT handling
Saleem Abdulrasool
2017-06-29
1
-6
/
+5
*
CodeGen: make the type match the comment for a libcall
Saleem Abdulrasool
2017-06-17
1
-1
/
+1
*
CodeGen: fix section names for different file formats
Saleem Abdulrasool
2017-06-03
1
-16
/
+49
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-105
/
+65
*
Adapt to LLVM's rename of WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-1
/
+1
*
Revert "Update to LLVM's use of WeakTrackingVH; NFC"
Sanjoy Das
2017-04-26
1
-1
/
+1
*
Update to LLVM's use of WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-1
/
+1
*
Update Clang for LLVM rename AttributeSet -> AttributeList
Reid Kleckner
2017-03-21
1
-14
/
+10
*
Promote ConstantInitBuilder to be a public CodeGen API; it's
John McCall
2017-03-02
1
-1
/
+1
*
Clean up CGObjCMac's APIs for deriving class references. NFC.
John McCall
2016-11-30
1
-107
/
+89
[next]