OSDN Git Service

android-x86/external-llvm.git
2016-10-10 Rui UeyamaFix a bug in DbiStreamBuilder::addDbgStream.
2016-10-10 Rui UeyamaDefine DbiStreamBuilder::addDbgStream to add stream.
2016-10-10 Chris MatthewsFix issue which cases lit installed with setup.py to...
2016-10-10 NAKAMURA TakumiFix llvm-lit.in corresponding to r283710.
2016-10-10 Peter CollingbourneRevert r283690, "MC: Remove unused entities."
2016-10-10 Sanjay Patel[x86] auto-generate checks
2016-10-10 Sanjay Patel[x86] auto-generate checks
2016-10-10 Tim NorthoverGlobalISel: select G_GLOBAL_VALUE uses on AArch64.
2016-10-10 Tim NorthoverGlobalISel: allow G_GLOBAL_VALUEs in AArch64 legalization.
2016-10-10 Tim NorthoverGlobalISel: support selecting G_GEP instructions.
2016-10-10 Tim NorthoverGlobalISel: support selecting constants on AArch64.
2016-10-10 Dehao ChenRename isHotFunction/isColdFunction to isFunctionEntryH...
2016-10-10 Zachary TurnerRevert "Disallow ArrayRef assignment from temporaries."
2016-10-10 Zachary TurnerRename llvm::apply -> llvm::apply_tuple.
2016-10-10 Jordan RoseDisallow ArrayRef assignment from temporaries.
2016-10-10 Hal Finkel[SelectionDAGBuilder] Support llvm.flt.rounds on target...
2016-10-10 Justin Lebar[ADT] Use () instead of {} in an attempt to work around...
2016-10-10 Justin Lebar[ADT] Don't use make_pointee_iterator in IteratorTest.
2016-10-10 Mehdi AminiUse StringRef in TableGen generated Intrinsics.gen...
2016-10-10 Justin Lebar[ADT] Remove make_pointe{e,r}_iterator, because it...
2016-10-10 Adrian PrantlTeach llvm::StripDebugInfo() about global variable...
2016-10-10 Justin Lebar[ADT] Attempt to fix MSVC 2015 ICE via judicious additi...
2016-10-10 Mehdi AminiUpdate documentation after r283671 ("Turn cl::values...
2016-10-10 Zachary TurnerAdd llvm::apply to STLExtras.
2016-10-10 Justin LebarUse unique_ptr in LLVMContextImpl's constant maps.
2016-10-10 Justin Lebar[ADT] Add make_pointe{e,r}_iterator.
2016-10-10 Justin Lebar[ADT] Let MapVector handle non-copyable values.
2016-10-10 Alexandros... [ARM] Fix invalid VLDM/VSTM access when targeting Big...
2016-10-10 Nirav DaveAdd return type for checkForValidSection parsing functi...
2016-10-10 Zvi Rackover[X86] Prefer rotate by 1 over rotate by imm
2016-10-10 Simon Pilgrim[SLPVectorizer][X86] Add 512-bit sitofp/uitofp tests
2016-10-10 Simon Pilgrim[SLPVectorizer][X86] Add avx512 sitofp/uitofp tests
2016-10-10 Simon Pilgrim[SLPVectorizer][X86] Fixed alignments of scalar loads...
2016-10-10 Simon PilgrimFixed windows stdout/stderr redirection in inline asm...
2016-10-10 George Rimar[Object/ELF] - Do not crash on invalid Header->e_shoff...
2016-10-10 Chris DewhurstThis pass, fixing an erratum in some LEON 2 processors...
2016-10-10 Daniel JasperFix WebAssembly build after r283702.
2016-10-10 Craig Topper[AVX-512] Add missing pattern sext or zext from bytes...
2016-10-10 Craig Topper[AVX-512] Add test cases for AVX512 sign/zero extend...
2016-10-10 Craig Topper[AVX-512] Add an AVX512VL/BW command line to sse41...
2016-10-10 Michael Zuckerman[x86][inline-asm][llvm] accept 'v' constraint
2016-10-10 Dylan McKay[AVR] Enable generation of the TableGen assembly writer...
2016-10-10 Brian Gesiak[lit] Remove (or allow specific) unused imports
2016-10-10 Brian Gesiak[lit] Remove unused TestingProgressDisplay attr
2016-10-10 Brian Gesiak[lit] Fix undefined symbol ArgumentError
2016-10-10 Brian Gesiak[lit] Remove semicolons in Python code
2016-10-10 Brian Gesiak[lit] Remove unused variable in googletest format
2016-10-10 Brian Gesiak[lit] Remove Python 2.6 and below exec workaround
2016-10-09 Craig Topper[AVX-512] Port 128 and 256-bit memory->register sign...
2016-10-09 Craig Topper[X86] Remove redundant patterns. The same pattern appea...
2016-10-09 Mehdi AminiMove the global variables representing each Target...
2016-10-09 Eric Fiselier[CMake] Correct configuration order of the sub-projects...
2016-10-09 Davide Italiano[llvm-link] Fix description of -disable-lazy-loading...
2016-10-09 Zvi Rackover[X86] Adding the 'nounwind' attribute to test functions...
2016-10-09 Zvi Rackover[X86] Improve the rotate ISel test
2016-10-09 Elena DemikhovskyDAG: Setting Masked-Expand-Load as a variant of Masked...
2016-10-09 Craig Topper[AVX-512] Fix execution domain for EVEX encoded VINSERTPS.
2016-10-09 Peter CollingbourneMC: Remove unused entities.
2016-10-09 Peter CollingbourneTarget: Remove unused entities.
2016-10-09 Craig Topper[AVX-512] Add subvector insert and extract to load...
2016-10-09 Craig Topper[AVX-512] Add avx512dq to the fp stack folding test.
2016-10-09 Craig Topper[AVX-512] Add the vector down convert instructions...
2016-10-09 Kostya Serebryany[libFuzzer] make a test less flaky
2016-10-08 Kostya Serebryany[libFuzzer] when shrinking the corpus, delete evicted...
2016-10-08 Mehdi AminiThinLTO: Fix Gold test after caching fix in r283655
2016-10-08 Kostya Serebryany[libFuzzer] control the reload interval by a flag,...
2016-10-08 Kostya Serebryany[libFuzzer] fix use-after-free in libFuzzer found by...
2016-10-08 Simon Pilgrim[X86][SSE] Regenerate select tests
2016-10-08 Zvi RackoverRevert "[X86] Apply the Update LLC Test Checks tool...
2016-10-08 Simon Pilgrim[X86][SSE] Regenerate and add 32-bit tests to widening...
2016-10-08 Mehdi AminiTurn cl::values() (for enum) from a vararg function...
2016-10-08 Simon PilgrimFix comment typos - full update script path in assertio...
2016-10-08 Craig Topper[AVX-512] Add test case for PR30430 that I should have...
2016-10-08 Craig Topper[AVX-512] Fix a bug in getLargestLegalSuperClass where...
2016-10-08 Zvi Rackover[X86] Apply the Update LLC Test Checks tool on the...
2016-10-08 Simon Pilgrim[X86][AVX2] Regenerate and add 32-bit tests to core...
2016-10-08 Colin LeMahieu[Hexagon] Adding change of flow max 1 (cofMax1) TS...
2016-10-08 Teresa Johnson[ThinLTO] Record calls to aliases
2016-10-08 Sebastian Pop[AArch64] Avoid generating indexed vector instructions...
2016-10-08 Adam Nemet[OptRemarks] Remove non-printable chars from function...
2016-10-08 Mehdi AminiThinLTO: don't perform incremental LTO on module withou...
2016-10-08 Mehdi AminiThinLTO: handles modules with empty summaries
2016-10-08 Mehdi AminiRequires the AVR backend for running test/CodeGen/AVR
2016-10-08 Kyle ButtRevert "Codegen: Tail-duplicate during placement."
2016-10-08 Dylan McKay[AVR] Add backend dependencies to MCTargetDesc/LLVMBuil...
2016-10-08 Zachary Turner[pdb] Dump Module Symbols to Yaml.
2016-10-08 Dylan McKayFix incorrect assertion in AVRFrameLowering.cpp
2016-10-08 Dylan McKay[AVR] Don't worry about call frame size when initializi...
2016-10-08 Dylan McKay[AVR] Don't shadow container while iterating in range...
2016-10-08 Dylan McKay[AVR] Use references rather than pointers in AVRISelLow...
2016-10-08 Dylan McKayAllow a maximum of 64 bits to be returned in registers
2016-10-08 Dylan McKay[AVR] Expand MULHS for all types
2016-10-08 Dylan McKay[AVR] Add the 'SoftFail' field to all instruction formats
2016-10-08 Dylan McKay[AVR] Set up the instruction printer and the assembly...
2016-10-08 Dylan McKay[AVR] Add dependencies to AVR libraries in AVRCodeGen
2016-10-08 Dylan McKay[AVR] Add missing subdirectories to LLVMBuild
2016-10-08 Hal Finkel[llvm-opt-report] Don't leave space for opts that never...
2016-10-08 Gor Nishanov[coroutines] Store an address of destroy OR cleanup...
2016-10-08 Lang Hames[docs] Fix indentation bug in LangRef.
2016-10-08 Dylan McKay[AVR] Add the assembly printer
next