OSDN Git Service

android-x86/external-llvm.git
2018-09-07 Zachary Turner[PDB] Support pointer types in the native reader.
2018-09-07 JF BastienADT: add <bit> header, implement C++20 bit_cast, use
2018-09-07 Reid Kleckner[COFF] Implement llvm.global_ctors priorities for MSVC...
2018-09-07 Abderrazek... [SimplifyIndVar] Avoid generating truncate instructions...
2018-09-07 Piotr PadlewskiSet cost of invariant group intrinsics to 0
2018-09-07 Thomas Lively[WebAssembly] v8x16.shuffle
2018-09-07 Reid Kleckner[benchmark] Fix flags used to compile benchmark library...
2018-09-07 Reid Kleckner[benchmark] Re-enable benchmarks on all platforms inclu...
2018-09-07 Sanjay Patel[InstCombine][x86] add tests for possible blendv transf...
2018-09-07 Philip Reames[AST] Generalize argument specific aliasing
2018-09-07 Reid Kleckner[codeview] Add .cv_string directive for testing purposes
2018-09-07 Craig Topper[X86] Add codegen tests for narrow PADDUS/PSUBUS patter...
2018-09-07 Alina Sbirlea[MemorySSA] Update MemoryPhi wiring for block splitting...
2018-09-07 Sanjay Patel[InstCombine] narrow vector select with padded conditio...
2018-09-07 Thomas Lively[WebAssembly] Change SIMD lane indices to vec_i8imm_op
2018-09-07 Nick Desaulniers[AArch64] Support reserving x1-7 registers.
2018-09-07 Craig Topper[X86] Don't create ZERO_EXTEND_INREG/SIGN_EXTEND_INREG...
2018-09-07 Craig Topper[X86] Don't create X86ISD::AVG nodes from v1iX vectors.
2018-09-07 Fangrui Song[PGO] Fix some style issue of ControlHeightReduction
2018-09-07 Alexandre Ganea[CMake] Fix LLVM_ENABLE_LTO option on Windows
2018-09-07 Craig Topper[X86] Modify the the rdtscp intrinsic to return values...
2018-09-07 Reid Kleckner[codeview] Improve readobj FPO dumper and pdbutil regis...
2018-09-07 Hiroshi Yamauchi[PGO][CHR] Build/warning fix
2018-09-07 Ana Pazos[RISCV] Fix crash in decoding instruction with unknown...
2018-09-07 Alexandre Ganea[Error] Reintroduce type validation in createFileError()
2018-09-07 Fangrui Song[llvm-dwp] Clean up tests X86/*.test
2018-09-07 Ana Pazos[RISCV] Fix AddressSanitizer heap-buffer-overflow in...
2018-09-07 JF BastienNFC: remove magic bool in LoopIdiomRecognize
2018-09-07 Hiroshi Yamauchi[PGO][CHR] Small cleanup.
2018-09-07 Kristina Brooks[Bindings][Go] Fixed go.test failure due to C-API argum...
2018-09-07 Matthias Braunutils/abtest: Refactor and add bisection method
2018-09-07 Craig Topper[X86] Change the addcarry and subborrow intrinsics...
2018-09-07 Craig Topper[X86] Use regular expressions to make test immune to...
2018-09-07 Craig Topper[X86] Teach X86DAGToDAGISel::foldLoadStoreIntoMemOperan...
2018-09-07 Craig Topper[InstCombine] Fold (min/max ~X, Y) -> ~(max/min X,...
2018-09-07 Anna Thomas[LV] Fix code gen for conditionally executed loads...
2018-09-07 Aditya KumarHot cold splitting pass
2018-09-07 Florian Hahn[InstCombine] Do not fold scalar ops over select with...
2018-09-07 David Stenberg[DebugInfo] Handle stack slot offsets for spilled sub...
2018-09-07 Sid ManningAdd support for getRegisterByName.
2018-09-07 Simon Pilgrim[X86][SSE] Add additional fadd/fsub(x, bitcast_fneg...
2018-09-07 Simon Pilgrim[DAGCombiner] foldBitcastedFPLogic - Add basic vector...
2018-09-07 Florian Hahn[NewGVN] Mark function as changed if we erase instructions.
2018-09-07 Simon Pilgrim[X86][SSE] Add fadd/fsub(x, bitcast_fneg(y)) tests
2018-09-07 Jonas Devlieghere[dsymutil] Prevent non-determinism due to threading.
2018-09-07 Alexander Potapenko[MSan] don't access MsanCtorFunction when using KMSAN
2018-09-07 Tim NorthoverARM: fix Thumb2 CodeGen for ldrex with folded frame...
2018-09-07 Alexander Potapenko[MSan] Add KMSAN instrumentation to MSan pass
2018-09-07 Alexander Timofeev[AMDGPU] Preliminary patch for divergence driven instru...
2018-09-07 Puyan Lotfi[llvm-objcopy] Dwarf .debug section compression support...
2018-09-07 QingShan Zhang[PowerPC] Combine ADD to ADDZE
2018-09-07 Max Kazantsev[IndVars] Set Changed when we delete dead instructions...
2018-09-07 Dean Michael... Revert "[XRay] Add a BlockVerifier visitor for FDR...
2018-09-07 Craig Topper[X86] Add more test cases for missed opportunities...
2018-09-07 Dean Michael... [XRay] Add a BlockVerifier visitor for FDR Records
2018-09-07 Craig Topper[X86] Fix some incorrect comments. NFC
2018-09-07 Jordan Rupprecht[llvm-strip] -p test fix for windows buildbots
2018-09-07 Puyan LotfiRevert: [llvm-objcopy] Dwarf .debug section compression...
2018-09-07 Zachary Turner[PDB] Rename some files in the native reader.
2018-09-07 Zachary Turner[PDB] Create a SymbolCache class.
2018-09-06 Puyan Lotfi[llvm-objcopy] Dwarf .debug section compression support...
2018-09-06 Craig Topper[X86] Add RMW ADC patterns with load in operand 1.
2018-09-06 Craig Topper[X86] Add a test case showing failure to use the RMW...
2018-09-06 Reid KlecknerFix SampleProf code on LLP64 platforms with stoull
2018-09-06 George KarpenkovProvide a method for generating deterministic IDs for...
2018-09-06 Zachary TurnerFix error with SmallString implicit conversion.
2018-09-06 Craig Topper[X86] Add isel patterns for commuting X86adc_flag with...
2018-09-06 Jordan Rupprecht[llvm-strip] Fix -p test to check for explicit spaces...
2018-09-06 Eric ChristopherThe initial .text section generated in object files...
2018-09-06 Wei Mi[SampleFDO] Make sample profile loader unaware of compa...
2018-09-06 Zachary TurnerFix a configure issue with Visual Studio generators.
2018-09-06 Scott LinderRevert r341413
2018-09-06 Jessica PaquetteOutput per-function size-info remarks
2018-09-06 Alina Sbirlea[LoopPassManager] MemorySSA should be preserved when...
2018-09-06 Fangrui SongReland rL341509: "[llvm-dwp] Use buffer_stream if outpu...
2018-09-06 Fangrui Song[llvm-dwp] Use cl:: instead of using namespace cl
2018-09-06 Fangrui SongAdd missing #include for Testing/Support/SupportHelpers.h
2018-09-06 Tatyana Krasnukha[ARC] Prevent InstPrinter from crashing on unknown...
2018-09-06 Fangrui SongQuick fix for -DBUILD_SHARED_LIBS=on build after rL341502
2018-09-06 Lang Hames[ORC] Make RuntimeDyldObjectLinkingLayer2 take memory...
2018-09-06 Lang Hames[ORC] Remove the mapSectionAddress method from RuntimeD...
2018-09-06 Martin Storsjo[llvm-ar] Move a variable declaration closer to where...
2018-09-06 Sanjay Patel[x86] add tests for pow --> cbrt; NFC
2018-09-06 Scott LinderMove init code in AArch64SelectionDAGTest to SetUpTestC...
2018-09-06 Martin Storsjo[llvm-ar] Support * as comment char in MRI scripts
2018-09-06 Jonas Devlieghere[dsymutil] Reduce peak memory usage for the single...
2018-09-06 Matt ArsenaultAMDGPU: Remove old hack for function addresses
2018-09-06 Michael Berg[NFC] - in preparation for adding nsw, nuw and exact...
2018-09-06 Zachary TurnerFix a warning.
2018-09-06 Sanjay Patel[InstCombine] add xor+not folds
2018-09-06 JF BastienARM64: improve non-zero memset isel by ~2x
2018-09-06 Sanjay Patel[InstCombine] add tests for xor-not; NFC
2018-09-06 Simon PilgrimRemove unnecessary semicolon to silence -Wpedantic...
2018-09-06 Alexander Potapenko[MSan] store origins for variadic function parameters...
2018-09-06 Alex Bradbury[RISCV][NFC] Rework test/MC/RISCV/rv{32,64}* to allow...
2018-09-06 Sanjay Patel[InstCombine] fix formatting in SimplifyDemandedVectorE...
2018-09-06 Alexander Potapenko[MSan] revert r341528 to unbreak the bots
2018-09-06 Florian Hahn[LoopInterchange] Cleanup unused variables.
2018-09-06 Sven van HaastregtFix argument type in MachineInstr::hasPropertyInBundle
2018-09-06 Florian Hahn[LoopInterchange] Move preheader creation to transform...
next