OSDN Git Service

android-x86/external-llvm.git
2016-08-29 Saleem AbdulrasoolExecutionEngine: fix a bug in the movt/movw relocator
2016-08-29 Chris Bieneman[CMake] Builtins build needs LLVM_*_OUTPUT_INTDIR variables
2016-08-29 Matthew Simpson[LV] Move insertelement sequence after scalar definitions
2016-08-29 Krzysztof ParzyszekPropagate TBAA info in SelectionDAG::getIndexedLoad
2016-08-29 Douglas Katzman[Myriad]: add missing 'mcpu' values
2016-08-29 Tom StellardAMDGPU/SI: Implement a custom MachineSchedStrategy
2016-08-29 Vitaly Buka[asan] Enable new stack poisoning with store instructio...
2016-08-29 Tim NorthoverGlobalISel: switch to SmallVector for pending legalizat...
2016-08-29 Tom StellardAMDGPU/SI: Improve SILoadStoreOptimizer and run it...
2016-08-29 Tim NorthoverASan: remove variable only used in assertions build
2016-08-29 Tim NorthoverGlobalISel: legalize frem to a libcall on AArch64.
2016-08-29 Tim NorthoverGlobalISel: rework CallLowering so that it can be used...
2016-08-29 Matt ArsenaultAMDGPU/R600: Fix fixups used for constant arrays
2016-08-29 Kyle ButtIfConversion: Fix branch predication bug.
2016-08-29 Vitaly BukaUse store operation to poison allocas for lifetime...
2016-08-29 Vitaly Buka[asan] Separate calculation of ShadowBytes from calcula...
2016-08-29 David Majnemer[SimplifyCFG] Hoisting invalidates metadata
2016-08-29 Reid KlecknerMake vec_fabs.ll pass with MSVC 2013
2016-08-29 Teresa Johnson[gold] Fix test accidentally regressed for newer gold
2016-08-29 Evandro Menezes[AArch64] Adjust the scheduling model for Exynos M1.
2016-08-29 Anna Thomas[StatepointsForGC] Rematerialize in the presence of...
2016-08-29 Teresa Johnson[LTO] Remove extraneous output
2016-08-29 Sanjay Patel[Constant] remove fdiv and frem from canTrap()
2016-08-29 Sanjay Patel[SimplifyCFG] rename test file, regenerate checks,...
2016-08-29 Gor Nishanov[Coroutines] Part 9: Add cleanup subfunction.
2016-08-29 Sanjay Patel[TargetLowering] remove fdiv and frem from canOpTrap...
2016-08-29 Krzysztof ParzyszekDo not use MRI::getMaxLaneMaskForVReg as a mask coverin...
2016-08-29 Tom StellardAMDGPU/SI: Improve register allocation hints for sopk...
2016-08-29 Rafael EspindolaUse the correct ctor/dtor section for dynamic-no-pic.
2016-08-29 Benjamin KramerMark test as XFAIL instead of disabling it everywhere.
2016-08-29 Rafael EspindolaMove code only used by codegen out of MC. NFC.
2016-08-29 Haojian WuFix -Wunused-but-set-variable warning.
2016-08-29 Tom StellardAMDGPU/SI: Query AA, if available, in areMemAccessesTri...
2016-08-29 Igor BregerFixed a bug in type legalizer for masked gather.
2016-08-29 Igor Breger[AVX512] In some cases KORTEST instruction may be used...
2016-08-29 Haojian Wu[InstructionSelect] NumBlocks isn't defined in DEBUG...
2016-08-29 Craig Topper[X86] Don't lower FABS/FNEG masking directly to a Const...
2016-08-29 Craig Topper[AVX-512] Always use v8i64 when converting 512-bit...
2016-08-29 Craig Topper[AVX-512] Add 512-bit fabs tests with and without AVX512DQ.
2016-08-29 Lang Hames[Orc] Simplify LogicalDylib and move it back inside...
2016-08-28 Craig Topper[AVX-512] Add support for selecting 512-bit VPABSB...
2016-08-28 Craig Topper[AVX-512] Add patterns for selecting 128/256-bit EVEX...
2016-08-28 Craig Topper[AVX-512] Add testcases showing that we don't emit...
2016-08-28 Sylvestre LedruFix some typos in the doc
2016-08-28 Sanjay Patel[x86] add tests for <3 x N> vector types (PR29114)
2016-08-28 Sanjay Patel[InstCombine] use m_APInt to allow icmp (and X, Y)...
2016-08-28 Simon Pilgrim[X86][AVX512] Only combine EVEX targets shuffles to...
2016-08-28 Hal Finkel[PowerPC] Implement lowering for atomicrmw min/max...
2016-08-28 Elena Demikhovsky[Loop Vectorizer] Fixed memory confilict checks.
2016-08-28 Craig Topper[AVX-512] Promote AND/OR/XOR to v2i64/v4i64/v8i64 even...
2016-08-28 Craig Topper[AVX-512] Add tests to show that we don't select masked...
2016-08-28 Craig Topper[X86] Rename PABSB/D/W instructions to be consistent...
2016-08-27 Jan VeselyAMDGPU/R600: Enable Load combine
2016-08-27 Craig Topper[X86] Rename predicate function that detects if require...
2016-08-27 Craig Topper[X86] Keep looping over operands looking for byte regis...
2016-08-27 Craig Topper[X86] Include XMM/YMM/ZMM16-23 in X86II::isX86_64Extend...
2016-08-27 Craig Topper[X86] Don't allow DR8-DR15 to be assembled in 32-bit...
2016-08-27 Craig Topper[X86] Remove stale comment about FixupBWInsts pass...
2016-08-27 Craig Topper[AVX-512] Allow EVEX encoding unordered/ordered/equal...
2016-08-27 Craig Topper[X86] Enable FR32/FR64 cmpeq/cmpne/cmpunord/cmpord...
2016-08-27 Craig Topper[AVX-512] Add load folding for EVEX vcmpps/pd/ss/sd.
2016-08-27 Teresa Johnson[LTO] Don't create a new common unless merged has diffe...
2016-08-27 Matt ArsenaultAMDGPU: Mark sched model complete
2016-08-27 Matt ArsenaultAMDGPU: Remove unneeded implicit exec uses/defs
2016-08-27 Lang Hames[Orc] Explicitly specify type for assignment.
2016-08-27 Sebastian PopGVN-hoist: invalidate MD cache (PR29144)
2016-08-27 Quentin Colombet[RegBankSelect] Do not abort when the target wants...
2016-08-27 Quentin Colombet[InstructionSelect] Do not abort when the target wants...
2016-08-27 Quentin Colombet[MachineLegalize] Do not abort when the target wants...
2016-08-27 Matt ArsenaultAMDGPU: Select mulhi 24-bit instructions
2016-08-27 Matt ArsenaultAMDGPU: Move cndmask pseudo to be isel pseudo
2016-08-27 Matt ArsenaultAMDGPU: Fix sched type for branches
2016-08-27 Matt ArsenaultAMDGPU: Remove register operand from si_mask_branch
2016-08-27 Matt ArsenaultAMDGPU: Improve error reporting for maximum branch...
2016-08-27 Chris Bieneman[CMake] Only generate Components.cmake if components...
2016-08-27 Lang Hames[ORC] Fix typo in LogicalDylib, add unit test.
2016-08-27 Quentin Colombet[GlobalISel] Add a fallback path to SDISel.
2016-08-27 Quentin Colombet[AArch64][CallLowering] Do not assert for not implement...
2016-08-27 Quentin Colombet[GlobalISel] Teach the core pipeline not to run if...
2016-08-27 Michael Kuperstein[X86] Add baseline test for "odd" shuffles. NFC.
2016-08-26 Quentin Colombet[IRTranslator] Do not abort when the target wants to...
2016-08-26 Quentin Colombet[MFProperties] Introduce a FailedISel property.
2016-08-26 Teresa Johnson[ThinLTO] Move loading of cache entry to client
2016-08-26 Andrew KaylorAdding document describing the use of the -opt-bisect...
2016-08-26 Quentin Colombet[TargetPassConfig] Add a target hook to know what Globa...
2016-08-26 Quentin Colombet[IRTranslator][NFC] Use DEBUG_TYPE instead of repeating...
2016-08-26 Quentin Colombet[SelectionDAG] Do not run the ISel process on already...
2016-08-26 Quentin Colombet[MachineFunction] Introduce a reset method.
2016-08-26 Justin BognerTableGen: Switch from a std::map to a DenseMap in CodeG...
2016-08-26 Quentin Colombet[MFProperties] Introduce a reset method with no argument.
2016-08-26 Quentin Colombet[MFProperties][NFC] Rename clear into reset to match...
2016-08-26 Tom StellardAMDGPU/SI: Canonicalize offset order for merged DS...
2016-08-26 Tom StellardXXX
2016-08-26 Tom StellardAMDGPU/SI: Use a better method for determining the...
2016-08-26 Chris Bieneman[CMake] Expose runtime component check targets
2016-08-26 Adam Nemet[Inliner] Report when inlining fails because callee...
2016-08-26 Rafael EspindolaMake writeToResolutionFile a static helper.
2016-08-26 Kyle ButtTailDuplication: Record blocks that received the duplic...
2016-08-26 Chris Bieneman[CMake] Fixing LLVM_INCLUDE_TESTS for runtimes directory
2016-08-26 Teresa JohnsonStreamline LTO getComdat invocation (NFC)
next