summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add std::is_constant_evaluated.Eric Fiselier2019-04-2410-10/+103
* [DataFormatters] Adjusting libc++ std::list formatter to act better with poin...Shafik Yaghmour2019-04-243-2/+7
* [AMDGPU] gfx1010 sgpr register changesStanislav Mekhanoshin2019-04-2411-43/+138
* [X86][SSE] Add tests for bitcasting vXi1 bool vectors to non-simple types.Simon Pilgrim2019-04-241-0/+2319
* [JITLink] Add support for passing arguments to jit-linked code.Lang Hames2019-04-241-2/+13
* [LLVM-C] Deprecate the LLVMValueRef-returning metadata creation functionsRobert Widmann2019-04-242-21/+31
* [AMDGPU] Add gfx1010 target definitionsStanislav Mekhanoshin2019-04-2422-118/+570
* [clangd] Fix broken helper deep in unit test. NFCSam McCall2019-04-241-9/+3
* [InstCombine][X86] Use generic expansion of PACKSS/PACKUS for constant foldin...Simon Pilgrim2019-04-241-51/+45
* Revert "[llvm-objdump] errorToErrorCode+message -> toString"JF Bastien2019-04-241-3/+4
* llvm-undname: Fix assert-on->4GiB-string-literal, found by oss-fuzzNico Weber2019-04-242-1/+9
* Make the test object callable. libstdc++'s bind checks that (libc++ currently...Marshall Clow2019-04-241-1/+1
* clang-cl: List valid values for /std: in /? outputNico Weber2019-04-241-1/+1
* Fix a one more compare test that assumed -1/0/1 instsad of <0/0/>0. NFC.Marshall Clow2019-04-241-1/+1
* [JITLink] Refer to FDE's CIE (not the most recent CIE) when parsing eh-frame.Lang Hames2019-04-246-49/+74
* Fix a couple of tests that assumed that compare retunred -1/0/1 instead of <0...Marshall Clow2019-04-244-7/+7
* [docs] Copy-edit lld/docs/WebAssembly.rstSam Clegg2019-04-241-17/+14
* [llvm-objdump] Delete redundant checkFangrui Song2019-04-241-4/+1
* [obj2yamp] - Simplify and cleanup the code in ELFDumper<ELFT>::dumpGroup a bi...George Rimar2019-04-241-27/+25
* [llvm-objdump] errorToErrorCode+message -> toStringFangrui Song2019-04-241-4/+3
* [ELF] Delete a redundant SHT_NOBITS -> SHT_PROGBITS after D60131Fangrui Song2019-04-241-1/+0
* Use llvm::stable_sortFangrui Song2019-04-2420-84/+58
* [scudo][standalone] Introduce the Secondary allocatorKostya Kortchinsky2019-04-2414-88/+476
* [AMDGPU][MC] Parser cleanup and refactoringDmitry Preobrazhensky2019-04-241-93/+48
* [x86] make sure horizontal op and broadcast types match to simplify (PR41414)Sanjay Patel2019-04-242-3/+71
* [PPC64] Consider localentry offset when computing branch distanceFangrui Song2019-04-242-1/+34
* [LLVM-C] Use dyn_cast instead of unwrap in LLVMGetDebugLoc functionswhitequark2019-04-241-15/+21
* Kill modify-python-lldb.pyPavel Labath2019-04-244-191/+0
* [yaml2obj] Replace num_zeros with write_zerosFangrui Song2019-04-241-35/+24
* [yaml2elf] - Replace a loop with write_zeros(). NFC.George Rimar2019-04-241-6/+5
* Minor code style fix in ClangUserExpression.cpp [NFC]Raphael Isemann2019-04-241-2/+1
* [X86] Add shouldFoldConstantShiftPairToMask override placeholder. NFCI.Simon Pilgrim2019-04-242-0/+9
* Shorten comment line to be below 80 characters [NFC]Raphael Isemann2019-04-241-1/+1
* [LLD][ELF] - Remove binding.elf binary from test case. NFCI.George Rimar2019-04-243-7/+21
* Add an any_cast test for array types. Thanks to Jonathan Wakely for the sugge...Marshall Clow2019-04-242-8/+25
* [LLD][ELD] - Remove excessive lines from test. NFC.George Rimar2019-04-241-5/+0
* Let llvm-cvtres (and lld-link) report duplicate resourcesNico Weber2019-04-247-30/+103
* [X86][SSE] Add masked bit test cases for PR26697Simon Pilgrim2019-04-242-20/+150
* Add 'REQUIRES: shell' to verbose-output-quoting.cHans Wennborg2019-04-241-0/+1
* Avoid name conflict with kernel headersEric Fiselier2019-04-244-9/+12
* [clangd] Fix handling of include paths in windows testsKadir Cetinkaya2019-04-242-8/+12
* [clang][HeaderSuggestion] Handle the case of dotdot with an absolute pathKadir Cetinkaya2019-04-243-4/+15
* Fix unquoted spaces in args in clang --verbose outputHans Wennborg2019-04-242-1/+10
* Revert r359048: C++ DR2387: a variable template declared wthiIlya Biryukov2019-04-2413-14404/+14242
* [clang][HeaderSearch] Make sure there are no backslashes in suggestedPathKadir Cetinkaya2019-04-243-5/+16
* yamlify lit/Minidump testsPavel Labath2019-04-247-82/+173
* PostfixExpression: move parser out of NativePDB internalsPavel Labath2019-04-246-96/+205
* Add "const" in GetUnderlyingObjects. NFCBjorn Pettersson2019-04-2413-54/+56
* [Mips][CodeGen] Remove MachineFunction::setSubtarget. Change Mips to just cop...Craig Topper2019-04-243-4/+2
* [ELF] Fix a gcc -Wextra warningFangrui Song2019-04-241-2/+2
OpenPOWER on IntegriCloud