- abd5dd6 [WebAssembly] Add getSetCCResultType placeholder override to handle vector compare results. by Simon Pilgrim · 7 years ago
- 9bc4099 Revert "[MachineOutliner] Add always and never options to -enable-machine-outliner" by Jessica Paquette · 7 years ago
- be2cdf9 Revert "[MachineOutliner] Never add the outliner in -O0" by Jessica Paquette · 7 years ago
- 9c7c10e [MachineOutliner] Never add the outliner in -O0 by Jessica Paquette · 7 years ago
- 294ff66 SelectionDAGBuilder, mach-o: Skip trap after noreturn call (for Mach-O) by Matthias Braun · 7 years ago
- bd0a2a5 [MachineOutliner] Add always and never options to -enable-machine-outliner by Jessica Paquette · 7 years ago
- 5ed5395 Revert "[DAGCombiner] Ensure we use the correct CC result type in visitSDIV" by Haojian Wu · 7 years ago
- 8e2dac6 [llvm-mca][x86] Add FMA4 resource tests by Simon Pilgrim · 7 years ago
- 4f08eb3 [llvm-mca][x86] Add 3dnow! resource tests by Simon Pilgrim · 7 years ago
- 0e7f42b [AMDGPU] Early expansion of 32 bit udiv/urem by Stanislav Mekhanoshin · 7 years ago
- a2237ff [llvm-mca] Use a WriteRef to describe register writes in class RegisterFile. by Andrea Di Biagio · 7 years ago
- 8746f25 [AMDGPU] Overload llvm.amdgcn.fmad.ftz to support f16 by Stanislav Mekhanoshin · 7 years ago
- 97e3954 [PhiValues] Adjust unit test to invalidate instructions before deleting them by John Brawn · 7 years ago
- 6859f8a [DEBUG_INFO, NVPTX] Add test for .debug_loc section, NFC. by Alexey Bataev · 7 years ago
- ea63d87 [dsymutil] Use UnitListTy consistently (NFC) by Jonas Devlieghere · 7 years ago
- 106ffb9 Add a PhiValuesAnalysis pass to calculate the underlying values of phis by John Brawn · 7 years ago
- 1bbef2c Revert "Add support for generating a call graph profile from Branch Frequency Info." by Benjamin Kramer · 7 years ago
- ee2becd [ARM] Parallel DSP Pass by Sjoerd Meijer · 7 years ago
- 3d172cd Revert "ADT: Move ArrayRef comparison operators into the class" by Pavel Labath · 7 years ago
- d5b753a ADT: Move ArrayRef comparison operators into the class by Pavel Labath · 7 years ago
- 5652271 [llvm-mca] Refactor method RegisterFile::collectWrites(). NFCI by Andrea Di Biagio · 7 years ago
- 9d41c55 Comment change to verify commit rights. NFC. by Jesper Antonsson · 7 years ago
- 8f54257 s/TablesChecked/TableChecked/ after r335823 by Hans Wennborg · 7 years ago
- 90f8cc8 AMDGPU: Remove MFI::ABIArgOffset by Matt Arsenault · 7 years ago
- fe32d14 AMDGPU: Error on calls from graphics shaders by Matt Arsenault · 7 years ago
- 2f8e5b3 AMDGPU: Fix AMDGPUCodeGenPrepare using uninitialized AMDGPUAS struct by Matt Arsenault · 7 years ago
- 5f43162 AMDGPU: Fix assert on aggregate type kernel arguments by Matt Arsenault · 7 years ago
- d241bc3 Unify sorted asserts to use the existing atomic pattern by Benjamin Kramer · 7 years ago
- 5796a8d [DAGCombiner] Ensure we use the correct CC result type in visitSDIV by Simon Pilgrim · 7 years ago
- e6a8ace [SCCP] Mark CFG as preserved. by Florian Hahn · 7 years ago
- 5016671 [DAGCombiner] Remove unused variable. NFCI. by Simon Pilgrim · 7 years ago
- 3eb8221 [IndVarSimplify] Ignore unreachable users of truncs by Max Kazantsev · 7 years ago
- ff52478 [llvm-exegesis] Add partial X87 support. by Clement Courbet · 7 years ago
- e1714df [DwarfDebug] Remove unused argument (NFC) by Petar Jovanovic · 7 years ago
- d9df72a Support for multiarch runtimes layout by Petr Hosek · 7 years ago
- f5d1540 [X86] Use PatFrag with hardcoded numbers for FROUND_NO_EXC/FROUND_CURRENT instead of ImmLeafs with predicates where one of the two numbers was hardcoded. by Craig Topper · 7 years ago
- 7e0591f [X86] Change how we prefer shift by immediate over folding a load into a shift. by Craig Topper · 7 years ago
- 5dc174c [cmake][xcode-toolchain] add support for major Xcode version >= 10 by Alex Lorenz · 7 years ago
- 09b856a [CGProfile] Fix unused variable warning. by Michael J. Spencer · 7 years ago
- 71b21d8 Add support for generating a call graph profile from Branch Frequency Info. by Michael J. Spencer · 7 years ago
- 6a89efb Move some code from PDBFileBuilder to MSFBuilder. by Zachary Turner · 7 years ago
- 4b0e4cb [X86] Make folding table checking threadsafe by Benjamin Kramer · 7 years ago
- 9f60a34 [X86] In X86DAGToDAGISel::PreprocessISelDAG, make sure we don't access N after we delete it. by Craig Topper · 7 years ago
- 78e3c70 [RISCV] Add machine function pass to merge base + offset by Sameer AbuAsal · 7 years ago
- 84e5dbf [llvm-objdump] Add -x --all-headers options by Fangrui Song · 7 years ago
- 45f68e6 [InstCombine] add tests for vector-select-of-binops with 2 variables; NFC by Sanjay Patel · 7 years ago
- 4fc1c00 Document the git config for Windows to do line-endings correctly. by Paul Robinson · 7 years ago
- f162464 [DAGCombine] Disable TokenFactor simplifications when optnone. by Nirav Dave · 7 years ago
- 857aa39 [ADT] drop_begin: use adl_begin/adl_end. NFC. by Michael Kruse · 7 years ago
- d729519 [WebAssembly] Try fixing test/CodeGen/WebAssembly/vector_sdiv.ll by Fangrui Song · 7 years ago
- df04b22 [X86] Fix unmatched parenthesis in r335768 by Fangrui Song · 7 years ago
- 65fb103 [X86] Teach the disassembler to use %eiz/%riz instead of NoRegister when the SIB byte is present, but doesn't encode an index register and there was another shorter encoding that would achieve the same result. by Craig Topper · 7 years ago
- 576283c [globalisel][legalizer] Add AtomicOrdering to LegalityQuery and use it in AArch64 by Daniel Sanders · 7 years ago
- a75001c [ThinLTO] Fix test by Teresa Johnson · 7 years ago
- 4b6501a [ThinLTO] Modify test to help diagnose bot failures by Teresa Johnson · 7 years ago
- 3d6697f [DAGCombiner] restrict (float)((int) f) --> ftrunc with no-signed-zeros by Sanjay Patel · 7 years ago
- 752939e [ThinLTO] Print names in function import debug messages when available by Teresa Johnson · 7 years ago
- f602599 [Object] Allow iterating over an IRObjectFile's modules by Justin Bogner · 7 years ago
- 43d4585 [MachineOutliner] Don't outline sequences where x16/x17/nzcv are live across by Jessica Paquette · 7 years ago
- c866514 [InstCombine] add more tests for shuffle with different binops; NFC by Sanjay Patel · 7 years ago
- 52753df [X86] Use bts/btr/btc for single bit set/clear/complement of a variable bit position by Craig Topper · 7 years ago
- aa5b675 [X86] Add test cases for D48606. by Craig Topper · 7 years ago
- bdacec9 [AliasSet] Fix UnknownInstructions printing by Jakub Kuderski · 7 years ago
- 928fea2 [dsymutil] Move abstractions into separate files (NFC) by Jonas Devlieghere · 7 years ago
- 90b999f [llvm-mca] Register listeners with stages; remove Pipeline dependency from Stage. by Matt Davis · 7 years ago
- 966cfbb [X86][SSE] Add missing AVX512 rotation tests by Simon Pilgrim · 7 years ago
- 480d03d [X86] Rename the autoupgraded of packed fp compare and fpclass intrinsics that don't take a mask as input to exclude '.mask.' from their name. by Craig Topper · 7 years ago
- bc54757 [AMDGPU] Convert rcp to rcp_iflag by Stanislav Mekhanoshin · 7 years ago
- b5a170b [AArch64] Reverting FP16 vcvth_n_s64_f16 to fix by Luke Geeson · 7 years ago
- 751c17b [AArch64] Add custom lowering for v4i8 trunc store by Adhemerval Zanella · 7 years ago
- 212054e [NEON] Support vldNq intrinsics in AArch32 (LLVM part) by Ivan A. Kosarev · 7 years ago
- a0883e0 [ValueLattice] Return false if value range did not change in mergeIn. by Florian Hahn · 7 years ago
- 16742ac [DAGCombiner] visitSDIV - add special case handling for (sdiv X, 1) -> X in pow2 expansion by Simon Pilgrim · 7 years ago
- 823c169 Build TaskQueueTest in threads=on builds, fixes regression from r335608. by Nico Weber · 7 years ago
- 0093dbb [llvm-mca] Avoid calling method update() on instructions that are already in the IS_READY state. NFCI by Andrea Di Biagio · 7 years ago
- a62a0a3 [X86][SSE] Include MIN_SIGNED element in non-uniform SDIV pow2 tests by Simon Pilgrim · 7 years ago
- 8a57afc [DAGCombiner] visitSDIV - simplify pow2 handling. NFCI. by Simon Pilgrim · 7 years ago
- 988e5b9 [DAGCombiner] Fold SDIV(%X, MIN_SIGNED) -> SELECT(%X == MIN_SIGNED, 1, 0) by Simon Pilgrim · 7 years ago
- 1f74921 [DAGCombiner] Don't accept signbit sdiv divisors in sdiv-by-pow2 vector expansion (PR37569) by Simon Pilgrim · 7 years ago
- 3a09592 Removing empty CodeGen dir in root by Luke Geeson · 7 years ago
- 4187c13 [AArch64] Remove Duplicate FP16 Patterns with same encoding, match on existing patterns by Luke Geeson · 7 years ago
- fe1e773 AMDGPU/NFC: Fix typo in comment by Konstantin Zhuravlyov · 7 years ago
- 8068182 AMDHSA: Rename RESERVED -> RESERVED0, mark gfx9-specific field by Konstantin Zhuravlyov · 7 years ago
- 78d083b AMDHSA/NFC: Address missed review feedback from https://reviews.llvm.org/D47566 by Konstantin Zhuravlyov · 7 years ago
- 70b7a2f [CMake] Provide direct support for building sanitized runtimes by Petr Hosek · 7 years ago
- c2fa8e7 [CMake] Use variables rather than ":" delimiters by Petr Hosek · 7 years ago
- 2051d255 [ADT] Pass DerivedT from pointe{e,r}_iterator to iterator_adaptor_base by Justin Bogner · 7 years ago
- 0f220de [llvm-mca] Add a comment to Stage::execute and fix a spelling error. NFC. by Matt Davis · 7 years ago
- bde65c4 [InstCombine] Avoid creating mis-sized dbg.values in commonCastTransforms() by Vedant Kumar · 7 years ago
- 3dbfeaf [Debugify] Handle failure to get fragment size when checking dbg.values by Vedant Kumar · 7 years ago
- 06f46b2 [X86] Don't store register and memory FMA3 opcodes in the same X86InstrFMA3Group. by Craig Topper · 7 years ago
- acc9793 [Debugify] Diagnose mis-sized dbg.values by Vedant Kumar · 7 years ago
- 0ed99e8 Revert "[asan] Instrument comdat globals on COFF targets" by Evgeniy Stepanov · 7 years ago
- 1b30e51 [ORC] Don't call isa<> on a null value. by Lang Hames · 7 years ago
- 1d0cbe2 [ORC] Fix a missing return value. by Lang Hames · 7 years ago
- d3c8f20 [JumpThreading] Don't try to rewrite a use if it's already valid. by Michael Zolotukhin · 7 years ago
- ab8689e [ORC] Add a dependence on MC to LLVMBuild.txt by Lang Hames · 7 years ago
- 0e00ed7 [X86] Add test for SDIV by sign bit (minsigned) value by Simon Pilgrim · 7 years ago
- 9f1c239 [ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT. by Lang Hames · 7 years ago
- 784d2a8 AMDGPU: Silence unused warnings in waitcnt insertion pass in release build by Konstantin Zhuravlyov · 7 years ago