aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-26Add pass to mark cold and non-hot functions for size optimization.linaro-local/peter.smith/rebased-pgoPeter Smith
2018-10-26[PM] Add profile instruction lowering pass for -fprofile-instr-generatePeter Smith
2018-10-26[CodeGen] Remove out operands from PATCHABLE_OPFrancis Visoiu Mistrih
2018-10-26[llvm-ar] Access ADDLIB in llvm-ar via command lineOwen Reynolds
2018-10-26[AMDGPU] Add a pass to promote bitcast callsScott Linder
2018-10-26Regenerate testSimon Pilgrim
2018-10-26[llvm-mca] Fix -wreorder and -Wunused-private-field after r345376. NFCSam McCall
2018-10-26[Codegen] - Implement basic .debug_loclists section emission (DWARF5).George Rimar
2018-10-26[llvm-mca] Removed dependency on mca::SourcMgr in some Views. NFCAndrea Di Biagio
2018-10-26[SimpleLoopUnswitch] Make all checks before actual non-trivial unswitchMax Kazantsev
2018-10-26[SystemZ] Fix -Wcovered-switch-default as coding standard regulatesFangrui Song
2018-10-26[NFC] Add periods to CREDITS.txt (testing git-llvm)Kristina Brooks
2018-10-26[llvm-nm] Simplify. NFCFangrui Song
2018-10-26[PowerPC] Fix some missed optimization opportunities in combineSetCCLi Jia He
2018-10-26[PowerPC][NFC] Add tests for some missed optimization opportunities in combin...Li Jia He
2018-10-26This reverts commit r345357, It is wrong to create a new directory and put t...Li Jia He
2018-10-26[NFC] Fix the regular expression for BE PPC in update_llc_test_checks.pyNemanja Ivanovic
2018-10-26[PowerPC] Keep vector int to fp conversions in vector domainNemanja Ivanovic
2018-10-26[Pipeliner] Mark swp-art-deps-rec.ll as REQUIRES: asserts after rL345319Fangrui Song
2018-10-26Add dependency from SystemZAsmParser to SystemZAsmPrinter after rL345349Fangrui Song
2018-10-26[PowerPC][NFC] Add tests for some missed optimization opportunities in combin...Li Jia He
2018-10-26Revert "[AArch64] Create proper memoperand for multi-vector stores"Vlad Tsyrklevich
2018-10-26add myself to the CREDITS.TXTLi Jia He
2018-10-26Teach the DominatorTree fallback to recalculation when applying updates to sp...Chijun Sima
2018-10-26[SystemZ] Implement SystemZOperand::print()Jonas Paulsson
2018-10-26Dump public symbol records in pdb2yaml modeZachary Turner
2018-10-26[SystemZ] Pass the DAG pointer from SystemZAddressingMode::dump().Jonas Paulsson
2018-10-25Reland "[WebAssembly] LSDA info generation"Heejin Ahn
2018-10-25[WebAssembly] Support EH instructions in InstPrinterHeejin Ahn
2018-10-25Fix in MachineOperand::printIRValueReference().Jonas Paulsson
2018-10-25[AArch64] Implement FP16FML intrinsicsBryan Chan
2018-10-25Delete test case. Assertions can't be tested.Heejin Ahn
2018-10-25Tidy up test caseHeejin Ahn
2018-10-25Address commentsHeejin Ahn
2018-10-25[WebAssembly] Error out when block/loop markers mismatchHeejin Ahn
2018-10-25[SystemZ] NFC reformatting in SystemZTargetTransformInfo.cppJonas Paulsson
2018-10-25[SystemZ] Improve getMemoryOpCost() to find foldable loads that are converted.Jonas Paulsson
2018-10-25DebugInfo: Explain why DW_LLE_(GNU_)startx_length is usedDavid Blaikie
2018-10-25[x86] add tests for missed load folding; NFCSanjay Patel
2018-10-25[SystemZ] Improve handling and cost estimates of vector integer div/remJonas Paulsson
2018-10-25llvm-dwarfdump: loclists: Don't expect an (albeit empty) expression for LLE_b...David Blaikie
2018-10-25[Pipeliner] Ignore Artificial dependences while computing recurrences.Sumanth Gundapaneni
2018-10-25[Pipeliner] Remove the unneeded include header(NFC).Sumanth Gundapaneni
2018-10-25[X86] Change X86 backend to look for 'min-legal-vector-width' attribute inste...Craig Topper
2018-10-25[CodeGen] Remove operands from FENTRY_CALLFrancis Visoiu Mistrih
2018-10-25[AArch64] Create proper memoperand for multi-vector storesDavid Greene
2018-10-25[AArch64][GlobalISel] Simplify a legalizer test. NFC.Volkan Keles
2018-10-25[WebAssembly] Use target-independent saturating addThomas Lively
2018-10-25[X86] Add some non-AVX512VL command lines to the *vl-vec-test-testn.ll tests.Craig Topper
2018-10-25[FPEnv] Last BinaryOperator::isFNeg(...) to m_FNeg(...) changesCameron McInally