OSDN Git Service

android-x86/external-llvm.git
2018-10-30 Sanjay Patel[DAGCombiner] narrow vector binops when extraction...
2018-10-30 Diogo N. Sampaio[FIX][AArch64] Add support for UDF instruction
2018-10-30 Sanjay Patel[SelectionDAG] fix build warning for mismatched signs...
2018-10-30 Jonas Paulsson[SystemZ] Improve isFoldableLoad() for Sub, SDiv and...
2018-10-30 Francis Visoiu... [X86] Re-enable the machine verifier after fixing more...
2018-10-30 Francis Visoiu... [llc] Error out when -print-machineinstrs is used with...
2018-10-30 James Henderson[llvm-size] Reject unknown radix values
2018-10-30 Diogo N. Sampaio[FIX][AArch64] Add support for UDF instruction
2018-10-30 Nicola Zaghen[SROA] Use offset sizes from the DataLayout instead...
2018-10-30 Roman Lebedev[X86][BMI1] X86DAGToDAGISel: select BEXTR from x &...
2018-10-30 Roman Lebedev[X86] Add extra-uses on the mask of pattern c of extrac...
2018-10-30 Diogo N. Sampaio[AArch64] Add support for UDF instruction
2018-10-30 Simon Pilgrim[SelectionDAG] Add FoldBUILD_VECTOR to simplify new...
2018-10-30 David Bolvansky[DAGCombiner] Improve X div/rem Y fold if single bit...
2018-10-30 Craig Topper[LegalizeTypes] Teach PromoteIntRes_BITCAST to better...
2018-10-30 Craig Topper[AArch64] Add test case for D53229. NFC
2018-10-30 Craig Topper[X86] Cleanup the code in LowerFABSorFNEG and LowerFCOP...
2018-10-30 Craig Topper[X86] Stop changing f128 fand/for/fxor to v2i64.
2018-10-30 Matt ArsenaultAMDGPU: Remove custom BUILD_VECTOR combine
2018-10-30 Matt ArsenaultAMDGPU: Use scavengeRegisterBackwards
2018-10-30 Matt ArsenaultRemove dead declaration
2018-10-30 Matt ArsenaultFix typos in comment
2018-10-30 Matt ArsenaultPass TRI to printReg
2018-10-29 Reid KlecknerRemove unneeded friend declarations that clang-cl warns on
2018-10-29 Alina Sbirlea[AliasSetTracker] Cleanup addPointer interface. [NFCI]
2018-10-29 Wolfgang Pieb[DWARF][NFC] Refactor range list extraction and dumping
2018-10-29 Alexander Shaposhnikov[llvm-objcopy] Move elf-specific code into subfolder
2018-10-29 Erich KeaneAdd parens to fix incorrect assert check.
2018-10-29 Konstantin... AMDGPU: Enable code object v3 by default
2018-10-29 Sanjay Patel[InstSimplify] add tests for abs/nabs+icmp folding...
2018-10-29 Fedor Sergeev[LoopUnroll] NFC. Factor out runtime-loop.ll common...
2018-10-29 Jessica Paquette[MachineOutliner] Inherit target features from parent...
2018-10-29 Matthias BraunRelax fast register allocator related test cases; NFC
2018-10-29 Simon Pilgrim[X86] Set isMachineVerifierClean() back to false (PR27481)
2018-10-29 Vedant Kumar[HotColdSplitting] Allow outlining single-block cold...
2018-10-29 Thomas Lively[WebAssembly] Lower away condition truncations for...
2018-10-29 Simon Pilgrim[X86][SSE] getFauxShuffleMask - Fix shuffle mask adjust...
2018-10-29 Craig Topper[X86] Add AES to KNL CPUs to match clang.
2018-10-29 Stanislav Mekhanoshin[AMDGPU] Fixed return value causing warning and regression
2018-10-29 Bryan Chan[AArch64] Rename FP16FML instruction format (NFC)
2018-10-29 Stanislav Mekhanoshin[AMDGPU] Match v_swap_b32
2018-10-29 Francis Visoiu... [X86] Enable the MachineVerifier by default
2018-10-29 Leonard Chan[Intrinsic] Signed and Unsigned Saturation Subtraction...
2018-10-29 Luke Cheeseman[AArch64] Return address signing B key support
2018-10-29 Robert Widmann[LLVM-C] Add Builder Bindings to Common Memory Intrinsics
2018-10-29 Michael Kruse[git/svn] Ignore Visual Studio's CMakeSettings.json.
2018-10-29 James Henderson[llvm-objdump] Don't crash when using `-a` on non-archives
2018-10-29 Francis Visoiu... [X86] Remove outdated test
2018-10-29 Andrea Di Biagio[llvm-mca] Lower to mca::Instructon before the pipeline...
2018-10-29 Greg Bedwell[llvm-mca][UpdateTestChecks] Don't try to align blocks...
2018-10-29 James Henderson[llvm-objdump] Add '--full-contents' as alias for '-s'
2018-10-29 Sjoerd Meijer[ARM][NFC] Fix test inlineasm-X-allocation.ll
2018-10-29 Craig Topper[X86] Force floating point values in constant pool...
2018-10-28 Craig Topper[X86] Recognize constant splats in LowerFCOPYSIGN.
2018-10-28 Craig Topper[X86] Add test case to show failure to handle splat...
2018-10-28 Saleem AbdulrasoolRevert "Revert "DebugInfo: reduce DIE range verificatio...
2018-10-28 Craig Topper[SelectionDAG] Fix bad indentation. NFC
2018-10-28 Clement Courbet[llvm-exegesis] Fix SNB counter definition and handling.
2018-10-28 Simon Pilgrim[TargetLowering] Move i64/vXi64 to f32/vXf32 UINT_TO_FP...
2018-10-28 Roman Lebedev[X86][NFC] sse42-schedule.ll: disable XOP for BdVer2...
2018-10-28 Roman Lebedev[X86][NFC] sse41-schedule.ll: disable XOP for BdVer2...
2018-10-28 Roman Lebedev[X86][NFC] sse2-schedule.ll: disable XOP for BdVer2...
2018-10-28 Simon Pilgrim[VectorLegalizer] Enable TargetLowering::expandFP_TO_UI...
2018-10-28 Craig Topper[DAGCombiner] Better constant vector support for FCOPYSIGN.
2018-10-28 Craig Topper[X86] Add test cases showing missed opportunities for...
2018-10-27 Fangrui Song[utils] collect_and_build_with_pgo.py: revert part...
2018-10-27 Fangrui Song[utils] Fix _run_benchmark in collect_and_build_with_pgo.py
2018-10-27 Renato GolinRevert r344172: [LV] Add a new reduction pattern match
2018-10-27 Roman LebedevAMD BdVer2 (Piledriver) Initial Scheduler model
2018-10-27 Roman Lebedev[NFC][X86] Baseline tests for AMD BdVer2 (Piledriver...
2018-10-27 George Burgess IV[utils] Run tests in the proper directory.
2018-10-27 Simon Pilgrim[X86][SSE] LowerVSELECT - pull out repeated getOperand...
2018-10-27 Vlad TsyrklevichRevert "DebugInfo: reduce DIE range verification on...
2018-10-27 Florian Hahn[Local] Keep K's range if K does not move when combinin...
2018-10-27 Sanjay Patel[x86] make test immune to improved extraction in D53784...
2018-10-27 Simon PilgrimFix -Wdocumentation warning. NFCI.
2018-10-27 Simon PilgrimRegenerate FP_TO_INT tests.
2018-10-27 Simon Pilgrim[TargetLowering] Move LegalizeDAG FP_TO_UINT handling...
2018-10-27 Simon PilgrimRevert rL345395: [X86][SSE] Move 2-input limit up from...
2018-10-27 Sanjin Sijaric[ARM64][Windows] MCLayer support for exception handling
2018-10-27 Craig Topper[X86] Add some isel patterns for scalar_to_vector/extra...
2018-10-27 Alina SbirleaRevert r345169 [along with its llvm counterpart r345170...
2018-10-27 Saleem Abdulrasooltest: add missing -triple
2018-10-27 Brendon Cahoon[Hexagon] Add missing assignment to Itinerary in Call_nr
2018-10-27 Saleem AbdulrasoolDebugInfo: reduce DIE range verification on object...
2018-10-26 Jonas DevlieghereFurther split cpus test
2018-10-26 Sanjay Patel[x86] adjust tests to preserve behavior; NFC
2018-10-26 Ryan Prichard[llvm-readobj] Fix bugs with unrecognized types in...
2018-10-26 Leonard ChanRevert "[PassManager/Sanitizer] Enable usage of ported...
2018-10-26 Volodymyr Sapsai[VFS] Add property 'fallthrough' that controls fallback...
2018-10-26 Sanjay Patel[DAGCombiner] rearrange code in narrowExtractedVectorBi...
2018-10-26 Sanjay Patel[ValueTracking] peek through shuffles in ComputeNumSign...
2018-10-26 Craig Topper[LegalizeTypes] Stop DAGTypeLegalizer::getSETCCWidenedR...
2018-10-26 George Burgess IVAdd docs+a script for building clang/LLVM with PGO
2018-10-26 Reid Kleckner[Spectre] Fix MIR verifier errors in retpoline thunks
2018-10-26 Eli Friedman[ARM] Make InstrEmitter mark CPSR defs dead for Thumb1.
2018-10-26 Yi Kong[XRay] Use std::errc::invalid_argument instead of std...
2018-10-26 Lei Huang[PowerPC] Improve BUILD_VECTOR of 4 i32s
2018-10-26 Christy LeePointer types were treated as zero-size by MergeICmps
2018-10-26 Lang Hames[ADT] Use explicit constructors for DenseMapPair to...
next