summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Define istream_iterator equality comparison operators out-of-lineRoger Ferrer Ibanez2017-12-112-4/+29
* [ARM GlobalISel] Add test for a MOVTi16 pattern. NFCDiana Picus2017-12-111-0/+31
* [X86] Add fsgsbase schedule tests.Simon Pilgrim2017-12-112-6/+411
* [ScopBuilder] Split statements on encountering store instructions.Michael Kruse2017-12-113-5/+73
* [RISCV] Add custom CC_RISCV calling convention and improved call supportAlex Bradbury2017-12-1110-49/+1871
* [RISCV] Allow lowering of dynamic_stackalloc, stacksave, stackrestoreAlex Bradbury2017-12-112-0/+70
* [RISCV] Implement prolog and epilog insertionAlex Bradbury2017-12-1123-49/+1040
* [X86] Regenerate fsgsbase intrinsic tests. NFCI.Simon Pilgrim2017-12-111-9/+34
* [ARM] Use ADDCARRY / SUBCARRYRoger Ferrer Ibanez2017-12-117-36/+365
* [mips] Minor update to the comment (NFC)Aleksandar Beserminji2017-12-111-1/+1
* [RISCV] Support lowering FrameIndexAlex Bradbury2017-12-1118-129/+242
* [ARM GlobalISel] Add tests for PKHBT and PKHTBDiana Picus2017-12-111-0/+254
* [mips] Removal of microMIPS64R6Aleksandar Beserminji2017-12-112-0/+9
* [mips] Removal of microMIPS64R6Aleksandar Beserminji2017-12-1148-2607/+134
* Fix osx build broken in r320346Pavel Labath2017-12-111-1/+0
* [AVR] Implement some missing code pathsDylan McKay2017-12-114-15/+54
* [AVR] Fix incorrectly-calculated AVRMCExpr evaluationsDylan McKay2017-12-111-12/+9
* Move PseudoTerminal to the lldb_private namespacePavel Labath2017-12-1113-26/+23
* MainLoop: avoid infinite loop when pty slave gets closedPavel Labath2017-12-112-1/+21
* [DAGCombiner] Support folding (mulhs/u X, 0)->0 for vectors.Craig Topper2017-12-112-8/+19
* [DAGCombiner] Reuse existing SDLoc variable instead of creating a new one. NFCCraig Topper2017-12-111-4/+3
* [X86] Regenerate test with update_llc_test_checks.pyCraig Topper2017-12-111-76/+340
* Revert "[DataEncoder] Replace buggy versions of write functions."Davide Italiano2017-12-111-8/+36
* [X86] Add a test case for masked scatter where the index needs to be legalize...Craig Topper2017-12-111-0/+52
* Fix test to test what it intended to test.Rafael Espindola2017-12-111-4/+7
* [DarwinLog] Remove other dead code. Found while reading this file.Davide Italiano2017-12-101-54/+0
* [MachException] Garbage collect unused and dead code.Davide Italiano2017-12-101-27/+0
* [ScopBuilder] Fix typo. NFC.Michael Kruse2017-12-101-4/+4
* [DataEncoder] Replace buggy versions of write functions.Davide Italiano2017-12-101-36/+8
* [X86] Add ROL/ROR schedule testsSimon Pilgrim2017-12-101-2/+732
* [X86] Add DIV/MUL/NEG/NOP/NOT/PAUSE schedule testsSimon Pilgrim2017-12-101-6/+862
* [X86] Add DEC/INC schedule testsSimon Pilgrim2017-12-102-2/+1079
* [X86] Add INS/OUTS schedule testsSimon Pilgrim2017-12-101-8/+186
* [X86] Add CMPS/MOVS/SCAS/STOS schedule testsSimon Pilgrim2017-12-101-20/+412
* [X86] Add CMOV schedule testsSimon Pilgrim2017-12-102-1/+2004
* [X86] Add BT/BTC/BTR/BTS schedule testsSimon Pilgrim2017-12-101-4/+669
* Move RelaPlt and RelaIplt to InX. NFC.Rafael Espindola2017-12-104-28/+29
* [X86] Add VCOMISDZrr, VCOMISSZrr, VUCOMISDZrr, and VUCOMISSZrr to the skylake...Craig Topper2017-12-101-4/+4
* [X86] Rename some instructions that start with Int_ to have the _Int at the end.Craig Topper2017-12-1013-267/+267
* Move RelaDyn to InX. NFC.Rafael Espindola2017-12-104-40/+38
* Remove this->. NFC.Rafael Espindola2017-12-101-2/+2
* [X86][X87] Fix typo in znver1 FIST/FISTT schedule patternsSimon Pilgrim2017-12-102-5/+5
* [X86][X87] Add missing x87 scheduler testsSimon Pilgrim2017-12-101-62/+1322
* [X86] Rename some instructions from 'rb' to 'rrb' to make 'b' a proper suffix...Craig Topper2017-12-103-18/+18
* [X86] Add VCVTQQ2PS to the skylake server scheduler models.Craig Topper2017-12-102-1/+7
* [X86] Add VPMULLWZ256 to the skylake server scheduler modelCraig Topper2017-12-101-0/+2
* [X86] Add 256/512-bit EVEX VPSADBW instructions to skylake server scheduler m...Craig Topper2017-12-101-2/+4
* [X86] Fix a few instructions that were named Z512 instead of just Z.Craig Topper2017-12-104-15/+15
* [X86] Add VPSRLWZrr to skylake server scheduler model.Craig Topper2017-12-101-0/+1
* [X86] Add VPUNPCKLWDZrr to skylake server scheduler model.Craig Topper2017-12-101-0/+1
OpenPOWER on IntegriCloud