]> granicus.if.org Git - llvm/shortlog
llvm
2017-01-19 Kevin EnderbyRemove this test from the r292500 commit till Chris...
2017-01-19 Kevin EnderbyAdd support for the new LC_NOTE load command.
2017-01-19 Simon Pilgrim[X86][SSE] Attempt to pre-truncate arithmetic operation...
2017-01-19 Sanjay Patel[InstCombine] icmp Pred (shl nsw X, C1), C0 --> icmp...
2017-01-19 Simon Pilgrim[X86][SSE] Added tests for pre-truncating arithmetic...
2017-01-19 Mikael Holmen[DAG] Don't increase SDNodeOrder for dbg.value/declare.
2017-01-19 Malcolm Parsons[docs] Tell Doxygen to expand LLVM_ALIGNAS to nothing
2017-01-19 Mikael HolmenTest commit access, remove trailing whitespace
2017-01-19 Kristof Beyls[GlobalISel] Pointers are legal operands for G_SELECT...
2017-01-19 Elena DemikhovskyRecommiting unsigned saturation with a bugfix.
2017-01-19 Daniel SandersRe-commit: [globalisel] Tablegen-erate current Register...
2017-01-19 Justin BognerGlobalISel: Implement widening for shifts
2017-01-19 Craig Topper[AVX-512] Add test cases that show where we are using...
2017-01-19 Craig Topper[AVX-512] Support ADD/SUB/MUL of mask vectors
2017-01-19 Matt ArsenaultAMDGPU: Disable some fneg combines unless nsz
2017-01-19 Matt ArsenaultAMDGPU: Remove modifiers from v_div_scale_*
2017-01-19 Craig Topper[X86] Merge LowerADD and LowerSUB into a single LowerAD...
2017-01-19 Mike Aizatsky[sancov] applying blacklist to covered points too
2017-01-19 Saleem Abdulrasoolllvm-cxxfilt: filter out invalid manglings
2017-01-19 Craig Topper[AVX-512] Use VSHUF instructions instead of two inserts...
2017-01-19 Craig Topper[AVX-512] Add additional test cases for broadcast intri...
2017-01-19 Michael Kuperstein[PM] Add LoopVectorize to the default module pipeline
2017-01-19 Peter CollingbourneLowerTypeTests: Implement exporting of type identifiers.
2017-01-19 Justin BognerGlobalISel: Implement narrowing for G_LOAD
2017-01-19 Justin BognerGlobalISel: Fix text wrapping in a comment. NFC
2017-01-19 Matthias BraunUse an actual valid register in test
2017-01-19 Dehao ChenAdd -debug-info-for-profiling to emit more debug info...
2017-01-19 Michael Kuperstein[LV] Run loop-simplify and LCSSA explicitly instead...
2017-01-19 Matthias BraunLiveIntervalAnalysis: Cleanup; NFC
2017-01-19 Artem Belevich[NVPTX] Fix lowering of fp16 ISD::FNEG.
2017-01-18 Eli Friedman[SCEV] Make getUDivExactExpr handle non-nuw multiplies...
2017-01-18 Eli FriedmanPreserve domtree and loop-simplify for runtime unrolling.
2017-01-18 Krzysztof ParzyszekTreat segment [B, E) as not overlapping block with...
2017-01-18 Krzysztof Parzyszek[Hexagon] Remove dead defs from the live set when expan...
2017-01-18 Michael KupersteinRevert r291670 because it introduces a crash.
2017-01-18 Mehdi AminiImprove the `-filter-print-funcs` option to skip the...
2017-01-18 Sanjay Patel[InstCombine] add tests for shl nsw with icmp eq/ne...
2017-01-18 Sanjay Patel[InstCombine] add an assert to make a shl+icmp transfor...
2017-01-18 Haicheng Wu[CodeGenPrepare] Fix a typo in the comment. NFC.
2017-01-18 Sanjay Patel[InstCombine] remove a redundant check; NFCI
2017-01-18 Peter CollingbourneThinLTOBitcodeWriter: Clear comdats on filtered globals.
2017-01-18 Peter CollingbourneCloning: Copy comdats when cloning globals.
2017-01-18 Michael KupersteinFix up a comment. NFC.
2017-01-18 Michael Kuperstein[LV] Allow reductions that have several uses outside...
2017-01-18 Justin Bognercmake: Only sanitize use-after-scope if the host compil...
2017-01-18 Evandro Menezes[AArch64] Generate literals by the little end
2017-01-18 Davide Italiano[NewGVN] We don't use postdom info anymore. Update.
2017-01-18 Mehdi Amini[ThinLTO] Add a recursive step in Metadata lazy-loading
2017-01-18 Graydon Hoare[lit] Support sharding testsuites, for parallel execution.
2017-01-18 Alexey Bataev[SLP] Add a tests for a fix for PR30787.
2017-01-18 Stanislav Mekhanoshin[AMDGPU] Do not allow register coalescer to create...
2017-01-18 Justin BognerGlobalISel: Implement narrowing for G_STORE
2017-01-18 Justin BognerGlobalISel: Correct copy-pasted comment. NFC
2017-01-18 Teresa JohnsonDon't create a comdat group for a dropped def with...
2017-01-18 Kirill BobyrevRevert 292404 due to buildbot failures.
2017-01-18 Kirill Bobyrev[X86] Minor code cleanup to fix several clang-tidy...
2017-01-18 Sam Parker[ARM] Create SubtargetFeatures from build attrs
2017-01-18 Pavel Labathraw_fd_ostream: Make file handles non-inheritable by...
2017-01-18 Chad Rosier[Assembler] Fix crash when assembling .quad for AArch32.
2017-01-18 Florian Hahn[thumb,framelowering] Reset NoVRegs in Thumb1FrameLower...
2017-01-18 Simon Pilgrim[InstCombine][AVX2] Add DemandedElts support for VPERMD...
2017-01-18 Daniel SandersRe-revert: [globalisel] Tablegen-erate current Register...
2017-01-18 Simon Pilgrim[InstCombine][AVX2] Tests showing missed opportunities...
2017-01-18 Daniel SandersRe-commit: [globalisel] Tablegen-erate current Register...
2017-01-18 Sam Parker[ARM] Create objdump subtarget from build attrs
2017-01-18 Simon Pilgrim[InstCombine] Remove unnecessary intrinsics demanded...
2017-01-18 Simon PilgrimFixed parser error on windows shell evaluation of RUN...
2017-01-18 Simon Pilgrim[X86][SSE] Simplify umax knownbits test
2017-01-18 Michael Zuckerman[X86] Improve mul combine for negative multiplayer...
2017-01-18 Renato GolinRevert "[XRay][Arm] Repair XRay table emission on Arm32...
2017-01-18 Jonas Paulsson[SystemZ] Proper handling of undef flag while expanding...
2017-01-18 Marina Yatsina[X86] Fix for bugzilla 31576 - add support for "data32...
2017-01-18 Chandler Carruth[LoopDeletion] (cleanup, NFC) Fix one more local variab...
2017-01-18 Chandler Carruth[PM] Teach LoopDeletion to correctly update the LPM...
2017-01-18 Chandler Carruth[LoopDeletion] (cleanup, NFC) Make this test actually...
2017-01-18 Matt ArsenaultDAG: Consider nnan in isKnownNeverNaN
2017-01-18 Wei MiRevert rL292292 since it causes a SEGV on sanitizer...
2017-01-18 Kostya Serebryany[libFuzzer] remove stale code
2017-01-18 Pengxuan Zheng[test-release.sh] Add Polly to the list of projects
2017-01-18 Dan Gohman[WebAssembly] Update grow_memory's return type.
2017-01-18 Matthias BraunMIRParser: Allow regclass specification on operand
2017-01-18 Eugene Zelenko[Target, Transforms] Fix some Clang-tidy modernize...
2017-01-18 Kostya Serebryany[libFuzzer] exit(1) on failed merge
2017-01-18 Kostya Serebryany[libFuzzer] better link for trophies
2017-01-18 Justin Lebar[NVPTX] Support global variables of integer type larger...
2017-01-18 Xin Tong2 returns next to each other =). NFC
2017-01-18 Xin TongSkip loop header while we can when computing loop safet...
2017-01-18 Eric Fiselier[LIT] Make util.executeCommand python3 friendly
2017-01-18 Justin Lebar[NVPTX] Standardize asm printer on "foo \tbar".
2017-01-18 Justin Lebar[NVPTX] Clean up nested !strconcat calls.
2017-01-18 Justin Lebar[NVPTX] Implement min/max in tablegen, rather than...
2017-01-18 Justin Lebar[NVPTX] Lower integer absolute value idiom to abs instr...
2017-01-18 Justin Lebar[NVPTX] Improve lowering of llvm.ctpop.
2017-01-18 Justin Lebar[NVPTX] Add lowering for llvm.bitreverse.
2017-01-18 Justin Lebar[NVPTX] Fix function names in ctlz.ll test. Test-only...
2017-01-18 Justin Lebar[NVPTX] Improve lowering of llvm.ctlz.
2017-01-18 Justin Lebar[IR] Grammar police: "intact" is one word. NFC
2017-01-18 Sanjay Patel[InstCombine] add tests to show missed shrinkage; NFC
2017-01-17 Kostya Serebryany[libFuzzer] add ATTRIBUTE_NO_SANITIZE_MEMORY to sanitiz...
2017-01-17 Dehao ChenIntroduce -unroll-partial-threshold to separate Partial...
next