..
ABIInfo.h
Fix invalid calling convention used for libcalls on ARM.
2014-12-02 16:04:58 +00:00
BackendUtil.cpp
uselistorder: Remove dead include
2015-04-15 03:04:45 +00:00
CGAtomic.cpp
[OPENMP] Fix crash on reductions codegen for short circuit reduction operations.
2015-04-29 05:21:03 +00:00
CGBlocks.cpp
InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)
2015-04-23 23:06:47 +00:00
CGBlocks.h
Header guard canonicalization, clang part.
2014-08-13 16:25:19 +00:00
CGBuilder.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; Clang edition.
2015-02-15 22:54:08 +00:00
CGBuiltin.cpp
[opaque pointer type] more GEP API migrations
2015-04-04 15:12:29 +00:00
CGCUDANV.cpp
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-12 06:41:41 +00:00
CGCUDARuntime.cpp
Pass expressions instead of argument ranges to EmitCall/EmitCXXConstructorCall.
2014-08-21 20:26:47 +00:00
CGCUDARuntime.h
Header guard canonicalization, clang part.
2014-08-13 16:25:19 +00:00
CGCXX.cpp
[opaque pointer type] update for LLVM API change
2015-04-29 21:22:47 +00:00
CGCXXABI.cpp
Split catch IRgen into ItaniumCXXABI and MicrosoftCXXABI
2015-03-03 19:21:04 +00:00
CGCXXABI.h
[MS ABI] Rework .xdata HandlerType emission
2015-03-29 21:55:10 +00:00
CGCall.cpp
Always add the target-cpu and target-features sets if they're non-null.
2015-04-27 23:11:34 +00:00
CGCall.h
Header guard canonicalization, clang part.
2014-08-13 16:25:19 +00:00
CGClass.cpp
PR23373: A defaulted union copy constructor that is not trivial must still be
2015-04-29 19:26:57 +00:00
CGCleanup.cpp
Revert "Revert r234581, it might have caused a few miscompiles in Chromium."
2015-04-22 21:38:15 +00:00
CGCleanup.h
Revert "Revert r234581, it might have caused a few miscompiles in Chromium."
2015-04-22 21:38:15 +00:00
CGDebugInfo.cpp
Debug Info: Represent local anonymous unions as anonymous unions
2015-04-29 16:52:31 +00:00
CGDebugInfo.h
DebugInfo: Metadata constructs now start with DI*
2015-04-29 16:40:08 +00:00
CGDecl.cpp
Don't emit lifetime markers when msan is enabled
2015-04-23 18:07:13 +00:00
CGDeclCXX.cpp
Set normal LLVM function attributes on global initializer functions
2015-04-22 19:37:32 +00:00
CGException.cpp
Revert most of r236271, leaving only the datalayout change in lib/Basic/Targets.cpp
2015-04-30 22:29:25 +00:00
CGExpr.cpp
InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)
2015-04-23 23:06:47 +00:00
CGExprAgg.cpp
PR23373: A defaulted union copy constructor that is not trivial must still be
2015-04-29 19:26:57 +00:00
CGExprCXX.cpp
PR23373: A defaulted union copy constructor that is not trivial must still be
2015-04-29 19:26:57 +00:00
CGExprComplex.cpp
InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)
2015-04-23 23:06:47 +00:00
CGExprConstant.cpp
Replace getPointeeType()->isFunctionType with isMemberDataPointerType
2015-04-24 01:25:08 +00:00
CGExprScalar.cpp
InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)
2015-04-23 23:06:47 +00:00
CGLoopInfo.cpp
CodeGen: Update LoopAttributes for LLVM API change
2015-01-19 21:30:48 +00:00
CGLoopInfo.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; Clang edition.
2015-02-15 22:54:08 +00:00
CGObjC.cpp
InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)
2015-04-23 23:06:47 +00:00
CGObjCGNU.cpp
[opaque pointer type] update for LLVM API change
2015-04-29 21:22:47 +00:00
CGObjCMac.cpp
Remove empty non-virtual destructors or mark them =default when non-public
2015-04-11 15:58:30 +00:00
CGObjCRuntime.cpp
Update for llvm api change.
2014-06-04 18:51:46 +00:00
CGObjCRuntime.h
Header guard canonicalization, clang part.
2014-08-13 16:25:19 +00:00
CGOpenCLRuntime.cpp
[C++11] Use 'nullptr'. CodeGen edition.
2014-05-21 05:09:00 +00:00
CGOpenCLRuntime.h
Header guard canonicalization, clang part.
2014-08-13 16:25:19 +00:00
CGOpenMPRuntime.cpp
[OPENMP] Codegen for 'private' clause in 'task' directive.
2015-04-30 06:51:57 +00:00
CGOpenMPRuntime.h
[OPENMP] Codegen for 'private' clause in 'task' directive.
2015-04-30 06:51:57 +00:00
CGRecordLayout.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; Clang edition.
2015-02-15 22:54:08 +00:00
CGRecordLayoutBuilder.cpp
ms_struct does not imply the MS base-layout ABI; separate these
2015-04-28 00:17:18 +00:00
CGStmt.cpp
InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)
2015-04-23 23:06:47 +00:00
CGStmtOpenMP.cpp
[OPENMP] Codegen for 'private' clause in 'task' directive.
2015-04-30 06:51:57 +00:00
CGVTT.cpp
[opaque pointer type] Update for GEP API changes in LLVM
2015-04-02 18:55:21 +00:00
CGVTables.cpp
Implement CFI type checks for non-virtual calls.
2015-04-02 00:23:30 +00:00
CGVTables.h
Header guard canonicalization, clang part.
2014-08-13 16:25:19 +00:00
CGValue.h
[opaque pointer type] Update for GEP API changes in LLVM
2015-04-02 18:55:21 +00:00
CMakeLists.txt
Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."
2015-02-25 02:44:04 +00:00
CodeGenABITypes.cpp
Implement the __builtin_call_with_static_chain GNU extension.
2014-12-12 23:41:25 +00:00
CodeGenAction.cpp
Implemented support for testing the ASTImporter's
2015-04-28 18:24:12 +00:00
CodeGenFunction.cpp
Revert most of r236271, leaving only the datalayout change in lib/Basic/Targets.cpp
2015-04-30 22:29:25 +00:00
CodeGenFunction.h
Revert most of r236271, leaving only the datalayout change in lib/Basic/Targets.cpp
2015-04-30 22:29:25 +00:00
CodeGenModule.cpp
[opaque pointer type] update for LLVM API change
2015-04-29 21:22:47 +00:00
CodeGenModule.h
Move the logic to avoid double global emission from Sema to CodeGen
2015-04-15 01:08:06 +00:00
CodeGenPGO.cpp
InstrProf: Fix handling of profile counters in the body of range based for
2015-04-30 22:58:28 +00:00
CodeGenPGO.h
InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)
2015-04-23 23:06:47 +00:00
CodeGenTBAA.cpp
[C++11] Use 'nullptr'. CodeGen edition.
2014-05-21 05:09:00 +00:00
CodeGenTBAA.h
Header guard canonicalization, clang part.
2014-08-13 16:25:19 +00:00
CodeGenTypes.cpp
Use nullptr to silence -Wsentinel when self-hosting on Windows
2014-12-01 22:02:27 +00:00
CodeGenTypes.h
MS ABI: Generate default constructor closures
2015-03-13 22:36:55 +00:00
CoverageMappingGen.cpp
Fix -Wpessimizing-move by removing call to std::move
2015-04-30 23:13:52 +00:00
CoverageMappingGen.h
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
2015-01-14 11:29:14 +00:00
EHScopeStack.h
Revert "Revert r234581, it might have caused a few miscompiles in Chromium."
2015-04-22 21:38:15 +00:00
ItaniumCXXABI.cpp
[opaque pointer type] update for LLVM API change
2015-04-29 21:22:47 +00:00
Makefile
…
MicrosoftCXXABI.cpp
[opaque pointer type] update for LLVM API change
2015-04-29 21:22:47 +00:00
ModuleBuilder.cpp
Use 'override/final' instead of 'virtual' for overridden methods
2015-04-11 02:00:23 +00:00
README.txt
…
SanitizerMetadata.cpp
IR: Update clang for Metadata/Value split in r223802
2014-12-09 18:39:32 +00:00
SanitizerMetadata.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; Clang edition.
2015-02-15 22:54:08 +00:00
TargetInfo.cpp
[cuda] Allow using integral non-type template parameters as launch_bounds attribute arguments.
2015-04-21 22:55:54 +00:00
TargetInfo.h
Under duress, move check for target support of __builtin_setjmp/
2015-03-11 23:46:32 +00:00