aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/SwiftCallingConv.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-21SwiftCC: Perform physical layout when computing coercion typesArnold Schwaighofer1-1/+7
2016-12-01swiftcc: Add an api to query whether a target ABI stores swifterror in a regi...Arnold Schwaighofer1-0/+5
2016-10-13Swift Calling Convention: Fix out of bounds accessArnold Schwaighofer1-1/+1
2016-10-11Pass the end of a component to SwiftAggLowering's enumerateComponents callbackArnold Schwaighofer1-1/+1
2016-04-08Silencing a 32-bit shift implicit conversion warning from MSVC; NFC.Aaron Ballman1-1/+1
2016-04-04Fix "suggest parentheses" warning.James Y Knight1-3/+3
2016-04-04Fix an unused-variable warning by using the variable in the placeJohn McCall1-1/+1
2016-04-04IRGen-level lowering for the Swift calling convention.John McCall1-0/+830