summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Syntax] Merge overlapping top-level macros in TokenBufferSam McCall2020-06-102-9/+50
* [Syntax] Simplify TokenCollector::Builder, use captured expansion bounds. NFCSam McCall2020-06-101-158/+128
* [clangd] Increase stack size of the new threads on macOSSam McCall2020-06-102-10/+32
* [clangd] Make use of SourceOrder to find first initializer in DefineOutlineKadir Cetinkaya2020-06-102-11/+45
* [clangd] Filter pch related flags coming from the userKadir Cetinkaya2020-06-101-2/+10
* [clangd] Fix early selection for non-vardecl declaratorsKadir Cetinkaya2020-06-103-6/+30
* [clangd] Disable all dependency outputsKadir Cetinkaya2020-06-102-0/+21
* [clangd][Hover] Handle uninstantiated default argsKadir Cetinkaya2020-06-102-2/+32
* [clang] Fix crash on visiting null nestedNameSpecifier.Haojian Wu2020-06-102-1/+10
* PR45063: Fix crash on invalid processing an elaborated class template-idRichard Smith2020-06-102-0/+7
* [clang] Persist Attr::IsPackExpansion into the PCHNathan Ridge2020-06-102-0/+28
* [clangd] Don't assert when completing a lambda variable inside the lambda.Sam McCall2020-06-105-6/+45
* [clangd] Fix modernize-loop-convert "multiple diag in flight" crash.Haojian Wu2020-06-102-9/+35
* [clangd] Add the missing elaborated types in FindTarget.Haojian Wu2020-06-102-0/+11
* [clangd] Handle the missing injectedClassNameType in targetDecl.Haojian Wu2020-06-102-0/+13
* [clangd] Fix null check in FindTarget.Sam McCall2020-06-101-1/+1
* Don't jump to landing pads in Control Flow OptimizerArthur Eubanks2020-05-282-8/+38
* [arm] Add big-endian version of pcrel fixups for adr instructionsDimitry Andric2020-05-192-12/+10
* [ARM] Only produce qadd8b under hasV6OpsDavid Green2020-05-192-1/+2
* [PowerPC] Do not attempt to reuse load for 64-bit FP_TO_UINT without FPCVTNemanja Ivanovic2020-05-192-2/+62
* [WebAssembly] Add section names for some DWARF5 sectionsDerek Schuff2020-05-191-1/+11
* [clang] fix undefined behaviour in RawComment::getFormattedText()Oliver Bruns2020-05-181-1/+1
* [globalopt] Don't emit DWARF fragments for membersDavid Spickett2020-05-182-6/+79
* Backport 4878aa36d4a [ValueLattice] Add new state for undef constants.Florian Hahn2020-05-1810-68/+1018
* Enable IBT(Indirect Branch Tracking) in JIT with CET(Control-flow Enforcement...Xiang1 Zhang2020-05-184-8/+59
* CET for Exception HandlePengfei Wang2020-05-182-3/+41
* PR45350: Handle unsized array CXXConstructExprs in constant evaluationRichard Smith2020-05-182-1/+42
* [lldb] [PECOFF] Only use PECallFrameInfo on the one supported architectureMartin Storsjö2020-05-181-0/+3
* [CodeGen] fix inline builtin-related breakage from D78162George Burgess IV2020-05-072-3/+25
* [CodeGen] only add nobuiltin to inline builtins if we'll emit themGeorge Burgess IV2020-05-072-1/+27
* [profile] Don't crash when forking in several threadsCalixte Denizet2020-05-075-37/+204
* [clang-format] [PR45357] Fix issue found with operator spacingmydeveloperday2020-05-072-1/+58
* clang-format: Fix pointer alignment for overloaded operators (PR45107)Hans Wennborg2020-05-072-14/+39
* [libclang] Remove duplicate dependency on LLVMSupportJan Korous2020-05-071-1/+0
* [MachineSink] Fix for breaking phi edges with instructions with multiple defsDavid Green2020-05-072-17/+69
* PR45000: Let Sema::SubstParmVarDecl handle default args of lambdas in initial...Aaron Puchert2020-05-067-21/+31
* BPF: fix a CORE optimization bugYonghong Song2020-05-062-1/+119
* [Sema] Allow function attribute patchable_function_entry on aarch64_beFangrui Song2020-05-062-1/+2
* [llvm-objcopy] Avoid invalid Sec.Offset after D79229Fangrui Song2020-05-031-4/+4
* [llvm-objcopy] -O binary: skip empty sectionsFangrui Song2020-05-012-8/+64
* github actions: Improve abi-compare checkTom Stellard2020-04-301-2/+11
* libclc: cmake configure should depend on file listJan Vesely2020-04-301-0/+10
* Add GitHub action for running libclc testsTom Stellard2020-04-291-0/+53
* libclc: Pass system libraries to the linker after llvm librariesTom Stellard2020-04-291-1/+1
* [Coroutines] Fix PR45130Jun Ma2020-04-292-1/+56
* [Clang] Fix Hurd toolchain test on a two-stage build with ThinLTOAlexandre Ganea2020-04-296-14/+35
* Add GitHub action for running lldb testsTom Stellard2020-04-291-0/+47
* Revert "Re-land [MC] Fix quadratic behavior in addPendingLabel"Tom Stellard2020-04-292-4/+7
* Re-land [MC] Fix quadratic behavior in addPendingLabelAlexandre Ganea2020-04-272-7/+4
* [PowerPC] Don't generate ST_VSR_SCAL_INT if power8-vector is disabledKai Luo2020-04-222-3/+12
OpenPOWER on IntegriCloud