..
ABIInfo.h
Refactor handling of signext/zeroext in ABIArgInfo
2018-01-12 20:08:16 +00:00
Address.h
…
BackendUtil.cpp
[Driver] Pass -f[no-]emulated-tls and set up ExplicitEmulatedTLS
2018-03-01 22:26:19 +00:00
CGAtomic.cpp
Revert r326946. It caused stack overflows by significantly increasing the size of a CallArgList.
2018-03-10 01:47:22 +00:00
CGBlocks.cpp
Set dso_local for NSConcreteStackBlock.
2018-03-14 18:19:26 +00:00
CGBlocks.h
[CodeGen][ObjC] Block captures should inherit the type of the captured
2016-09-16 00:02:06 +00:00
CGBuilder.h
Change memcpy/memove/memset to have dest and source alignment attributes.
2018-01-28 17:27:45 +00:00
CGBuiltin.cpp
This reverts "r327189 - [ARM] Add ARMv8.2-A FP16 vector intrinsic"
2018-03-13 19:38:56 +00:00
CGCUDANV.cpp
[CUDA] Include single GPU binary, NFCI.
2018-02-28 17:53:46 +00:00
CGCUDARuntime.cpp
Refactor call emission to package the function pointer together with
2016-10-26 23:46:34 +00:00
CGCUDARuntime.h
…
CGCXX.cpp
Start setting dllimport/dllexport in setGVProperties.
2018-03-01 00:35:47 +00:00
CGCXXABI.cpp
[MS] Apply adjustments after storing 'this'
2017-11-16 19:09:36 +00:00
CGCXXABI.h
Start setting dllimport/dllexport in setGVProperties.
2018-03-01 00:35:47 +00:00
CGCall.cpp
Reland "[Attr] Fix parameter indexing for several attributes"
2018-03-13 14:51:22 +00:00
CGCall.h
CodeGen: Reduce LValue and CallArgList memory footprint before recommitting r326946
2018-03-14 15:02:28 +00:00
CGClass.cpp
Revert r326946. It caused stack overflows by significantly increasing the size of a CallArgList.
2018-03-10 01:47:22 +00:00
CGCleanup.cpp
Allocate and access NormalCleanupDest with the natural alignment of i32.
2018-01-12 22:07:01 +00:00
CGCleanup.h
Use the correct ObjC EH personality
2017-01-08 22:58:07 +00:00
CGCoroutine.cpp
Remove redundant casts. NFC
2018-03-01 05:43:23 +00:00
CGDebugInfo.cpp
Remove redundant casts. NFC
2018-03-01 05:43:23 +00:00
CGDebugInfo.h
[DebugInfo] Support DWARF v5 source code embedding extension
2018-02-26 17:32:31 +00:00
CGDecl.cpp
[OpenMP] Add OpenMP data sharing infrastructure using global memory
2018-03-14 14:17:45 +00:00
CGDeclCXX.cpp
Pass a GlobalDecl to SetInternalFunctionAttributes. NFC.
2018-02-28 23:46:35 +00:00
CGException.cpp
CodeGen: simplify and validate exception personalities
2018-03-09 07:06:42 +00:00
CGExpr.cpp
Fix a doc typo; NFC
2018-03-08 00:22:04 +00:00
CGExprAgg.cpp
[CodeGen] Eagerly emit lifetime.end markers for calls
2018-03-10 23:06:31 +00:00
CGExprCXX.cpp
Revert r326946. It caused stack overflows by significantly increasing the size of a CallArgList.
2018-03-10 01:47:22 +00:00
CGExprComplex.cpp
[Complex] Don't use __div?c3 when building with fast-math.
2017-12-20 15:50:52 +00:00
CGExprConstant.cpp
[CodeGen] Use the zero initializer instead of storing an all zero representation.
2018-02-09 22:10:09 +00:00
CGExprScalar.cpp
Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.
2018-02-03 13:55:59 +00:00
CGGPUBuiltin.cpp
Revert r326946. It caused stack overflows by significantly increasing the size of a CallArgList.
2018-03-10 01:47:22 +00:00
CGLoopInfo.cpp
[CodeGen] Pass objects that are expensive to copy by const ref.
2016-11-24 16:01:20 +00:00
CGLoopInfo.h
[CodeGen] Pass objects that are expensive to copy by const ref.
2016-11-24 16:01:20 +00:00
CGNonTrivialStruct.cpp
Revert "[ObjC] Allow declaring __weak pointer fields in C structs in
2018-03-12 17:05:06 +00:00
CGObjC.cpp
Revert "[ObjC] Allow declaring __weak pointer fields in C structs in
2018-03-12 17:05:06 +00:00
CGObjCGNU.cpp
Revert r326946. It caused stack overflows by significantly increasing the size of a CallArgList.
2018-03-10 01:47:22 +00:00
CGObjCMac.cpp
Revert r326946. It caused stack overflows by significantly increasing the size of a CallArgList.
2018-03-10 01:47:22 +00:00
CGObjCRuntime.cpp
[CodeGen] Propagate may-alias'ness of lvalues with TBAA info
2017-10-31 11:05:34 +00:00
CGObjCRuntime.h
Clean up CGObjCMac's APIs for deriving class references. NFC.
2016-11-30 23:54:50 +00:00
CGOpenCLRuntime.cpp
[OpenCL] Remove block invoke function from emitted block literal struct
2018-03-07 19:32:58 +00:00
CGOpenCLRuntime.h
[OpenCL] Remove block invoke function from emitted block literal struct
2018-03-07 19:32:58 +00:00
CGOpenMPRuntime.cpp
[OpenMP] Add OpenMP data sharing infrastructure using global memory
2018-03-14 14:17:45 +00:00
CGOpenMPRuntime.h
[OpenMP] Add OpenMP data sharing infrastructure using global memory
2018-03-14 14:17:45 +00:00
CGOpenMPRuntimeNVPTX.cpp
[OpenMP] Add OpenMP data sharing infrastructure using global memory
2018-03-14 14:17:45 +00:00
CGOpenMPRuntimeNVPTX.h
[OpenMP] Add OpenMP data sharing infrastructure using global memory
2018-03-14 14:17:45 +00:00
CGRecordLayout.h
…
CGRecordLayoutBuilder.cpp
Remove redundant casts. NFC
2018-03-01 05:43:23 +00:00
CGStmt.cpp
[WinEH] Put funclet bundles on inline asm calls
2018-02-09 00:16:41 +00:00
CGStmtOpenMP.cpp
[OpenMP] Add OpenMP data sharing infrastructure using global memory
2018-03-14 14:17:45 +00:00
CGVTT.cpp
Recommit r324107 again.
2018-02-07 22:15:33 +00:00
CGVTables.cpp
Start setting dllimport/dllexport in setGVProperties.
2018-03-01 00:35:47 +00:00
CGVTables.h
CodeGen: New vtable group representation: struct of vtable arrays.
2016-12-13 20:40:39 +00:00
CGValue.h
CodeGen: Reduce LValue and CallArgList memory footprint before recommitting r326946
2018-03-14 15:02:28 +00:00
CMakeLists.txt
[ObjC] Allow declaring __strong pointer fields in structs in Objective-C
2018-02-28 07:15:55 +00:00
CodeGenABITypes.cpp
Include getting generated struct offsets in CodegenABITypes
2017-10-10 23:54:21 +00:00
CodeGenAction.cpp
Add possibility to specify output stream for CompilerInstance
2018-03-02 12:11:40 +00:00
CodeGenFunction.cpp
[OpenMP] Add OpenMP data sharing infrastructure using global memory
2018-03-14 14:17:45 +00:00
CodeGenFunction.h
This reverts "r327189 - [ARM] Add ARMv8.2-A FP16 vector intrinsic"
2018-03-13 19:38:56 +00:00
CodeGenModule.cpp
Set dso_local on external rtti GVs.
2018-03-14 18:14:46 +00:00
CodeGenModule.h
Start setting dllimport/dllexport in setGVProperties.
2018-03-01 00:35:47 +00:00
CodeGenPGO.cpp
Mark all library options as hidden.
2017-12-01 00:53:10 +00:00
CodeGenPGO.h
Remove a dead field. NFC.
2017-04-24 20:54:36 +00:00
CodeGenTBAA.cpp
[CodeGen] Fix generation of TBAA tags for may-alias accesses
2018-02-20 12:33:04 +00:00
CodeGenTBAA.h
[CodeGen] Fix generation of TBAA tags for may-alias accesses
2018-02-20 12:33:04 +00:00
CodeGenTypeCache.h
[AARch64] Add ARMv8.2-A FP16 vector intrinsics
2017-12-21 19:20:01 +00:00
CodeGenTypes.cpp
Remove redundant casts. NFC
2018-03-01 05:43:23 +00:00
CodeGenTypes.h
[OpenCL] Emit enqueued block as kernel
2017-10-14 12:23:50 +00:00
ConstantEmitter.h
Convert clang::LangAS to a strongly typed enum
2017-10-15 18:48:14 +00:00
ConstantInitBuilder.cpp
Further fixes and improvements to the ConstantInitBuilder API.
2017-03-06 19:04:16 +00:00
CoverageMappingGen.cpp
[Coverage] Handle break/continue outside of loop bodies
2018-02-16 07:59:43 +00:00
CoverageMappingGen.h
[Lexer] Report more precise skipped regions (PR34166)
2017-09-11 20:47:42 +00:00
EHScopeStack.h
Spelling mistakes in comments. NFCI. (PR27635)
2017-03-30 14:13:19 +00:00
ItaniumCXXABI.cpp
Set dso_local on external rtti GVs.
2018-03-14 18:14:46 +00:00
MacroPPCallbacks.cpp
[NFC] Refactor the Preprocessor function that handles Macro definitions and rename Arguments to Parameters in Macro Definitions.
2017-07-17 17:18:43 +00:00
MacroPPCallbacks.h
Fix API breaks
2017-04-26 20:58:21 +00:00
MicrosoftCXXABI.cpp
Revert r326946. It caused stack overflows by significantly increasing the size of a CallArgList.
2018-03-10 01:47:22 +00:00
ModuleBuilder.cpp
D34444: Teach codegen to work in incremental processing mode.
2017-08-27 10:58:03 +00:00
ObjectFilePCHContainerOperations.cpp
-gmodules: Emit debug info for implicit module imports via #include.
2018-01-03 19:10:21 +00:00
README.txt
…
SanitizerMetadata.cpp
Hardware-assisted AddressSanitizer (clang part).
2017-12-09 01:32:07 +00:00
SanitizerMetadata.h
…
SwiftCallingConv.cpp
Simplify the internal API for checking whether swiftcall passes a type indirectly and expose that API externally.
2018-01-07 06:28:49 +00:00
TargetInfo.cpp
Revert "[ObjC] Allow declaring __weak pointer fields in C structs in
2018-03-12 17:05:06 +00:00
TargetInfo.h
Don't pass ForDefinition_t in places it is redundant.
2018-02-07 19:04:41 +00:00
VarBypassDetector.cpp
[CodeGen] Don't emit lifetime intrinsics for some local variables
2016-10-26 05:42:30 +00:00
VarBypassDetector.h
[CodeGen] Don't emit lifetime intrinsics for some local variables
2016-10-26 05:42:30 +00:00