]> granicus.if.org Git - llvm/shortlog
llvm
2016-11-10 Simon Pilgrim[X86] Add knownbits vector logical shift test
2016-11-10 Oliver Stannard[ARM] Thumb2 LDR (literal) should accept PC as the...
2016-11-10 Sanjoy Das[SCEVExpander] Hoist unsigned divisons when safe
2016-11-10 Sanjoy Das[SCEVExpander] Don't hoist divisions
2016-11-10 Sanjoy DasLift out a helper lambda; NFC
2016-11-10 Craig Topper[AVX-512] Allow legacy cvtpd2dq intrinsics to select...
2016-11-10 Craig Topper[AVX-512][X86] Convert avx_cvtt_ps2dq_256 and sse2_cvtt...
2016-11-10 Craig Topper[X86] Convert int_x86_avx_cvtt_pd2dq_256 to fp_to_sint...
2016-11-10 Craig Topper[X86] Move some custom patterns into the currently...
2016-11-10 Craig Topper[X86] Remove some patterns still referencing int_x86_ss...
2016-11-10 Sanjoy Das[SCEV] Eta reduce some lambdas; NFC
2016-11-10 Sanjoy Das[LangRef] Drop "experimental" caveat from operand bundles
2016-11-10 Craig Topper[AVX-512] Add test cases to show missed opportunities...
2016-11-10 Sanjay Patel[InstCombine] avoid infinite loop from shuffle-extract...
2016-11-09 Peter CollingbourneRe-apply r286384, "X86: Introduce the "relocImm" Comple...
2016-11-09 Dylan McKay[AVR] Add a selection of CodeGen tests
2016-11-09 Dylan McKay[AVR] Add all of the machine code test suite
2016-11-09 Dehao ChenAdd isHotBB helper function to ProfileSummaryInfo
2016-11-09 Eli FriedmanPreserve assumption cache in loop-rotate.
2016-11-09 Tim NorthoverGlobalISel: fix typo. NFC
2016-11-09 Tim NorthoverGlobalISel: translate invoke and landingpad instructions
2016-11-09 Dehao ChenUpdate vectorization debug info unittest.
2016-11-09 Sanjay Patel[InstCombine] regenerate checks; NFC
2016-11-09 Sanjay Patel[InstCombine] regenerate checks; NFC
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...
next