]> granicus.if.org Git - llvm/shortlog
llvm
2017-02-24 Ahmed Bougacha[GlobalISel] Use the same name for all remarks.
2017-02-24 Ahmed Bougacha[GlobalISel] Use the DISubprogram for translation failu...
2017-02-24 Ahmed Bougacha[GlobalISel] Remove now-unnecessary variable. NFC.
2017-02-24 Adrian McCarthyFix unit tests after r296049.
2017-02-24 Justin BognerOptDiag: Summarize the instruction count in asm-printer
2017-02-24 Justin BognerOptDiag: Use DiagnosticLocation in MachineOptimizationR...
2017-02-24 Evgeniy Stepanov[msan] Fix instrumentation of array allocas.
2017-02-24 Adrian McCarthyImplement some methods for NativeRawSymbol
2017-02-23 Ahmed Bougacha[GlobalISel] Don't translate other blocks when one...
2017-02-23 Ahmed Bougacha[GlobalISel] Finalize translated function on scope...
2017-02-23 Adrian Prantlfix 80-column violation
2017-02-23 Xin TongDelete outdated comment. NFC
2017-02-23 Xin TongLoopUnswitch - Simplify based on known not to a be...
2017-02-23 Adam Nemet[OptDiag] Comment about the legacy status of emitOptimi...
2017-02-23 Adam Nemet[OptDiag] Remove hotness parameter from legacy remark...
2017-02-23 Adam Nemet[OptDiag] Hide legacy remark ctors
2017-02-23 Bryant Wong[ADT] Fix zip iterator interface.
2017-02-23 Sanjoy Das[IR] Add a Instruction::dropPoisonGeneratingFlags helper
2017-02-23 Artem Belevich[NVPTX] Added support for .f16x2 instructions.
2017-02-23 Tim NorthoverARM: make sure FastISel bails on f64 operations for...
2017-02-23 Hans WennborgRevert r282872 "CVP. Turn marking adds as no wrap on...
2017-02-23 Vedant Kumar[llvm-cov] Strip redundant path components from filenam...
2017-02-23 Dehao ChenAdd call branch annotation for ICP promoted direct...
2017-02-23 Krzysztof Parzyszek[Hexagon] Handle saturations in Hexagon bit tracker
2017-02-23 Krzysztof Parzyszek[Hexagon] Allow setting register in BitVal without...
2017-02-23 Stanislav Mekhanoshin[AMDGPU] Shut the warning "getRegUnitWeight hides overl...
2017-02-23 Adam Nemet[ORE] Remove ORE.emit{{.+}} functions
2017-02-23 Kyle ButtCodeGen: MachineBlockPlacement: Rename member to more...
2017-02-23 Adam Nemet[LAA] Remove unused LoopAccessReport
2017-02-23 Adam Nemet[LV] Remove unused VectorizationReport
2017-02-23 Evgeniy StepanovDisable TLS for stack protector on Android API<17.
2017-02-23 Ahmed Bougacha[GlobalISel] Emit opt remarks on isel fallbacks.
2017-02-23 Ahmed Bougacha[CodeGen] Teach opt remarks how to print MI instructions.
2017-02-23 Ahmed Bougacha[CodeGen] Print MI without a newline when skipping...
2017-02-23 Ahmed Bougacha[CodeGen] Use const MBBs in the opt remark diagnostics...
2017-02-23 Stanislav MekhanoshinCorrect register pressure calculation in presence of...
2017-02-23 Ahmed Bougacha[ORE] Use const CodeRegions in the remark diagnostics...
2017-02-23 Ahmed Bougacha[CodeGen] Add a way to SkipDebugLoc in MachineInstr...
2017-02-23 Ahmed Bougacha[GlobalISel] Simplify Select type cleanup using a Scope...
2017-02-23 Adrian PrantlRevert "Teach the IR verifier to reject conflicting...
2017-02-23 Sanjay Patel[DAG] add convenience function to get -1 constant;...
2017-02-23 Chad Rosier[Reassociate] Add negated value of negative constant...
2017-02-23 Dehao ChenUse base discriminator in sample pgo profile matching.
2017-02-23 Krzysztof Parzyszek[Hexagon] Avoid IMPLICIT_DEFs as new-value producers
2017-02-23 Adam Nemet[LazyMachineBFI] Reimplement with getAnalysisIfAvailable
2017-02-23 Filipe Cabecinhas[AddressSanitizer] Add PS4 offset
2017-02-23 Sanjay Patel[InstCombine] use loop instead of recursion to peek...
2017-02-23 Sanjay Patel[InstCombine] use 'match' to reduce code; NFCI
2017-02-23 Jan VeselyAMDGPU/SI: Fix trunc i16 pattern
2017-02-23 Simon PilgrimStrip trailing whitespace.
2017-02-23 Krzysztof Parzyszek[Hexagon] Patterns for CTPOP, BSWAP and BITREVERSE
2017-02-23 Tobias Grosser[docs] Add information about how to checkout polly...
2017-02-23 Diana Picus[ARM] GlobalISel: Lower call returns
2017-02-23 Alexey Bataev[SLP] Fix for PR32036: Vectorized horizontal reduction...
2017-02-23 Diana Picus[ARM] GlobalISel: Lower call parameters in regs
2017-02-23 Ayman Musa[X86][AVX] Disable VCVTSS2SD & VCVTSD2SS memory folding...
2017-02-23 Simon Dardis[mips][ias] Further relax operands of certain assembly...
2017-02-23 Kristof BeylsFix assertion failure in ARMConstantIslandPass.
2017-02-23 Simon PilgrimFix signed/unsigned comparison warning on MSVC
2017-02-23 Alexey BataevRevert "[SLP] Fix for PR32036: Vectorized horizontal...
2017-02-23 Alexey Bataev[SLP] Fix for PR32036: Vectorized horizontal reduction...
2017-02-23 Alexey BataevRevert "[SLP] Fix for PR32036: Vectorized horizontal...
2017-02-23 Alexey Bataev[SLP] Fix for PR32036: Vectorized horizontal reduction...
2017-02-23 Ayman Musa[X86][AVX512] Remove VCVTSS2SDZ & VCVTSD2SSZ from memor...
2017-02-23 Ayman Musa[X86][AVX512] Change VCVTSS2SD and VCVTSD2SS node types...
2017-02-23 Matt ArsenaultLoadStoreVectorizer: Split even sized illegal chains...
2017-02-23 Craig Topper[X86][IR] In AutoUpgrade, check explicitly for xop...
2017-02-23 Matt ArsenaultTargetOptions: Fix not accounting for NoSignedZerosFPMa...
2017-02-23 Matthias BraunTest if we can use raw strings on all platforms compili...
2017-02-23 Eli FriedmanExplicitly state the behavior of inbounds with a null...
2017-02-23 Matt ArsenaultAMDGPU: Replace disabled exp inputs with undef
2017-02-23 Matt ArsenaultAMDGPU: Add another BFE pattern
2017-02-22 Matt ArsenaultAMDGPU: Use clamp with f64
2017-02-22 Michael KupersteinRevert r295868 because it breaks a different SLP lit...
2017-02-22 Matt ArsenaultAMDGPU: Fold FP clamp as modifier bit
2017-02-22 Wei DingAMDGPU : Update TrapCode based on Trap Handler ABI.
2017-02-22 Justin Bogner[libFuzzer] Update traces hooks test after r293741
2017-02-22 Justin Bogner[libFuzzer] Mark a test that infinite loops as unsupported
2017-02-22 Matt ArsenaultAMDGPU: Add replacement bfe intrinsics
2017-02-22 Sanjay Patel[InstCombine] don't try SimplifyDemandedInstructionBits...
2017-02-22 Dylan McKay[AVR] Disable integrated assembler for a few tests
2017-02-22 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize and Include...
2017-02-22 Krzysztof Parzyszek[Hexagon] Implement @llvm.readcyclecounter()
2017-02-22 Matt ArsenaultAMDGPU: Don't add emergency stack slot if all spills...
2017-02-22 Daniel BerlinPredicateInfo: Support switch statements
2017-02-22 Daniel BerlinAdd pair conversion functions to BasicBlockEdge.
2017-02-22 Daniel BerlinMove updating functions to MemorySSAUpdater.
2017-02-22 Matthew Simpson[LV] Update floating-point induction test checks (NFC)
2017-02-22 Wei Mi[LSR] Canonicalize formula and put recursive Reg relate...
2017-02-22 Krzysztof Parzyszek[RDF] Support for partial structural aliases in Registe...
2017-02-22 Zachary Turner[Support] Re-add the special OSX flags on mmap.
2017-02-22 Krzysztof Parzyszek[Hexagon] Add intrinsics for masked vector stores
2017-02-22 Matt ArsenaultAMDGPU: Don't look at chain users when adjusting writemask
2017-02-22 Matt ArsenaultAMDGPU: Always allocate emergency stack slot at offset 0
2017-02-22 Derek Schuff[WebAssembly] Update llvm-readobj tests for switch...
2017-02-22 Matt ArsenaultAMDGPU: Change exp with compr bit printing
2017-02-22 Wei DingRevert "AMDGPU : Update TrapCode based on Trap Handler...
2017-02-22 Dan Gohman[WebAssembly] Update llvm-objdump tests for the new...
2017-02-22 Alexey Bataev[SLP] Fix for PR32036: Vectorized horizontal reduction...
2017-02-22 Wei DingAMDGPU : Update TrapCode based on Trap Handler ABI.
next