OSDN Git Service

android-x86/external-llvm.git
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
2016-10-07 Tom StellardAMDGPU/SI: Handle div_fmas hazard in GCNHazardRecognizer
2016-10-07 Kyle ButtCodegen: Tail-duplicate during placement.
2016-10-07 Arnold Schwaighoferswifterror: Don't compute swifterror vregs during instr...
2016-10-07 Sanjay Patel[DAG] clean up foldSelectOfConstants(); NFCI
2016-10-07 Davide Italiano[InstCombine] Don't unpack arrays that are too large...
2016-10-07 Zachary TurnerAdd missing include.
2016-10-07 Zachary TurnerRefactor Symbol visitor code.
2016-10-07 Hongbin Zheng[cmake] Treat polly as "in tree" if LLVM_EXTERNAL_POLLY...
2016-10-07 Davide Italiano[InstCombine] Don't unpack arrays that are too large
2016-10-07 Sanjay Patel[DAG] move fold (select C, 0, 1 -> xor C, 1) to a helpe...
2016-10-07 Tom StellardAMDGPU/SI: Add support for 8-byte relocations
2016-10-07 Anna Thomas[RS4GC] Strengthen coverage: add more tests
2016-10-07 Colin LeMahieu[Hexagon][NFC] Using documented instruction type name...
2016-10-07 Mehdi AminiRecommit "Use StringRef in LTOModule implementation...
2016-10-07 Davide Italiano[LoopIdiomRecognize] Merge two if conditions into one...
2016-10-07 Sanjay Patel[InstCombine] fold select X, (ext X), C
2016-10-07 Adam NemetNew utility to visualize optimization records
2016-10-07 Tom StellardAMDGPU/SI: Emit fixups for long branches
next