summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [PowerPC] Fix test for PR45297 to adapt build without asserts. NFC.Kai Luo2020-04-221-1/+1
* [PowerPC] Enhance test for PR45297. NFC.Kai Luo2020-04-221-4/+7
* [PowerPC] Pre-commit reduced test case for PR45297. NFC.Kai Luo2020-04-221-0/+10
* [PowerPC] Update alignment for ReuseLoadInfo in LowerFP_TO_INTForReuseKai Luo2020-04-162-2/+49
* [CodeView] Align type records on 4-bytes when emitting PDBsAlexandre Ganea2020-04-165-6/+83
* add release notes for ffp-model and ffp-exception-behaviorMelanie Blower2020-04-161-0/+7
* [X86][SSE] combineX86ShufflesConstants - early out for zeroable vectors (PR45...Simon Pilgrim2020-04-162-1/+28
* [SimplifyCFG] Skip merging return blocks if it would break a CallBr.Jonas Paulsson2020-04-162-0/+43
* [ELF] Allow SHF_LINK_ORDER and non-SHF_LINK_ORDER to be mixedFangrui Song2020-04-144-31/+31
* [ELF][test] Improve linkerscript/linkorder.sFangrui Song2020-04-141-18/+48
* [ELF][test] Rename SHF_LINK_ORDER related "metadata" to "linkorder"Fangrui Song2020-04-1411-62/+49
* Teach TreeTransform to substitute into resolved TemplateArguments.Richard Smith2020-04-142-47/+72
* [DAGCombine] Fix splitting indexed loads in ForwardStoreValueToDirectLoad()Nemanja Ivanovic2020-04-142-10/+73
* [COFF] Don't treat DWARF sections as GC rootsReid Kleckner2020-04-132-2/+64
* [CodeGen] Fix sinking local values in lpads with phisReid Kleckner2020-04-132-1/+52
* Use FinishThunk to finish musttail thunksReid Kleckner2020-04-133-2/+59
* Add yaml defintions for CI tests with GitHub ActionsTom Stellard2020-04-133-0/+191
* Bump version to 10.0.1Tom Stellard2020-04-137-8/+8
* [llvm-objcopy] Improve tool selection logic to recognize llvm-strip-$major as...Fangrui Song2020-04-112-5/+52
* [ELF] Fix a null pointer dereference when --emit-relocs and --strip-debug are...Fangrui Song2020-04-104-4/+36
* [CUDA] Warn about unsupported CUDA SDK version only if it's used.Artem Belevich2020-03-233-13/+30
* clang/release notes: s/Subversion/git/Sylvestre Ledru2020-03-221-1/+1
* [Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...Saar Raz2020-03-197-10/+25
* [Concepts] Fix incorrect DeclContext for transformed RequiresExprBodyDeclSaar Raz2020-03-192-1/+14
* ../llvm/utils/update_test_checks.py --opt-binary bin/opt ../llvm/test/Transfo...Hans Wennborg2020-03-191-6/+24
* [EarlyCSE] avoid crashing when detecting min/max/abs patterns (PR41083)Sanjay Patel2020-03-193-15/+134
OpenPOWER on IntegriCloud