summaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)Author
2019-01-14Update GettingStarted guide to recommend that people use the newJames Y Knight
2019-01-14Revert "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"Nikita Popov
2019-01-14[Object] Return a symbol_iterator, rather than a basic_symbol_iterator, fromLang Hames
2019-01-14[WebAssembly][FastISel] Do not assume naive CmpInst loweringThomas Lively
2019-01-14[llvm-ar] Temporarily remove failing test which is breaking buildbotsJordan Rupprecht
2019-01-14[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectorsNikita Popov
2019-01-14[opaque pointer types] Update GetElementPtr creation APIs toJames Y Knight
2019-01-14[opaque pointer types] Update LoadInst creation APIs to consistentlyJames Y Knight
2019-01-14[opaque pointer types] Update InvokeInst creation APIs to consistentlyJames Y Knight
2019-01-14[opaque pointer types] Update CallInst creation APIs to consistentlyJames Y Knight
2019-01-14[llvm-ar] Flatten thin archives.Jordan Rupprecht
2019-01-14[SanitizerCoverage][NFC] Use appendToUsed instead of includeJonathan Metzman
2019-01-14[lit] llvm-lit.in: specify file encoding to UTF-8George Karpenkov
2019-01-14[X86] Silence a -Wparentheses warning on gcc. NFCCraig Topper
2019-01-14expand DIContext interface a bitDavid Callahan
2019-01-14[llvm][IRBuilder] Introspection for CreateAlignmentAssumption*() functionsRoman Lebedev
2019-01-14[X86][SSSE3] Bailout of lowerVectorShuffleAsPermuteAndUnpack for shuffle-with...Simon Pilgrim
2019-01-14Ignore PhiNodes when mapping sample profile dataDavid Callahan
2019-01-14[llvm-objcopy] [COFF] Remove unreferenced undefined externals with --strip-un...Martin Storsjo
2019-01-14[llvm-objcopy] [COFF] Test absolute symbols wrt --strip-unneeded and --discar...Martin Storsjo
2019-01-14Revert "Merge branch 'arcpatch-D55094'"David Callahan
2019-01-14[MC][X86] Add test case for invalid use of "(%dx)" operand.Nirav Dave
2019-01-14[x86] lower extracted add/sub to horizontal vector mathSanjay Patel
2019-01-14Merge branch 'arcpatch-D55094'David Callahan
2019-01-14Revert "[VFS] Allow multiple RealFileSystem instances with independent CWDs."Amara Emerson
2019-01-14gn build: Unbreak mac build after r350977Nico Weber
2019-01-14gn build: Fix path to gn.py in docsNico Weber
2019-01-14cmake: Don't install plugins used for examples or testsTom Stellard
2019-01-14[WebAssembly] Remove tests for old intrinsics.Dan Gohman
2019-01-14gn build: svn propset svn:executable on utils/gn/gn.pyNico Weber
2019-01-14[WebAssembly] Remove old intrinsicsDan Gohman
2019-01-14[WebAssembly] Add a release notes blurbDan Gohman
2019-01-14[VFS] Disable unix-assuming VFS test on windowsSam McCall
2019-01-14[X86] Add PR40306 shuffle test caseSimon Pilgrim
2019-01-14Reapply r345008 "Split MachinePipeliner code into header and cpp files"Adrian Prantl
2019-01-14Remove NameLen argument from newly-introduced IR C APIs.James Y Knight
2019-01-14Reland "Refactor GetRegistersForValue. NFCI."Nirav Dave
2019-01-14[DAGCombiner] Add (sub_sat x, x) -> 0 combineSimon Pilgrim
2019-01-14[DAGCombiner] Enable sub saturation constant foldingSimon Pilgrim
2019-01-14[X86] Add sub saturation constant folding and self tests.Simon Pilgrim
2019-01-14[DAGCombiner] Add add/sub saturation undef handlingSimon Pilgrim
2019-01-14[VFS] Fix unused variable warning. NFCSam McCall
2019-01-14[MIPS GlobalISel] Fix release build make-check after r351046Petar Avramovic
2019-01-14[DAGCombiner] add saturation instructions are commutativeSimon Pilgrim
2019-01-14[X86] Add add/sub saturation undef tests.Simon Pilgrim
2019-01-14gn build: Add gn.py wrapper script that adds --dotfile= and --root= parametersNico Weber
2019-01-14[DAGCombiner] Enable add saturation constant foldingSimon Pilgrim
2019-01-14[mips] Optimize shifts for types larger than GPR size (mips2/mips3)Aleksandar Beserminji
2019-01-14[DebugInfo] Remove un-necessary logic from HoistThenElseCodeToIfJeremy Morse
2019-01-14[DAGCombiner] Add add saturation constant folding tests.Simon Pilgrim