summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix unused variable warning.Simon Pilgrim2018-02-081-1/+1
* Revert r324600 as it breaks a buildbotOliver Stannard2018-02-083-35/+11
* [InstCombine] Improve mul(x, pow2) -> shl combine for vector constantsSimon Pilgrim2018-02-083-19/+23
* [x86] Add test/CodeGen/X86/vmaskmov-offset.ll. NFC.Alexander Ivchenko2018-02-081-0/+42
* [ARM] Fix disassembly of invalid banked register movesOliver Stannard2018-02-083-11/+35
* [clangd] Update include guard in Annotations.h. NFCIlya Biryukov2018-02-081-2/+2
* [test][dsymutil] Fix tests for Windows bots.Jonas Devlieghere2018-02-083-17/+2
* Add missed PostDominatorTree analysis dependency to GVN hoist pass.Alexander Ivchenko2018-02-081-0/+1
* [libcxx] Avoid spurious construction of valarray elementsMikhail Maltsev2018-02-085-21/+139
* [X86][MC]: Adding test coverage of MC encoding for several small extensions.<...Gadi Haber2018-02-0823-0/+1602
* Fix for #31362 - ms_abi is implemented incorrectly for values >=16 bytes.Alexander Ivchenko2018-02-082-1/+24
* [builtins] Workaround for infinite recursion in c?zdi2Jonas Devlieghere2018-02-082-0/+12
* Re-land [dsymutil] Upstream update featureJonas Devlieghere2018-02-089-45/+362
* [clang-format] Do not break before long string literals in protosKrasimir Georgiev2018-02-085-7/+30
* Rewrite the flaky test_restart_bug test in a more deterministic wayPavel Labath2018-02-083-88/+93
* [Loop Predication] Teach LP about reverse loops with uge and sge latch condit...Serguei Katkov2018-02-082-5/+113
* [OMPT] Add tool_available_search testcaseJoachim Protze2018-02-081-0/+104
* [OMPT] Add tool_not_available testcaseJoachim Protze2018-02-082-0/+69
* [X86] Fix compilation of r324580.Clement Courbet2018-02-081-1/+1
* Revert accidental changes that snuck in r324584Stefan Maksimovic2018-02-084-27/+1
* [mips] Define certain instructions in microMIPS32r3Stefan Maksimovic2018-02-0837-254/+738
* [AVR] Fix the testsuite after '%' changed to '$' in MIRDylan McKay2018-02-0840-119/+119
* [TargetSchedule] Expose sub-units of a ProcResGroup in MCProcResourceDesc.Clement Courbet2018-02-083-5/+45
* [AArch64] Don't materialize 0 with "fmov h0, .." when FullFP16 is not supportedSjoerd Meijer2018-02-083-7/+11
* [X86] Support folding in a k-register OR when creating KORTEST from scalar co...Craig Topper2018-02-083-18/+18
* [X86] Allow KORTEST instruction to be used for testing if a mask is all onesCraig Topper2018-02-084-17/+49
* [X86] Don't emit KTEST instructions unless only the Z flag is being usedCraig Topper2018-02-084-57/+152
* Resubmit "[clangd] The new threading implementation"Ilya Biryukov2018-02-0814-349/+557
* Recommit r324455 "[ThinLTO] - Simplify code in ThinLTOBitcodeWriter."George Rimar2018-02-081-40/+12
* Temporarily comment out deduction guide tests while I figure out what to do w...Marshall Clow2018-02-082-0/+3
* [SimplifyCFG] Re-apply Relax restriction for folding unconditional branchesSerguei Katkov2018-02-085-13/+29
* Update test counter_promo_nest.c to meet llvm changeSerguei Katkov2018-02-081-0/+3
* CMAKE: apply -O3 for mingw clangMartell Malone2018-02-081-1/+1
* Implement deduction guide for basic_string as described in P0433Marshall Clow2018-02-084-2/+132
* [DAGCombiner] Fix a couple mistakes from r324311 by really passing the origin...Craig Topper2018-02-081-2/+4
* [DAGCombiner] Don't create truncate nodes in (aext (zextload x)) -> (zextload...Craig Topper2018-02-081-15/+5
* Improve a test. NFCMarshall Clow2018-02-081-0/+1
* ARM: Remove dead code. NFCI.Peter Collingbourne2018-02-082-6/+0
* [docs] Update docs for cmake options LLDB_TEST_C_COMPILER and LLDB_TEST_CXX_C...Aaron Smith2018-02-082-6/+6
* [CodeGen] Print MachineBasicBlock labels using MIR syntax in -debug outputFrancis Visoiu Mistrih2018-02-0812-47/+67
* [DAGCombiner] Avoid creating truncate nodes in (zext (and (load)))->(and (zex...Craig Topper2018-02-081-22/+25
* [DAGCombiner] Rename variable to be slightly better. NFCCraig Topper2018-02-081-21/+21
* bpf: Improve expanding logic in LowerSELECT_CCYonghong Song2018-02-083-1/+31
* Symbols defined in linker scripts should not have dso_local flag set in LTO r...Dmitry Mikulin2018-02-082-3/+7
* Deactivate TestTargetSymbolsBuildidCase if host is windowsEugene Zemtsov2018-02-082-1/+2
* gold-plugin: Do not set codegen opt level based on LTO opt level.Peter Collingbourne2018-02-081-15/+0
* Add space inside the regular expression.Rafael Espindola2018-02-081-1/+1
* Add CMAKE_CFG_INTDIR as part of the include path for the default test compiler. Aaron Smith2018-02-081-2/+2
* AMDGPU: Fix incorrect reordering when inline asm defines LDS addressMatt Arsenault2018-02-082-3/+65
* [clang-format] Set ObjCBinPackProtocolList to Never for google styleBen Hamilton2018-02-082-7/+11
OpenPOWER on IntegriCloud