OSDN Git Service

android-x86/external-llvm.git
2016-04-11 Teresa Johnson[ThinLTO] Move summary computation from BitcodeWriter...
2016-04-11 Oliver Stannard[ARM] Avoid switching ARM/Thumb mode on .arch/.cpu...
2016-04-11 Ulrich Weigand[SystemZ] Support conditional indirect sibling calls...
2016-04-11 Ulrich Weigand[SystemZ] Remove incorrect CC use for C*BReturn instruc...
2016-04-11 Simon Pilgrim[X86] Added extra widening tests for and/xor/or bit...
2016-04-11 Simon Pilgrim[X86] Added extra widening tests for and/xor/or bit...
2016-04-11 Simon Pilgrim[X86] Regenerated sdglue test checks
2016-04-11 Simon Pilgrim[X86] Added widening tests for and/xor/or bit operations
2016-04-11 Andrey Turetskiy[X86] Restrict max long nop length for Lakemont.
2016-04-10 Sanjoy Das[IndVars] Eliminate op.with.overflow when possible
2016-04-10 Sanjoy Das[SCEV] See through op.with.overflow intrinsics
2016-04-10 Mehdi AminiPlumb the option to emit the `ModuleHash` in the bitcod...
2016-04-10 Simon Pilgrim[X86][AVX512] Add vector integer division by constant...
2016-04-10 Simon Pilgrim[X86][AVX512BW] Add support for v64i8 multiplies
2016-04-10 Elena DemikhovskyLoop vectorization with uniform load
2016-04-10 Teresa Johnson[ThinLTO] Remove unused parameter (NFC)
2016-04-10 Simon Pilgrim[X86][AVX512] Regenerated mask op tests
2016-04-10 Jeroen Ketema[OCaml] Expose the LLVM diagnostic handler
2016-04-10 Craig Topper[X86] Use for loops over types to reduce code for setti...
2016-04-10 Craig Topper[X86] Remove unnecessary setOperationAction for SRA...
2016-04-10 Xinliang David LiFix asan test failure
2016-04-10 Xinliang David Li[PGO] Fix deserialize bug
2016-04-10 Xinliang David LiClean up test case
2016-04-09 Charles Davis[CodeGen] Don't assume that fixed stack objects are...
2016-04-09 Davide Italiano[MC] support TLSDESC and TLSCALL / GNU2 tls dialect
2016-04-09 JF BastienFix hash_integer_value
2016-04-09 JF Bastienis_integral_or_enum ❥ enum class ⇒ hashable enum class
2016-04-09 Adrian PrantlDrop debug info for DISubprograms that are not referenc...
2016-04-09 Sanjay Patel[x86] use BMI 'andn' for logic + compare ops
2016-04-09 Simon Pilgrim[X86][XOP] Support for VPPERM 2-input shuffle mask...
2016-04-09 Craig Topper[X86] Use for loops over types to reduce code for setti...
2016-04-09 Craig Topper[X86] Remove calls to setOperationAction that set CTLZ_...
2016-04-09 Sanjoy DasMaintain calling convention when inling calls to llvm...
2016-04-08 Mike Aizatsky[libfuzzer] defensive assert
2016-04-08 Chris Bieneman[CMake] Make llvm_ExternalProject always call the build...
2016-04-08 Adrian PrantlSupport the Nodebug emission kind for DICompileUnits.
2016-04-08 Sanjay Patelfix documentation comments; NFC
2016-04-08 Easwaran RamanRefactor Threshold computation. NFC.
2016-04-08 Tim Shen[SSP] Remove llvm.stackprotectorcheck.
2016-04-08 Sanjay Patel[x86] show missed opportunities to use andn
2016-04-08 Hans WennborgRangeify a loop. NFC.
2016-04-08 Hans WennborgRemove some redundant variables from X86TargetLowering...
2016-04-08 Kyle ButtCodegen: Factor tail duplication into a utility class...
2016-04-08 Sanjay Patel[x86] regenerate checks for BMI tests
2016-04-08 Evgeny Stupachenkotest commit
2016-04-08 James Y KnightAdd trailing colons to labels in a test.
2016-04-08 Nirav DaveFix Load Control Dependence in MemCpy Generation
2016-04-08 Duncan P. N... ValueMapper: Extract llvm::RemapFunction from IRMover...
2016-04-08 Duncan P. N... ValueMapper: Always use Mapper::mapValue from remapInst...
2016-04-08 Duncan P. N... ValueMapper: Roll RemapInstruction into Mapper, NFC
2016-04-08 Duncan P. N... Linker: Always pass RF_IgnoreMissingLocals; NFC
2016-04-08 Kevin B. Smith[X86] Fix PR23155 by turning on X86FixupBWInsts by...
2016-04-08 Duncan P. N... ValueMapper: Don't memoize metadata when RF_NoModuleLev...
2016-04-08 Duncan P. N... ValueMapper: Stop memoizing MDStrings
2016-04-08 Sanjoy DasPropagate Undef in llvm.cos Intrinsic
2016-04-08 Colin LeMahieuRevert r265817
2016-04-08 Colin LeMahieu[llvm-objdump] Printing hex instead of dec by default
2016-04-08 Lang Hames[Object] Report an error if .alt_entry is used with...
2016-04-08 Ulrich Weigand[SystemZ] Support conditional sibling calls via BRCL
2016-04-08 Quentin Colombet[RegBankSelect] Use reverse post order traversal.
2016-04-08 Quentin Colombet[AArch64] Add a test case for the default mapping of...
2016-04-08 Quentin Colombet[RegisterBankInfo] Change the implementation for the...
2016-04-08 David Majnemer[InstCombine] Fix miscompile in FoldSPFofSPF
2016-04-08 Quentin Colombet[RegBankSelect] Improve debug output.
2016-04-08 Mehdi AminiFix missing include on OpenBSD
2016-04-08 Quentin Colombet[MIR] Teach the parser how to deal with register banks.
2016-04-08 David Majnemer[InstCombine] Add a peephole for redundant assumes
2016-04-08 David Majnemer[LoopVectorize] Register cloned assumptions
2016-04-08 Quentin Colombet[MachineVerifier] Teach how to check some of the proper...
2016-04-08 Quentin Colombet[MIR] Teach the mir printer how to print the register...
2016-04-08 Sam Parker[ARM] Enable SMLAW[B|T] and SMLUW[B|T] instruction...
2016-04-08 Hans WennborgRevert r265547 "Recommit r265309 after fixed an invalid...
2016-04-08 Simon Pilgrim[X86][SSE] Added 32-bit tests for vector lzcnt/tzcnt...
2016-04-08 Silviu BarangaRe-commit [SCEV] Introduce a guarded backedge taken...
2016-04-08 Simon Pilgrim[X86] Tidied up shuffle decode function doxygen descrip...
2016-04-08 Chuang-Yu ChengCXX_FAST_TLS calling convention: performance improvemen...
2016-04-08 Vasileios Kalintiris[mips] Use range-based for loops. NFC.
2016-04-08 Jeroen Ketema[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}
2016-04-08 Zlatko Buljan[mips][microMIPS] Add CodeGen support for ADD, ADDIU...
2016-04-08 Craig TopperUse std::fill to simplify some code. NFC
2016-04-08 Dmitry Polukhin[IFUNC] Fix ifunc-asm.ll test
2016-04-08 Valery Pykhtin[AMDGPU] Add some VI disassembler tests missing from...
2016-04-08 Duncan P. N... Reapply "ValueMapper: Treat LocalAsMetadata more like...
2016-04-08 Duncan P. N... Revert "ValueMapper: Treat LocalAsMetadata more like...
2016-04-08 Quentin Colombet[TargetRegisterInfo] Re-apply r265734.
2016-04-08 Quentin Colombet[TargetRegisterInfo] Fix BitMaskClassIterator::moveToNe...
2016-04-08 Sanjoy DasDon't IPO over functions that can be de-refined
2016-04-08 Duncan P. N... ValueMapper: Unduplicate RF_NoModuleLevelChanges check...
2016-04-08 Adrian PrantlDwarfDebug: Support floating point constants in locatio...
2016-04-08 Duncan P. N... ValueMapper: Treat LocalAsMetadata more like function...
2016-04-08 Quentin ColombetRevert "[TargetRegisterInfo] Refactor the code to use...
2016-04-08 Quentin Colombet[RegisterBankInfo] Make the debug output more compact.
2016-04-08 Sunil SrivastavaFix formatting and wording of llvm-ranlib error message...
2016-04-08 Davide Italiano[IR/Verifier] Fix (yet another) crash.
2016-04-07 Quentin Colombet[RegBankSelect] Add a few debug statements.
2016-04-07 Quentin Colombet[RegisterBankInfo] Add print and dump method to the...
2016-04-07 Quentin Colombet[RegisterBankInfo] Add print and dump method to the...
2016-04-07 Quentin Colombet[MachineInstr] Teach the print method about RegisterBank.
2016-04-07 Quentin Colombet[AArch64] Fix a typo in the register class to register...
2016-04-07 Quentin Colombet[RegisterBankInfo] Escap \@ in r265741. [-Wdocumentation]
next