]> granicus.if.org Git - llvm/shortlog
llvm
2017-01-26 Sanjay Patel[InstCombine] fold (X >>u C) << C --> X & (-1 << C)
2017-01-26 Ahmed Bougacha[GlobalISel] Remove duplicate function using variadic...
2017-01-26 Krzysztof Parzyszek[Hexagon] Add Hexagon-specific loop idiom recognition...
2017-01-26 Daniel BerlinNewGVN: Add algorithm overview
2017-01-26 Sanjay Patel[InstCombine] use m_APInt to allow (X << C) >>u C ...
2017-01-26 Zvi Rackover[Doc][LangRef] Fix typo-ish error in description of...
2017-01-26 Sanjay Patel[InstCombine] add tests for shift-shift folds; NFC
2017-01-26 Balaram Makam[AArch64] Refine Kryo Machine Model
2017-01-26 Kyle Butt[IfConversion] Use reverse_iterator to simplify. NFC
2017-01-26 Sean Fertile[PPC] cleanup of mayLoad/mayStore flags and memory...
2017-01-26 Daniel BerlinNewGVN: Fix output of pr31578 testcase now that we...
2017-01-26 Daniel BerlinNewGVN: Make unreachable blocks be marked with unreachable
2017-01-26 Stanislav MekhanoshinReplace addEarlyAsPossiblePasses callback with adjustPa...
2017-01-26 Nirav DaveRevert "In visitSTORE, always use FindBetterChain,...
2017-01-26 Serge Rogatch[XRay][Arm32] Reduce the portion of the stub and implem...
2017-01-26 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2017-01-26 Rafael EspindolaUse shouldAssumeDSOLocal in classifyGlobalReference.
2017-01-26 Simon Pilgrim[X86][SSE] Add support for combining ANDNP byte masks...
2017-01-26 Daniil Fukalov[SCEV] Introduce add operation inlining limit
2017-01-26 Simon Pilgrim[X86][SSE] Pull out target shuffle resolve code into...
2017-01-26 Daniel SandersRemove a '#if 0' that wasn't intended for commit in...
2017-01-26 Daniel SandersAttempt to fix windows buildbots after r293172.
2017-01-26 Daniel Sanders[globalisel] Re-factor ISel matchers into a hierarchy...
2017-01-26 Valery Pykhtin[AMDGPU] Fix typo in GCNSchedStrategy
2017-01-26 Simon DardisRevert "[mips] N64 static relocation model support"
2017-01-26 Chandler Carruth[LV] Fix an issue where forming LCSSA in the place...
2017-01-26 Simon Dardis[mips] N64 static relocation model support
2017-01-26 Diana Picus[ARM] GlobalISel: Load i1, i8 and i16 args from stack
2017-01-26 Alexey Bataev[SLP] Add one more reduction operation for extra argume...
2017-01-26 Chandler Carruth[PM] Use PoisoningVH correctly when merely deleting...
2017-01-26 NAKAMURA TakumiChapter3/KaleidoscopeJIT.h: Fix a warning. [-Wunused...
2017-01-26 Craig Topper[TargetTransformInfo] Add override keywords to suppores...
2017-01-26 Craig Topper[AVX-512] Move the combine that runs combineBitcastForM...
2017-01-26 Craig Topper[X86] When bitcasting INSERT_SUBVECTOR/EXTRACT_SUBVECTO...
2017-01-26 Jonas Paulsson[TargetTransformInfo] Refactor and improve getScalariz...
2017-01-26 Alexey Bataev[SLP] Fixed test for extra arguments in horizontal...
2017-01-26 Craig Topper[DAGCombiner] Fold extract_subvector of undef to undef...
2017-01-26 Craig Topper[X86] Add demanded elts support for the inputs to pclmu...
2017-01-26 Taewook OhRevert test commit
2017-01-26 Taewook Ohtest commit
2017-01-26 Adam Nemet[OptDiag] Predicates to check the same type of IR and...
2017-01-26 Peter Collingbournegold-plugin: Fix test case.
2017-01-26 Chandler Carruth[PM] Simplify the new PM interface to the loop unroller...
2017-01-26 Chandler Carruth[Loops] Restructure the LoopInfo verify function so...
2017-01-26 Peter Collingbournegold-plugin: Simplify naming of object files created...
2017-01-26 Rui UeyamaFix --Wunused-function.
2017-01-26 Kostya Serebryany[libFuzzer] remove a bit of stale code
2017-01-26 Kostya Serebryany[libFuzzer] further simplify __sanitizer_cov_trace_pc_guard
2017-01-26 Matt ArsenaultAMDGPU: Fold fneg into round instructions
2017-01-26 Sanjoy Das[ImplicitNullChecks] Add a test demonstrating a case...
2017-01-26 Kostya Serebryany[libFuzzer] simplify the code for __sanitizer_cov_trace...
2017-01-26 Michael Kuperstein[LoopUnroll] Properly update loopinfo for runtime unrol...
2017-01-26 Davide Italiano[NewGVN] Skip uses in unreachable blocks.
2017-01-26 Adam Nemet[llc] Add -pass-remarks-output
2017-01-26 Peter CollingbourneLowerTypeTests: Ignore external globals with type metadata.
2017-01-26 Kostya Serebryany[libFuzzer] don't call GetPreviousInstructionPc on...
2017-01-26 Tim Shen[APFloat] Fix comments. NFC.
2017-01-26 Justin Lebar[ValueTracking] Implement SignBitMustBeZero correctly...
2017-01-25 Kevin EnderbyChange the test added in r293099 so it does not have...
2017-01-25 Adam Nemet[llc] Add -pass-remarks-with-hotness
2017-01-25 Davide Italiano[NewGVN] Simplify folding a lambda used only once....
2017-01-25 Adam NemetNew OptimizationRemarkEmitter pass for MIR
2017-01-25 Adam Nemet[OptDiag] Split code region out of DiagnosticInfoOptimi...
2017-01-25 Adrian McCarthyFix for r293104, which renamed a directory.
2017-01-25 Adrian McCarthyNFC: Rename (PDB) RawSession to NativeSession
2017-01-25 Peter CollingbourneLangRef: Document the allowed metadata dropping transforms.
2017-01-25 Kevin EnderbyAdd a warning when the llvm-nm -print-size flag is...
2017-01-25 Daniel JasperRevert "[PPC] Give unaligned memory access lower cost...
2017-01-25 Zachary Turner[pdb] Fix failing test
2017-01-25 Zachary Turner[pdb] Correctly parse the hash adjusters table from...
2017-01-25 Tim NorthoverSDag: fix how initial loads are formed when splitting...
2017-01-25 Tim NorthoverGlobalISel: rework getOrCreateVReg to avoid double...
2017-01-25 Tim NorthoverDebugInfo: remove unused parameter from function. NFC.
2017-01-25 Daniel BerlinMemorySSA: Link all defs together into an intrusive...
2017-01-25 Konstantin... [AMDGPU] Bump up n_type for metadata v2
2017-01-25 Matt ArsenaultAMDGPU: Set call_convention bit in kernel_code_t
2017-01-25 Serge Rogatch[XRay][AArch64] More staging for tail call support...
2017-01-25 Krzysztof ParzyszekAdd iterator_range<regclass_iterator> to {Target,MC...
2017-01-25 Alexey Bataev[SLP] Extra test for functionality with extra args.
2017-01-25 Chad RosierRevert "Do not verify dominator tree if it has no roots"
2017-01-25 Matthias BraunPowerPC: Slight cleanup of getReservedRegs(); NFC
2017-01-25 Krzysztof ParzyszekAdd loop pass insertion point EP_LateLoopOptimizations
2017-01-25 Artur Pilipenko[Guards] Introduce loop-predication pass
2017-01-25 Chad Rosier[AArch64] Minor code refactoring. NFC.
2017-01-25 Artur PilipenkoNFC. Make ScalarEvolution::isMonotonicPredicate public
2017-01-25 Artur Pilipenko[InstCombine] Canonicalize guards for NOT OR condition
2017-01-25 Simon Pilgrim[InstCombine][SSE] Add support for PACKSS/PACKUS consta...
2017-01-25 Martin Bohme[ARM] GlobalISel: Fix stack-use-after-scope bug.
2017-01-25 Artur Pilipenko[InstCombine] Canonicalize guards for AND condition
2017-01-25 Artur Pilipenko[InstCombine] Allow InstrCombine to remove one of adjac...
2017-01-25 Alexey Bataev[SLP] Improve horizontal vectorization for non-power...
2017-01-25 whitequarkMark @llvm.powi.* as safe to speculatively execute.
2017-01-25 Mohammed Agabaria[X86] enable memory interleaving for X86\SLM arch.
2017-01-25 Artur PilipenkoFix buildbot failures introduced by 293036
2017-01-25 Artur Pilipenko[DAGCombiner] Match load by bytes idiom and fold it...
2017-01-25 Diana Picus[ARM] GlobalISel: Support i1 add and ABI extensions
2017-01-25 Diana Picus[ARM] GlobalISel: Support i8/i16 ABI extensions
2017-01-25 Serge PavlovDo not verify dominator tree if it has no roots
2017-01-25 Dean Michael... Implemented color coding and Vertex labels in XRay...
2017-01-25 Coby Tayree[X86]Enable the use of 'mov' with a 64bit GPR and a...
next