OSDN Git Service

android-x86/external-llvm.git
2018-01-12 Diana Picus[ARM GlobalISel] Add inst selector tests for G_FMA
2018-01-12 Diana Picus[ARM GlobalISel] Map G_FMA to FPR
2018-01-12 Diana Picus[ARM GlobalISel] Legalize G_FMA
2018-01-12 Max Kazantsev[IRCE][NFC] Make range check's End a non-null SCEV
2018-01-12 Andre Vieira[ARM] Add codegen for SMMULR, SMMLAR and SMMLSR
2018-01-12 Andre Vieira[ARM] Fix erroneous availability of SMMLS for Armv7-M
2018-01-12 Serguei Katkov[CGP] Re-enable Select in complex addressing mode
2018-01-12 Serguei Katkov[LoopDeletion] Handle users in unreachable block
2018-01-12 Craig Topper[X86] Don't allow lods/stos/scas/cmps/movs to be parsed...
2018-01-12 Craig Topper[X86] Don't require suffix on 'clr' mnemonic in intel...
2018-01-12 Craig Topper[X86] Add 'l' and 'q' suffixes to the tbm instruction...
2018-01-12 Craig Topper[X86] Disable sldtq parsing in 64-bit mode.
2018-01-12 Craig Topper[X86] Disable movsq/stosq/scasqcmpsq/lodsq parsing...
2018-01-12 Eric Fiselier[CMake] Add LLVM_ENABLE_IDE option to better process...
2018-01-12 Rui UeyamaInstead of ELFFile<ELFT>::Type, use ELFT::Type. NFC.
2018-01-12 Ana Pazos[RISCV] Pass MCSubtargetInfo to print methods.
2018-01-12 Rui UeyamaFix typo.
2018-01-12 Sam Clegg[WebAssembly] Don't allow functions to be named twice
2018-01-12 Rui UeyamaUse ELF{32,64}{LE,BE} instead of ELFType<{little,big...
2018-01-12 Lang Hames[ORC] Add a stub ExecutionSession and VModuleKey type.
2018-01-12 David L. JonesRevert r322279 due to Skylake miscompile.
2018-01-11 Sam Clegg[WebAssembly] MC: Remove SetUsed argument when calling...
2018-01-11 Sanjay Patel[InstSimplify] fold implied cmp with zero (PR35790)
2018-01-11 Matthias BraunPeepholeOpt cleanup/refactor; NFC
2018-01-11 Evgeniy Stepanov[hwasan] Stack instrumentation.
2018-01-11 Sanjay Patel[InstSimplify] add tests for implied cmp with zero...
2018-01-11 Matthias BraunPeepholeOptimizer: Fix for vregs without defs
2018-01-11 Rafael EspindolaMake internal/private GVs implicitly dso_local.
2018-01-11 Paul RobinsonTighten up DIFile verifier for checksums
2018-01-11 Matthias BraunPeepholeOptimizer: Do not form PHI with subreg arguments
2018-01-11 Evgeniy Stepanov[arm] Implement Target Operand Flag MIR serialization.
2018-01-11 Fiona Glaser[Sink] Really really fix predicate in legality check
2018-01-11 Sam Clegg[WebAssemlby] MC: Don't write COMDAT symbols as global...
2018-01-11 Craig Topper[X86] Legalize 128/256 gathers/scatters on KNL by using...
2018-01-11 Sam Clegg[WebAssemly] Rename and improve formatting for ctor...
2018-01-11 Aaron BallmanUse size_t to represent the size of a StringMapEntry...
2018-01-11 Adrian Prantldag-combine: Transfer debug information when folding...
2018-01-11 Krzysztof Parzyszek[Hexagon] Fix building 64-bit vector from constant...
2018-01-11 Krzysztof Parzyszek[Hexagon] Cast elements to correct type when creating...
2018-01-11 Zvi RackoverDAGCombine: Let truncates negate extension through...
2018-01-11 Krzysztof Parzyszek[Hexagon] Impose limits on container sizes in HexagonGe...
2018-01-11 Krzysztof Parzyszek[Hexagon] Use SetVector when queuing nodes to scan...
2018-01-11 Zvi RackoverX86 Tests: Add zext cases in (trunc (subvector)) test...
2018-01-11 Zvi RackoverX86: Refactor type-splitting to target-legal size vecto...
2018-01-11 Simon Pilgrim[X86][SSE] Drop old insertps stack folding test
2018-01-11 Joel Jones[AArch64] Remove Unsupported = 1 flag for the WriteAtom...
2018-01-11 Ben Hamilton[docs] Update Phabricator docs about setting repository...
2018-01-11 Daniel Neilson[NFC] Abstract out source argument index in MemTransfer...
2018-01-11 Benjamin Kramer[InstCombine] Apply the fix from r322284 for sin /...
2018-01-11 Benjamin Kramer[InstCombine] For cos/sin -> tan copy attributes from...
2018-01-11 Sanjay Patel[ValueTracking] recognize min/max-of-min/max with notte...
2018-01-11 Sanjay Patel[InstCombine] add min3-with-nots test (PR35875); NFC
2018-01-11 Igor Laevsky[FuzzMutate] Avoid using swifterror as a source operand
2018-01-11 Simon Pilgrim[X86][SSE] Add ISD::VECTOR_SHUFFLE to faux shuffle...
2018-01-11 Jonas Paulsson[VectorLegalizer] Remove broken code in ExpandStore.
2018-01-11 Zvi RackoverX86: Fix LowerBUILD_VECTORAsVariablePermute for case...
2018-01-11 Alex Bradbury[RISCV] Reserve an emergency spill slot for the registe...
2018-01-11 Andrew V. TischenkoImplementation of X86Operand::print.
2018-01-11 Stefan Maksimovic[Mips] Handle one byte unsupported relocations
2018-01-11 Sander de Smalen[AArch64][SVE] Asm: Negative tests for predicated ADD...
2018-01-11 Craig Topper[X86] Fix unused variable in release builds.
2018-01-11 Aaron Smith[CodeView] Fix the type for a variadic argument
2018-01-11 Dmitry Venikov[InstCombine] Missed optimization in math expression...
2018-01-11 Craig Topper[X86] Optimize v2i32/v2f32 scatters.
2018-01-11 Wolfgang Pieb[DWARF][NFC] Overload AsmPrinter::emitDwarfStringOffset...
2018-01-11 Marcello Maggioni[NFC] Commit to mention that r322248 is actually made...
2018-01-11 Marcello Maggioni[SimplifyCFG] Add cut-off for InitializeUniqueCases.
2018-01-10 Matt MorehouseSmallVector: fix use-after-poison MSAN error in destructor
2018-01-10 Sanjay Patel[AArch64] add tests for notted variants of min/max...
2018-01-10 Matthias BraunRevert "AArch64: Fix emergency spillslot being out...
2018-01-10 Matthias BraunLiveRangeEdit: Inline markDeadRemat() into only user...
2018-01-10 Craig Topper[X86] Move HasNOPL to a subtarget feature bit. Plumb...
2018-01-10 Matthias BraunLiveRangeEdit: Simplify code; NFC
2018-01-10 Alexey Bataev[SLP] Add/update tests for SLP vectorizer, NFC.
2018-01-10 Alex Bradbury[RISCV] Implement support for the BranchRelaxation...
2018-01-10 Matthias BraunTargetLoweringBase: The ios simulator has no bzero...
2018-01-10 Alex Bradbury[RISCV] Implement branch analysis
2018-01-10 Alex Bradbury[RISCV] Add support for llvm.{frameaddress,returnaddres...
2018-01-10 Alex Bradbury[RISCV] Add basic support for inline asm constraints
2018-01-10 Alex Bradbury[RISCV] Support stack frames and offsets up to 32-bits
2018-01-10 Alex Bradbury[RISCV] Support for varargs
2018-01-10 Scott LinderTest commit access
2018-01-10 Craig Topper[SelectionDAG][X86] Explicitly store the scale in the...
2018-01-10 Jessica Paquette[MachineOutliner] Outline ADRPs
2018-01-10 Sanjay Patel[InstCombine] add test to show missed bswap; NFC
2018-01-10 Matthias BraunAArch64: Fix emergency spillslot being out of reach...
2018-01-10 Francis Visoiu... [MIR] Update MIRLangRef with documentation on bundled...
2018-01-10 Simon Pilgrim[X86][MMX] Add test for PR35869
2018-01-10 Simon Pilgrim[X86][MMX] Pull out common MMX VT test. NFCI.
2018-01-10 Zvi RackoverX86 Tests: Add isel tests for truncate-extract_vector...
2018-01-10 Dmitry Preobrazhensky[AMDGPU][MC][GFX8][GFX9] Added XNACK_MASK support
2018-01-10 Simon PilgrimFix -Wdocumentation warning by removing empty @brief...
2018-01-10 Simon Pilgrim[X86][SSE] Add some basic FABS combine tests
2018-01-10 Bjorn PetterssonAvoid inlining if there is byval arguments with non...
2018-01-10 Simon Pilgrim[X86][SSE] Add v2f64 u2 shuffle test
2018-01-10 Sander de Smalen[AArch64][SVE] Asm: Add support for (mov|dup) of scalar
2018-01-10 Diana Picus[ARM GlobalISel] Add inst selector tests for G_FNEG...
2018-01-10 Diana Picus[ARM GlobalISel] Map G_FNEG to the FPR bank
2018-01-10 Diana Picus[ARM GlobalISel] Legalize G_FNEG for s32 and s64
2018-01-10 Sander de Smalen[TableGen][AsmMatcherEmitter] Generate assembler checks...
next