summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Do not declare compiler extension member as constserge-sans-paille2020-06-171-1/+1
* Update compiler extension integration into the build systemserge-sans-paille2020-06-1712-22/+113
* [nfc] Cleanup extension header generationserge-sans-paille2020-06-171-6/+7
* Fix compiler extension in standalone modeserge-sans-paille2020-06-174-35/+35
* Fix standalone build interaction with compiler extensionserge-sans-paille2020-06-172-21/+40
* Fix integration of pass plugins with llvm dylibserge-sans-paille2020-06-172-2/+2
* Fix alignment of thunks for ARM/ARM64Martin Storsjö2020-06-173-16/+30
* [AARch64] Add Marvell ThunderX3T110 supportWei Zhao2020-06-1722-16/+2101
* [X86] make sure POP has implicit def/use of stack pointer when materializing ...Yuanfang Chen2020-06-172-0/+22
* [ELF] Don't cause assertion failure if --dynamic-list or --version-script tak...Fangrui Song2020-06-163-1/+14
* [IndVarSimplify][LoopUtils] Avoid TOCTOU/ordering issues (PR45835)Tom Stellard2020-06-162-34/+98
* [AArch64] Fix BTI instruction emission.Daniel Kiss2020-06-162-5/+15
* [AArch64] Fix BTI landing pad generation.Daniel Kiss2020-06-162-0/+35
* [lld][ELF] Mark empty NOLOAD output sections SHT_NOBITS instead of SHT_PROGBITSMatt Schulte2020-06-162-3/+6
* [ELF][test] Make tests less address sensitive and delete redundant testsFangrui Song2020-06-167-164/+22
* [X86] Fold undef elts to 0 in getTargetVShiftByConstNode.Craig Topper2020-06-162-17/+20
* [X86] Teach combineVectorShiftImm to constant fold undef elements to 0 not un...Craig Topper2020-06-162-4/+12
* lit googletest.py: Don't raise StopIteration in generatorHans Wennborg2020-06-161-1/+1
* [clangd] Use printf instead of `echo -e` to be compliant with dashKadir Cetinkaya2020-06-161-2/+2
* [clangd] Disable dependency-output lit test on windowsKadir Cetinkaya2020-06-161-0/+1
* ValueMapper does not preserve inline assembly dialect when remapping the typeCraig Topper2020-06-111-1/+2
* [X86] Add x, t and g modifiers for inline asmCraig Topper2020-06-113-3/+100
* [clangd] Preserve -nostdinc and --sysroot when calling query driverKadir Cetinkaya2020-06-102-13/+47
* [clangd] Fix a crash for accessing a null template decl returned by findExpli...Haojian Wu2020-06-102-9/+37
* [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
OpenPOWER on IntegriCloud