summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fail early if an output file is not writableRui Ueyama2019-03-118-13/+19
* [SimplifyCFG] Retain debug info when threading jumps with critical edgesJeremy Morse2019-03-112-1/+40
* [yaml2obj] - Simplify. NFC.George Rimar2019-03-111-16/+15
* clang-format: distinguish ObjC call subexpressions after r355434Krasimir Georgiev2019-03-112-2/+47
* [lldb] [test] Mark a few tests flakey on NetBSDMichal Gorny2019-03-117-0/+9
* [libc++] Remove empty header xlocale/xlocale.hLouis Dionne2019-03-112-1/+0
* [DAG] TargetLowering::SimplifySetCC - call FoldSetCC early to handle constant...Simon Pilgrim2019-03-111-13/+6
* Attempt to fix MSVC build error after r355824Pavel Labath2019-03-111-8/+9
* [MIPS][microMIPS] Add a pattern to match TruncIntFPPetar Jovanovic2019-03-113-1/+426
* Add "operator bool" to SB APIsPavel Labath2019-03-11168-18/+551
* [CGP] Limit distance between overflow math and cmpSam Parker2019-03-112-0/+67
* [JumpThreading] Retain debug info when replacing branch instructionsJeremy Morse2019-03-112-2/+46
* [llvm-objcopy] - Fix --compress-debug-sections when there are relocations.George Rimar2019-03-116-19/+47
* [clangd] Respect Origin option in createStaticIndexingActionKadir Cetinkaya2019-03-112-2/+3
* Remove an unnecessary -f when cp'ing to a file that was just deleted. NFC.Benjamin Kramer2019-03-111-1/+1
* [MIPS GlobalISel] Silence uninitialized variable warningBenjamin Kramer2019-03-111-1/+1
* Fix invalid use of StringRef::data in Socket::DecodeHostAndPortPavel Labath2019-03-111-5/+3
* [Serialization] Add missing includeBenjamin Kramer2019-03-111-4/+1
* [MIPS GlobalISel] NarrowScalar G_UMULHPetar Avramovic2019-03-113-4/+78
* [MIPS GlobalISel] NarrowScalar G_MULPetar Avramovic2019-03-118-47/+381
* Attempt to fix build errors caused by r355812Pavel Labath2019-03-111-0/+1
* [Support/Endian] Add support for endian-specific enumsPavel Labath2019-03-113-0/+27
* [clangd] Add TOC section to clangd doc.Haojian Wu2019-03-113-0/+6
* [X86] Enable sse2_cvtsd2ss intrinsic to use an EVEX encoded instruction.Craig Topper2019-03-114-43/+87
* [X86] Remove apparently unneeded patterns for storing a bitcasted extractelem...Craig Topper2019-03-111-12/+0
* [X86] Use 'UseAVX' in place of 'HasAVX, NoAVX512'. NFCCraig Topper2019-03-111-1/+1
* [X86] Add SCALAR_SINT_TO_FP/SCALAR_UINT_TO_FP ISD opcodes without rounding mode.Craig Topper2019-03-115-22/+29
* [X86] Split SCALEF(S) ISD opcodes into a version without rounding mode.Craig Topper2019-03-115-66/+56
* [X86] Split RCP28/RSQRT/GETEXP/EXP2 ISD opcodes into SAE and current directio...Craig Topper2019-03-115-98/+99
* [X86] Rename _RND versions of RANGE/REDUCE/GETMANT/RDNSCALE ISD opcodes to _S...Craig Topper2019-03-115-155/+124
* [X86] Rename X86ISD::CVTPH2PS_RND to CVTPH2PS_SAE. Remove SAE operand.Craig Topper2019-03-115-10/+8
* [X86] Rename the CVTT*_RND ISD nodes to _SAE and remove the SAE operand. Spli...Craig Topper2019-03-115-101/+158
* [X86] Rename X86ISD::CMPM_RND and X86ISD::FSETCCM_RND to _SAE instead of _RND...Craig Topper2019-03-116-35/+22
* [X86] Split the VFIXUPIMM/VFIXUPIMMS nodes into a current rounding mode and S...Craig Topper2019-03-115-92/+84
* [X86] Begin removing matching of FROUND_CURRENT and FROUND_NO_EXC from isel t...Craig Topper2019-03-115-74/+111
* [PowerPC] Remove the override of isMachineVerifierClean() to open machine ver...Zi Xuan Wu2019-03-111-4/+0
* Add test case for add to sub post legalization. NFCAmaury Sechet2019-03-111-0/+26
* [X86] Remove unneeded isel patterns from VCVTSI2SDZ and VCVTUSI2SDZ. NFCCraig Topper2019-03-111-3/+3
* [X86] Remove VCVTSI2SDZrrb_Int as it shouldn't exist.Craig Topper2019-03-112-2/+1
* Remove redundant extractBooleanFlip argument. NFCAmaury Sechet2019-03-111-3/+5
* Quiet command regex instructions during batch executionDave Lee2019-03-1013-24/+24
* [x86] add x86-specific opcodes to extractelement scalarization listSanjay Patel2019-03-107-184/+146
* [CGP] fix comments; NFCSanjay Patel2019-03-101-2/+2
* [X86] Remove unused variable. NFCCraig Topper2019-03-101-1/+0
* [X86] Make lowering of intrinsics with rounding mode stricter so that only va...Craig Topper2019-03-1010-300/+336
* [X86] Remove dead code from the handler for INTR_TYPE_SCALAR_MASK_RM.Craig Topper2019-03-101-13/+3
* [AArch64] Add tests for saddsat/ssubsat; NFCNikita Popov2019-03-104-0/+2035
* [lldb] [test] Make 2lwp_process_SIGSEGV test more portableMichal Gorny2019-03-104-5/+8
* [TableGen] Make CheckImmAllOnesVMatcher and CheckImmAllZerosVMatcher contradi...Craig Topper2019-03-102-0/+15
* Recommit r355224 "[TableGen][SelectionDAG][X86] Add specific isel matchers fo...Craig Topper2019-03-1012-68/+156
OpenPOWER on IntegriCloud