]> granicus.if.org Git - llvm/shortlog
llvm
2016-07-24 Daniel SandersMerging r275966:
2016-07-22 Hans WennborgMerging r276358, r276364, and r276368
2016-07-22 Hans WennborgMerging r276181:
2016-07-21 George Burgess IV[MSSA] Fix PR28632 in the 3.9 branch.
2016-07-20 Hans WennborgMerging r275935:
2016-07-18 Tim NorthoverMerging r275866:
2016-07-18 Hans WennborgMerging r275879:
2016-07-18 Hans WennborgMerging r275898:
2016-07-18 Hans WennborgMerging r275870:
2016-07-18 Hans WennborgChange version from 3.9.0svn to 3.9.0
2016-07-18 Hans WennborgCreating release_39 branch off revision 275826
2016-07-18 Krzysztof Parzyszek[Hexagon] Handle returning small structures by value
2016-07-18 Krzysztof Parzyszek[Hexagon] Revert r275822: mistake in commit message
2016-07-18 Simon Pilgrim[X86][AVX] Add target shuffle decode support for VBROADCAST
2016-07-18 Krzysztof Parzyszek[Hexagon] Handle returning small structures by value
2016-07-18 Chih-Hung Hsieh[X86] Accept SELECT op code for x86-64 fp128 type
2016-07-18 David Majnemer[MathExtras] Fix UB in minIntN
2016-07-18 Adam Nemet[LoopDist] This test does not require ASSERTS
2016-07-18 Adam Nemet[LoopDist] Port to new PM
2016-07-18 Adam Nemet[OptRemarkEmitter] Port to new PM
2016-07-18 Adam NemetSort include headers
2016-07-18 Simon Pilgrim[X86][AVX2] Added tests that demonstrate duplicate...
2016-07-18 Krzysztof Parzyszek[Hexagon] Misc changes to HexagonMachineScheduler, NFC
2016-07-18 Krzysztof Parzyszek[Hexagon] Enable .cur formation in MISched for Hexagon V60
2016-07-18 Alexander KornienkoRevert "r275571 [DSE]Enhance shorthening MemIntrinsic...
2016-07-18 Krzysztof Parzyszek[Hexagon] Add verbose debugging mode to Hexagon MI...
2016-07-18 Nemanja Ivanovic[PowerPC] Remove redundant direct moves when extracting...
2016-07-18 Nirav Dave[MC] Cleanup Error Handling in AsmParser
2016-07-18 Krzysztof Parzyszek[Hexagon] Use timing class info as tie-breaker in machi...
2016-07-18 Krzysztof Parzyszek[Hexagon] HexagonMachineScheduler should account for...
2016-07-18 Krzysztof Parzyszek[Hexagon] Fix zero latency instructions with multiple...
2016-07-18 Alexander KornienkoFixed errors in docs.
2016-07-18 Simon Pilgrim[SLPVectorizer][X86] Added sqrt vectorization tests
2016-07-18 Simon Dardis[inlineasm] Propagate operand constraints to the backend
2016-07-18 Nicolai HaehnleAMDGPU: Disable AMDGPUPromoteAlloca pass for shader...
2016-07-18 Diana Picus[ARM] Update test to use CHECK-LABEL. NFCI.
2016-07-18 Diana Picus[ARM] Skip inline asm memory operands in DAGToDAGISel
2016-07-18 Craig Topper[AVX512] Add EVEX versions of scalar ADD/SUB/MUL/DIV...
2016-07-18 Craig Topper[X86] Fix test checks to include leading 'v' on avx...
2016-07-18 Diana Picus[ARM] Honour ABI for rem under -O0 for EABI, GNUEABI...
2016-07-18 Craig Topper[AVX512] Add KADD/KAND/KOR/KXOR to X86InstrInfo::isAsso...
2016-07-18 Craig Topper[X86] Add VPMULLW/D/Q instructions to X86InstrInfo...
2016-07-18 Craig Topper[X86] Add VPADD instructions to X86InstrInfo::isAssocia...
2016-07-18 Craig Topper[X86] Add floating point packed logical ops to X86Instr...
2016-07-18 Craig Topper[X86] Add AVX512 instructions to X86InstrInfo::isAssoci...
2016-07-18 Craig Topper[X86] Add more AVX512 instructions to X86InstrInfo...
2016-07-18 Craig Topper[X86] Add AVX512 load opcodes and a couple AVX load...
2016-07-18 Craig Topper[X86] Add more opcodes to isFrameLoadOpcode/isFrameStor...
2016-07-18 Craig Topper[AVX512] Use VMOVAPSZ128rr/VMOVAPS256rr for VR128X...
2016-07-18 Craig Topper[X86] Fix 80-column violations. NFC
2016-07-18 David Majnemer[GVNHoist] Change the key for VNtoInsns to a pair
2016-07-18 Vedant Kumar[llvm-cov] Attempt to fix a test failure on Windows
2016-07-18 NAKAMURA TakumiRevert r275678, "Revert "Revert r275027 - Let FuncAttrs...
2016-07-18 David Majnemer[GVNHoist] Sink HoistedCtr into GVNHoist
2016-07-18 David Majnemer[GVNHoist] Some small cleanups
2016-07-17 Davide Italiano[GVN] Move other PRE tests to a subdirectory.
2016-07-17 Davide Italiano[GVN] Move the PRE/LOADPRE test in a subdirectory.
2016-07-17 Davide Italiano[GVN] Use FileCheck instead of grep for tests.
2016-07-17 Simon PilgrimStrip trailing whitespace
2016-07-17 Simon Pilgrim[X86] Add CTPOP/CTLZ/CTTZ scalar cost tests
2016-07-17 Justin LebarAdd tests for max/minIntN(64).
2016-07-17 Justin LebarAvoid UB in maxIntN(64).
2016-07-17 Justin LebarClean up some comments in MathExtras.h.
2016-07-17 Justin LebarAdd assertions checking SignExtend{32,64}'s bit width.
2016-07-17 Justin LebarFix isShiftedInt and isShiftedUint for widths > 32.
2016-07-17 Justin LebarUse a faster implementation of maxUIntN.
2016-07-17 Justin LebarFix warnings in ImmutableSetTest and SequenceTest.
2016-07-17 Simon Pilgrim[X86][AVX] Added VBROADCASTF128/VBROADCASTI128 tests
2016-07-17 Simon Pilgrim[X86] Regenerated ctlz/cttz scalar tests for 32/64...
2016-07-17 Simon Pilgrim[X86] Regenerated popcnt scalar tests for 32/64-bit...
2016-07-17 Simon Pilgrim[X86][SSE] lowerVectorShuffleAsPermuteAndUnpack tidyup...
2016-07-17 Teresa Johnson[ThinLTO] Perform profile-guided indirect call promotion
2016-07-17 Teresa JohnsonAddress review comments.
2016-07-17 Teresa JohnsonRefactor indirect call promotion profitability analysis...
2016-07-17 Guy Blanktest commit
2016-07-17 Elena DemikhovskyX86: Updated a test file. NFC.
2016-07-16 Dehao Chen[PM] Convert IVUsers analysis to new pass manager.
2016-07-16 Sanjay Patel[InstCombine] allow X + signbit --> X ^ signbit for...
2016-07-16 Sanjay Pateladd vector test to show missing transform
2016-07-16 Mehdi AminiIPRA: avoid double query to the map (NFC)
2016-07-16 Sanjay Patelupdate tests to use FileCheck, consolidate tests, fix...
2016-07-16 Sanjay Patelupdate test to use FileCheck
2016-07-16 Sanjay Patelauto-generate checks
2016-07-16 Sanjay Patelauto-ggenerate checks
2016-07-16 Sanjay Patel[InstCombine] reassociate logic ops with constants...
2016-07-16 Hal FinkelRevert "Revert r275027 - Let FuncAttrs infer the 'retur...
2016-07-16 Hal FinkelDisable this-return argument forwarding on ARM/AArch64
2016-07-16 Yaxun LiuRe-commit [AMDGPU] Add metadata for runtime
2016-07-16 Craig Topper[AVX512] Remove CodeGenOnly VBROADCAST m_Int instructio...
2016-07-16 Matthias Braunllc: Add support for -run-pass none
2016-07-16 Matthias Braunllc: Move pass query/add code into an own function...
2016-07-16 Matthias BraunARM/MIR: Move test from MIR to CodeGen/ARM directory
2016-07-16 Matthias BraunARM: Initialize LoadStore passes in TargetMachine
2016-07-16 Eric ChristopherReword comment to be more clear.
2016-07-16 Matthias BraunMIParser: reject subregister indexes on physregs
2016-07-16 Richard SmithFix modules buildbot after r275633.
2016-07-16 Justin LebarDon't do uint64_t(1) << 64 in maxUIntN.
2016-07-15 Kostya Serebryany[libFuzzer] add hooks for strstr, strcasestr, strcasecm...
2016-07-15 Vedant Kumar[llvm-cov] Attempt to appease an older builder
2016-07-15 Sebastian Popbugpoint: add flag -verbose-errors
next