OSDN Git Service

ReleaseNotes for PowerPC
[android-x86/external-llvm.git] / test /
2018-07-31 Craig Topper[X86] Stop accidentally running the Bonnell LEA fixup...
2018-07-31 Ana Pazos[RISCV] Fixed test case failure due to r338047
2018-07-31 Zachary Turner[MS Demangler] Better demangling of template arguments.
2018-07-31 Amara Emerson[AArch64][GlobalISel] Add isel support for G_BLOCK_ADDR.
2018-07-31 Amara Emerson[AArch64][GlobalISel] Make G_BLOCK_ADDR legal.
2018-07-31 Amara Emerson[GlobalISel] Add a G_BLOCK_ADDR opcode to handle IR...
2018-07-30 Zachary Turner[MS Demangler] Add ms-return-qualifiers.test.
2018-07-30 Zachary Turner[MS Demangler] Add rudimentary C++11 Support
2018-07-30 Sanjay Patel[DAGCombiner] transform sub-of-shifted-signbit to add
2018-07-30 David Bolvansky[InstCombine] Fold Select with binary op
2018-07-30 Vlad TsyrklevichRevert "[GVNHoist] Re-enable GVNHoist by default"
2018-07-30 Manoj Gupta[Inline] Copy "null-pointer-is-valid" attribute in...
2018-07-30 David Bolvansky[InstSimplify] [NFC] Tests for Select with AND/OR fold
2018-07-30 Jessica Paquette[MachineOutliner][AArch64] Add support for saving LR...
2018-07-30 Jessica PaquetteAdd machine verifier to arm64-opt-remarks-lazy-bfi
2018-07-30 David Bolvansky[DAGCombiner] Bug 31275- Extract a shift from a constan...
2018-07-30 Thomas Preud'hommeReapply "Fix crash on inline asm with 64bit matching...
2018-07-30 Thomas Preud'hommeFix uninitialized read in ARM's PrintAsmOperand
2018-07-30 Jessica PaquetteAttempt to fix Windows test failure caused by r338133
2018-07-30 Evandro Menezes[SLC] Refactor the simplication of pow() (NFC)
2018-07-30 Simon Pilgrim[X86] Regenerate NOBMI/BMI combine-select tests.
2018-07-30 Simon Pilgrim[X86] Regenerate PKU test to merge 32/64-bit rdpkru...
2018-07-30 Simon Pilgrim[X86] Regenerate fast-isel tests.
2018-07-30 Sander de Smalen[AArch64][SVE] Asm: Enable instructions to be prefixed.
2018-07-30 David Bolvansky[InstCombine] [NFC] Added tests for Select with binop...
2018-07-30 Krzysztof Parzyszek[Hexagon] Simplify A4_rcmp[n]eqi R, 0
2018-07-30 John BrawnAdjust opt pass pipeline tests to cope with combination...
2018-07-30 Matt ArsenaultAMDGPU: Reduce code size with fcanonicalize (fneg x)
2018-07-30 Matt ArsenaultAMDGPU: Make fneg combine handle fcanonicalize
2018-07-30 John Brawn[BasicAA] Use PhiValuesAnalysis if available when handl...
2018-07-30 Alexandros Lamprineas[GVNHoist] Re-enable GVNHoist by default
2018-07-30 Francis Visoiu Mistrih[MachineOutliner][X86] Use TAILJMPd64 instead of JMP_1...
2018-07-30 Nicolai HaehnleAMDGPU: Force skip over s_sendmsg and exp instructions
2018-07-30 Petr Pavlu[ARM] Fix over-alignment in arguments that are HA of...
2018-07-30 Zachary Turner[MS Demangler] Demangle symbols in function scopes.
2018-07-29 Sanjay Patel[InstCombine] try to fold 'add+sub' to 'not+add'
2018-07-29 Sanjay Patel[InstCombine] add tests for another sub-not variant...
2018-07-29 Sanjay Patel[InstSimplify] fold funnel shifts with 0-shift amount
2018-07-29 Sanjay Patel[InstSimplify] add tests for funnel shift intrinsics...
2018-07-29 Jonas Devlieghere[dsymutil] Simplify temporary file handling.
2018-07-29 Sanjay Patelrevert r338206 because the test does not pass
2018-07-29 Sander de Smalen[AArch64][SVE] Asm: Support for WHILE(LE|LO|LS|LT)...
2018-07-29 Sander de Smalen[AArch64][SVE] Asm: Instructions to perform serialized...
2018-07-28 Thomas Preud'hommeFix crash on inline asm with 64bit matching input in...
2018-07-28 David Bolvansky[InstCombine] Tests for fold Select with binary op
2018-07-28 Sanjay Patel[InstCombine] try to fold 'sub' to 'not'
2018-07-28 Sander de Smalen[AArch64][SVE] Asm: Support for PFALSE and PTEST instru...
2018-07-28 Matt ArsenaultAMDGPU: Stop wasting argument registers with v3i32...
2018-07-28 Sander de Smalen[AArch64][SVE] Asm: Data-dependent loop predicate parti...
2018-07-28 David Bolvansky[InstSimplify] Moved Select + AND/OR tests from InstCombine
2018-07-28 Matt ArsenaultAMDGPU: Stop trying to extend arguments for clover
2018-07-28 David Green[GlobalOpt] Test array indices inside structs for out...
2018-07-28 David Bolvansky[InstCombine] Fold Select with AND/OR condition
2018-07-28 Craig Topper[DAGCombiner] Teach DAG combiner that A-(B-C) can be...
2018-07-27 Wouter van OortmerssenRevert "[WebAssembly] Added default stack-only instruct...
2018-07-27 Craig Topper[X86] Add support expanding multiplies by constant...
2018-07-27 Reid Kleckner[InstrProf] Don't register __llvm_profile_runtime_user
2018-07-27 Wouter van Oortmerssen[WebAssembly] Added default stack-only instruction...
2018-07-27 David Bolvansky[InstCombine] [NFC] [Tests] Fold Select with AND/OR...
2018-07-27 Jessica PaquetteRecommit "Enable MachineOutliner by default under ...
2018-07-27 David Bolvansky[InstCombine] [NFC] [Tests] Fold Select with AND/OR...
2018-07-27 Evandro Menezes[SLC] Test simplification of pow(x, 0.333...) to cbrt...
2018-07-27 Sanjay Patel[AArch64, PowerPC, x86] add more signbit math tests...
2018-07-27 Evandro Menezes[ARM] Add new target feature to fuse literal generation
2018-07-27 Sanjay Patel[AArch64, PowerPC, x86] add more signbit math tests...
2018-07-27 Jessica PaquetteRevert "Enable MachineOutliner by default under -Oz...
2018-07-27 Yonghong Songbpf: add missing RegState to notify MachineInstr verifi...
2018-07-27 Jessica PaquetteEnable MachineOutliner by default under -Oz for AArch64
2018-07-27 Sanjay Patel[DAGCombiner] fold 'not' with signbit math
2018-07-27 Sanjay Patel[x86] add more tests for signbit math; NFC
2018-07-27 Sanjay Patel[PowerPC] add more tests for signbit math; NFC
2018-07-27 Sanjay Patel[AArch64] add more tests for signbit math; NFC
2018-07-27 Jan VeselyAMDGPU/R600: Add MOV instructions to BFE patterns
2018-07-27 Sander de Smalen[AArch64][SVE] Asm: Predicated integer reductions.
2018-07-27 Sander de Smalen[AArch64][SVE] Asm: Predicated floating point reductions.
2018-07-27 Sander de Smalen[AArch64][SVE] Asm: Support for FEXPA and FTSSEL.
2018-07-27 Sander de Smalen[AArch64][SVE] Asm: Support for FRECPE and FRSQRTE.
2018-07-27 Sanjay Patel[InstCombine] not(sub X, Y) --> add (not X), Y
2018-07-27 Sanjay Patel[InstCombine] add tests for not+sub; NFC
2018-07-27 Max Kazantsev[SimplifyIndVar] Canonicalize comparisons to unsigned...
2018-07-27 Matt ArsenaultAMDGPU: Fix code size for return_to_epilog pseudo
2018-07-27 Anastasis GrammenosRevert "[LV][DebugInfo] Set DL to the middle block...
2018-07-27 Hiroshi Inoue[InstSimplify] tests for D48828: fold extraction from...
2018-07-27 Anastasis Grammenos[LV][DebugInfo] Set DL to the middle block Icmp instruction
2018-07-27 Tom StellardAMDGPU/GlobalISel: Fix crash in regbankselect on non...
2018-07-27 Craig Topper[X86] Remove an unnecessary 'if' that prevented treatin...
2018-07-27 Bob Haarman[LTO] Don't internalize declarations
2018-07-27 Craig Topper[X86] Add matching for another pattern of PMADDWD.
2018-07-27 Chen Zheng[InstCombine] canonicalize abs pattern
2018-07-27 Craig Topper[X86] When removing sign extends from gather/scatter...
2018-07-26 Craig Topper[SelectionDAGBuilder] Add masked loads to PendingLoads...
2018-07-26 Reid Kleckner[InstrProf] Use comdats on COFF for available_externall...
2018-07-26 Wolfgang Pieb[DWARF v5] Reposting r337981, which was reverted in...
2018-07-26 Zachary Turner[MS Demangler] Properly handle function parameter back...
2018-07-26 Keno Fischer[SCEV] Don't expand Wrap predicate using inttoptr in...
2018-07-26 Vedant Kumar[DebugInfo] LowerDbgDeclare: Add derefs when handling...
2018-07-26 Zachary Turner[MS Demangler] Print calling convention inside parentheses.
2018-07-26 Zachary Turner[MS Demangler] Add ms-arg-qualifiers.test
2018-07-26 Zachary TurnerAdd missing tests from ms-mangle.cpp.
2018-07-26 Zachary Turner[MS Demangler] Demangle pointers to member functions.
next