OSDN Git Service

Sort the remaining #include lines in include/... and lib/....
[android-x86/external-llvm.git] / lib / Target / PowerPC / PPCVSXSwapRemoval.cpp
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-01-28 Matthias BraunCleanup dump() functions.
2017-01-13 Diana Picus[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
2016-10-07 Mehdi AminiRevert "Revert "Add a static_assert to enforce that...
2016-10-06 Mehdi AminiRevert "Add a static_assert to enforce that parameters...
2016-10-06 Mehdi AminiAdd a static_assert to enforce that parameters to llvm...
2016-07-06 Kit BartonEnsure all uses of permute instructions feed vector...
2016-05-04 Nemanja Ivanovic[PowerPC] Generate VSX version of splat word
2016-04-27 Andrew KaylorAdd optimization bisect opt-in calls for PowerPC passes
2015-12-28 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-11-02 Bill Schmidt[PPC64LE] Properly initialize instr-info in PPCVSXSwapR...
2015-10-26 Benjamin KramerDrop code after unreachable. No functionality change.
2015-10-25 Benjamin KramerConvert assert(false) into llvm_unreachable where it...
2015-10-08 Duncan P. N. Exon... PowerPC: Don't use getNextNode() for insertion point
2015-08-24 Bill Schmidt[PPC64LE] Fix PR24546 - Swap optimization and debug...
2015-07-21 Bill Schmidt[PPC64LE] More vector swap optimization TLC
2015-07-13 Bill Schmidt[PPC64LE] More improvements to VSX swap optimization
2015-07-02 Bill Schmidt[PPC64LE] Remove implicit-subreg restriction from VSX...
2015-07-02 Bill Schmidt[PPC64LE] Teach swap optimization about the doubleword...
2015-07-01 Bill Schmidt[PPC64LE] Enable missing lxvdsx optimization, and relat...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-16 Bill Schmidt[PPC64] Add vector pack/unpack support from ISA 2.07
2015-05-06 Bill Schmidt[PPC64LE] Adjust vector splats during VSX swap optimization
2015-04-27 Bill SchmidtSilence unused variable errors for no-asserts builds
2015-04-27 Bill Schmidt[PPC64LE] Remove unnecessary swaps from lane-insensitiv...