..
ABIInfo.h
Delete BuiltinCC. NFC.
2018-03-20 22:02:57 +00:00
Address.h
…
BackendUtil.cpp
Restore "[ThinLTO] Ensure we always select the same function copy to import"
2018-07-16 15:30:36 +00:00
CGAtomic.cpp
Added atomic_fetch_min, max, umin, umax intrinsics to clang.
2018-05-13 07:45:58 +00:00
CGBlocks.cpp
Fix typos in clang
2018-04-06 15:14:32 +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
CodeGen: specify alignment + inbounds for automatic variable initialization
2018-07-13 20:33:23 +00:00
CGBuiltin.cpp
[X86] Remove custom handling for __builtin_ia32_divss_round_mask and __builtin_ia32_divsd_round_mask.
2018-07-10 00:50:03 +00:00
CGCUDANV.cpp
[CUDA] Place all CUDA sections in __NV_CUDA segment on Mac.
2018-06-28 17:15:52 +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
IRgen: Mark aliases of ctors and dtors as unnamed_addr.
2018-06-18 20:58:54 +00:00
CGCXXABI.cpp
[MS] Always use base dtors in place of complete/vbase dtors when possible
2018-03-16 19:40:50 +00:00
CGCXXABI.h
[WebAssembly] Use Windows EH instructions for Wasm EH
2018-05-31 22:18:13 +00:00
CGCall.cpp
[NFC] Add CreateMemTempWithoutCast and CreateTempAllocaWithoutCast
2018-06-15 15:33:22 +00:00
CGCall.h
Remove \brief commands from doxygen comments.
2018-05-09 01:00:01 +00:00
CGClass.cpp
Implement CFI for indirect calls via a member function pointer.
2018-06-26 02:15:47 +00:00
CGCleanup.cpp
Call CreateTempAllocaWithoutCast for ActiveFlag
2018-06-16 01:20:52 +00:00
CGCleanup.h
[WebAssembly] Use Windows EH instructions for Wasm EH
2018-05-31 22:18:13 +00:00
CGCoroutine.cpp
[Coroutines] Less IR for noexcept await_resume
2018-06-23 18:57:26 +00:00
CGDebugInfo.cpp
[DebugInfo] Follow-up commit to improve consistency. NFC
2018-06-28 10:56:40 +00:00
CGDebugInfo.h
[DebugInfo] Follow-up commit to improve consistency. NFC
2018-06-28 10:56:40 +00:00
CGDecl.cpp
CodeGen: specify alignment + inbounds for automatic variable initialization
2018-07-13 20:33:23 +00:00
CGDeclCXX.cpp
Add a command line option 'fregister_global_dtors_with_atexit' to
2018-04-17 18:41:52 +00:00
CGException.cpp
[CodeGen] Always use MSVC personality for windows-msvc targets
2018-06-08 00:41:01 +00:00
CGExpr.cpp
[CodeGenCXX] Emit strip.invariant.group with -fstrict-vtable-pointers
2018-07-02 19:21:36 +00:00
CGExprAgg.cpp
[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals
2018-06-20 17:19:40 +00:00
CGExprCXX.cpp
Rename invariant.group.barrier to launder.invariant.group
2018-05-03 11:03:01 +00:00
CGExprComplex.cpp
Remove \brief commands from doxygen comments.
2018-05-09 01:00:01 +00:00
CGExprConstant.cpp
Use zeroinitializer for (trailing zero portion of) large array initializers
2018-05-23 23:41:38 +00:00
CGExprScalar.cpp
[CodeGenCXX] Emit strip.invariant.group with -fstrict-vtable-pointers
2018-07-02 19:21:36 +00:00
CGGPUBuiltin.cpp
Recommit r326946 after reducing CallArgList memory footprint
2018-03-15 15:25:19 +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
Remove \brief commands from doxygen comments.
2018-05-09 01:00:01 +00:00
CGNonTrivialStruct.cpp
Move the visitor classes that are used to traverse non-trivial C structs
2018-04-17 19:05:17 +00:00
CGObjC.cpp
Remove \brief commands from doxygen comments.
2018-05-09 01:00:01 +00:00
CGObjCGNU.cpp
[objc-gnustep2] Use unsigned char to avoid potential UB in isalnum.
2018-05-22 10:13:17 +00:00
CGObjCMac.cpp
Remove \brief commands from doxygen comments.
2018-05-09 01:00:01 +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] Add separate read_only and write_only pipe IR types
2018-04-27 10:37:04 +00:00
CGOpenCLRuntime.h
Remove \brief commands from doxygen comments.
2018-05-09 01:00:01 +00:00
CGOpenMPRuntime.cpp
[OPENMP] Fix checks for declare target link entries.
2018-07-16 20:05:25 +00:00
CGOpenMPRuntime.h
[OPENMP] Fix checks for declare target link entries.
2018-07-16 20:05:25 +00:00
CGOpenMPRuntimeNVPTX.cpp
[OPENMP, NVPTX] Globalize only captured variables.
2018-07-16 16:49:20 +00:00
CGOpenMPRuntimeNVPTX.h
[OPENMP, NVPTX] Fix globalization of the variables passed to orphaned
2018-06-21 20:26:33 +00:00
CGRecordLayout.h
Remove \brief commands from doxygen comments.
2018-05-09 01:00:01 +00:00
CGRecordLayoutBuilder.cpp
This patch provides that bitfields are splitted even in case
2018-05-10 12:31:12 +00:00
CGStmt.cpp
Patch to fix pragma metadata for do-while loops
2018-07-10 19:55:02 +00:00
CGStmtOpenMP.cpp
[OPENMP] DO not crash on combined constructs in declare target
2018-05-16 15:08:32 +00:00
CGVTT.cpp
Recommit r324107 again.
2018-02-07 22:15:33 +00:00
CGVTables.cpp
Implement CFI for indirect calls via a member function pointer.
2018-06-26 02:15:47 +00:00
CGVTables.h
[MS] Emit vftable thunks for functions with incomplete prototypes
2018-04-02 20:20:33 +00:00
CGValue.h
Remove \brief commands from doxygen comments.
2018-05-09 01:00:01 +00:00
CMakeLists.txt
Compile CodeGenModule.cpp with /bigobj.
2018-06-26 17:45:26 +00:00
CodeGenABITypes.cpp
Include getting generated struct offsets in CodegenABITypes
2017-10-10 23:54:21 +00:00
CodeGenAction.cpp
Remove \brief commands from doxygen comments.
2018-05-09 01:00:01 +00:00
CodeGenFunction.cpp
[NFC] Switch CodeGenFunction to use value init instead of member init lists
2018-07-10 21:07:50 +00:00
CodeGenFunction.h
[NFC] Switch CodeGenFunction to use value init instead of member init lists
2018-07-10 21:07:50 +00:00
CodeGenModule.cpp
Fix setting of empty implicit-section-name attribute
2018-07-11 20:17:54 +00:00
CodeGenModule.h
Implement CFI for indirect calls via a member function pointer.
2018-06-26 02:15:47 +00:00
CodeGenPGO.cpp
Remove \brief commands from doxygen comments.
2018-05-09 01:00:01 +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
Delete BuiltinCC. NFC.
2018-03-20 22:02:57 +00:00
CodeGenTypes.cpp
[Fixed Point Arithmetic] Addition of the remaining fixed point types and their saturated equivalents
2018-06-14 14:53:51 +00:00
CodeGenTypes.h
Remove \brief commands from doxygen comments.
2018-05-09 01:00:01 +00:00
ConstantEmitter.h
[NFC] typo
2018-07-11 19:51:40 +00:00
ConstantInitBuilder.cpp
Further fixes and improvements to the ConstantInitBuilder API.
2017-03-06 19:04:16 +00:00
CoverageMappingGen.cpp
[Coverage] End deferred regions before labels, fixes PR35867
2018-06-01 00:37:13 +00:00
CoverageMappingGen.h
Remove \brief commands from doxygen comments.
2018-05-09 01:00:01 +00:00
EHScopeStack.h
Spelling mistakes in comments. NFCI. (PR27635)
2017-03-30 14:13:19 +00:00
ItaniumCXXABI.cpp
Implement CFI for indirect calls via a member function pointer.
2018-06-26 02:15:47 +00:00
MacroPPCallbacks.cpp
Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'
2018-05-10 19:05:36 +00:00
MacroPPCallbacks.h
Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'
2018-05-10 19:05:36 +00:00
MicrosoftCXXABI.cpp
[WebAssembly] Use Windows EH instructions for Wasm EH
2018-05-31 22:18:13 +00:00
ModuleBuilder.cpp
D34444: Teach codegen to work in incremental processing mode.
2017-08-27 10:58:03 +00:00
ObjectFilePCHContainerOperations.cpp
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
2018-05-15 13:30:56 +00:00
README.txt
…
SanitizerMetadata.cpp
hwasan: add -fsanitize=kernel-hwaddress flag
2018-04-13 18:05:21 +00:00
SanitizerMetadata.h
…
SwiftCallingConv.cpp
Generalize the swiftcall API since being passed indirectly isn't
2018-04-07 20:16:47 +00:00
TargetInfo.cpp
[Power9] Update fp128 as a valid homogenous aggregate base type
2018-07-05 04:32:01 +00:00
TargetInfo.h
[CUDA][HIP] Set kernel calling convention before arrange function
2018-06-12 00:16:33 +00:00
VarBypassDetector.cpp
Fix typos in clang
2018-04-06 15:14:32 +00:00
VarBypassDetector.h
[CodeGen] Don't emit lifetime intrinsics for some local variables
2016-10-26 05:42:30 +00:00