OSDN Git Service

android-x86/external-llvm.git
2016-07-31 Craig Topper[AVX-512] Don't let ExeDependencyFix pass convert VPAND...
2016-07-31 Simon Pilgrim[X86] Add tests for the lowering SHLD/SHRD from manual...
2016-07-31 Amjad AboudFixed "copy-paste" mistake from revision 255245.
2016-07-31 Elena DemikhovskyAVX-512: Removed AssertZext node before TRUNCATE
2016-07-31 Chandler Carruth[ADT] Add 'consume_front' and 'consume_back' methods...
2016-07-30 Davide Italiano[HexagonConstPropagation] Remove dead code.
2016-07-30 Davide Italiano[HexagonBitSimplify] Remove dead code.
2016-07-30 Davide Italiano[ARMConstantIslandPass] Remove dead code.
2016-07-30 Lang Hames[Support] Add doxygen @code tags to example code in...
2016-07-30 Simon Pilgrim[SLPVectorizer][X86] Added vXi8/vXi16 sitofp/uitofp...
2016-07-30 Simon PilgrimStrip trailing whitespace
2016-07-30 Simon Pilgrim[X86] Use peekThroughOneUseBitcasts helper function
2016-07-30 Simon Pilgrim[X86][SSE] Regenerate vshift tests
2016-07-30 Simon Pilgrim[SLPVectorizer][X86] Added SITOFP/UITOFP vectorization...
2016-07-30 Simon Pilgrim[X86][AVX] Added signum example test functions from...
2016-07-30 Simon Pilgrim[X86][X87] Add vector arithmetic tests for targets...
2016-07-30 Simon Pilgrim[X86][SSE] Let 64-bit targets use the fast 2i32-2f32...
2016-07-30 Hubert TongTrailingObjects::FixedSizeStorage constexpr fixes ...
2016-07-30 Hubert TongMathExtras.h: add LLVM_CONSTEXPR where simple
2016-07-30 Benjamin Kramer[Hexagon] Perform bit arithmetic on unsigned to avoid...
2016-07-30 Benjamin KramerUpdate modulemap for Msf -> MSF rename.
2016-07-30 Benjamin Kramer[X86] Fix lifetime of SMRange temporaries.
2016-07-30 Benjamin Kramer[AMDGPU] Fix lifetime of SmallVector temporaries.
2016-07-30 Matt ArsenaultAMDGPU: Fix shouldConvertConstantLoadToIntImm behavior
2016-07-30 Matt ArsenaultAMDGPU: Set s_setpc_b64 as a terminator
2016-07-30 Matt ArsenaultAMDGPU: Remove unused pattern
2016-07-30 Lang Hames[Orc] Add support for updating stub targets to CompileO...
2016-07-30 Hans WennborgRemove empty DebugInfo/Msf dirs. It seems these were...
2016-07-29 Weiming ZhaoDAG: avoid duplicated truncating for sign extended...
2016-07-29 Lang Hames[Support] Add storage specifier for MachO::NListType.
2016-07-29 Tim NorthoverGlobalISel: translate "unreachable" (into nothing)
2016-07-29 Tim NorthoverGlobalISel: support translation of intrinsic calls.
2016-07-29 Kevin EnderbyThink this will fix issues with the error messages...
2016-07-29 Krzysztof Parzyszek[Hexagon] Referencify MachineInstr in HexagonInstrInfo...
2016-07-29 Michael Kuperstein[X86] Match PSADBW in straight-line code
2016-07-29 Michael Kuperstein[Hexagon] Fix test that uses -debug-only to require...
2016-07-29 Rui Ueyamapdbdump: Dump Free Page Map contents.
2016-07-29 Simon Pilgrim[X86][AVX] Fix VBROADCASTF128 selection bug (PR28770)
2016-07-29 Zachary Turner[msf] Resubmit "Rename Msf -> MSF".
2016-07-29 Tim NorthoverCodeGen: add new "intrinsic" MachineOperand kind.
2016-07-29 Eli BenderskyAdd a REQUIRES: assert on a Lanai test that uses a...
2016-07-29 Adam Nemet[LoopUnroll] Include hotness of region in opt remark
2016-07-29 Ahmed Bougacha[GlobalISel] Add missing link components to r277160...
2016-07-29 Simon PilgrimFixed line endings
2016-07-29 Simon PilgrimFixed (incorrectly firing) MSVC unused variable warning
2016-07-29 David Majnemer[ConstantFolding] Handle bitcasts of undef fp vector...
2016-07-29 Kevin EnderbyRemove the test/tools/llvm-objdump/malformed-archives...
2016-07-29 Simon PilgrimFixed MSVC out of range shift warning
2016-07-29 Zachary TurnerRevert "[msf] Rename Msf to MSF."
2016-07-29 Piotr PadlewskiFixing broken MSVS builds
2016-07-29 Zachary Turner[msf] Rename Msf to MSF.
2016-07-29 Andrew KaylorRecommitting r275284: add support to inline __builtin_m...
2016-07-29 Tim NorthoverGlobalISel: make translate* functions take the most...
2016-07-29 Kyle ButtCodegen: MachineBlockPlacement Improve probability...
2016-07-29 Kyle ButtTests: Add branch weights to non-layout tests.
2016-07-29 Tim NorthoverGlobalISel: add generic conditional branch.
2016-07-29 Krzysztof Parzyszek[Hexagon] Testcase for not merging stores into a misali...
2016-07-29 Krzysztof ParzyszekRevert r277178, the actual change had already been...
2016-07-29 Krzysztof Parzyszek[Hexagon] Misaligned loads and stores are not fast
2016-07-29 Kevin EnderbyThe next step along the way to getting good error messa...
2016-07-29 Tim NorthoverCodeGen: improve MachineInstrBuilder & MachineIRBuilder...
2016-07-29 Ahmed Bougacha[AArch64][GlobalISel] Select G_XOR.
2016-07-29 Ahmed Bougacha[GlobalISel] Add G_XOR.
2016-07-29 Ahmed Bougacha[AArch64][GlobalISel] Select G_LOAD/G_STORE.
2016-07-29 Ahmed Bougacha[GlobalISel] Add LLT raw_ostream operator<< overload.
2016-07-29 Brendon CahoonMachinePipeliner pass that implements Swing Modulo...
2016-07-29 Krzysztof Parzyszek[Hexagon] Custom lower VECTOR_SHUFFLE and EXTRACT_SUBVE...
2016-07-29 Matt MastenInitial support for vectorization using svml (short...
2016-07-29 Ahmed Bougacha[GlobalISel] Auto-brief LowLevelType. NFC.
2016-07-29 Ahmed Bougacha[GlobalISel] Add LLT::operator!=().
2016-07-29 Ahmed Bougacha[GlobalISel] Fix LLT::unsized to match LLT(LabelTy).
2016-07-29 Ahmed Bougacha[GlobalISel] Add unittests for LowLevelType.
2016-07-29 Paul RobinsonReinstate optnone test for GVN Hoisting, removed in...
2016-07-29 Nirav DaveRemove inline-comment-2.ll until I can debug why it...
2016-07-29 Krzysztof Parzyszek[Hexagon] Improve balancing of address calculation
2016-07-29 Nirav DaveFix inline-comment-2.ll triple
2016-07-29 David L KreitzerAvoid unnecessary 32-bit to 64-bit zero extensions...
2016-07-29 Nirav Dave[MC] When emitting output hash comments always use...
2016-07-29 Krzysztof ParzyszekFix license information in the file header
2016-07-29 Krzysztof ParzyszekAdd missing files to r277143
2016-07-29 Krzysztof Parzyszek[Hexagon] Implement DFA based hazard recognizer
2016-07-29 Daniel SandersRe-commit: [mips][fastisel] Handle 0-4 arguments withou...
2016-07-29 Nirav DaveCleanup TransferDbgValues
2016-07-29 Simon Pilgrim[X86][SSE] Optimize the truncation of vector comparison...
2016-07-29 Simon PilgrimFixed MSVC out of range shift warning
2016-07-29 Sjoerd MeijerFix for commit rL277126 that broke a build.
2016-07-29 Prakhar Bahuguna[Thumb] Emit Thumb move in both Thumb modes for struct_...
2016-07-29 Jacques Pienaar[lanai] Update for Target API (TargetRegistry::Register...
2016-07-29 Sjoerd MeijerTargetInstrInfo: add virtual function getInstSizeInBytes
2016-07-29 Craig Topper[AVX512] Mark EVEX VMOVSSrm and VMOVSDrm as canFoldAsLo...
2016-07-29 Craig Topper[AVX512] Copy the patterns that recognize scalar arimet...
2016-07-29 Craig Topper[AVX512] Add AVX512 run lines to some tests for scalar...
2016-07-29 David Majnemer[EarlyCSE] Correctly handle simplified, but live, instr...
2016-07-29 David Majnemer[ConstantFolding] Fold bitcasts of vectors w/ undef...
2016-07-29 David Majnemer[ConstantFolding] Remove an unused ConstantFoldInstOper...
2016-07-29 David Majnemer[ConstantFolding] Use ConstantExpr::getWithOperands
2016-07-29 David Majnemer[ConstnatFolding] Teach the folder how to fold Constant...
2016-07-29 Craig Topper[AVX512] Remove the intrinsic forms of VMOVSS/VMOVSD...
2016-07-29 George Burgess IV[CFLAA] Check for pointer types in more places.
2016-07-29 Eugene ZelenkoAdd LLVM_ENABLE_LLD option to use LLD as C/C++ linker.
next