aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)Author
2019-01-17[MergeFunc] Prevent silent miscompile of vararg functionsHEADmasterVedant Kumar
2019-01-17Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively
2019-01-17[X86] Remove GCCBuiltin from deprecated avx512 scatter intrinsics that use sc...Craig Topper
2019-01-17[docs] Fix formatting.Eli Friedman
2019-01-17[FunctionComparator] Consider tail call kindsVedant Kumar
2019-01-17[SEH] [ARM64] Retrieve the frame pointer from SEH funcletsSanjin Sijaric
2019-01-17[docs] Add more ARM/AArch64 links to CompilerWriterInfo.rst .Eli Friedman
2019-01-16[WebAssembly] Parse llvm.ident into producers sectionThomas Lively
2019-01-16Fix a mistake in rL351392.Wei Mi
2019-01-16[AsmPrinter] Collapse .loc 0 0 directivesJonas Devlieghere
2019-01-16[PGO] Make pgo related options in opt more consistent.Wei Mi
2019-01-16[X86] Remove GCCBuiltin from deprecated gather builtins in preparation for cu...Craig Topper
2019-01-16[WebAssembly] Remove expected failure from known_gcc_test_failures.txt. NFC.Sam Clegg
2019-01-16[NFC] Factor out + document build requirementsJF Bastien
2019-01-16[TSan] Fix comment. NFC.Philip Pfaffe
2019-01-16[X86] Sink complex MCU CC helper to .cpp file from .h file, NFCReid Kleckner
2019-01-16[X86] Add X86ISD::VSHLV and X86ISD::VSRLV nodes for psllv and psrlvCraig Topper
2019-01-16[X86] Use X86ISD::BLENDV for blendv intrinsics. Replace vselect with blendv j...Craig Topper
2019-01-16AMDGPU: Adjust the chain for loads writing to the HI part of a register.Changpeng Fang
2019-01-16[X86] Add a one use check to the setcc inversion code in combineVSelectWithAl...Craig Topper
2019-01-16[X86] Add test case for D56765. NFCCraig Topper
2019-01-16[X86] Add additional saturating add/sub vector tests; NFCNikita Popov
2019-01-16Fix most of LLVM's tests with LLVM_ENABLE_PIC=OFFNico Weber
2019-01-16[COFF, ARM64] Implement support for SEH extensions __try/__except/__finallyMandeep Singh Grang
2019-01-16[Hexagon] Do not promote terminator instructions in Hexagon loop idiomsKrzysztof Parzyszek
2019-01-16gn build: Add headers to compiler-rt build files.Peter Collingbourne
2019-01-16[X86][BtVer2] Update latency of horizontal operations.Andrea Di Biagio
2019-01-16[X86] getFauxShuffleMask - bail for non-byte aligned shuffle typesSimon Pilgrim
2019-01-16[X86] Regenerate testSimon Pilgrim
2019-01-16[elfabi] Add support for reading DT_SONAME from binariesArmando Montanez
2019-01-16[DebugInfo] Allow creation of DBG_VALUEs in blocks where the operand is not usedJeremy Morse
2019-01-16Remove misleading line about git's lack of revision numbers.Erich Keane
2019-01-16[llvm-readobj] Set correct offset when dumping hex section output.Sid Manning
2019-01-16[x86] add tests for extracted scalar casts (PR39974); NFCSanjay Patel
2019-01-16[X86] Add combineX86ShufflesRecursively helper. NFCI.Simon Pilgrim
2019-01-16AMDGPU: Add llvm.amdgcn.ds.ordered.add & swapMarek Olsak
2019-01-16[SLP] Fix PR40310: The reduction nodes should stay scalar.Alexey Bataev
2019-01-16[llvm-nm] Allow --size-sort to print symbols with only Symbol sizeSaurabh Badhwar
2019-01-16[x86] lower shuffle of extracts to AVX2 vperm instructionsSanjay Patel
2019-01-16[MSP430] Emit a separate section for every interrupt vectorAnton Korobeynikov
2019-01-16[X86][SSE] Add additional PR40318 shuffle test casesSimon Pilgrim
2019-01-16Revert r351324 "Build LLVM-C.dll by default on windows and enable in release ...Hans Wennborg
2019-01-16Assertion in isAllocaPromotable due to extra bitcast goes into lifetime markerGabor Buella
2019-01-16Build LLVM-C.dll by default on windows and enable in release packageHans Wennborg
2019-01-16[MSan] Apply the ctor creation scheme of TSanPhilip Pfaffe
2019-01-16Bump the trunk version to 9.0.0svnHans Wennborg
2019-01-16[SelectionDAG] Update check in createOperands to reflect max() is a valid value.Florian Hahn
2019-01-16[Support] Remove error return value from one overload of fs::make_absolutePavel Labath
2019-01-16[NewPM][TSan] Reiterate the TSan portPhilip Pfaffe
2019-01-16[DAGCombine] Fix ReduceLoadWidth for shifted offsetsSam Parker