summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-19[CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-19[CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-19[CodeGen] Move printing MO_FPImmediate operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-19[CodeGen] Refactor printOffset from MO and MIRPrinterFrancis Visoiu Mistrih
2017-12-19[CGP] Format. NFCHaicheng Wu
2017-12-19TargetLoweringBase: Fix darwinHasSinCos()Matthias Braun
2017-12-19[dwarfdump][test] Add test case for r321064Jonas Devlieghere
2017-12-19[AMDGPU] Turn off MergeConsecutiveStores() before Instruction Selection for A...Mark Searles
2017-12-19[SeparateConstOffsetFromGEP] Fix a typo. NFC.Haicheng Wu
2017-12-19[X86] Regenerate popcnt testsSimon Pilgrim
2017-12-19[GlobalISel][Legalizer] Fix crash when trying to lower G_FNEG of fp128 types.Amara Emerson
2017-12-19[DAG] Elide overlapping storeNirav Dave
2017-12-19[X86][AVX512] Attempt target shuffle combining to different types instead of ...Simon Pilgrim
2017-12-19[CodeGen] Move printing MO_CFIIndex operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-19[CFGVPrinter] Fix -dot-cfg-onlyFrancis Visoiu Mistrih
2017-12-19[ThinLTO][C-API] Correct api commentsBen Dunbobbin
2017-12-19[Support][CachePruning] Disable cache pruning regression fixBen Dunbobbin
2017-12-19[X86] Fix uninitialized variable sanitizer warning from rL321074Simon Pilgrim
2017-12-19[InlineCost] Skip volatile loads when looking for repeated loadsHaicheng Wu
2017-12-19[X86][SSE] Add cpu feature for aggressive combining to variable shufflesSimon Pilgrim
2017-12-19[ARM] Register the Thumb2SizeReducePass. NFCDavid Green
2017-12-19[Support] Add WritableMemoryBuffer classPavel Labath
2017-12-19[X86][SSE] Use (V)PHMINPOSUW for vXi8 SMAX/SMIN/UMAX/UMIN horizontal reductio...Simon Pilgrim
2017-12-19Fix: [YAML] Always double quote UTF-8 charactersFrancis Visoiu Mistrih
2017-12-19[YAML] Always double quote UTF-8 charactersFrancis Visoiu Mistrih
2017-12-19[mips] Handle the emission of microMIPSr6 sll instruction when used as a nop.Simon Dardis
2017-12-19[dwarfdump] Lookup needs to be an unsigned long long parameter.Jonas Devlieghere
2017-12-19[JumpThreading] Restrict PRE across instructions that don't pass control to s...Max Kazantsev
2017-12-19[FuzzMutate] Don't crash when mutator is unable to find operationIgor Laevsky
2017-12-19Treat sret arguments as being dereferenceable in getPointerDereferenceableByt...Bjorn Steinbrink
2017-12-19[X86] Don't extend v16i8 non-uniform shifts to v16i32 if we have BWI. Use v16...Craig Topper
2017-12-19[X86] Use a specific list of MVTs in combineShiftRightArithmetic instead of i...Craig Topper
2017-12-19[X86] Remove unnecessary check for integer VT from combineShiftRightArithmetic.Craig Topper
2017-12-19[X86] Remove dead code for turning vector shifts by large amounts into a zero...Craig Topper
2017-12-19[X86] Use ZERO_EXTEND instead of ANY_EXTEND when extending the shift amount f...Craig Topper
2017-12-19Fix APFloat from string conversion for InfSerguei Katkov
2017-12-19[TableGen][GlobalISel] Reset the internal map of RuleMatchers just before the...Quentin Colombet
2017-12-19Fix Wasm as a follow up to r321035 and the other oneReid Kleckner
2017-12-19update_mir_test_checks: Accept IR as input as well as MIRJustin Bogner
2017-12-19[llvm-objcopy] Add option to add a progbits section from a fileJake Ehrlich
2017-12-19TargetLoweringBase: Followup to r321035Matthias Braun
2017-12-19TargetLowering: Fix InitLibcallCallingConvs() overriding things set in InitLi...Matthias Braun
2017-12-19TargetLowering: Fix off-by-one errorMatthias Braun
2017-12-19[llvm-readobj] Dump wasm init functionsSam Clegg
2017-12-18TargetLoweringBase: Remove unnecessary watchos exception; NFCMatthias Braun
2017-12-18update_mir_test_checks: Add "mir" to some states and regex namesJustin Bogner
2017-12-18[X86] Don't use NOPL when the assembler is passed an empty CPU string.Craig Topper
2017-12-18LiveStacks: Rename LiveStack.{h|cpp} to LiveStacks.{h|cpp}; NFCMatthias Braun
2017-12-18X86/AArch64/ARM: Factor out common sincos_stret logic; NFCIMatthias Braun
2017-12-18AArch64/X86: Factor out common bzero logic; NFCMatthias Braun