summaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)Author
2019-01-04[PGO] Use SourceFileName rather module name in PGOFuncNameRong Xu
2019-01-04[X86] Fix warning; NFCNikita Popov
2019-01-04Update the pr_datasz of .note.gnu.property section.Vyacheslav Zakharin
2019-01-04[BDCE] Remove dead uses of argumentsNikita Popov
2019-01-04[AArch64] Adjust the cost model for Exynos M3Evandro Menezes
2019-01-04[X86] Add INSERT_SUBVECTOR to ComputeNumSignBitsCraig Topper
2019-01-04[x86] add tests for potential horizontal vector ops; NFCSanjay Patel
2019-01-04hwasan: Implement lazy thread initialization for the interceptor ABI.Peter Collingbourne
2019-01-04[ThinLTO] Handle chains of aliasesTeresa Johnson
2019-01-04[x86] lower extracted fadd/fsub to horizontal vector math; 2nd trySanjay Patel
2019-01-04[CodeExtractor] Do not extract unsafe lifetime markersVedant Kumar
2019-01-04[InstCombine] reduce raw IR narrowing rotate patterns to funnel shiftSanjay Patel
2019-01-04[gn build] Merge r350351Nico Weber
2019-01-04[gn build] Commit change that should have been in r350410.Nico Weber
2019-01-04[gn build] Add even more build files for LLVM unittestsNico Weber
2019-01-04[gn build] Add more build files for LLVM unittestsNico Weber
2019-01-04[gn build] Start adding build files for LLVM unittestsNico Weber
2019-01-04[gn build] Add check-llvm target and make it workNico Weber
2019-01-04[gn build] Add build file for libLTO.dylibNico Weber
2019-01-04[LICM] Adjust how moving the re-hoist point worksJohn Brawn
2019-01-04[gn build] Add build files for llvm/lib/{LineEditor,Testing/Support,TextAPI}Nico Weber
2019-01-04Undo r350355 "[X86] Remove terrible DX Register parsing hack in parse operand...Nirav Dave
2019-01-04[CostModel][X86] Fix SSE1 FADD/FSUB costsSimon Pilgrim
2019-01-04Revert patches 348835 and 348571 because they'reRanjeet Singh
2019-01-04[CostModel][X86] Add SSE1 fp cost testsSimon Pilgrim
2019-01-04Fix typo: "with he MODULE" -> "with the MODULE"Mark Searles
2019-01-04[X86] Add VPSLLI/VPSRLI ((X >>u C1) << C2) SimplifyDemandedBits combineSimon Pilgrim
2019-01-04[MCA] Improved handling of in-order issue/dispatch resources.Andrea Di Biagio
2019-01-04[X86] Split immediate shifts tests. NFCI.Simon Pilgrim
2019-01-04[ValueTracking] Fix a misuse of APInt in GetPointerBaseWithConstantOffsetFlorian Hahn
2019-01-04[gn build] Make write_cmake_config.py check that each key passed is uniqueNico Weber
2019-01-04[MCA] Store extra information about processor resources in the ResourceManager.Andrea Di Biagio
2019-01-04[AArch64] Add command-line option predresDiogo N. Sampaio
2019-01-04[CMake] Use XCODE_ATTRIBUTE properties for code signing and entitlements in X...Stefan Granitz
2019-01-04[WebAssembly] Split the checking from the sorting logic.Richard Trieu
2019-01-04[memcpyopt] Remove a few unnecessary isVolatile() checks. NFCXin Tong
2019-01-04[X86] Add post-isel peephole to fold KAND+KORTEST into KTEST if only the zero...Craig Topper
2019-01-04revert r350369: [x86] lower extracted fadd/fsub to horizontal vector mathSanjay Patel
2019-01-03[x86] lower extracted fadd/fsub to horizontal vector mathSanjay Patel
2019-01-03[WebAssembly] Optimize Irreducible Control FlowHeejin Ahn
2019-01-03[WebAssembly] Fixed disassembler not knowing about new brlist operandWouter van Oortmerssen
2019-01-03[WebAssembly] Made InstPrinter more robustWouter van Oortmerssen
2019-01-03[x86] add 512-bit vector tests for horizontal ops; NFCSanjay Patel
2019-01-03[x86] add AVX512 runs for horizontal ops; NFCSanjay Patel
2019-01-03[X86] Add test case for D56283.Craig Topper
2019-01-03[x86] remove dead CHECK lines from test file; NFCSanjay Patel
2019-01-03[x86] split tests for FP and integer horizontal mathSanjay Patel
2019-01-03[x86] add common FileCheck prefix to reduce assert duplication; NFCSanjay Patel
2019-01-03[X86] Remove terrible DX Register parsing hack in parse operand. NFCI.Nirav Dave
2019-01-03[DAGCombiner][x86] scalarize binop followed by extractelementSanjay Patel