OSDN Git Service

android-x86/external-llvm.git
2017-01-18 Justin BognerGlobalISel: Implement narrowing for G_STORE
2017-01-18 Justin BognerGlobalISel: Correct copy-pasted comment. NFC
2017-01-18 Teresa JohnsonDon't create a comdat group for a dropped def with...
2017-01-18 Kirill BobyrevRevert 292404 due to buildbot failures.
2017-01-18 Kirill Bobyrev[X86] Minor code cleanup to fix several clang-tidy...
2017-01-18 Sam Parker[ARM] Create SubtargetFeatures from build attrs
2017-01-18 Pavel Labathraw_fd_ostream: Make file handles non-inheritable by...
2017-01-18 Chad Rosier[Assembler] Fix crash when assembling .quad for AArch32.
2017-01-18 Florian Hahn[thumb,framelowering] Reset NoVRegs in Thumb1FrameLower...
2017-01-18 Simon Pilgrim[InstCombine][AVX2] Add DemandedElts support for VPERMD...
2017-01-18 Daniel SandersRe-revert: [globalisel] Tablegen-erate current Register...
2017-01-18 Simon Pilgrim[InstCombine][AVX2] Tests showing missed opportunities...
2017-01-18 Daniel SandersRe-commit: [globalisel] Tablegen-erate current Register...
2017-01-18 Sam Parker[ARM] Create objdump subtarget from build attrs
2017-01-18 Simon Pilgrim[InstCombine] Remove unnecessary intrinsics demanded...
2017-01-18 Simon PilgrimFixed parser error on windows shell evaluation of RUN...
2017-01-18 Simon Pilgrim[X86][SSE] Simplify umax knownbits test
2017-01-18 Michael Zuckerman[X86] Improve mul combine for negative multiplayer...
2017-01-18 Renato GolinRevert "[XRay][Arm] Repair XRay table emission on Arm32...
2017-01-18 Jonas Paulsson[SystemZ] Proper handling of undef flag while expanding...
2017-01-18 Marina Yatsina[X86] Fix for bugzilla 31576 - add support for "data32...
2017-01-18 Chandler Carruth[LoopDeletion] (cleanup, NFC) Fix one more local variab...
2017-01-18 Chandler Carruth[PM] Teach LoopDeletion to correctly update the LPM...
2017-01-18 Chandler Carruth[LoopDeletion] (cleanup, NFC) Make this test actually...
2017-01-18 Matt ArsenaultDAG: Consider nnan in isKnownNeverNaN
2017-01-18 Wei MiRevert rL292292 since it causes a SEGV on sanitizer...
2017-01-18 Kostya Serebryany[libFuzzer] remove stale code
2017-01-18 Pengxuan Zheng[test-release.sh] Add Polly to the list of projects
2017-01-18 Dan Gohman[WebAssembly] Update grow_memory's return type.
2017-01-18 Matthias BraunMIRParser: Allow regclass specification on operand
2017-01-18 Eugene Zelenko[Target, Transforms] Fix some Clang-tidy modernize...
2017-01-18 Kostya Serebryany[libFuzzer] exit(1) on failed merge
2017-01-18 Kostya Serebryany[libFuzzer] better link for trophies
2017-01-18 Justin Lebar[NVPTX] Support global variables of integer type larger...
2017-01-18 Xin Tong2 returns next to each other =). NFC
2017-01-18 Xin TongSkip loop header while we can when computing loop safet...
2017-01-18 Eric Fiselier[LIT] Make util.executeCommand python3 friendly
2017-01-18 Justin Lebar[NVPTX] Standardize asm printer on "foo \tbar".
2017-01-18 Justin Lebar[NVPTX] Clean up nested !strconcat calls.
2017-01-18 Justin Lebar[NVPTX] Implement min/max in tablegen, rather than...
2017-01-18 Justin Lebar[NVPTX] Lower integer absolute value idiom to abs instr...
2017-01-18 Justin Lebar[NVPTX] Improve lowering of llvm.ctpop.
2017-01-18 Justin Lebar[NVPTX] Add lowering for llvm.bitreverse.
2017-01-18 Justin Lebar[NVPTX] Fix function names in ctlz.ll test. Test-only...
2017-01-18 Justin Lebar[NVPTX] Improve lowering of llvm.ctlz.
2017-01-18 Justin Lebar[IR] Grammar police: "intact" is one word. NFC
2017-01-18 Sanjay Patel[InstCombine] add tests to show missed shrinkage; NFC
2017-01-17 Kostya Serebryany[libFuzzer] add ATTRIBUTE_NO_SANITIZE_MEMORY to sanitiz...
2017-01-17 Dehao ChenIntroduce -unroll-partial-threshold to separate Partial...
2017-01-17 Wei Mi[RegisterCoalescing] Remove partial redundent copy.
2017-01-17 Mehdi AminiFix GettingStarted doc so that the example build comman...
2017-01-17 Mike Aizatsky[libfuzzer] fixing collected pc addresses for coverage
2017-01-17 Zachary Turner[ADT] Add SparseBitVector::find_last().
2017-01-17 Kostya Serebryany[libFuzzer] use table of recent compares for memcmp...
2017-01-17 Kostya Serebryany[libFuzzer] copy the options inside MutationDispatcher...
2017-01-17 Tim NorthoverGlobalISel: fix comparison order for G_FCMP
2017-01-17 Tim NorthoverGlobalISel: add callseq instructions to record stack...
2017-01-17 Tim NorthoverGlobalISel: correctly handle varargs
2017-01-17 Chandler Carruth[LoopDeletion] (cleanup, NFC) Use the dedicated helper...
2017-01-17 Matthew Simpson[LV] Add requires asserts to test case
2017-01-17 Chandler Carruth[LoopDeletion] (cleanup, NFC) Fix another variable...
2017-01-17 Tim Northover[GlobalISel] track predecessor mapping during switch...
2017-01-17 Simon Pilgrim[X86][SSE] Split UMIN and UMAX known bits tests
2017-01-17 Chandler Carruth[LoopDeletion] (cleanup, NFC) Remove a pointless comment.
2017-01-17 Chandler Carruth[LoopDeletion] (cleanup, NFC) Make simple helper functi...
2017-01-17 Chandler Carruth[LoopDeletion] (cleanup, NFC) Stop passing around refer...
2017-01-17 Chandler Carruth[PM] Clean up variable and parameter names to match...
2017-01-17 Aaron BallmanSilence some Sphinx diagnostics in an attempt to get...
2017-01-17 Xin TongAdd a test case for LICM when promoting locals that...
2017-01-17 Sanjay Patel[InstCombine] refactor foldICmpShlConstant(); NFCI
2017-01-17 Alexei Starovoitov[bpf] fix stack-use-after-scope
2017-01-17 Vitaly BukaEnabled -fsanitize-address-use-after-scope for -DLLVM_U...
2017-01-17 Michal Gorny[cmake] Update SOVERSION for the new versioning scheme
2017-01-17 Matthew Simpson[LV] Mark non-consecutive-like pointers non-uniform
2017-01-17 Dan Gohman[WebAssembly] Add triple support for the new wasm objec...
2017-01-17 Xin TongRename scalar_promote.ll to scalar-promote.ll and scala...
2017-01-17 Xin TongRefactor out LoopInfo computation so that it can be...
2017-01-17 Sanjoy Das[EarlyCSE] Don't DSE across readnone functions that...
2017-01-17 Sanjay Patel[InstCombine] add tests for shl nsw + icmp sle; NFC
2017-01-17 Ahmed Bougacha[TLI] Appease spurious MSVC warning using llvm_unreacha...
2017-01-17 Joerg SonnenbergerRemove an overeager assert from r288844.
2017-01-17 Bob WilsonRevert r291640 change to fold X86 comparison with atomi...
2017-01-17 Chandler Carruth[PM] Teach the LoopPassManager to automatically canonic...
2017-01-17 Sanjay Patel[ValueTracking] recognize a 'not' of an assumed conditi...
2017-01-17 David Majnemer[InstCombine] Fold ((C1 OP zext(X)) & C2) -> zext(...
2017-01-17 Kuba MracekRevert r292231.
2017-01-17 Simon Pilgrim[X86][AVX512] Add all_of/any_of avx512vl tests
2017-01-17 Chad Rosier[ValueTracking] Extend known bits to understand @llvm...
2017-01-17 Kuba Mracek[lit] Limit parallelism of sanitizer tests on Darwin...
2017-01-17 Sanjay Patel[InstCombine] reduce indent; NFCI
2017-01-17 George RimarRecommit r292214 "[Support/Compression] - Change zlib...
2017-01-17 Sam Kolton[AMDGPU] Assembler: fix v_mac_f16 immediates
2017-01-17 Simon Pilgrim[X86][SSE] Tests showing horizontal all_of/any_of of...
2017-01-17 Krasimir Georgiev[llvm-objdump tests] Copy the inputs of tests closer...
2017-01-17 George RimarRevert r292214 "[Support/Compression] - Change zlib...
2017-01-17 Boris UlasevichBrainF example: fixing output buffering issue
2017-01-17 George Rimar[Support/Compression] - Change zlib API to return Error...
2017-01-17 Serge Rogatch[XRay][Arm] Repair XRay table emission on Arm32 and...
2017-01-17 Simon Pilgrim[InstCombine][X86][AVX] Add DemandedElts support for...
2017-01-17 Vasileios KalintirisUpdate the release tester for MIPS. NFC.
next