2020-04-06 |
Reid Kleckner | [AST] Remove DeclCXX.h dep on ASTContext.h
|
commit | commitdiff | tree |
2020-04-03 |
Reid Kleckner | [MS] Fix assert handling enum forward decls in hasVisibleDef...
|
commit | commitdiff | tree |
2020-04-03 |
Reid Kleckner | [OpenMP][NFC] Remove the need to include `OpenMPClause.h`
|
commit | commitdiff | tree |
2020-03-31 |
Reid Kleckner | Make FunctionDecl::isDefined non-virtual, NFC
|
commit | commitdiff | tree |
2020-03-28 |
Reid Kleckner | [CodeGen] Fix sinking local values in lpads with phis
|
commit | commitdiff | tree |
2020-03-27 |
Reid Kleckner | [COFF] Don't treat DWARF sections as GC roots
|
commit | commitdiff | tree |
2020-03-24 |
Reid Kleckner | Re-land "Avoid emitting unreachable SP adjustments...
|
commit | commitdiff | tree |
2020-03-23 |
Reid Kleckner | [Win64] Insert int3 into trailing empty BBs
|
commit | commitdiff | tree |
2020-03-20 |
Reid Kleckner | Use FinishThunk to finish musttail thunks
|
commit | commitdiff | tree |
2020-03-13 |
Reid Kleckner | Revert "[ObjC][ARC] Check the basic block size before...
|
commit | commitdiff | tree |
2020-03-12 |
Reid Kleckner | Sink more Attr.h inline methods, NFC
|
commit | commitdiff | tree |
2020-03-12 |
Reid Kleckner | [TableGen] Move generated *Attr class methods out of...
|
commit | commitdiff | tree |
2020-03-12 |
Reid Kleckner | Add a missing include to clang unit tests
|
commit | commitdiff | tree |
2020-03-12 |
Reid Kleckner | Prune TargetInfo.h include from ParsedAttr.h, NFC
|
commit | commitdiff | tree |
2020-03-11 |
Reid Kleckner | Add missing StringMap.h inclusion, apparently clangd...
|
commit | commitdiff | tree |
2020-03-11 |
Reid Kleckner | Remove unused Endian.h includes, NFC
|
commit | commitdiff | tree |
2020-03-11 |
Reid Kleckner | Drop a StringMap.h include, NFC
|
commit | commitdiff | tree |
2020-03-11 |
Reid Kleckner | Avoid including FileManager.h from SourceManager.h
|
commit | commitdiff | tree |
2020-03-11 |
Reid Kleckner | Fix formatting after Module.h include adjustment, NFC
|
commit | commitdiff | tree |
2020-03-11 |
Reid Kleckner | Avoid including Module.h from ExternalASTSource.h
|
commit | commitdiff | tree |
2020-03-09 |
Reid Kleckner | [gn] Use ghash if using clang & LLD together to make...
|
commit | commitdiff | tree |
2020-03-06 |
Reid Kleckner | Avoid emitting unreachable SP adjustments after `throw`
|
commit | commitdiff | tree |
2020-03-03 |
Reid Kleckner | Port ubsan nullability.c test to Windows
|
commit | commitdiff | tree |
2020-03-01 |
Reid Kleckner | Attempt to fix ZLIB CMake logic on Windows
|
commit | commitdiff | tree |
2020-03-01 |
Reid Kleckner | [WinEH] Fix inttoptr+phi optimization in presence of...
|
commit | commitdiff | tree |
2020-02-29 |
Reid Kleckner | Avoid including FileSystem.h from MemoryBuffer.h
|
commit | commitdiff | tree |
2020-02-29 |
Reid Kleckner | Try to fix WindowsManifest CMake logic on Windows
|
commit | commitdiff | tree |
2020-02-28 |
Reid Kleckner | [ADT] Allow K to be incomplete during DenseMap<K*,...
|
commit | commitdiff | tree |
2020-02-28 |
Reid Kleckner | Add missing cstdint include not found on Windows
|
commit | commitdiff | tree |
2020-02-28 |
Reid Kleckner | [Support] Remove byte swapping from MathExtras.h
|
commit | commitdiff | tree |
2020-02-27 |
Reid Kleckner | Avoid ASTContext.h -> TargetInfo.h dep
|
commit | commitdiff | tree |
2020-02-27 |
Reid Kleckner | Add some missing header dependencies
|
commit | commitdiff | tree |
2020-02-27 |
Reid Kleckner | Avoid SourceManager.h include in RawCommentList.h,...
|
commit | commitdiff | tree |
2020-02-27 |
Reid Kleckner | Forward declare FileEntry and DirectoryEntry in Module.h
|
commit | commitdiff | tree |
2020-02-27 |
Reid Kleckner | Forward declare special case lists
|
commit | commitdiff | tree |
2020-02-26 |
Reid Kleckner | Fix LLP64 detection in SwapByteOrder.h
|
commit | commitdiff | tree |
2020-02-26 |
Reid Kleckner | Remove unneeded Compiler.h and DataTypes.h includes...
|
commit | commitdiff | tree |
2020-02-26 |
Reid Kleckner | Avoid SmallString.h include in MD5.h, NFC
|
commit | commitdiff | tree |
2020-02-26 |
Reid Kleckner | Remove namespace lld { namespace coff { from COFF LLD...
|
commit | commitdiff | tree |
2020-02-21 |
Reid Kleckner | [IR] Update BasicBlock::validateInstrOrdering comments...
|
commit | commitdiff | tree |
2020-02-20 |
Reid Kleckner | [MS] Mark vectorcall FP and vector args inreg
|
commit | commitdiff | tree |
2020-02-18 |
Reid Kleckner | Fix NDEBUG build after instruction ordering
|
commit | commitdiff | tree |
2020-02-18 |
Reid Kleckner | [IR] Lazily number instructions for local dominance...
|
commit | commitdiff | tree |
2020-02-18 |
Reid Kleckner | Add coding standard recommending use of qualifiers...
|
commit | commitdiff | tree |
2020-02-18 |
Reid Kleckner | Remove "ELF Only" from -f*-sections help text
|
commit | commitdiff | tree |
2020-02-14 |
Reid Kleckner | Fix -Wstring-compare warnings in new OpenMP code
|
commit | commitdiff | tree |
2020-02-13 |
Reid Kleckner | Remove unnecessary typedef that GCC doesn't like
|
commit | commitdiff | tree |
2020-02-13 |
Reid Kleckner | Fix MSVC buildbots after ast_type_traits namespace...
|
commit | commitdiff | tree |
2020-02-13 |
Reid Kleckner | Remove clang::ast_type_traits namespace in favor of...
|
commit | commitdiff | tree |
2020-02-12 |
Reid Kleckner | Re-land "[MS] Overhaul how clang passes overaligned...
|
commit | commitdiff | tree |
2020-02-11 |
Reid Kleckner | Fix MSVC build with C++ EH enabled
|
commit | commitdiff | tree |
2020-02-11 |
Reid Kleckner | [gn] Paper over Py3 urllib2 incompatibility in gn/get.py
|
commit | commitdiff | tree |
2020-02-05 |
Reid Kleckner | Fix BroadcasterManager::RemoveListener to really remove...
|
commit | commitdiff | tree |
2020-02-05 |
Reid Kleckner | Fix some more -Wrange-loop-analysis warnings in AArch64Targe...
|
commit | commitdiff | tree |
2020-02-04 |
Reid Kleckner | Fix -Wunused-result warnings in LLDB
|
commit | commitdiff | tree |
2020-02-04 |
Reid Kleckner | [Support] Fix warnings in ARMTargetParser.cpp
|
commit | commitdiff | tree |
2020-02-04 |
Reid Kleckner | Avoid many std::tie/tuple instantiations in ASTImporter
|
commit | commitdiff | tree |
2020-02-04 |
Reid Kleckner | [SEH] Remove CATCHPAD SDNode and X86::EH_RESTORE MachineInstr
|
commit | commitdiff | tree |
2020-02-03 |
Reid Kleckner | Fix modules build after PassManagerImpl.h addition
|
commit | commitdiff | tree |
2020-02-03 |
Reid Kleckner | Fix LLVM_ENABLE_MODULES build after TypeSize.h change
|
commit | commitdiff | tree |
2020-02-03 |
Reid Kleckner | Add PassManagerImpl.h to hide implementation details
|
commit | commitdiff | tree |
2020-02-03 |
Reid Kleckner | Revert "[SVE] Fix bug in simplification of scalable...
|
commit | commitdiff | tree |
2020-02-01 |
Reid Kleckner | [Support] Don't modify the current EH context during...
|
commit | commitdiff | tree |
2020-02-01 |
Reid Kleckner | Avoid std::tie in TypeSize.h
|
commit | commitdiff | tree |
2020-02-01 |
Reid Kleckner | Move DenseMapInfo traits to TypeSize.h
|
commit | commitdiff | tree |
2020-01-30 |
Reid Kleckner | Move verification of Sema::MaximumAlignment to a .cpp...
|
commit | commitdiff | tree |
2020-01-30 |
Reid Kleckner | Speed up compilation of ASTImporter
|
commit | commitdiff | tree |
2020-01-27 |
Reid Kleckner | [IR] Keep a double break between functions when printing...
|
commit | commitdiff | tree |
2020-01-27 |
Reid Kleckner | [WinEH] Re-run stack coloring test for i686
|
commit | commitdiff | tree |
2020-01-25 |
Reid Kleckner | [Sema] Remove unneeded TreeTransform.h includes, NFC
|
commit | commitdiff | tree |
2020-01-25 |
Reid Kleckner | [Support] Fix up header comments after splitting Allocator...
|
commit | commitdiff | tree |
2020-01-25 |
Reid Kleckner | [Sema] Split availability processing into SemaAvailability.cpp
|
commit | commitdiff | tree |
2020-01-25 |
Reid Kleckner | [Support] Split MallocAllocator out of Allocator.h
|
commit | commitdiff | tree |
2020-01-25 |
Reid Kleckner | [IR] Move CallBase::getOperandBundlesAsDefs out of...
|
commit | commitdiff | tree |
2020-01-25 |
Reid Kleckner | [codeview] Prune SimpleTypeSerializer.h headers, NFC
|
commit | commitdiff | tree |
2020-01-24 |
Reid Kleckner | [AST] Split parent map traversal logic into ParentMapContext.h
|
commit | commitdiff | tree |
2020-01-24 |
Reid Kleckner | [MS] Overhaul how clang passes overaligned args on...
|
commit | commitdiff | tree |
2020-01-23 |
Reid Kleckner | [PDB] Simplify API for making section map, NFC
|
commit | commitdiff | tree |
2020-01-21 |
Reid Kleckner | [TableGen] Use a table to lookup MVE intrinsic names
|
commit | commitdiff | tree |
2020-01-19 |
Reid Kleckner | Remove extra "\01" prefix in EH docs
|
commit | commitdiff | tree |
2020-01-18 |
Reid Kleckner | Revert "[Support] Explicitly instantiate BumpPtrAllocatorImpl"
|
commit | commitdiff | tree |
2020-01-18 |
Reid Kleckner | [Support] Explicitly instantiate BumpPtrAllocatorImpl
|
commit | commitdiff | tree |
2020-01-18 |
Reid Kleckner | Remove unneeded FoldingSet.h include from Attributes.h
|
commit | commitdiff | tree |
2020-01-15 |
Reid Kleckner | [COFF] Warn that LLD does not support /PDBSTRIPPED:
|
commit | commitdiff | tree |
2020-01-15 |
Reid Kleckner | Fix up ms-pch-macro.c test to pass on non-Windows
|
commit | commitdiff | tree |
2020-01-15 |
Reid Kleckner | [X86] ABI compat bugfix for MSVC vectorcall
|
commit | commitdiff | tree |
2020-01-15 |
Reid Kleckner | [Win64] Handle FP arguments more gracefully under ...
|
commit | commitdiff | tree |
2020-01-03 |
Reid Kleckner | Move tail call disabling code to target independent...
|
commit | commitdiff | tree |
2020-01-03 |
Reid Kleckner | [PDB] Print the most redundant type record indices...
|
commit | commitdiff | tree |
2019-12-27 |
Reid Kleckner | Revert "[ELF] Improve the condition to create .interp"
|
commit | commitdiff | tree |
2019-12-27 |
Reid Kleckner | Reland "[msan] Intercept qsort, qsort_r."
|
commit | commitdiff | tree |
2019-12-27 |
Reid Kleckner | Revert "[msan] Intercept qsort, qsort_r."
|
commit | commitdiff | tree |
2019-12-27 |
Reid Kleckner | [VFS] Don't run symlink test on Windows, it may pass...
|
commit | commitdiff | tree |
2019-12-26 |
Reid Kleckner | Revert "Make lazyload_metadata.ll resilient to the...
|
commit | commitdiff | tree |
2019-12-26 |
Reid Kleckner | Partially revert "Add initial tests for update_{llc_...
|
commit | commitdiff | tree |
2019-12-23 |
Reid Kleckner | Fix LLVM tool --version build mode printing for MSVC
|
commit | commitdiff | tree |
2019-12-23 |
Reid Kleckner | [AST] Add missing MultiplexConsumer::CompleteExternalDeclaration
|
commit | commitdiff | tree |
2019-12-22 |
Reid Kleckner | Revert "[DebugInfo] Support to emit debugInfo for extern...
|
commit | commitdiff | tree |
2019-12-22 |
Reid Kleckner | Revert "[Concepts] Constrained partial specializations...
|
commit | commitdiff | tree |
2019-12-22 |
Reid Kleckner | Revert "[ARM][TypePromotion] Enable by default"
|
commit | commitdiff | tree |
next |