summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] Add ADD/SUB schedule testsSimon Pilgrim2017-12-111-2/+1285
* [Sema] Fix crash in unused-lambda-capture warning for VLAsMalcolm Parsons2017-12-113-0/+13
* [X86] Add ADC/SBB schedule testsSimon Pilgrim2017-12-111-2/+1284
* Sort.Rui Ueyama2017-12-111-2/+2
* Change function type more LLVM-ish.Rui Ueyama2017-12-111-2/+2
* [X86] Add MOVSLQ schedule testsSimon Pilgrim2017-12-111-1/+97
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-12-1124-58/+155
* Create reserved symbols early so they can be versioned.Rafael Espindola2017-12-114-13/+54
* Normalize line endings. NFCI.Simon Pilgrim2017-12-111-30/+30
* [GlobalISel] Disable GISel for big endian.Amara Emerson2017-12-114-2/+16
* [X86] Add LWP schedule testsSimon Pilgrim2017-12-112-2/+181
* [X86] Add INT/INTO schedule testsSimon Pilgrim2017-12-112-2/+147
* [X86] Add IN/OUT schedule testsSimon Pilgrim2017-12-111-2/+246
* [X86] Add IDIV schedule testsSimon Pilgrim2017-12-111-1/+164
* [X86] Add CMPXCHG schedule testsSimon Pilgrim2017-12-111-3/+415
* [X86] Add CLZERO schedule testSimon Pilgrim2017-12-111-0/+20
* [MSan] Hotfix compilationAlexander Potapenko2017-12-111-2/+2
* [X86] Add ADCX/ADOX/XADD/XLAT schedule testsSimon Pilgrim2017-12-111-3/+617
* [X86] Modify Nontemporal tests to avoid deadstore optimization.Nirav Dave2017-12-114-47/+167
* [AMDGPU] Rename Bonaire target to be gfx704; update target feature handlingTony Tye2017-12-111-139/+144
* dotest.py: Correctly annotate lldbinline tests with debug info categoriesPavel Labath2017-12-111-1/+4
* [X86] Add SETCC/STC/STD/UD2 schedule testsSimon Pilgrim2017-12-111-3/+541
* [AMDGPU][MC][GFX9] Corrected encoding of ttmp registers, disabled tba/tmaDmitry Preobrazhensky2017-12-1114-77/+396
* [DAGCombiner] protect against an infinite loop between shl <--> mul (PR35579)Sanjay Patel2017-12-112-1/+36
* [MSan] introduce getShadowOriginPtr(). NFC.Alexander Potapenko2017-12-111-129/+191
* [ELF] Improve comments in aarch64 errata fix test [NFC]Peter Smith2017-12-111-20/+19
* [X86] Add SAR/SHL/SHR schedule testsSimon Pilgrim2017-12-111-3/+972
* [X86] Add RCL/RCR schedule testsSimon Pilgrim2017-12-111-2/+732
* [Hexagon] Crash in instruction selection for insert_vector_elt for HVXKrzysztof Parzyszek2017-12-112-1/+24
* [PowerPC] Sign-extend negative constant storesNemanja Ivanovic2017-12-113-10/+10
* Add a StringList constructor to Args classPavel Labath2017-12-114-1/+18
* [DAGCombiner] Add combined indexed load to the work listNemanja Ivanovic2017-12-111-0/+1
* [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
OpenPOWER on IntegriCloud