..
ABIInfo.h
Header guard canonicalization, clang part.
2014-08-13 16:25:19 +00:00
BackendUtil.cpp
CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & single threaded systems
2014-10-03 21:57:44 +00:00
CGAtomic.cpp
CodeGen: Don't completely mess-up optimized atomic libcalls
2014-08-29 07:27:49 +00:00
CGBlocks.cpp
Fix a crash when compiling blocks in OpenCL with multiple
2014-08-14 09:37:50 +00:00
CGBlocks.h
Header guard canonicalization, clang part.
2014-08-13 16:25:19 +00:00
CGBuilder.h
typo
2014-09-10 16:59:01 +00:00
CGBuiltin.cpp
Add __sync_fetch_and_nand (again)
2014-10-02 20:53:50 +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
Reduce code duplication a bit more. NFC.
2014-09-15 19:34:18 +00:00
CGCXXABI.cpp
MS ABI: Implement thread_local for global variables
2014-10-05 05:05:40 +00:00
CGCXXABI.h
MS ABI: Implement thread_local for global variables
2014-10-05 05:05:40 +00:00
CGCall.cpp
Initial support for the align_value attribute
2014-10-02 21:21:25 +00:00
CGCall.h
Header guard canonicalization, clang part.
2014-08-13 16:25:19 +00:00
CGClass.cpp
Add support for putting constructors and destructos in explicit comdats.
2014-09-16 15:18:21 +00:00
CGCleanup.cpp
Emit lifetime.start / lifetime.end markers for unnamed temporary objects.
2014-10-02 12:19:51 +00:00
CGCleanup.h
Header guard canonicalization, clang part.
2014-08-13 16:25:19 +00:00
CGDebugInfo.cpp
Using an explicit cast to work around MSVC 2013 not picking the conversion operator as expected. NFC, should fix the MSVC build bots.
2014-10-06 12:42:31 +00:00
CGDebugInfo.h
Include debug info for types referenced only via explicit cast expressions.
2014-09-24 17:01:27 +00:00
CGDecl.cpp
Emit lifetime.start / lifetime.end markers for unnamed temporary objects.
2014-10-02 12:19:51 +00:00
CGDeclCXX.cpp
MS ABI: Implement thread_local for global variables
2014-10-05 05:05:40 +00:00
CGException.cpp
Add -fseh-exceptions for MinGW-w64
2014-09-15 17:19:16 +00:00
CGExpr.cpp
MS ABI: Implement thread_local for global variables
2014-10-05 05:05:40 +00:00
CGExprAgg.cpp
PR18097: Support initializing an _Atomic(T) from an object of C++ class type T
2014-07-31 06:31:19 +00:00
CGExprCXX.cpp
Fix bug 20116 - http://llvm.org/bugs/show_bug.cgi?id=20116
2014-09-29 10:32:21 +00:00
CGExprComplex.cpp
[C++11] Use 'nullptr'. CodeGen edition.
2014-05-21 05:09:00 +00:00
CGExprConstant.cpp
Allow __fp16 as a function arg or return type for AArch64
2014-08-27 16:31:57 +00:00
CGExprScalar.cpp
Emit @llvm.assume for non-parameter lvalue align_value-attribute loads
2014-10-04 15:26:49 +00:00
CGLoopInfo.cpp
Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.
2014-07-21 23:10:56 +00:00
CGLoopInfo.h
Header guard canonicalization, clang part.
2014-08-13 16:25:19 +00:00
CGObjC.cpp
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created.
2014-08-27 06:28:36 +00:00
CGObjCGNU.cpp
Fix some cases where StringRef was being passed by const reference. Remove const from some other StringRefs since its implicitly const already.
2014-08-30 16:55:52 +00:00
CGObjCMac.cpp
Allow protocols to be just declared.
2014-09-12 20:14:20 +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
removed unicode symbols from comments.
2014-09-22 12:32:31 +00:00
CGOpenMPRuntime.h
removed unicode symbols from comments.
2014-09-22 12:32:31 +00:00
CGRecordLayout.h
Header guard canonicalization, clang part.
2014-08-13 16:25:19 +00:00
CGRecordLayoutBuilder.cpp
CodeGen: Don't crash when initializing pointer-to-member fields in bases
2014-09-28 06:39:30 +00:00
CGStmt.cpp
[OPENMP] Parsing/Sema of directive omp parallel for simd
2014-09-23 09:33:00 +00:00
CGStmtOpenMP.cpp
[OPENMP] Loop collapsing and codegen for 'omp simd' directive.
2014-10-01 06:03:56 +00:00
CGVTT.cpp
Remove the -fhidden-weak-vtables -cc1 option. It was dead,
2014-02-08 00:41:16 +00:00
CGVTables.cpp
Simplify a few loops over CallArgList/FunctionArgList. NFC
2014-08-13 20:06:24 +00:00
CGVTables.h
Header guard canonicalization, clang part.
2014-08-13 16:25:19 +00:00
CGValue.h
Header guard canonicalization, clang part.
2014-08-13 16:25:19 +00:00
CMakeLists.txt
[CMake] clangCodeGen: Update libdeps to add clangLex for PPChainedCallbacks.
2014-08-05 15:01:12 +00:00
CodeGenABITypes.cpp
Add coverage mapping generation.
2014-08-04 18:41:51 +00:00
CodeGenAction.cpp
Unique_ptrify PPCallbacks ownership.
2014-09-10 04:53:53 +00:00
CodeGenFunction.cpp
Emit lifetime.start / lifetime.end markers for unnamed temporary objects.
2014-10-02 12:19:51 +00:00
CodeGenFunction.h
MS ABI: Implement thread_local for global variables
2014-10-05 05:05:40 +00:00
CodeGenModule.cpp
Fix ctor/dtor aliases losing 'dllexport' (for Itanium ABI)
2014-09-19 22:06:24 +00:00
CodeGenModule.h
MS ABI: Implement thread_local for global variables
2014-10-05 05:05:40 +00:00
CodeGenPGO.cpp
Reapply "InstrProf: Update for the LLVM API change in r218879"
2014-10-02 16:44:01 +00:00
CodeGenPGO.h
Header guard canonicalization, clang part.
2014-08-13 16:25:19 +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
MS ABI: Don't ICE for pointers to pointers to members of incomplete classes
2014-09-18 22:05:54 +00:00
CodeGenTypes.h
Use ClangToLLVMArgsMapping in CodeGenTypes::GetFunctionType(). NFC.
2014-09-29 22:08:00 +00:00
CoverageMappingGen.cpp
Reapply "InstrProf: Update for the LLVM API change in r218879"
2014-10-02 16:44:01 +00:00
CoverageMappingGen.h
Reapply "InstrProf: Update for the LLVM API change in r218879"
2014-10-02 16:44:01 +00:00
EHScopeStack.h
Header guard canonicalization, clang part.
2014-08-13 16:25:19 +00:00
ItaniumCXXABI.cpp
MS ABI: Implement thread_local for global variables
2014-10-05 05:05:40 +00:00
Makefile
…
MicrosoftCXXABI.cpp
MS ABI: Implement thread_local for global variables
2014-10-05 05:05:40 +00:00
ModuleBuilder.cpp
[modules] Fix a rejects-valid resulting from emitting an inline function
2014-08-13 21:15:09 +00:00
README.txt
…
SanitizerBlacklist.cpp
Fix some cases where StringRef was being passed by const reference. Remove const from some other StringRefs since its implicitly const already.
2014-08-30 16:55:52 +00:00
SanitizerBlacklist.h
Fix for LLVM API change to SpecialCaseList::create
2014-09-02 18:13:58 +00:00
SanitizerMetadata.cpp
[clang/asan] call __asan_poison_cxx_array_cookie after operator new[]
2014-08-26 02:29:59 +00:00
SanitizerMetadata.h
[clang/asan] call __asan_poison_cxx_array_cookie after operator new[]
2014-08-26 02:29:59 +00:00
TargetInfo.cpp
Add getOpenMPSimdDefaultAlignment for PowerPC
2014-10-03 17:45:20 +00:00
TargetInfo.h
[OPENMP] Codegen of the ‘aligned’ clause for the ‘omp simd’ directive.
2014-09-30 05:29:28 +00:00