]> granicus.if.org Git - llvm/history
llvm
2019-08-13 Roman Lebedev[NFC][InstCombine] Non-canonical clamp pattern: non...
2019-08-13 Qiu Chaofan[PowerPC] Fix ICE when truncating some vectors
2019-08-13 Amara Emerson[AArch64][GlobalISel] Replace explicit vreg creation...
2019-08-13 Amara Emerson[GlobalISel] Make the InstructionSelector instance...
2019-08-13 Serge PavlovAdded unit tests to check supported rounding modes
2019-08-13 Aditya Nandakumar[GlobalISel]: Add KnownBits for G_XOR
2019-08-13 Yevgeny RoubanVerifier: check prof branch_weights
2019-08-13 Akira HatanakaDo not call replaceAllUsesWith to upgrade calls to...
2019-08-13 Stanislav Mekhanoshin[AMDGPU] Fix msan failure in printf lowering
2019-08-13 Daniel SandersEliminate implicit Register->unsigned conversions in...
2019-08-13 Akira HatanakaRevert "Do not call replaceAllUsesWith to upgrade calls...
2019-08-13 Eric ChristopherMove findBBwithCalls to the file it's used in to avoid...
2019-08-12 Akira HatanakaDo not call replaceAllUsesWith to upgrade calls to...
2019-08-12 Stanislav Mekhanoshin[AMDGPU] removed unused functions from printf lowering
2019-08-12 Reid Kleckner[WinEH] Fix catch block parent frame pointer offset
2019-08-12 Juergen Ributzka[TextAPI] Fix & Add tests for tbd files version 3.
2019-08-12 Daniel Sanders[risc-v] Apply llvm-prefer-register-over-unsigned from...
2019-08-12 Daniel Sanders[aarch64] Apply llvm-prefer-register-over-unsigned...
2019-08-12 Daniel Sanders[webassembly] Apply llvm-prefer-register-over-unsigned...
2019-08-12 Stanislav Mekhanoshin[AMDGPU] Use PredicateControl in MIMGBaseOpcode. NFC.
2019-08-12 Johannes Doerfert[Attributor] Use the cached data layout directly
2019-08-12 Whitney TsangTitle: Fix build warning for operator<< when using...
2019-08-12 Craig Topper[X86] Allow combineTruncateWithSat to use pack instruct...
2019-08-12 Johannes Doerfert[Attributor][NFC] Add IntegerState raw_ostream << operator
2019-08-12 Johannes Doerfert[Attributor] Make the InformationCache an Attributor...
2019-08-12 Aditya Nandakumar[GISel]: Fix a bug in KnownBits where we should have...
2019-08-12 Juergen RibutzkaRevert "Disable MachO TBD write tests for Windows."
2019-08-12 Craig Topper[X86] Remove unreachable code from LowerTRUNCATE. NFC
2019-08-12 Craig Topper[X86] Add a paranoia type check to the code that detect...
2019-08-12 Craig Topper[X86] Simplify creation of saturating truncating stores.
2019-08-12 Craig Topper[X86] Replace call to isTruncStoreLegalOrCustom with...
2019-08-12 Nico Webergn build: Merge r368592
2019-08-12 Kang Zhang[NFC][PowerPC] Add the test case shrink-wrap.mir and...
2019-08-12 Wenlei He[ThinLTO][AutoFDO] Fix memory corruption due to race...
2019-08-12 Roman Lebedev[CostModel][X86][AArch64] Check all 3 cost kinds in...
2019-08-12 Craig Topper[X86] Disable use of zmm registers for varargs musttail...
2019-08-12 David Green[ARM] sext of a load is free
2019-08-12 Stanislav Mekhanoshin[AMDGPU] Printf runtime binding pass
2019-08-12 David Green[ARM] MVE shuffle broadcast costs
2019-08-12 David Green[ARM] Put some of the TTI costmodel behind hasNeon...
2019-08-12 David Green[ARM] Add or update a number of costmodel tests. NFC
2019-08-12 Sean Fertile[XCOFF] Use a single symbolic constant for the size...
2019-08-12 Sanjay Patel[InstCombine] add tests for scalar-select-of-vectors...
2019-08-12 Hans WennborgRevert r368339 "[MBP] Disable aggressive loop rotate...
2019-08-12 Jordan Rupprecht[llvm-ar][NFC] Fix buildbot
2019-08-12 Jordan Rupprecht[llvm-readobj] Downgrade 'PT_DYNAMIC segment offset...
2019-08-12 Simon Pilgrim[X86][SSE] Add test showing missing demanded elts PSADB...
2019-08-12 Kang ZhangRevert r368565: [CodeGen] Do the Simple Early Return...
2019-08-12 Owen Reynolds[llvm-ar] Accept file paths with windows format slashes
2019-08-12 Sam Elliott[RISCV] Fix ICE in isDesirableToCommuteWithShift
2019-08-12 David Bolvansky[InstCombine] x /c fabs(x) -> copysign(1.0, x)
2019-08-12 David Stenberg[DebugInfo] Remove call sites when eliminating unreacha...
2019-08-12 Kang Zhang[CodeGen] Do the Simple Early Return in block-placement...
2019-08-12 Owen Reynolds[llvm-ar][test] Correct tests marked as expected fails
2019-08-12 Hans WennborgRevert r368509 "[CodeGen] Do the Simple Early Return...
2019-08-12 Simon Pilgrim[X86][SSE] ComputeKnownBits - add basic PSADBW handling
2019-08-12 Simon Pilgrim[X86][SSE] Add test showing missing compute known bits...
2019-08-12 James HendersonNFC. Remove trailing whitespace in test
2019-08-12 James Henderson[llvm-strings] Improve testing of llvm-strings
2019-08-12 Roman Lebedev[InstCombine] foldShiftIntoShiftInAnotherHandOfAndInICm...
2019-08-12 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - call SimplifyMu...
2019-08-12 Roman Lebedev[CostModel][X86][AArch64] Add some tests for extractvalue
2019-08-12 Craig Topper[X86] Add some reduction add test cases that show sub...
2019-08-12 Pengfei Wang[X86] Support -march=tigerlake
2019-08-11 Wenlei HeFix pass dependency for LICM
2019-08-11 Bjorn Pettersson[X86] Remove redundant ';' chars ending IR lines in...
2019-08-11 Bjorn Pettersson[SelectionDAG] Widen vector results of SMULFIX/UMULFIX...
2019-08-11 Craig Topper[X86] Simplify some of the type checks in combineSubToS...
2019-08-11 Craig Topper[X86] Don't use SplitOpsAndApply for ISD::USUBSAT.
2019-08-11 Kang Zhang[NFC][CodeGen] Use while loop instead for loop in Machi...
2019-08-11 David Green[ARM] MVE spill vector test. NFC
2019-08-11 David Green[MVE] Don't try to unroll vectorised MVE loops
2019-08-11 David Green[ARM] Permit auto-vectorization using MVE
2019-08-11 Heejin AhnFix __clang_call_termiante's argument for foreign excep...
2019-08-11 Wenlei He[LICM] Make Loop ICM profile aware
2019-08-11 Wenlei HeRevert "test commit"
2019-08-11 Wenlei Hetest commit
2019-08-11 Craig Topper[X86] Remove some more code from combineShuffle that...
2019-08-11 Craig Topper[X86] Remove some code from combineShuffle that seems...
2019-08-10 Roman Lebedev[InstCombine][NFC] Use SimplifyAddInst() instead of...
2019-08-10 Roman Lebedev[NFC][InstCombine] Tests for shift amount reassociation...
2019-08-10 Roman Lebedev[InstCombine] Shift amount reassociation in bittest...
2019-08-10 Roman Lebedev[InstCombine] Shift amount reassociation in bittest...
2019-08-10 Roman Lebedev[NFC][InstCombine] Tests for shift amount reassociation...
2019-08-10 Simon Pilgrim[X86][SSE] Lower shuffle as ANY_EXTEND_VECTOR_INREG
2019-08-10 Kang Zhang[NFC][CodeGen] Modify the PI++ to ++PI in MachineBlockP...
2019-08-10 Michael Liao[TableGen] Correct the shift to the proper bit width.
2019-08-10 Sanjay Patel[Reassociate] try harder to convert negative FP constan...
2019-08-10 Kang Zhang[CodeGen] Do the Simple Early Return in block-placement...
2019-08-10 Craig Topper[X86] Match the IR pattern form movmsk on SSE1 only...
2019-08-10 Craig Topper[X86] Improve the diagnostic for larger than 4-bit...
2019-08-10 Luo, Yuanke[X86] Fix stack probe issue on windows32.
2019-08-10 Fedor Sergeev[MemDep] allow to select block-scan-limit when construc...
2019-08-09 Peter Collingbournecfi-icall: Allow the jump table to be optionally made...
2019-08-09 Daniel SandersAdd missing REQUIRES to r368487
2019-08-09 Diego Trevino Ferrer[Bugpoint redesign] Fix nonlocal URI link in doc
2019-08-09 Sanjay Patel[DAGCombiner] exclude x*2.0 from normal negation profit...
2019-08-09 Daniel SandersRemove leftover MF->dump()'s from r368487 that break...
2019-08-09 Daniel Sanders[globalisel] Add G_SEXT_INREG
2019-08-09 Eric ChristopherRemove variable only used in an assert.
next