]> granicus.if.org Git - llvm/shortlog
llvm
2017-03-24 Kostya Serebryany[libFuzzer] split two tests to get more parallelism...
2017-03-24 Kostya Serebryany[libFuzzer] increase kFeatureSetSize to 2^21 and make...
2017-03-23 Kostya Serebryany[libFuzzer] fix non-linux build
2017-03-23 Adrian PrantlRefactor code to reduce indentation and improve readabi...
2017-03-23 Adrian PrantlFix a bug when emitting debug info for partially consta...
2017-03-23 Reid Kleckner[sancov] Don't instrument blocks with no insertion...
2017-03-23 Dehao ChenFix trellis layout to avoid mis-identify triangle.
2017-03-23 Dehao ChenSet the prof weight correctly for call instructions...
2017-03-23 Bryant Wong[MetaRenamer] Don't rename library functions.
2017-03-23 Dehao ChenUse isFunctionHotInCallGraph to set the function sectio...
2017-03-23 Krzysztof Parzyszek[Hexagon] Avoid infinite loops in HexagonLoopIdiomRecog...
2017-03-23 Kostya Serebryany[libFuzzer] create experimental support for user-provid...
2017-03-23 Petr Hosek[CMake] Provide an option to disable runtimes build
2017-03-23 Krzysztof ParzyszekMove spill size and alignment info from MC to TargetReg...
2017-03-23 Jessica Paquette[Outliner] Remove unused lambda capture.
2017-03-23 Reid Kleckner[PDB] Use two DBs when dumping the IPI stream
2017-03-23 Jessica Paquette[Outliner] Fix compile-time overhead for candidate...
2017-03-23 Dehao ChenDisable loop unrolling and icp in SamplePGO ThinLTO...
2017-03-23 Richard SmithRemove unnecessary use of std::result_of, which is...
2017-03-23 Craig Topper[InstCombine] Remove some code from visitAnd that dealt...
2017-03-23 Erich KeaneLLVM Changes for alloc_align
2017-03-23 Adrian PrantlZero-Initialize PrevInstBB when entering a new MachineF...
2017-03-23 Gil Rapaport[LV] Add regression test for r297610
2017-03-23 Anna Thomas[LVIPrinterPass] Print LVI info for function arguments
2017-03-23 Teresa Johnson[ThinLTO] Add support for emitting minimized bitcode...
2017-03-23 Eric ChristopherKill some trailing whitespace to make some new changes...
2017-03-23 Nirav Dave[X86] Fix Stale SDNode use in X86ISelDAGtoDAG
2017-03-23 Zhaoshi ZhengModel ashr(shl(x, n), m) as mul(x, 2^(n-m)) when n > m
2017-03-23 Zhaoshi Zhengrevert test commit r298629
2017-03-23 Zhaoshi Zhengtest commit
2017-03-23 Eric ChristopherRemove the subtarget argument from LowerFP_TO_INT since...
2017-03-23 Eric ChristopherRemove unused X86Subtarget argument from getOnesVector.
2017-03-23 Adrian McCarthySomehow this still breaks because of ANSI color codes...
2017-03-23 Adrian McCarthyFix build break after r298623
2017-03-23 Pirama Arumuga... [ARM] Fix computeKnownBits for ARMISD::CMOV
2017-03-23 Adrian McCarthyRe-land: Make NativeExeSymbol a concrete subclass...
2017-03-23 Matthew Simpson[LV] Vectorize GEPs
2017-03-23 Simon Pilgrim[X86][SSE] Extract elements from narrower shuffle masks.
2017-03-23 Matthew Simpson[LV] Delete unneeded scalar GEP creation code
2017-03-23 Tim Shen[PPC] Add generated tests for all atomic operations
2017-03-23 Derek Schuff[WebAssembly] Fix import type to be signed LEBs
2017-03-23 Sanjay Patel[x86] add memcmp tests, remove run
2017-03-23 Adrian McCarthyAdd option to control whether llvm-pdbdump outputs...
2017-03-23 Igor Breger[GlobalISel][X86] Support G_STORE/G_LOAD operation
2017-03-23 Nirav Dave[SDAG] Fix zeroExtend assertion error
2017-03-23 Vassil VassilevDo not polute the source directory.
2017-03-23 Dehao ChenDo not set branch weight if the branch weight annotatio...
2017-03-23 Zvi RackoverX86FixupBWInsts: Minor cleanup. NFC
2017-03-23 Strahinja Petrovic[Mips] Emit the correct DINS variant
2017-03-23 Simon Pilgrim[X86][SSE] Tidyup canWidenShuffleElements. NFCI.
2017-03-23 Strahinja Petrovic[Mips] Fix for decoding DINS instruction - disassembler
2017-03-23 Simon Pilgrim[X86][SSE] Add computeNumSignBits test for sitofp of...
2017-03-23 Igor Breger[GlobalISel][X86] clang-format. NFC
2017-03-23 Michael Zuckerman[X86][TD][vpmovm2 ] New TD pattern for the vpmovm2...
2017-03-23 Craig Topper[ValueTracking] Use APInt::isNegative instead of using...
2017-03-23 Craig Topper[ValueTracking] Use setAllBits/setSignBit/setLowBits...
2017-03-23 Craig Topper[IR] Use a binary search in DataLayout::getAlignmentInfo
2017-03-23 Craig Topper[IR] Mark Use::getUser and Use::getImpliedUse as LLVM_R...
2017-03-23 Davide Italiano[ARM] Reduce code duplication by factoring out in a...
2017-03-23 Reid Kleckner[codeview] Move type index remapping logic to type...
2017-03-22 Davide Italiano[AArch64] Drive-by cleanup, make this code shorter...
2017-03-22 Artyom SkrobovReapply r298417 "[ARM] Recommit the glueless lowering...
2017-03-22 Konstantin... [AMDGPU] Do not emit isa info as code object metadata
2017-03-22 Artyom Skrobov[ARM] simplifying t2_so_imm_neg as suggested by Eli...
2017-03-22 Konstantin... [AMDGPU] Emit kernel debug properties as code object...
2017-03-22 Konstantin... [AMDGPU] Emit kernel code properties as code object...
2017-03-22 Eric ChristopherClean up some Subtarget uses and casts in the X86 backe...
2017-03-22 Sanjay Patel[x86] improve tests, add tests, auto-generate checks...
2017-03-22 Konstantin... [AMDGPU] Restructure code object metadata creation
2017-03-22 Konstantin... [AMDGPU] Fix bug 31610
2017-03-22 Saleem Abdulrasoolc++filt: support COFF import thunks
2017-03-22 Kostya Serebryany[libFuzzer] add two experimental flags to make corpus...
2017-03-22 Anna Thomas[LVI] Add an LVI printer pass to capture test LVI cache...
2017-03-22 Luqman AdenPreserve nonnull metadata on Loads through SROA & mem2reg.
2017-03-22 Peter CollingbourneIPO: Const correctness for summaries passed into passes.
2017-03-22 Peter CollingbourneIR: Fix a race condition in type id clients of ModuleSu...
2017-03-22 Adrian PrantlDocument the status quo of DIExpression semantics in...
2017-03-22 Adrian PrantlRename helper functions in DwarfExpression to be less...
2017-03-22 Adrian PrantlFix testcase on windows.
2017-03-22 Sanjay Patel[InstCombine] canonicalize insertelement of scalar...
2017-03-22 Adrian PrantlFix PR32298 by adding an early exit to getFrameIndexExp...
2017-03-22 Zachary TurnerMake the home_directory test a little more resilient.
2017-03-22 Zachary TurnerMake home_directory look in the password database in...
2017-03-22 Artyom Skrobov[ARM] t2_so_imm_neg had a subtle bug in the conversion...
2017-03-22 Rafael EspindolaAdd default typo to .tbss.*
2017-03-22 Rafael EspindolaSet the default type for .bss.foo.
2017-03-22 Rafael EspindolaProduce INIT_ARRAY for sections named .init_array.*
2017-03-22 Dmitry Preobrazhensky[AMDGPU][MC] Fix for Bug 28204 + LIT tests
2017-03-22 Serge Pavlov[CMake] Use variable interpolation instead of string...
2017-03-22 Simon Pilgrim[X86] Add multiply by constant tests (PR28513)
2017-03-22 Evgeny Astigeevichr286814 resulted that CallPenalty can be subtracted...
2017-03-22 Simon Pilgrim[X86] Remove unnecessary duplicate code (PR30649)....
2017-03-22 Max KazantsevRevert "[ScalarEvolution] Predicate implication from...
2017-03-22 Craig Topper[ValueTracking] Make sure we keep range metadata inform...
2017-03-22 Craig Topper[ValueTracking] use setLowBits/setHighBits/setBitsFrom...
2017-03-22 Craig Topper[X86] Remove an unused function from release builds...
2017-03-22 Jonas Paulsson[SystemZ] Don't drop any operands in expandZExtPseudo()
2017-03-22 Vitaly BukaRevert "[ARM] Recommit the glueless lowering of addc...
2017-03-22 Max Kazantsev[ScalarEvolution] Predicate implication from operations
2017-03-22 Brian Gesiaklit: remove python2-isms
next