OSDN Git Service

android-x86/external-llvm.git
2018-12-06 Diana Picus[ARM GlobalISel] Nothing is legal for Thumb
2018-12-06 Clement Courbet[X86][NFC] Add more tests for memset.
2018-12-06 George Rimar[llvm-dwarfdump] - Simplify the test case.
2018-12-06 Roman Lebedev[InstCombine] foldICmpWithLowBitMaskedVal(): don't...
2018-12-06 Roman Lebedev[NFC][InstCombine] Add more miscompile tests for foldIC...
2018-12-06 Craig Topper[X86] Remove some leftover code for handling an i1...
2018-12-06 Max Kazantsev[LoopSimplifyCFG] Delete dead in-loop blocks
2018-12-06 Matt ArsenaultInstCombine: Add some missing tests for scalarization
2018-12-06 Jake Ehrlich[llvm-objcopy] Change --only-keep to --only-section
2018-12-06 Matthias BraunAArch64: Fix invalid CCMP emission
2018-12-06 Pete CooperAdd objc.* ARC intrinsics and codegen them to their...
2018-12-06 Jessica Paquette[MachineOutliner][NFC] Move yet another std::vector...
2018-12-06 Jessica Paquette[MachineOutliner][NFC] Move std::vector out of loop
2018-12-06 Jessica Paquette[MachineOutliner][NFC] Remove IntegerInstructionMap...
2018-12-05 Amara Emerson[GlobalISel] Introduce G_BUILD_VECTOR, G_BUILD_VECTOR_T...
2018-12-05 Jessica Paquette[MachineOutliner][NFC] Remove buildCandidateList and...
2018-12-05 Jessica Paquette[MachineOutliner][NFC] Candidates don't need to be...
2018-12-05 David L. JonesRevert r347934 "[SCEV] Guard movement of insertion...
2018-12-05 Heejin Ahn[WebAssembly] Change event section code to 13
2018-12-05 Sanjay Patel[InstCombine] remove dead code from visitExtractElement
2018-12-05 Jessica Paquette[MachineOutliner][NFC] Remove CandidateList, since...
2018-12-05 Jessica PaquetteFix buildbot capture warning
2018-12-05 Jessica Paquette[MachineOutliner][NFC] Simplify and unify pruning/outli...
2018-12-05 Sanjay Patel[InstCombine] reduce duplication in visitExtractElement...
2018-12-05 Sanjay Patel[InstCombine] add/move tests for extractelement; NFC
2018-12-05 David BlaikieThinLTO: Do not import debug info for imported global...
2018-12-05 Jessica Paquette[MachineOutliner] Outline functions by order of benefit
2018-12-05 Krzysztof Parzyszek[Hexagon] Add intrinsics for Hexagon V66
2018-12-05 Krzysztof Parzyszek[Hexagon] Add instruction definitions for Hexagon V66
2018-12-05 Krzysztof Parzyszek[Hexagon] Foundation of support for Hexagon V66
2018-12-05 Aditya Nandakumar[GISel]: Provide standard interface to observe changes...
2018-12-05 Vedant Kumar[CodeExtractor] Do not marked outlined calls which...
2018-12-05 Simon Pilgrim[X86][SSE] Fix a copy+paste typo that was folding the...
2018-12-05 Evandro Menezes[AArch64] Reword description of feature (NFC)
2018-12-05 Evandro Menezes[llvm-mca] Simplify test (NFC)
2018-12-05 Evandro Menezes[llvm-mca] Sort test run lines (NFC)
2018-12-05 Jessica Paquette[MachineOutliner][NFC] Use getOccurrenceCount() in...
2018-12-05 Jessica Paquette[MachineOutliner][NFC] Make getters in MachineOutliner...
2018-12-05 Jessica Paquette[MachineOutliner][NFC] Don't create outlined sequence...
2018-12-05 Nick Desaulniers[gold-plugin] allow function/data sections to be toggleable
2018-12-05 Matt ArsenaultAMDGPU: Fix using old address spaces in some tests
2018-12-05 Sanjay Patel[DAGCombiner] don't try to extract a fraction of a...
2018-12-05 Christian BruelAllow norecurse attribute on functions that have debug...
2018-12-05 Andrea Di Biagio[X86] Add test case to show missed opportunity to combi...
2018-12-05 Brian GesiakRevert "[IR] Add NODISCARD to attribute functions"
2018-12-05 Chandler Carruth[SLH] Fix a nasty bug in SLH.
2018-12-05 Chandler Carruth[SLH] Regenerate tests with --no_x86_scrub_rip to resto...
2018-12-05 Brian Gesiak[IR] Add NODISCARD to attribute functions
2018-12-05 Valery Pykhtin[AMDGPU]: Turn on the DPP combiner by default
2018-12-05 Sanjay Patel[InstCombine] simplify icmps with same operands based...
2018-12-05 Simon Pilgrim[X86][SSE] Begun adding modulo rotate support to LowerR...
2018-12-05 Martin Storsjo[llvm-rc] Support not expressions.
2018-12-05 Simon Pilgrim[TargetLowering] Remove ISD::ANY_EXTEND/ANY_EXTEND_VECT...
2018-12-05 Simon Pilgrim[DAG] Add fshl/fshr tblgen opcodes
2018-12-05 Michal Gorny[test] Skip ThinLTO cache tests requiring atime setting...
2018-12-05 Michal Gorny[test] Split strip-preserve-time.test, and skip atime...
2018-12-05 Simon Pilgrim[SelectionDAG] Initial support for FSHL/FSHR funnel...
2018-12-05 George Rimar[MC] - Fix build bot.
2018-12-05 Simon PilgrimRemove superfluous comments. NFCI.
2018-12-05 George RimarRecommit r348243 - "[llvm-mc] - Do not crash when refer...
2018-12-05 Simon Pilgrim[TargetLowering] SimplifyDemandedVectorElts - don't...
2018-12-05 Diana Picus[ARM GlobalISel] Implement call lowering for Thumb2
2018-12-05 Alina Sbirlea[LICM] *Actually* disable ControlFlowHoisting.
2018-12-05 Hans WennborgHowToBuildWithPGO.rst: Fix a few details in the manual...
2018-12-05 Craig Topper[X86] Remove -costmodel-reduxcost=true from the experim...
2018-12-05 Craig Topper[X86] Add more cost model tests for vector reductions...
2018-12-05 Saleem AbdulrasoolAArch64: support funclets in fastcall and swift_call
2018-12-05 Craig Topper[X86] Add narrow vector test cases to vector-reduce...
2018-12-05 Max Kazantsev[NFC] Verify memoryssa in test for PR39783
2018-12-05 Craig Topper[MachineLICM][X86][AMDGPU] Fix subtle bug in the updati...
2018-12-05 Vitaly Buka[asan] Add clang flag -fsanitize-address-use-odr-indicator
2018-12-05 Craig Topper[TableGen] Preserve order of output operands in DAGISel...
2018-12-05 Amara Emerson[SelectionDAG] Split very large token factors for loads...
2018-12-05 Michael Kruse[ADT] Add zip_longest iterators.
2018-12-05 Peter CollingbourneLTO: Don't internalize available_externally globals.
2018-12-05 Amara Emerson[AArch64][GlobalISel] Re-enable selection of volatile...
2018-12-04 Zachary TurnerRemove the hash code from CVRecord.
2018-12-04 Vitaly Buka[asan] Split -asan-use-private-alias to -asan-use-odr...
2018-12-04 Sanjay Patel[InstCombine] add tests for implied simplifications...
2018-12-04 Saleem AbdulrasoolAArch64: clean up some whitespace in Windows CC (NFC)
2018-12-04 Zachary Turner[llvm-pdbutil] Remove the analyze subcommand.
2018-12-04 Zachary Turner[PDB] Emit S_UDT records in LLD.
2018-12-04 Nirav Dave[AVR] Silence fallthrough warning. NFC.
2018-12-04 Michael KruseRevert "[ADT] Add zip_longest iterators"
2018-12-04 Michael Kruse[ADT] Add zip_longest iterators
2018-12-04 Stefan Pintilie[PowerPC] Make no-PIC default to match GCC - LLVM
2018-12-04 Sanjay Patel[CmpInstAnalysis] fix function signature for ICmp code...
2018-12-04 Matt ArsenaultMove llc-start-stop-instance to x86
2018-12-04 Nirav Dave[SelectionDAG] Redefine isGAPlusOffset in terms of...
2018-12-04 Matt ArsenaultAMDGPU: Add f32 vectors to SGPR register classes
2018-12-04 Matt ArsenaultMIR: Add method to stop after specific runs of passes
2018-12-04 Sanjay Patel[InstCombine] rearrange foldICmpWithDominatingICmp...
2018-12-04 Jonas Devlieghere[dsymutil] Ensure we're comparing time stamps with...
2018-12-04 Simon Pilgrim[X86][SSE] Add SimplifyDemandedBitsForTargetNode handli...
2018-12-04 Ilya BiryukovRevert "Adapt gcov to changes in CFE."
2018-12-04 Simon Pilgrim[X86][SSE] Add MOVMSK demandedbits/elts tests
2018-12-04 Sanjay Patel[InstCombine] auto-generate full checks for icmp overfl...
2018-12-04 Sanjay Patel[InstCombine] add helper for icmp with dominator; NFC
2018-12-04 Sanjay Patel[InstCombine] auto-generate full checks for icmp domina...
2018-12-04 Krzysztof Parzyszek[Hexagon] Remove unused checker functions from asm...
next