]> granicus.if.org Git - llvm/shortlog
llvm
2016-07-15 Vedant Kumar[llvm-cov] Attempt to appease an older builder
2016-07-15 Sebastian Popbugpoint: add flag -verbose-errors
2016-07-15 Duncan P. N... Reapply "Mips: Avoid implicit iterator conversions...
2016-07-15 Vedant Kumar[llvm-cov] Attempt to appease Windows bots
2016-07-15 Vedant Kumar[llvm-cov] Optionally use a symbol demangler when prepa...
2016-07-15 Vedant Kumar[llvm-cov] Document a few private fields of CodeCoverag...
2016-07-15 Vedant Kumar[Support] Fix a doxygen comment (NFC)
2016-07-15 Junmo ParkMinor code cleanups. NFC.
2016-07-15 Jacques Pienaar[lanai] Small cleanup: remove/comment out unused args
2016-07-15 Matt ArsenaultAMDGPU: Fix verifier error from partially undef copy
2016-07-15 Michael KupersteinExpandPostRAPseudos should transfer implicit uses,...
2016-07-15 Alexei StarovoitovBPF: Use official ELF e_machine value
2016-07-15 Jacques Pienaar[lanai] Fix build by updating calls to getLoad & getStore.
2016-07-15 Zachary Turner[pdb] Teach MsfBuilder and other classes about the...
2016-07-15 Zachary Turner[pdb] Round trip the NameMap data structure to YAML.
2016-07-15 Zachary Turner[pdb] Use MsfBuilder to handle the writing PDBs.
2016-07-15 Matt ArsenaultStructurizeCFG: Fix inverting constantexpr conditions
2016-07-15 Krzysztof Parzyszek[Hexagon] Handle instruction latency for 0 or 2 cycles
2016-07-15 Matt ArsenaultAMDGPU: Remove brev intrinsic
2016-07-15 Matt ArsenaultAMDGPU: Fix TargetPrefix for remaining r600 intrinsics
2016-07-15 Matt ArsenaultAMDGPU: Remove AMDGPU.ldexp
2016-07-15 Matt ArsenaultAMDGPU: Remove legacy rsq.clamped intrinsic
2016-07-15 Matt ArsenaultAMDGPU/R600: Delete dead code.
2016-07-15 Saleem AbdulrasoolDebugInfo: reorder some initializers
2016-07-15 Saleem AbdulrasoolCodeGen: avoid emitting unnecessary CFI
2016-07-15 Michael ZolotukhinMake processInstruction from LCSSA.cpp externally avail...
2016-07-15 Zachary Turner[pdb] Introduce MsfBuilder for laying out PDB files.
2016-07-15 Nico WeberTeach fast isel about the win64 calling convention.
2016-07-15 Krzysztof Parzyszek[Hexagon] Make MI scheduler check for stalls in previou...
2016-07-15 George Burgess IV[CFLAA] Add attributes handling for CFLAnders.
2016-07-15 Nemanja Ivanovic[PowerPC] Set kill flag for scratch register when spill...
2016-07-15 George Burgess IV[CFLAA] Add an initial CFLAnders implementation.
2016-07-15 Derek SchuffFix calls to SelectionDAG::getStore
2016-07-15 Vitaly BukaRevert "[AMDGPU] Add metadata for runtime"
2016-07-15 Krzysztof Parzyszek[Hexagon] Replace postprocessDAG with a more elaborate...
2016-07-15 Jingyue Wu[ReassociateGEP] Update tests to allow missing "inbound...
2016-07-15 Sjoerd Meijer[MBP] Clean up of the comments, and a first attempt...
2016-07-15 Sanjay Pateladd tests for associative ops blocked by a cast
2016-07-15 Davide Italiano[SCCP] Merge two conditions into one. NFCI.
2016-07-15 Justin Lebar[SelectionDAG] Get rid of bool parameters in SelectionD...
2016-07-15 Justin Lebar[CodeGen] Take a MachineMemOperand::Flags in MachineFun...
2016-07-15 Rong Xu[PGO] IRPGO pre-cleanup pass changes
2016-07-15 Sanjay Patelfix documentation comments; NFC
2016-07-15 Krzysztof Parzyszek[Hexagon] Add a scheduling DAG mutation
2016-07-15 Adam Nemet[OptRemark,LDist] RFC: Add hotness attribute
2016-07-15 Kostya Serebryany[libFuzzer] add ThreadedLeakTest
2016-07-15 David Majnemer[AliasAnalysis] Give back AA results for fence instructions
2016-07-15 Krzysztof Parzyszek[Hexagon] Update instruction itineraries
2016-07-15 Dehao Chen[PM] Convert LoopInstSimplify Pass to new PM
2016-07-15 Justin BognerIR: Sort generic intrinsics before target specific...
2016-07-15 Krzysztof Parzyszek[Hexagon] Fixes/changes to instruction selection
2016-07-15 Jun Bum Lim[DSE]Enhance shorthening MemIntrinsic based on OverlapI...
2016-07-15 Krzysztof Parzyszek[Hexagon] Improve patterns with stack-based addressing
2016-07-15 Nico WeberIn dag-optnone.ll, use varargs instead of win64 to...
2016-07-15 Matthew Simpson[LV] Swap A and B in interleaved access analysis (NFC)
2016-07-15 Yaxun Liu[AMDGPU] Add metadata for runtime
2016-07-15 Jacques PienaarRename AnalyzeBranch* to analyzeBranch*.
2016-07-15 Igor LaevskyRe-submit r272891 "Prevent dangling pointer problems...
2016-07-15 Daniel SandersRevert r275141 - Mips: Avoid implicit iterator conversi...
2016-07-15 Sebastian Popcode hoisting pass based on GVN
2016-07-15 Nitesh Jain[LLVM][MIPS] Fix createStubFunction to emit JR encoding...
2016-07-15 Simon Pilgrim[X86][AVX] Added shuffle tests for UNPCK+PERMUTE
2016-07-15 Simon Pilgrim[X86][AVX2] Added a memory version of test_mm256_broadc...
2016-07-15 Simon Pilgrim[X86][AVX2] Improve lowerShuffleAsRepeatedMaskAndLanePe...
2016-07-15 James Molloy[ARM] Fix build after r275540
2016-07-15 James Molloy[Thumb-1] Select post-increment load and store where...
2016-07-15 James Molloy[ARM] Followup to r275537 addressing review comments
2016-07-15 James Molloy[ARM] Prefer indirect calls in minsize mode
2016-07-15 David MajnemerXFAIL two SeparateConstOffsetFromGEP tests
2016-07-15 David Majnemer[IR] andIRFlags and copyIRFlags needs to handle GEP
2016-07-15 Vedant Kumar[llvm-cov] Relax a test for Windows
2016-07-15 Vedant Kumar[llvm-cov] Improve error messages
2016-07-15 Lang Hames[Kaleidoscope][BuildingAJIT] Start filling in text...
2016-07-15 Vedant Kumar[llvm-cov] Fix a use-after-free
2016-07-15 Vedant Kumar[llvm-cov] Clean up an awkward capture-by-reference...
2016-07-15 Vedant Kumar[Coverage] Mark a few more methods const (NFC)
2016-07-15 Matt ArsenaultAMDGPU: Fix not expanding control flow after some kill...
2016-07-15 Matt ArsenaultAMDGPU: Fix trying to skip from a block with no successors
2016-07-15 Matt ArsenaultAMDGPU: Fix splitting kill blocks with defs before...
2016-07-15 Haicheng Wu[AArch64] Set COPY ZR isAsCheapAsAMove when needed.
2016-07-14 Reid Kleckner[codeview] Shrink inlined call site line info tables
2016-07-14 Tim Northoverllvm-objdump: extend __mh_execute_header handling to...
2016-07-14 Simon Pilgrim[X86][AVX2] Allow VPERMPD/VPERMQ shuffles to call combi...
2016-07-14 Adam Nemet[LoopDist] Fix typo in diagnostic
2016-07-14 Tim Northoverllvm-objdump: handle stubbed and malformed dylibs better
2016-07-14 Ekaterina Romanova[GVN] Fold constant expression in GVN.
2016-07-14 Peter CollingbourneMove legacy LTO interface headers to legacy/ directory.
2016-07-14 Teresa Johnson[ThinLTO/gold] Perform index-based weak/linkonce resolution
2016-07-14 Matthew Simpson[LV] Rename StrideAccesses to AccessStrideInfo (NFC)
2016-07-14 Matthew Simpson[LV] Allow interleaved accesses in loops with predicate...
2016-07-14 Sanjay Pateldon't repeat function names in comments; NFC
2016-07-14 Lang Hames[Object] Change Archive::findSym to return an Expected...
2016-07-14 Davide Italiano[SCCP] Pass the Solver by reference, copies are expensi...
2016-07-14 Mehdi AminiAdd recently added TargetOptions::EnableIPRA member...
2016-07-14 Sanjoy Das[ValueTracking] Use Instruction::getFunction; NFC
2016-07-14 Justin Lebars/constexpr/LLVM_CONSTEXPR in AArch64InstrInfo.cpp.
2016-07-14 Krzysztof Parzyszek[Hexagon] Packetize function call arguments with tail...
2016-07-14 Evandro Menezes[AArch64] Adjust the scheduling model for Exynos-M1.
2016-07-14 Sanjoy Das[JumpThreading] PRE unordered loads
2016-07-14 Krzysztof ParzyszekAdd debugging code to the packetizer
next