OSDN Git Service

android-x86/external-llvm.git
2019-01-15 Roman Lebedev[llvm][IRBuilder] Introspection for CreateAlignmentAssu...
2019-01-15 Martin Storsjo[llvm-objcopy] [COFF] Implement --strip-all[-gnu] for...
2019-01-15 Martin Storsjo[llvm-objcopy] [COFF] Remove pointless comment chars...
2019-01-15 George Rimar[llvm-objdump] - Cleanup the code. NFCI.
2019-01-15 Peter Collingbournegn build: Rename llvm_host_triple to llvm_current_tripl...
2019-01-15 Peter Collingbournegn build: Make a couple of improvements to the unix...
2019-01-15 Peter Collingbournegn build: Switch to using current_os in lib/Support...
2019-01-15 Craig Topper[X86] Upgrade some avx512bw shift intrinsics that were...
2019-01-15 Dan Gohman[WebAssembly] Support multilibs for wasm32 and add...
2019-01-15 Craig Topper[X86] Add test cases for D56695. NFC
2019-01-15 Craig Topper[X86] Switch the triple on avx2-intrinsics-x86.ll to...
2019-01-15 Vlad TsyrklevichRevert alignment assumptions changes
2019-01-15 Peter Collingbournegn build: Split no-RTTI flag into a config.
2019-01-15 Peter Collingbournegn build: Stop defining LLVM_ON_UNIX globally.
2019-01-15 Thomas Lively[WebAssembly] Expand SIMD shifts while V8's implementat...
2019-01-15 Marek OlsakAMDGPU: Add a fast path for icmp.i1(src, false, NE)
2019-01-15 Evandro Menezes[AArch64] Adjust the feature set for Exynos
2019-01-15 Reid Kleckner[X86] Avoid clobbering ESP/RSP in the epilogue.
2019-01-15 Evandro Menezes[AArch64] Fix typo (NFC)
2019-01-15 Evandro Menezes[AArch64] Fix typo (NFC)
2019-01-15 Eli Friedman[EarlyIfConversion] Don't if-convert unconditional...
2019-01-15 Eli Friedman[AArch64] Explicitly use v1i64 type for llvm.aarch64...
2019-01-14 Evandro Menezes[AArch64] Add new target feature to fuse arithmetic...
2019-01-14 Lang Hames[ORC] Move ORC Core symbol map and set types into their...
2019-01-14 Benjamin Kramer[X86] Fix unused variable warning in Release builds...
2019-01-14 James Y KnightUpdate GettingStarted guide to recommend that people...
2019-01-14 Nikita PopovRevert "[CodeGen][X86] Expand USUBSAT to UMAX+SUB,...
2019-01-14 Lang Hames[Object] Return a symbol_iterator, rather than a basic_...
2019-01-14 Thomas Lively[WebAssembly][FastISel] Do not assume naive CmpInst...
2019-01-14 Jordan Rupprecht[llvm-ar] Temporarily remove failing test which is...
2019-01-14 Nikita Popov[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for...
2019-01-14 James Y Knight[opaque pointer types] Update GetElementPtr creation...
2019-01-14 James Y Knight[opaque pointer types] Update LoadInst creation APIs...
2019-01-14 James Y Knight[opaque pointer types] Update InvokeInst creation APIs...
2019-01-14 James Y Knight[opaque pointer types] Update CallInst creation APIs...
2019-01-14 Jordan Rupprecht[llvm-ar] Flatten thin archives.
2019-01-14 Jonathan Metzman[SanitizerCoverage][NFC] Use appendToUsed instead of...
2019-01-14 George Karpenkov[lit] llvm-lit.in: specify file encoding to UTF-8
2019-01-14 Craig Topper[X86] Silence a -Wparentheses warning on gcc. NFC
2019-01-14 David Callahanexpand DIContext interface a bit
2019-01-14 Roman Lebedev[llvm][IRBuilder] Introspection for CreateAlignmentAssu...
2019-01-14 Simon Pilgrim[X86][SSSE3] Bailout of lowerVectorShuffleAsPermuteAndU...
2019-01-14 David CallahanIgnore PhiNodes when mapping sample profile data
2019-01-14 Martin Storsjo[llvm-objcopy] [COFF] Remove unreferenced undefined...
2019-01-14 Martin Storsjo[llvm-objcopy] [COFF] Test absolute symbols wrt --strip...
2019-01-14 David CallahanRevert "Merge branch 'arcpatch-D55094'"
2019-01-14 Nirav Dave[MC][X86] Add test case for invalid use of "(%dx)"...
2019-01-14 Sanjay Patel[x86] lower extracted add/sub to horizontal vector...
2019-01-14 David CallahanMerge branch 'arcpatch-D55094'
2019-01-14 Amara EmersonRevert "[VFS] Allow multiple RealFileSystem instances...
2019-01-14 Nico Webergn build: Unbreak mac build after r350977
2019-01-14 Nico Webergn build: Fix path to gn.py in docs
2019-01-14 Tom Stellardcmake: Don't install plugins used for examples or tests
2019-01-14 Dan Gohman[WebAssembly] Remove tests for old intrinsics.
2019-01-14 Nico Webergn build: svn propset svn:executable on utils/gn/gn.py
2019-01-14 Dan Gohman[WebAssembly] Remove old intrinsics
2019-01-14 Dan Gohman[WebAssembly] Add a release notes blurb
2019-01-14 Sam McCall[VFS] Disable unix-assuming VFS test on windows
2019-01-14 Simon Pilgrim[X86] Add PR40306 shuffle test case
2019-01-14 Adrian PrantlReapply r345008 "Split MachinePipeliner code into heade...
2019-01-14 James Y KnightRemove NameLen argument from newly-introduced IR C...
2019-01-14 Nirav DaveReland "Refactor GetRegistersForValue. NFCI."
2019-01-14 Simon Pilgrim[DAGCombiner] Add (sub_sat x, x) -> 0 combine
2019-01-14 Simon Pilgrim[DAGCombiner] Enable sub saturation constant folding
2019-01-14 Simon Pilgrim[X86] Add sub saturation constant folding and self...
2019-01-14 Simon Pilgrim[DAGCombiner] Add add/sub saturation undef handling
2019-01-14 Sam McCall[VFS] Fix unused variable warning. NFC
2019-01-14 Petar Avramovic[MIPS GlobalISel] Fix release build make-check after...
2019-01-14 Simon Pilgrim[DAGCombiner] add saturation instructions are commutative
2019-01-14 Simon Pilgrim[X86] Add add/sub saturation undef tests.
2019-01-14 Nico Webergn build: Add gn.py wrapper script that adds --dotfile...
2019-01-14 Simon Pilgrim[DAGCombiner] Enable add saturation constant folding
2019-01-14 Aleksandar... [mips] Optimize shifts for types larger than GPR size...
2019-01-14 Jeremy Morse[DebugInfo] Remove un-necessary logic from HoistThenEls...
2019-01-14 Simon Pilgrim[DAGCombiner] Add add saturation constant folding tests.
2019-01-14 Diana Picus[ARM GlobalISel] Import MOVi32imm into GlobalISel
2019-01-14 Simon Pilgrim[SelectionDAG] Add type sanity assertions for add/sub...
2019-01-14 David Stuttard[AMDGPU] Add support for TFE/LWE in image intrinsics...
2019-01-14 Sam McCall[VFS] Allow multiple RealFileSystem instances with...
2019-01-14 Francis Visoiu... Replace "no-frame-pointer-*" function attributes with...
2019-01-14 Petar Avramovic[MIPS GlobalISel] Add pre legalizer combiner pass
2019-01-14 Max Kazantsev[BasicBlockUtils] Generalize DeleteDeadBlock to deal...
2019-01-14 Dmitry Venikov[llvm-symbolizer] Add -addresses, -a as aliases for...
2019-01-14 Thomas Preud... Fix defines.txt
2019-01-14 Thomas Preud... Detect incorrect FileCheck variable CLI definition
2019-01-14 Thomas Preud... Add support for prefix-only CLI options
2019-01-14 Craig Topper[X86] Remove mask parameter from avx512 pmultishiftqb...
2019-01-14 Craig Topper[X86] Add new test file that was supposed to go with...
2019-01-14 Craig Topper[X86] Update type profile for DBPSADBW to indicate...
2019-01-14 Craig Topper[X86] Remove unused intrinsic handlers. NFC
2019-01-14 Craig Topper[X86] Remove FPCLASS intrinsic handler. Use INTR_TYPE_2...
2019-01-14 Craig Topper[X86] Remove mask parameter from vpshufbitqmb intrinsic...
2019-01-13 Simon Pilgrim[DAGCombiner] If add_sat(x,y) can't overflow -> add...
2019-01-13 Simon PilgrimFix unused variable warning. NFCI.
2019-01-13 Simon Pilgrim[DAGCombiner] Some very basic add/sub saturation combines.
2019-01-13 Simon Pilgrim[X86] Add some basic add/sub saturation combine tests.
2019-01-13 Craig Topper[LegalizeDAG] Remove 'NeedInvert' code from expansion...
2019-01-13 Nikita Popov[X86] Rename overly verbose method; NFC
2019-01-13 James Y KnightRemove TypeBuilder.h, and fix the few locations using it.
2019-01-13 Craig Topper[X86] Add more ISD nodes to handle masked versions...
next