OSDN Git Service

android-x86/external-llvm.git
2016-06-03 Justin BognerSDAG: Replace some unreachable code with an assert...
2016-06-03 Reid Kleckner[sancov] Disable these tests if there is no X86 backend
2016-06-03 Mike Aizatsky[libfuzzer] splitting fuzzer.test
2016-06-03 Reid Kleckner[sancov] Run sancov tests on more platforms
2016-06-03 Ben CraigDoxygen for FoldingSet::reserve and FoldingSet::capacity
2016-06-03 Teresa Johnson[ThinLTO/gold] Pass down the imports lists from the...
2016-06-03 Chris Bieneman[yaml2obj] Sort MachO LinkEdit write operations based...
2016-06-03 Vedant KumarTrim some spaces (NFC)
2016-06-03 Reid Kleckner[codeview] Add basic record type translation
2016-06-03 Sjoerd MeijerCode size optimisation: do not inline memcpy if this...
2016-06-03 Chad Rosier[AArch64] Spot SBFX-compatbile code expressed with...
2016-06-03 Sanjay Patel[InstCombine] look through bitcasts to find selects
2016-06-03 Artem Tamazov[test/AMDGPU] Square-braced-syntax for registers: add...
2016-06-03 Zachary Turner[pdb] Add string table offsets to check output.
2016-06-03 Simon Pilgrim[X86][AVX512] Fixed 512-bit vector nontemporal load...
2016-06-03 Sjoerd MeijerRAS extensions are part of ARMv8.2-A. This change enabl...
2016-06-03 Ben CraigAdding reserve and capacity methods to FoldingSet
2016-06-03 Simon Pilgrim[X86][AVX512] Added 512-bit vector nontemporal load...
2016-06-03 Sjoerd MeijerARM target does not use printAliasInstr machinery which
2016-06-03 Sjoerd MeijerAsmWriterEmitter.cpp assumes that all operands of a...
2016-06-03 Sjoerd MeijerCurrently AsmWriterEmiter.cpp (used by tblgen -gen...
2016-06-03 Sam Kolton[AMDGPU] Assembler: More tests for SDWA instructions...
2016-06-03 Simon Pilgrim[X86][SSE] Added nontemporal load tests
2016-06-03 Daniel Sanders[mips] EABI CodeGen is completely untested and seems...
2016-06-03 Benjamin KramerRevert "[LPM] Replace the CALL_ONCE_... macro in the...
2016-06-03 Simon Pilgrim[X86] Added nontemporal scalar store tests
2016-06-03 Sam Kolton[AMDGPU] Assembler: Custom converters for SDWA instruct...
2016-06-03 Simon Pilgrim[X86][SSE] Regenerated nontemporal vector store tests...
2016-06-03 Daniel Sanders[mips] Remove CPU-only triples from llvm-objdump commands.
2016-06-03 Chandler Carruth[LPM] Replace the CALL_ONCE_... macro in the legacy...
2016-06-03 Simon Pilgrim[X86] Regenerated nontemporal store tests and added...
2016-06-03 Chandler CarruthRemove bogus initialization of the PPC and Hexagon...
2016-06-03 Chandler CarruthUse the standard INITIALIZE_PASS macro rather than...
2016-06-03 Chandler CarruthReformat the macros in Passes.h with clang-format befor...
2016-06-03 Simon Pilgrim[X86][AVX2] Relaxed alignment on nontemporal store...
2016-06-03 Simon Pilgrim[X86][AVX2] Regenerated nontemporal store tests and...
2016-06-03 Daniel Sanders[mips] Implement 'la' macro in PIC mode for O32.
2016-06-03 Chandler CarruthRun clang-format over PassSupport.h, mostly to get...
2016-06-03 Simon Pilgrim[X86][XOP] Support for VPERMIL2PD/VPERMIL2PS 2-input...
2016-06-03 Craig Topper[X86] Fix some isel patterns to remove an operand from...
2016-06-03 Zachary Turner[pdb] Print out file names instead of file offsets.
2016-06-03 Craig Topper[AVX512] Ensure EVEX vpshufd, vpshuflw, and vpshufhw...
2016-06-03 Craig Topper[AVX512] Fix shuffle comment printing for EVEX encoded...
2016-06-03 Craig Topper[X86] Simplify a multiclass to remove a parameter. NFC
2016-06-03 Craig Topper[X86] Remove unnecessary pattern predicates from the...
2016-06-03 Craig Topper[X86] Cleanup formatting a bit to align similar parts...
2016-06-03 Craig Topper[X86] Remove redundant bitcast patterns for 128/256...
2016-06-03 Zachary Turner[pdb] Dump file checksums from pdb codeview line info.
2016-06-03 Zachary Turner[codeview] Dump line number and column information.
2016-06-03 Rui UeyamaFix indentation.
2016-06-03 Qin Zhao[esan|cfrag] Instrument GEP instr for struct field...
2016-06-03 Adrian PrantlRevert "Testcase cleanup: Remove an unused input file."
2016-06-03 Michael Zolotukhin[LoopUnroll] Set correct thresholds for new recently...
2016-06-02 Adrian PrantlTestcase cleanup: remove an unused RUN line in an input...
2016-06-02 Chris BienemanRevert "[yaml2obj] Sort MachO LinkEdit write operations...
2016-06-02 Adrian PrantlTestcase cleanup: Remove an unused input file.
2016-06-02 Chris Bieneman[yaml2obj] Sort MachO LinkEdit write operations based...
2016-06-02 Daniel Dunbar[lit] Improve readability of failing scripts.
2016-06-02 Daniel Dunbar[lit] Factor out a helper for shell command results.
2016-06-02 Davide Italiano[TailRecursionElimination] Refactor/cleanup.
2016-06-02 Derek SchuffRevert "[WebAssembly] Emit type signatures for declared...
2016-06-02 Chris Bieneman[obj2yaml] [yaml2obj] Support for MachO nlist and strin...
2016-06-02 Sanjay Patel[InstCombine] change tests to show a more obvious trans...
2016-06-02 Manuel Jacob[PM] Schedule InstSimplify after late LICM run, to...
2016-06-02 Davide Italiano[PM] LoadCombine preserves GlobalsAA, doesn't depend...
2016-06-02 Davide Italiano[PM/LoadCombine] Inline getAnalysisUsage(). NFCI.
2016-06-02 Derek Schuff[WebAssembly] Emit type signatures for declared functions
2016-06-02 Eric Christopher80-column fixup after last formatting change.
2016-06-02 Rui UeyamaAdd comments.
2016-06-02 Eric ChristopherFix a couple of misformatted comments spotted in post...
2016-06-02 Eric ChristopherThis patch is in preparation for a substantial refactor...
2016-06-02 NAKAMURA TakumiFixup r271533, or check-clang didn't find llvm-lto...
2016-06-02 Sanjay Patelfix documentation comments; NFC
2016-06-02 Zachary Turner[llvm-pdbdump] Dump CodeView line information.
2016-06-02 Matt ArsenaultAMDGPU: Handle flat in getMemOpBaseRegImmOfs
2016-06-02 Meador Inge[ASMParser] Parse FP constants in non-C locales
2016-06-02 Sanjay Pateltransform obscured FP sign bit ops into a fabs/fneg...
2016-06-02 Matt ArsenaultAMDGPU: Cleanup load tests
2016-06-02 Zachary Turner[codeview] Fix a nasty use after free.
2016-06-02 Matt ArsenaultAMDGPU: Temporary fix for broken store combine
2016-06-02 David Majnemer[CodeView] Use None instead of Void if there is no...
2016-06-02 Chandler CarruthFix the use of sys::MemoryFence after including Windows...
2016-06-02 Matt ArsenaultUse false for bool instead of 0
2016-06-02 Matt ArsenaultAMDGPU: Fix crashes on unknown processor name
2016-06-02 Ahmed Bougacha[X86] Define segment MI operands as regs instead of...
2016-06-02 Chandler CarruthThis is yet another attempt to re-instate r220932 as...
2016-06-02 Rui Ueyamapdbdump: print out COFF section headers.
2016-06-02 Pete CooperMake APInt negate just do a 2's complement negate inste...
2016-06-02 Matthias BraunAArch64: Do not test for CPUs, use SubtargetFeatures
2016-06-02 Sanjay Patel[InstCombine] remove guard for generating a vector...
2016-06-02 Geoff Berry[PowerPC] Run reg2mem on tests to simplify them.
2016-06-02 Simon Pilgrim[X86][SSE] Added SSE41/AVX2 non-temporal tests
2016-06-02 Reid Kleckner[codeview] Fix crash when handling qualified void types
2016-06-02 David MajnemerRename IMAGE_DEBUG_TYPE_NO_TIMESTAMP to IMAGE_DEBUG_TYP...
2016-06-02 Dimitry AndricOnly attempt to detect AVG if SSE2 is available
2016-06-02 Qin Zhao[esan|cfrag] Create the cfrag struct array for the...
2016-06-02 Ahmed Bougacha[ADT] Pass ArrayRef::slice size_t instead of unsigned.
2016-06-02 Nirav DaveIgnore Lexing errors in macro body definitions
2016-06-02 David Majnemer[CodeView] Implement function-type indices
2016-06-02 Chandler CarruthRemove all of the legacy home-grown atomic operations...
next