OSDN Git Service

android-x86/external-llvm.git
2016-04-07 David Blaikiellvm-dwarfdump: Use deque rather than vector to preserv...
2016-04-07 Quentin Colombet[RegisterBankInfo] Strengthen getInstrMappingImpl.
2016-04-07 Quentin Colombet[RegisterBankInfo] Add a way to record what register...
2016-04-07 Quentin Colombet[RegisterBankInfo] Introduce getRegBankFromConstraints...
2016-04-07 Quentin Colombet[TargetRegisterInfo] Refactor the code to use BitMaskCl...
2016-04-07 Quentin Colombet[RegisterBankInfo] Refactor the code to use BitMaskClas...
2016-04-07 Mehdi AminiConst correctness for BranchProbabilityInfo (NFC)
2016-04-07 Quentin Colombet[TargetRegisterInfo] Introduce a helper class, BitMaskC...
2016-04-07 Mehdi AminiRename parameter I to Index for WriteCombinedGlobalValu...
2016-04-07 Quentin Colombet[RegBankSelect] Reuse RegisterBankInfo logic to get...
2016-04-07 Amaury SechetDo not select EhPad BB in MachineBlockPlacement when...
2016-04-07 Quentin Colombet[AArch64] Get rid of some GlobalISel ifdefs.
2016-04-07 Quentin Colombet[TargetRegisterInfo] Fix the comment of SuperRegClassIt...
2016-04-07 Quentin Colombet[AArch64] gcc does not like litteral without quotes...
2016-04-07 Quentin Colombet[AArch64][CallLowering] Do not build the API if GlobalI...
2016-04-07 Quentin Colombet[GlobalISel] Add RegBankSelect hooks into the pass...
2016-04-07 Jan VeselyAMDGPU/SI: Implement atomic load/store for i32 and i64
2016-04-07 Tom StellardAMDGPU/SI: Add latency for export instructions
2016-04-07 Quentin Colombet[RegBankSelect] Initial implementation for non-optimize...
2016-04-07 Quentin Colombet[RegisterBankInfo] Add more details on the expectation of
2016-04-07 Quentin Colombet[RegisterBankInfo] Provide a target independent helper...
2016-04-07 Quentin Colombet[RegisterBankInfo] Change the signature of getSizeInBit...
2016-04-07 Quentin Colombet[RegisterBankInfo] Provide a default constructor for...
2016-04-07 Simon Pilgrim[X86][SSE] Added bitmask pattern shuffle tests
2016-04-07 Quentin Colombet[MachineRegisterInfo] Track register bank for virtual...
2016-04-07 Quentin Colombet[RegisterBank] Rename RegisterBank::contains into Regis...
2016-04-07 Ehsan Amiri[PPC] Added a note to release notes
2016-04-07 Ulrich Weigand[SystemZ] Fix build break from r265689
2016-04-07 Kevin B. Smith[X86]: Fix for PR27251.
2016-04-07 Ulrich Weigand[SystemZ] Implement conditional returns
2016-04-07 Davide Italiano[IR/Verifier] Merge two ifs into one. NFC.
2016-04-07 Ulrich Weigand[GVN] Address review comments for D18662
2016-04-07 JF BastienNFC: disallow comparison of AtomicOrdering
2016-04-07 Ulrich Weigand[GVN] Fix handling of sub-byte types in big-endian...
2016-04-07 Ehsan Amiri[PPC] Enable transformations in PPCPassConfig::addIRPas...
2016-04-07 Tom StellardAMDGPU/SI: Add MachineBasicBlock parameter to SIInstrIn...
2016-04-07 Valery Pykhtin[AMDGPU] fix readlane/readfirstlane src vgpr operand...
2016-04-07 Dmitry PolukhinFix test/Assembler/ifunc-asm.ll test on hexagon-elf...
2016-04-07 Dmitry Polukhin[GCC] Attribute ifunc support in llvm
2016-04-07 NAKAMURA TakumiInlineSpiller.cpp: Escap \@ in r265547. [-Wdocumentation]
2016-04-07 Benjamin KramerMake helper functions static. NFC.
2016-04-07 Valery Pykhtinfix r265645: target dependent printf formatting flags.
2016-04-07 Jeroen Ketema[CMake] Check for sys/types.h in config-ix.cmake
2016-04-07 Simon Pilgrim[X86][SSE] Add support for VZEXT constant folding
2016-04-07 Valery Pykhtin[AMDGPU] llvm-objdump: Minimal HSA Code Object disassem...
2016-04-07 Amaury Sechet[BlockPlacement] Remove an unnecessary continue
2016-04-07 Amaury Sechet[MBP] Remove an unused function parameter
2016-04-07 Amaury SechetDo some refactoring in the LLVM C API echo test to...
2016-04-07 Wei MiFix the sanitizer bootstrap error in r265547.
2016-04-07 Amaury SechetRevert "[BlockPlacement] Remove an unnecessary continue...
2016-04-07 Duncan P. N... Revert "ValueMapper: Make LocalAsMetadata match functio...
2016-04-07 Ahmed Bougacha[X86] Reuse EFLAGS and form LOCKed ops when only user...
2016-04-07 Ahmed Bougacha[X86] Refresh and tweak EFLAGS reuse tests. NFC.
2016-04-07 Duncan P. N... ValueMapper: Allow RF_IgnoreMissingLocals and RF_NullMa...
2016-04-07 Duncan P. N... ValueMapper: Make LocalAsMetadata match function-local...
2016-04-07 Quentin Colombet[AArch64] Teach RegisterBankInfo about the CC register...
2016-04-07 Duncan P. N... IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals...
2016-04-07 Quentin Colombet[AArch64] Teach RegisterBankInfo about the mapping...
2016-04-07 Michael ZolotukhinFollow-up for r265605: don't mutate vector we're iterating.
2016-04-07 Quentin Colombet[RegisterBankInfo] Implement a target independent versi...
2016-04-07 Hans WennborgRe-commit r265039 "[X86] Merge adjacent stack adjustmen...
2016-04-06 Quentin Colombet[RegisterBankInfo] Add an helper function to get the...
2016-04-06 Justin LebarFix a race condition in support library ThreadPool.
2016-04-06 Mike Aizatsky[sancov] enabling coverage edge pruning by default.
2016-04-06 Duncan P. N... ValueMapper: clang-format ValueMapper.h, NFC
2016-04-06 Wei MiFix the compare-clang diff error introduced by r265547.
2016-04-06 Peter Zotov[llvm-c] Add LLVMGetValueKind.
2016-04-06 Kevin EnderbyThread Expected<...> up from createMachOObjectFile...
2016-04-06 Michael Zolotukhin[LoopUnroll] Fix the way we update DT after complete...
2016-04-06 Quentin Colombet[RegisterBankInfo] Add methods to get the possible...
2016-04-06 JF BastienNFC: make AtomicOrdering an enum class
2016-04-06 Haicheng Wu[MBP] Remove an unused function parameter
2016-04-06 Ehsan Amiri[PPC] Use VSX/FP Facility integer load when an integer...
2016-04-06 Sanjay Patelregenerate checks
2016-04-06 James Y KnightPut quotes around #error string.
2016-04-06 Nicolai HaehnleAMDGPU: Add a shader calling convention
2016-04-06 Quentin ColombetRevert "[RegisterBankInfo] Add methods to get the possi...
2016-04-06 Davide Italiano[IRVerifier] Don't crash on invalid DIFile inside DISub...
2016-04-06 Quentin Colombet[RegisterBankInfo] Get rid of the assert in the constru...
2016-04-06 Quentin Colombet[RegisterBankInfo] Call the other constructor of Instru...
2016-04-06 Evgeniy Stepanov[gold] Save bitcode for module partitions (save-temps...
2016-04-06 Quentin Colombet[RegisterBankInfo] Provide a default constructor for...
2016-04-06 Davide Italiano[IRVerifier] Prefer dyn_cast<> over isa<> + cast<>.
2016-04-06 Quentin Colombet[RegisterBankInfo] Add an helper function to get the...
2016-04-06 Duncan P. N... IR: Use DenseSet instead of DenseMap for ConstantUnique...
2016-04-06 Duncan P. N... IR: Stop explicitly clearing the MDStringCache
2016-04-06 Quentin Colombet[RegisterBankInfo] Add a method to get the mapping...
2016-04-06 Quentin Colombet[RegisterBankInfo] Add methods to get the possible...
2016-04-06 Saleem Abdulrasoolvim: add missing keyword
2016-04-06 Quentin Colombet[AArch64] Change the CMake to avoid to build GlobalISel...
2016-04-06 Quentin Colombet[AArch64] Teach the subtarget how to get to the Registe...
2016-04-06 Quentin Colombet[RegisterBankInfo] Make the destructor public... that...
2016-04-06 Quentin Colombet[RegisterBankInfo] Implement the verify method of the...
2016-04-06 Fiona GlaserLoop Unroll: add options and tweak to make Partial...
2016-04-06 Quentin Colombet[MachineRegisterInfo] Document what is the expected...
2016-04-06 Hans WennborgRevert r265450 "[X86] Reuse EFLAGS and form LOCKed...
2016-04-06 Fiona GlaserLoopUnroll: only allow non-modulo Partial unrolling...
2016-04-06 Quentin Colombet[RegisterBankInfo] Implement the verify method for...
2016-04-06 Quentin Colombet[RegisterBankInfo] Add a verify method for the PartialM...
2016-04-06 Valery PykhtinRevert "[AMDGPU] llvm-objdump: Minimal HSA Code Object...
next