summaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2017-12-13[CodeGen] Print constant pool index operands as %const.0 + 8 in both MIR and ...Francis Visoiu Mistrih
2017-12-13[mips] Provide additional DSP bitconvert patternsStefan Maksimovic
2017-12-13Revert "[CGP] Enable select in complex addr mode"Serguei Katkov
2017-12-13[CGP] Enable select in complex addr modeSerguei Katkov
2017-12-12[Hexagon] Relax some checks in testcases, NFCKrzysztof Parzyszek
2017-12-12[Hexagon] Better detection of identity and undef masks in shufflesKrzysztof Parzyszek
2017-12-12[Hexagon] Fix wrong order of operands for vmuxKrzysztof Parzyszek
2017-12-12Reapply "[X86] Flag BroadWell scheduler model as complete"Sanjoy Das
2017-12-12Revert "[X86] Flag BroadWell scheduler model as complete"Sanjoy Das
2017-12-12[X86] Cleanup type conversion of 64-bit load-store pairs.Nirav Dave
2017-12-12[MachineOperand][MIR] Add isRenamable to MachineOperand.Geoff Berry
2017-12-12[X86] Remove CompleteModel tags from CPU targets until we have better error c...Simon Pilgrim
2017-12-12[X86] Recognize constant arrays with special values and replace loads from it...Ayman Musa
2017-12-12[PowerPC] Follow-up to r318436 to get the missed CSE opportunitiesNemanja Ivanovic
2017-12-12[X86] Use Ld scheduler classes for instructions with folded loads.Craig Topper
2017-12-12[X86] Correct the FMA3 regular expressions in the znver1 scheduler model.Craig Topper
2017-12-11Revert r318704 - [Sparc] efficient pattern for UINT_TO_FP conversionRichard Trieu
2017-12-11LSR: Check more intrinsic pointer operandsMatt Arsenault
2017-12-11[PowerPC] Partially enable the ISEL expansion pass.Tony Jiang
2017-12-11[Hexagon] Add support for Hexagon V65Krzysztof Parzyszek
2017-12-11[X86] Add LODS schedule testsSimon Pilgrim
2017-12-11[X86] Add CMP/TEST schedule testsSimon Pilgrim
2017-12-11[X86] Add AND/OR/XOR schedule testsSimon Pilgrim
2017-12-11[X86] Add ADD/SUB schedule testsSimon Pilgrim
2017-12-11[X86] Add ADC/SBB schedule testsSimon Pilgrim
2017-12-11[X86] Add MOVSLQ schedule testsSimon Pilgrim
2017-12-11[GlobalISel] Disable GISel for big endian.Amara Emerson
2017-12-11[X86] Add LWP schedule testsSimon Pilgrim
2017-12-11[X86] Add INT/INTO schedule testsSimon Pilgrim
2017-12-11[X86] Add IN/OUT schedule testsSimon Pilgrim
2017-12-11[X86] Add IDIV schedule testsSimon Pilgrim
2017-12-11[X86] Add CMPXCHG schedule testsSimon Pilgrim
2017-12-11[X86] Add CLZERO schedule testSimon Pilgrim
2017-12-11[X86] Add ADCX/ADOX/XADD/XLAT schedule testsSimon Pilgrim
2017-12-11[X86] Modify Nontemporal tests to avoid deadstore optimization.Nirav Dave
2017-12-11[X86] Add SETCC/STC/STD/UD2 schedule testsSimon Pilgrim
2017-12-11[DAGCombiner] protect against an infinite loop between shl <--> mul (PR35579)Sanjay Patel
2017-12-11[X86] Add SAR/SHL/SHR schedule testsSimon Pilgrim
2017-12-11[X86] Add RCL/RCR schedule testsSimon Pilgrim
2017-12-11[Hexagon] Crash in instruction selection for insert_vector_elt for HVXKrzysztof Parzyszek
2017-12-11[PowerPC] Sign-extend negative constant storesNemanja Ivanovic
2017-12-11[ARM GlobalISel] Add test for a MOVTi16 pattern. NFCDiana Picus
2017-12-11[X86] Add fsgsbase schedule tests.Simon Pilgrim
2017-12-11[RISCV] Add custom CC_RISCV calling convention and improved call supportAlex Bradbury
2017-12-11[RISCV] Allow lowering of dynamic_stackalloc, stacksave, stackrestoreAlex Bradbury
2017-12-11[RISCV] Implement prolog and epilog insertionAlex Bradbury
2017-12-11[X86] Regenerate fsgsbase intrinsic tests. NFCI.Simon Pilgrim
2017-12-11[ARM] Use ADDCARRY / SUBCARRYRoger Ferrer Ibanez
2017-12-11[RISCV] Support lowering FrameIndexAlex Bradbury
2017-12-11[ARM GlobalISel] Add tests for PKHBT and PKHTBDiana Picus