..
ABIInfo.h
Delete BuiltinCC. NFC.
2018-03-20 22:02:57 +00:00
Address.h
…
BackendUtil.cpp
[Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to filter the files to instrument with gcov (after revert https://reviews.llvm.org/rL346659 )
2018-11-17 19:41:39 +00:00
CGAtomic.cpp
Do not use optimized atomic libcalls for misaligned atomics.
2018-09-07 23:57:54 +00:00
CGBlocks.cpp
[NFC] Move storage of dispatch-version to GlobalDecl
2018-11-13 15:48:08 +00:00
CGBlocks.h
Fix the type of 1<<31 integer constants.
2018-09-24 17:51:15 +00:00
CGBuilder.h
Remove trailing space
2018-07-30 19:24:48 +00:00
CGBuiltin.cpp
Revert r347364 again, the fix was incomplete.
2018-11-21 12:47:43 +00:00
CGCUDANV.cpp
[CUDA] Use all 64 bits of GUID in __nv_module_id
2018-10-05 18:39:58 +00:00
CGCUDARuntime.cpp
…
CGCUDARuntime.h
…
CGCXX.cpp
[NFC] Move storage of dispatch-version to GlobalDecl
2018-11-13 15:48:08 +00:00
CGCXXABI.cpp
Remove trailing space
2018-07-30 19:24:48 +00:00
CGCXXABI.h
[WebAssembly] Use Windows EH instructions for Wasm EH
2018-05-31 22:18:13 +00:00
CGCall.cpp
[NFC] Move storage of dispatch-version to GlobalDecl
2018-11-13 15:48:08 +00:00
CGCall.h
[NFC] Move storage of dispatch-version to GlobalDecl
2018-11-13 15:48:08 +00:00
CGClass.cpp
[NFC] Move storage of dispatch-version to GlobalDecl
2018-11-13 15:48:08 +00:00
CGCleanup.cpp
[TI removal] Make `getTerminator()` return a generic `Instruction`.
2018-10-15 10:42:50 +00:00
CGCleanup.h
Remove trailing space
2018-07-30 19:24:48 +00:00
CGCoroutine.cpp
Port getLocStart -> getBeginLoc
2018-08-09 21:08:08 +00:00
CGDebugInfo.cpp
Revert r347364 again, the fix was incomplete.
2018-11-21 12:47:43 +00:00
CGDebugInfo.h
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
2018-11-08 11:25:41 +00:00
CGDecl.cpp
[OpenMP] Check target architecture supports unified shared memory for requires directive. Differential Review: https://reviews.llvm.org/D54493
2018-11-19 15:09:33 +00:00
CGDeclCXX.cpp
[CodeGen][CXX]: Fix no_destroy CG bug under specific circumstances
2018-11-12 01:19:16 +00:00
CGException.cpp
[NFC] Move storage of dispatch-version to GlobalDecl
2018-11-13 15:48:08 +00:00
CGExpr.cpp
[OpenCL] Enable address spaces for references in C++
2018-11-16 16:22:56 +00:00
CGExprAgg.cpp
Compound literals, enums, et al require const expr
2018-11-09 00:41:36 +00:00
CGExprCXX.cpp
[NFC] Move storage of dispatch-version to GlobalDecl
2018-11-13 15:48:08 +00:00
CGExprComplex.cpp
Compound literals, enums, et al require const expr
2018-11-09 00:41:36 +00:00
CGExprConstant.cpp
Compound literals, enums, et al require const expr
2018-11-09 00:41:36 +00:00
CGExprScalar.cpp
Revert r347364 again, the fix was incomplete.
2018-11-21 12:47:43 +00:00
CGGPUBuiltin.cpp
Recommit r326946 after reducing CallArgList memory footprint
2018-03-15 15:25:19 +00:00
CGLoopInfo.cpp
[TI removal] Test predicate rather than casting to detect a terminator
2018-10-18 08:16:20 +00:00
CGLoopInfo.h
[UnrollAndJam] Add unroll_and_jam pragma handling
2018-08-01 14:36:12 +00:00
CGNonTrivialStruct.cpp
[NFC] Move storage of dispatch-version to GlobalDecl
2018-11-13 15:48:08 +00:00
CGObjC.cpp
Pass the function type instead of the return type to FunctionDecl::Create
2018-11-11 00:56:15 +00:00
CGObjCGNU.cpp
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
2018-09-26 22:16:28 +00:00
CGObjCMac.cpp
[CodeGen] Handle extern references to OBJC_CLASS_$_*
2018-10-12 17:22:10 +00:00
CGObjCRuntime.cpp
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
2018-11-01 19:54:45 +00:00
CGObjCRuntime.h
[CodeGen] Merge identical block descriptor global variables.
2018-08-17 15:46:07 +00:00
CGOpenCLRuntime.cpp
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
2018-11-08 11:25:41 +00:00
CGOpenCLRuntime.h
Revert r326937 "[OpenCL] Remove block invoke function from emitted block literal struct"
2018-10-02 13:02:24 +00:00
CGOpenMPRuntime.cpp
Revert r347364 again, the fix was incomplete.
2018-11-21 12:47:43 +00:00
CGOpenMPRuntime.h
[OpenMP] Check target architecture supports unified shared memory for requires directive. Differential Review: https://reviews.llvm.org/D54493
2018-11-19 15:09:33 +00:00
CGOpenMPRuntimeNVPTX.cpp
[OpenMP] Check target architecture supports unified shared memory for requires directive. Differential Review: https://reviews.llvm.org/D54493
2018-11-19 15:09:33 +00:00
CGOpenMPRuntimeNVPTX.h
[OpenMP] Check target architecture supports unified shared memory for requires directive. Differential Review: https://reviews.llvm.org/D54493
2018-11-19 15:09:33 +00:00
CGRecordLayout.h
Remove \brief commands from doxygen comments.
2018-05-09 01:00:01 +00:00
CGRecordLayoutBuilder.cpp
Remove trailing space
2018-07-30 19:24:48 +00:00
CGStmt.cpp
Revert r347364 again, the fix was incomplete.
2018-11-21 12:47:43 +00:00
CGStmtOpenMP.cpp
Revert r347364 again, the fix was incomplete.
2018-11-21 12:47:43 +00:00
CGVTT.cpp
[CodeGen] Align rtti and vtable data
2018-09-12 14:09:06 +00:00
CGVTables.cpp
[NFC] Move storage of dispatch-version to GlobalDecl
2018-11-13 15:48:08 +00:00
CGVTables.h
Remove trailing space
2018-07-30 19:24:48 +00:00
CGValue.h
Remove trailing space
2018-07-30 19:24:48 +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
[CodeGen][Timers] Enable llvm::TimePassesIsEnabled when -ftime-report is specified
2018-08-08 19:14:23 +00:00
CodeGenFunction.cpp
Revert r347364 again, the fix was incomplete.
2018-11-21 12:47:43 +00:00
CodeGenFunction.h
[NFC] Move storage of dispatch-version to GlobalDecl
2018-11-13 15:48:08 +00:00
CodeGenModule.cpp
[codeview] Expose -gcodeview-ghash for global type hashing
2018-11-16 18:47:41 +00:00
CodeGenModule.h
[NFC] Move storage of dispatch-version to GlobalDecl
2018-11-13 15:48:08 +00:00
CodeGenPGO.cpp
[cxx2a] P0614R1: Support init-statements in range-based for loops.
2018-09-28 18:44:09 +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
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
2018-11-08 11:25:41 +00:00
CodeGenTypes.h
Remove trailing space
2018-07-30 19:24:48 +00:00
ConstantEmitter.h
[NFC] typo
2018-07-11 19:51:40 +00:00
ConstantInitBuilder.cpp
Remove trailing space
2018-07-30 19:24:48 +00:00
CoverageMappingGen.cpp
[Coverage] Fix PR39258: support coverage regions that start deeper than they end
2018-11-19 20:10:22 +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
[NFC] Move storage of dispatch-version to GlobalDecl
2018-11-13 15:48:08 +00:00
MacroPPCallbacks.cpp
[clang] Move two utility functions into SourceManager
2018-10-30 12:37:16 +00:00
MacroPPCallbacks.h
Add header guards to some headers that are missing them
2018-09-03 16:26:36 +00:00
MicrosoftCXXABI.cpp
[NFC] Move storage of dispatch-version to GlobalDecl
2018-11-13 15:48:08 +00:00
ModuleBuilder.cpp
[MS] Defer dllexport inline friend functions like other inline methods
2018-09-18 23:16:30 +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
In swiftcall, don't merge FP/vector types within a chunk.
2018-10-29 20:32:36 +00:00
TargetInfo.cpp
Re-land r345676 "[Win64] Handle passing i128 by value"
2018-10-31 17:43:55 +00:00
TargetInfo.h
[CUDA][HIP] Set kernel calling convention before arrange function
2018-06-12 00:16:33 +00:00
VarBypassDetector.cpp
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
2018-11-01 19:54:45 +00:00
VarBypassDetector.h
…