summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-18Fix more inconsistent line endings. NFC.Dimitry Andric
2017-12-18[X86] Minor formatting fix to getHostCPUFeatures. NFCCraig Topper
2017-12-18[MachineOutliner] Recommit r320229Jessica Paquette
2017-12-18[PPC] Also disable the pre-emit version of reg+reg to reg+imm transformation.Benjamin Kramer
2017-12-18[cmake] Update experimental target error messageDon Hinton
2017-12-18Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson
2017-12-18[PPC] Disable reg+reg to reg+imm transformation.Benjamin Kramer
2017-12-18Fix inconsistent line endings in HexagonVectorLoopCarriedReuse.cpp. NFC.Dimitry Andric
2017-12-18[Hexagon] Higher versions of HVX imply presence of lower versionsKrzysztof Parzyszek
2017-12-18[IR] Support the new TBAA metadata format in IR verifierIvan A. Kosarev
2017-12-18Fix inconsistent line endings in ARCDisassembler.cpp. NFC.Dimitry Andric
2017-12-18i[Hexagon] ANY_EXTEND_VECTOR_INREG should be Custom, not Legal in r321004Krzysztof Parzyszek
2017-12-18[Hexagon] Generate HVX code for vector sign-, zero- and any-extendsKrzysztof Parzyszek
2017-12-18[X86] Regenerate test to improve codegen testing for D41350Simon Pilgrim
2017-12-18[Hexagon] Prefer to widen HVX vectors instead of promotingKrzysztof Parzyszek
2017-12-18Removed unused DominanceFrontierMatt Arsenault
2017-12-18[ThinLTO] Make distributed indexes test more robustTeresa Johnson
2017-12-18[PGO] add MST min edge selection heuristic to ensure non-zero entry countXinliang David Li
2017-12-18[YAML] Add support for non-printable charactersFrancis Visoiu Mistrih
2017-12-18[IR] Add MDBuilder helpers for the new TBAA metadata formatIvan A. Kosarev
2017-12-18[AArch64][SVE] Asm: Improve diagnostics further when +sve is not specifiedSander de Smalen
2017-12-18Reland "[mips] Fix the target specific instruction verifier"Simon Dardis
2017-12-18[Memcpy Loop Lowering] Remove the fixed int8 lowering.Sean Fertile
2017-12-18[TableGen][AsmMatcherEmitter] Only choose specific diagnostic for enabled ins...Sander de Smalen
2017-12-18[LVI] Support for ashr in LVIMax Kazantsev
2017-12-18[ARM GlobalISel] Fix G_(UN)MERGE_VALUES handling after r319524Diana Picus
2017-12-18Constexprify LaneBitmask factory methods.Benjamin Kramer
2017-12-18[ConstantRange] Support for ashr in ConstantRange computationMax Kazantsev
2017-12-18Revert "[mips] Fix the target specific instruction verifier"Simon Dardis
2017-12-18[mips] Fix the target specific instruction verifierSimon Dardis
2017-12-18[AArch64][SVE] Asm: Add ZIP1/ZIP2 instructions (predicate/data vectors)Sander de Smalen
2017-12-18[AArch64][SVE] Asm: Add SVE predicate register definitions and parsing supportSander de Smalen
2017-12-18[ThinLTO] Remove unused codeEugene Leviant
2017-12-18AArch64: work around how Cyclone handles "movi.2d vD, #0".Tim Northover
2017-12-18[TargetLibraryInfo] Discard library functions with incorrectly sized integersIgor Laevsky
2017-12-18[ARM] Adjust test checksSam Parker
2017-12-18[DAGCombine] Move AND nodes to multiple load leavesSam Parker
2017-12-18[NFC][CodeGen][ExpandMemCmp] Fix documentation.Clement Courbet
2017-12-18[X86] Use mattr instead of mcpu in some of the cost model tests.Craig Topper
2017-12-18[SROA] Disable non-whole-alloca splits by defaultHiroshi Inoue
2017-12-18[X86] Fix mistake that I made when splitting up the setOperationAction calls ...Craig Topper
2017-12-18[CGP] Fix the handling select inst in complex addressing modeSerguei Katkov
2017-12-18[x86] add tests for finite libcall lowering (PR35672); NFCSanjay Patel
2017-12-17Re-commit "Properly handle multi-element and dynamically sized allocas in get...Bjorn Steinbrink
2017-12-17[X86] Add test cases that show cases where buildvector of extract and inserts...Craig Topper
2017-12-17[X86] Make the code that creates fmaddsub from build_vector of extracts and i...Craig Topper
2017-12-17[X86] Regenerate truncated rotation tests + add missing 32-bit checksSimon Pilgrim
2017-12-17use uint32_tSam Clegg
2017-12-17[WebAssembly] Export some more info on wasm funtionsSam Clegg
2017-12-17Revert "Properly handle multi-element and dynamically sized allocas in getPoi...Bjorn Steinbrink