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
*
Clean up CGObjCMac's APIs for deriving class references. NFC.
John McCall
2016-11-30
1
-107
/
+89
*
Fix some layering violations where CGObjCMac's NSString emission was
John McCall
2016-11-30
1
-6
/
+127
*
Prospective GCC build fix: the unelaborated form of this friend
John McCall
2016-11-30
1
-2
/
+2
*
Switch CGObjCMac to use ConstantInitBuilder. Whew.
John McCall
2016-11-30
1
-776
/
+799
*
getObjCEncodingForMethodDecl cannot fail. Simplify. NFC.
John McCall
2016-11-29
1
-17
/
+4
*
Refactor call emission to package the function pointer together with
John McCall
2016-10-26
1
-4
/
+6
*
CodeGen: be more conservative about setting section
Saleem Abdulrasool
2016-10-25
1
-29
/
+44
*
CodeGen: mark protocols as common data
Saleem Abdulrasool
2016-10-25
1
-12
/
+30
*
CodeGen: remove incorrect temporary Twine
Saleem Abdulrasool
2016-10-24
1
-2
/
+2
*
CodeGen: centralise label construction for method lists
Saleem Abdulrasool
2016-10-24
1
-59
/
+107
*
Switch SmallSetVector to use DenseSet when it overflows its inline space.
Justin Lebar
2016-10-21
1
-3
/
+4
*
CodeGen: further merge cstring literal construction
Saleem Abdulrasool
2016-09-20
1
-13
/
+19
*
CodeGen: mark ObjC cstring literals as unnamed_addr
Saleem Abdulrasool
2016-09-18
1
-1
/
+3
*
CodeGen: mark ObjC cstring literals as constant
Saleem Abdulrasool
2016-09-18
1
-1
/
+2
*
CodeGen: refactor the ObjC cstring literal creation
Saleem Abdulrasool
2016-09-16
1
-44
/
+57
*
CodeGen: use pointer rather than reference in range loop
Saleem Abdulrasool
2016-09-16
1
-2
/
+2
*
CodeGen: use some range-based for loops
Saleem Abdulrasool
2016-09-12
1
-14
/
+10
*
CodeGen: honour dllstorage on ObjC types
Saleem Abdulrasool
2016-07-17
1
-34
/
+114
*
CodeGen: whitespace cleanup, StringRef usage in ObjC EH type construction
Saleem Abdulrasool
2016-07-17
1
-37
/
+28
*
CodeGen: use StringRefs more in ObjC class generation, NFC
Saleem Abdulrasool
2016-07-16
1
-27
/
+22
*
CodeGen: simplify using a local variable, NFC
Saleem Abdulrasool
2016-07-16
1
-36
/
+36
*
CodeGen: minor cleanup, NFC
Saleem Abdulrasool
2016-07-13
1
-23
/
+9
*
Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...
Benjamin Kramer
2016-07-02
1
-12
/
+10
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-2
/
+2
*
CodeGen: convert some const char * to StringRef
Saleem Abdulrasool
2016-05-16
1
-33
/
+21
*
ObjC Class Property: don't emit class properties on old deployment targets.
Manman Ren
2016-04-19
1
-0
/
+9
*
revert SVN r265702, r265640
Saleem Abdulrasool
2016-04-08
1
-1
/
+1
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
1
-1
/
+1
*
[Objective-C] Introduce objc_runtime_visible attribute.
Douglas Gregor
2016-04-01
1
-0
/
+49
*
Preserve ExtParameterInfos into CGFunctionInfo.
John McCall
2016-03-11
1
-19
/
+12
*
Objective-C: Add a size field to non-fragile category metadata.
Manman Ren
2016-02-24
1
-1
/
+7
*
Class Property: Fix a crash with old ABI when generating metadata in classes.
Manman Ren
2016-02-21
1
-2
/
+4
*
Reduce the number of implicit StringRef->std::string conversions by threading...
Benjamin Kramer
2016-02-13
1
-3
/
+3
*
[Objective-c] Stop attaching section "datacoal_nt" to global variables.
Akira Hatanaka
2016-02-11
1
-6
/
+1
*
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...
Eugene Zelenko
2016-02-10
1
-12
/
+8
*
Class Property: generate metadata for class properties in protocols.
Manman Ren
2016-01-29
1
-5
/
+16
*
Class Property: generate metadata for class properties in categories.
Manman Ren
2016-01-29
1
-4
/
+21
*
Class Property: generate metadata for class properties in classes.
Manman Ren
2016-01-29
1
-28
/
+57
*
Use a consistent spelling for vtables.
Eric Christopher
2016-01-29
1
-1
/
+1
*
Use instance_properties instead of properties. NFC.
Manman Ren
2016-01-26
1
-3
/
+3
*
Update comments to match the implementation.
Manman Ren
2016-01-25
1
-0
/
+1
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-1
/
+1
*
Use std::is_sorted instead of a manual loop. NFC
Craig Topper
2016-01-03
1
-5
/
+1
*
Reapply "[CodeGen] Fix assignments of inline layouts into the byref structure"
Vedant Kumar
2015-12-21
1
-0
/
+2
*
Revert "[CodeGen] Fix assignments of inline layouts into the byref structure"
Vedant Kumar
2015-12-21
1
-2
/
+1
*
[CodeGen] Fix assignments of inline layouts into the byref structure
Vedant Kumar
2015-12-21
1
-1
/
+2
*
Fix Objective-C metadata for properties from class extensions after r251874
Nico Weber
2015-12-03
1
-7
/
+18
*
Preserve exceptions information during calls code generation.
Samuel Antao
2015-11-23
1
-1
/
+1
*
Fix the emission of ARC-style ivar layouts in the fragile runtime
John McCall
2015-11-19
1
-5
/
+4
*
Update for llvm change.
Rafael Espindola
2015-11-18
1
-1
/
+1
[next]