OSDN Git Service

android-x86/external-llvm.git
2016-11-09 Davide Italiano[tools] Unbreak the GCC build (workaround a GCC bug).
2016-11-09 Mehdi AminiMake BitcodeReader::parseIdentificationBlock() robust...
2016-11-09 Evgeny StupachenkoMinor unroll pass refacoring.
2016-11-09 Sanjoy Das[Verifier] clang-format a section; NFC
2016-11-09 Sanjoy Das[SCEV] Refactor out a useful pattern; NFC
2016-11-09 Peter CollingbourneRevert r286384, "X86: Introduce the "relocImm" ComplexP...
2016-11-09 Peter CollingbourneX86: Introduce the "relocImm" ComplexPattern, which...
2016-11-09 Krzysztof Parzyszek[Hexagon] Silence "sometimes uninitialized" warning...
2016-11-09 Peter CollingbourneBitcode: Change the materializer interface to return...
2016-11-09 Krzysztof Parzyszek[Hexagon] Separate Hexagon subreg indices for different...
2016-11-09 Krzysztof Parzyszek[Hexagon] Eliminate Insert4 pseudo-instruction, use...
2016-11-09 Jonas Paulsson[SystemZ] A few fixes in scheduler files.
2016-11-09 Pavel LabathRemove TimeValue usage from Scalar/SROA.cpp. NFC.
2016-11-09 Pavel LabathZero-initialize chrono duration objects
2016-11-09 Pavel Labath[dsymutil] Replace TimeValue with TimePoint
2016-11-09 Simon Atanasyan[mips] Add non-const getter for the Elf_Mips_Options...
2016-11-09 Jonas Paulsson[MachineScheduler] Comments fixing.
2016-11-09 Alexandros... [ARM] Loop Strength Reduction crashes when targeting...
2016-11-09 Craig Topper[AVX-512] Add lowering to cvttpd2udq/cvttps2udq for...
2016-11-09 Craig Topper[X86] Lower AVX512 and SSE intrinsics for CVTTPD2DQ...
2016-11-09 Craig Topper[AVX-512] Add more varied alignments to tests for stori...
2016-11-09 Craig Topper[AVX-512] Use alignedstore256 in patterns that look...
2016-11-09 Craig Topper[AVX-512] Add test cases to demonstrate PR30947. We...
2016-11-09 Craig Topper[AVX-512] Make VBMI instruction set enabling imply...
2016-11-09 Dean Michael... [XRay][docs] Fix llvm snippets to be well-formed
2016-11-09 Mehdi AminiRevert "[ThinLTO] Prevent exporting of locals used...
2016-11-09 Mehdi Amini[doc] Remove explicit CMake version requirement for...
2016-11-09 Peter CollingbourneBitcode: Remove the remnants of the BitcodeDiagnosticIn...
2016-11-09 Dehao ChenEnable Loop Sink pass for functions that has profile.
2016-11-09 Peter CollingbourneBitcode: Change the BitcodeReader to use llvm::Error...
2016-11-09 Dean Michael... [XRay][Docs] Add documentation for XRay in LLVM
2016-11-09 Sanjay Patel[ValueTracking] recognize obfuscated variants of umin...
2016-11-09 Mehdi Amini[cmake] Fix handling compiler-rt in LLVM_ENABLE_PROJECT...
2016-11-09 Greg ClaytonAdded the ability to dump hex bytes easily into a raw_o...
2016-11-09 Sanjay Patel[InstCombine] fix profitability equation for max-of...
2016-11-08 Sanjay Patel[InstCombine] reduce indentation; NFC
2016-11-08 Zachary TurnerFix some size_t / uint32_t ambiguity errors.
2016-11-08 Zachary Turner[CodeView] Hook up CodeViewRecordIO to type serializati...
2016-11-08 Adrian PrantlEmit the DW_AT_type for a C++ static member definition
2016-11-08 David L. JonesGlobalISel: make sure debugging variables are appropria...
2016-11-08 Kostya Serebryany[libFuzzer] minor docs update
2016-11-08 Teresa Johnson[ThinLTO] Prevent exporting of locals used/defined...
2016-11-08 Kuba Brecka[asan] Speed up compilation of large C++ stringmaps...
2016-11-08 Andrew Kaylor[BasicAA] Teach BasicAA to handle the inaccessiblememon...
2016-11-08 Matthias BraunAArch64DeadRegisterDefinitionsPass: Fix Changed flag
2016-11-08 Adrian PrantlUse a default constructor. (NFC)
2016-11-08 Sanjoy Das[TBAA] Drop support for "old style" scalar TBAA tags
2016-11-08 Tim NorthoverGlobalISel: allow CodeGen to fallback on VReg type...
2016-11-08 Ulrich Weigand[SystemZ] Add missing FP extension instructions
2016-11-08 Ulrich Weigand[SystemZ] Add program mask and addressing mode instructions
2016-11-08 Ulrich Weigand[SystemZ] Model access registers as LLVM registers
2016-11-08 Davide Italiano[LoopDistribute] Preserve GlobalsAA also in the new...
2016-11-08 Eli FriedmanDon't store Twine in a local variable.
2016-11-08 Dan Gohman[WebAssembly] Convert stackified IMPLICIT_DEF into...
2016-11-08 Ahmed Bougacha[GlobalISel] Dump all instructions inserted by selector.
2016-11-08 Ahmed Bougacha[GlobalISel] Permit select() to erase.
2016-11-08 Davide Italiano[LibcallsShrinkWrap] This pass doesn't preserve the...
2016-11-08 Chad RosierFix typo in comment. NFC.
2016-11-08 Michael KupersteinCODE_OWNERS: Take ownership of the loop vectorizer.
2016-11-08 Ulrich Weigand[SystemZ] Always use semantic instruction classes
2016-11-08 Ulrich Weigand[SystemZ] Refactor InstRR* instruction format patterns
2016-11-08 Ulrich Weigand[SystemZ] Rename some Inst* instruction format classes
2016-11-08 Nirav Dave[MC][AArch64] Cleanup end-of-line parsing in AArch64...
2016-11-08 Ulrich Weigand[SystemZ] Refactor branch and conditional instruction...
2016-11-08 Piotr PadlewskiNFC small changes in MemDep
2016-11-08 Wei Mi[RegAllocGreedy] Another fix about NewVRegs for last...
2016-11-08 Sanjay Patel[InstCombine] move min/max tests to min/max test file...
2016-11-08 Sanjay Patel[InstCombine] update checks; NFC
2016-11-08 Tim NorthoverGlobalISel: support selecting fpext/fptrunc instruction...
2016-11-08 Anton KorobeynikovFix PR27500: on MSP430 the branch destination offset...
2016-11-08 Chad RosierRemove unused include. NFC.
2016-11-08 Sanjay Patel[docs] fix link to AMD manuals (PR30946)
2016-11-08 Dehao ChenUse the last 7 bits to represent the discriminator...
2016-11-08 Simon Pilgrim[X86][SSE] Regenerate test (just adds missing header)
2016-11-08 Simon Pilgrim[TargetLowering] Fix undef vector element issue with...
2016-11-08 Pablo Barrio[JumpThreading] Unfold selects that depend on the same...
2016-11-08 Simon Pilgrim[VectorLegalizer] Expansion of CTLZ using CTPOP when...
2016-11-08 Rafael Espindolacleanup hashSysV a bit.
2016-11-08 Roger Ferrer... [AArch64] Fix incorrect CSEL node created
2016-11-08 Simon Dardis[mips] Renable small data section test.
2016-11-08 Amara EmersonAdds the loop end location to the loop metadata.
2016-11-08 Sylvestre LedruFix memory leaks (coverity issues 1365586 & 1365591)
2016-11-08 Craig Topper[AVX-512] Add an avx512f without avx512vl command line...
2016-11-08 Peter CollingbourneIR, Bitcode: Change bitcode reader to no longer own...
2016-11-08 Justin Bognercmake: Don't try to install exports if there aren't any
2016-11-08 Peter CollingbourneBitcode: Decouple block info block state from reader.
2016-11-08 Peter CollingbourneBitcode: Split out block info reading into a separate...
2016-11-08 George Burgess IVAdd a missing break statement. NFC.
2016-11-08 Tim NorthoverGlobalISel: improve error diagnostics when IRTranslatio...
2016-11-08 Tim NorthoverGlobalISel: support selecting G_SELECT on AArch64.
2016-11-08 Mandeep Singh... [CMake] Fix llvm_setup_rpath function
2016-11-08 Tim NorthoverGlobalISel: constrain PHI registers on AArch64.
2016-11-07 Eli Friedman[LTO] Add error message on IO error in compileOptimized...
2016-11-07 Chad Rosier[AArch64] Remove dead check prefixes after r286110...
2016-11-07 Chad Rosier[AArch64] Rename test to reflect changes after r286110...
2016-11-07 Adam Nemet[opt-viewer] Avoid division by zero
2016-11-07 Stanislav Mekhanoshin[AMDGPU] Allow hoisting of comparisons out of a loop...
2016-11-07 Adam Nemet[OptDiag, opt-viewer] Save callee's location and displa...
2016-11-07 Sanjin Sijaric[AArch64] Transfer memory operands when lowering vector...
2016-11-07 Lang Hames[docs] Add a pointer to ExitOnError to the discussion...
next