OSDN Git Service

android-x86/external-llvm.git
2018-03-09 Nirav DaveMake early exit hasPredecessorHelper return true. NFCI.
2018-03-09 Rafael Auler[llvm-objdump] Support disassembling by symbol name
2018-03-09 Peter CollingbourneUse branch funnels for virtual calls when retpoline...
2018-03-09 Alina SbirleaAvoid creating a Constant for each value in a ConstantD...
2018-03-09 Rafael EspindolaDelay creating an alias for @@@.
2018-03-09 Simon Pilgrim[X86][AVX] createVariablePermute - fix v2i64/v2f64...
2018-03-09 Nicolai HaehnleTableGen: Remove space at EOL in TGLexer.{h,cpp}
2018-03-09 Simon Pilgrim[X86][SSE] createVariablePermute - move source vector...
2018-03-09 Renato Golin[LV] Adding test for r327109
2018-03-09 Farhana Aleen[AMDGPU] Supported ds_read_b128 generation; Widened...
2018-03-09 Aditya Nandakumar[GISel]: Add helpers for easy building G_FCONSTANT...
2018-03-09 Chad Rosier[JumpThreading] Don't restrict cast-traversal to i1
2018-03-09 Adrian PrantlMove generic test to the Generic directory
2018-03-09 Sanjay Patel[AMDGPU] fix test to be independent of FP undef
2018-03-09 Nicholas Wilson[WebAssembly] Disallow weak undefined globals in the...
2018-03-09 Sanjay Patel[InstSimplify] fix FP infinite hex constant values...
2018-03-09 Stefan PintilieRevert "[PowerPC] LSR tunings for PowerPC"
2018-03-09 Stefan PintilieRevert "[PowerPC] Move test to correct location."
2018-03-09 Simon PilgrimTidyup comment that was destroyed by clang-format....
2018-03-09 Simon Pilgrim[X86][SSE] createVariablePermute - move index vector...
2018-03-09 Tim NorthoverTry to fix Windows bot by forcing "rm".
2018-03-09 Sanjay Patel[LangRef] make it clear that FP instructions do not...
2018-03-09 Jonas Devlieghere[dsymutil] Unify error handling and add color
2018-03-09 Hans WennborgCMake: Make libxml2 show up in --system-libs (PR36660)
2018-03-09 Sebastian Pop[x86][aarch64] ask the backend whether it has a vector...
2018-03-09 Andrea Di Biagio[llvm-mca] Move the logic that prints the summary into...
2018-03-09 Andrea Di Biagio[llvm-mca] Run clang-format on the source code. NFC
2018-03-09 Nicolai HaehnleTableGen: Add a defset statement
2018-03-09 Nicolai HaehnleTableGen: Allow arbitrary list values as ranges of...
2018-03-09 Nicolai HaehnleTableGen: Remove unused ParseForeachMode
2018-03-09 Nicolai HaehnleTableGen: More helpful error messages
2018-03-09 Nicolai HaehnleTableGen: add !isa operation
2018-03-09 Pavel Labath[DebugInfo/AccelTable] Fix inconsistency in getDIEOffse...
2018-03-09 Renato Golin[LV] Fix vectorizer's isUniform() abuse triggers assert...
2018-03-09 Jonas Devlieghere[Support] Move syntax highlighting into support
2018-03-09 Martin Storsjo[AArch64] Fix use of a regex in the win-alloca.ll test...
2018-03-09 Stanislav Mekhanoshin[AMDGPU] Fixed V_DIV_FIXUP_F16 selection on GFX9
2018-03-09 Craig Topper[X86] Remove duplicate isel pattern. NFC
2018-03-09 Rafael EspindolaDon't treat .symver as a regular alias definition.
2018-03-09 Matt MorehouseAttempt to fix vecreduce-propagate-sd-flags.ll test.
2018-03-09 Eric ChristopherRevert "[ThinLTO] Keep available_externally symbols...
2018-03-09 Craig Topper[X86] Remove SRAs from v16i8 multiply lowering on sse2...
2018-03-09 Adrian PrantlLowerDbgDeclare: ignore dbg.declares for allocas with...
2018-03-09 Eric ChristopherFix header comment on SHA1 code.
2018-03-09 Paul RobinsonRevert "[DWARF] Fix mixing assembler -g with DWARF...
2018-03-09 Saleem Abdulrasoolutils: add a helper class to lit for captured substitutions
2018-03-08 Sameer AbuAsalPropagate flags to SDValue in SplitVecOp_VECREDUCE
2018-03-08 Kevin EnderbyFor llvm-objdump and Mach-O files, update the printing...
2018-03-08 Paul Robinson[DWARF] Fix mixing assembler -g with DWARF .file direct...
2018-03-08 Matt Davis[DebugInfo] Add DW_AT_byte_size to vectors
2018-03-08 Sanjay Patel[Reassociate] fix test to be independent of FP undef
2018-03-08 Benjamin Kramer[Support] Pacify -Wsign-compare in unit test.
2018-03-08 Craig Topper[TargetLowering] Remove redundant if condition in Simpl...
2018-03-08 Benjamin Kramer[DebugInfo] Move RangeListEntries instead of copying.
2018-03-08 Sanjay Patel[AMDGPU] fix test to survive more FP undef constant...
2018-03-08 Philip Reames[NFC] Factor out a helper function for checking if...
2018-03-08 Zachary TurnerFix compilation failure with MSVC.
2018-03-08 Kuba Mracek[asan] Fix a false positive ODR violation due to LTO...
2018-03-08 Zachary TurnerFix signed-unsigned comparison warning.
2018-03-08 Wolfgang Pieb[DWARF v5] Support for verbose dumping of .debug_rnglis...
2018-03-08 Sanjay Patel[ConstantFold] fp_binop undef, undef --> undef
2018-03-08 Zachary Turner[Support] Add WriteThroughMemoryBuffer.
2018-03-08 Andrea Di Biagio[llvm-mca] Fix handling of zero-latency instructions.
2018-03-08 Kuba MracekRevert r327053.
2018-03-08 Simon Pilgrim[X86][AVX] Pull out variable permute creation from...
2018-03-08 Kuba Mracek[asan] Fix a false positive ODR violation due to LTO...
2018-03-08 Vlad TsyrklevichSpecify that test from r327041 requires asserts
2018-03-08 Zachary TurnerFix detection of COFF executable files.
2018-03-08 Matt Davis[DebugInfo] Add verifier for DICompositeType vector
2018-03-08 Vlad TsyrklevichFix test failure introduced in r327041
2018-03-08 Alina Sbirlea[MemorySSA] Split PtrIntPair as this fails on win/arm.
2018-03-08 Vlad Tsyrklevich[ThinLTO] Keep available_externally symbols live
2018-03-08 Sanjay Patel[InstCombine] add min/max tests with not ops; NFC
2018-03-08 Krzysztof Parzyszek[Hexagon] Ignore indexed loads when handling unaligned...
2018-03-08 David Zarzycki[Tests] Remove empty test file that causes the test...
2018-03-08 Alina SbirleaExpose must/may alias info in MemorySSA.
2018-03-08 Sanjay Patel[AMDGPU] fix test to survive the most basic undef const...
2018-03-08 Kuba MracekRevert r327029
2018-03-08 Sanjay Patel[x86] fix test to be independent of FP undef
2018-03-08 Kuba Mracek[asan] Fix a false positive ODR violation due to LTO...
2018-03-08 Sanjay Patel[StructurizeCFG] fix test to be independent of FP undef
2018-03-08 Andrea Di Biagio[llvm-mca] add override keyword to method ResourcePress...
2018-03-08 Sanjay Patel[x86] regenerate checks; NFC
2018-03-08 Andrea Di Biagio[llvm-mca] HWEventListener is a class, not struct.
2018-03-08 Tom Stellardmerge-request.sh: Update 6.0 metabug for 6.0.1
2018-03-08 Sanjay Patel[StructurizeCFG] auto-generate full checks; NFC
2018-03-08 Stefan Pintilie[Power9] Add more missing instructions to the Power...
2018-03-08 Matt ArsenaultAMDGPU/GlobalISel: Pass subtarget + TM to LegalizerInfo
2018-03-08 Andrea Di Biagio[llvm-mca] Unify the API for the various views. NFCI
2018-03-08 Daniel SandersFix unused function warning in StatisticTest.cpp
2018-03-08 Sanjay Patel[InstCombine] regenerate checks; NFC
2018-03-08 Sanjay Patel[InstSimplify] add more tests for FP undef; NFC
2018-03-08 Pavel LabathDWARFVerifier: Basic verification of .debug_names
2018-03-08 Andrea Di Biagio[llvm-mca] Emit the 'Instruction Info' table before...
2018-03-08 Michal Gorny[cmake] Append -Wl,-rpath-link conditionally to GNULD
2018-03-08 Sanjay Patel[InstCombine, NewGVN] remove FP undef from tests
2018-03-08 David Zarzycki[CMake] Add missing test dependency
2018-03-08 Ed MasteUse ellipsis ... to indicate omitted commands
2018-03-08 Andrea Di BiagioAdd llvm-mca.rst to the table of contents in docs/Comma...
2018-03-08 Andrea Di Biagio[llvm-mca] LLVM Machine Code Analyzer.
next