- 706e8dc llvm-dwarfdump: support the --ignore-case option. by Adrian Prantl · 8 years ago
- 4d1447f Remove dead file. by Michael Liao · 8 years ago
- f1d042a Add ELFOSABI_FIRST_ARCH, ELFOSABI_LAST_ARCH and start using those in llvm-readobj by Konstantin Zhuravlyov · 8 years ago
- 3af6a4e AMDGPU: Fix typos by Matt Arsenault · 8 years ago
- c31f9e0 AMDGPU: Fix potentially incorrectly matching check lines by Matt Arsenault · 8 years ago
- affb6c2 [InstCombine] auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
- 83a8b8b [InstCombine] add icmp (shr X, Y), 0 test; NFC by Sanjay Patel · 8 years ago
- 6e55215 Fix two header comments. NFC. by Hans Wennborg · 8 years ago
- e88f2db Add support for Myriad ma2x8x series of CPUs by Walter Lee · 8 years ago
- 733fe2f Move the stripping of invalid debug info from the Verifier to AutoUpgrade. by Adrian Prantl · 8 years ago
- fc20547 [InstCombine] remove one-use restriction for icmp (shr exact X, C1), C2 --> icmp X, (C2<<C1) by Sanjay Patel · 8 years ago
- 03048dd [InstCombine] add icmp (lshr X, C1), C2 test; NFC by Sanjay Patel · 8 years ago
- 50b210a Update getMergedLocation to check the instruction type and merge properly. by Dehao Chen · 8 years ago
- 669e5cb CodeView symbol dumper: use symbolic names for registers by Hans Wennborg · 8 years ago
- 319e857 Eliminate ftrunc if source is know to be rounded by Stanislav Mekhanoshin · 8 years ago
- 5295aa5 [dwarfdump] Add -show-form by Jonas Devlieghere · 8 years ago
- 6b14a36 [X86][SSE] Add PACKSS/PACKUS constant folding tests by Simon Pilgrim · 8 years ago
- b35c6f9 Regenerate test (missing broadcast constant comments). NFCI. by Simon Pilgrim · 8 years ago
- 9cbc086 Regenerate test (missing broadcast constant comments). NFCI. by Simon Pilgrim · 8 years ago
- 615c74e Regenerate test. NFCI. by Simon Pilgrim · 8 years ago
- 84282c5 use range-for-loops; NFCI by Sanjay Patel · 8 years ago
- 7b4a30a [AsmParser] Support GAS's .print directive by Coby Tayree · 8 years ago
- dcae9be remove duplicate comments, reposition related functions; NFC by Sanjay Patel · 8 years ago
- 7d8bfe5 [X86][SSE] Fix -Wsign-compare problems introduced in r314658 by Bjorn Pettersson · 8 years ago
- 15907ac [Debug info] Handle endianness when moving debug info for split integer values by Bjorn Pettersson · 8 years ago
- 6ed9ec6 [X86][SSE] Add createPackShuffleMask helper function. NFCI. by Simon Pilgrim · 8 years ago
- ece8aef [X86][SSE] matchBinaryVectorShuffle - add support for different src/dst value shuffle types by Simon Pilgrim · 8 years ago
- 86ba0ab [PowerPC] support ZERO_EXTEND in tryBitPermutation by Hiroshi Inoue · 8 years ago
- 37eec1b Fix typo in comment. NFCI. by Simon Pilgrim · 8 years ago
- 74e82e2 [X86] Cleanup uses of computeKnownBits by using MaskedValueIsZero helper instead. NFCI. by Simon Pilgrim · 8 years ago
- c81fe57 [X86][LLVM]Expanding Supports lowerInterleaved{store|load}() in X86InterleavedAccess (VF64 stride 3-4) by Michael Zuckerman · 8 years ago
- e08a3aa [X86] Fix copy pasto in X86FastISel::fastEmitInst_rrrr. by Craig Topper · 8 years ago
- 727767e [X86] Use a bool flag instead of assigning an unsigned to two different values that we only use in an equality comparison. by Craig Topper · 8 years ago
- 3375d24 [X86] Use _NOREX MOVZX instructions for some patterns even in 32-bit mode. by Craig Topper · 8 years ago
- dfd2a39 [Hexagon] Check vector elements for equivalence in the HexagonVectorLoopCarriedReuse pass by Ron Lieberman · 8 years ago
- 29fbd6f [Hexagon] Patch to Extract i1 element from vector of i1 by Ron Lieberman · 8 years ago
- ecaac13 [InstCombine] Use APInt for all the math in foldICmpDivConstant by Craig Topper · 8 years ago
- 7525c7b [X86] Change register&memory TEST instructions from MRMSrcMem to MRMDstMem by Craig Topper · 8 years ago
- 5875fb1 [X86] Remove a couple unnecessary COPY_TO_REGCLASS from some output patterns where the instruction already produces the correct register class. by Craig Topper · 8 years ago
- e980715 [X86][SSE] Add faux shuffle combining support for PACKUS by Simon Pilgrim · 8 years ago
- 5b91547 [X86][AVX2] Simplify PACKUS combine test by Simon Pilgrim · 8 years ago
- 62a43ff [X86][SSE] Improve shuffle combining of PACKSS instructions. by Simon Pilgrim · 8 years ago
- 7ea96b3 [X86][SSE] Add shuffle combining tests with PACKSS/PACKUS by Simon Pilgrim · 8 years ago
- be19c2b [x86] formatting; NFC by Sanjay Patel · 8 years ago
- 1ef604e pre-commit adding test for broadcastm pattern by Jina Nahias · 8 years ago
- ba1d57e Revert r314579: "Recommi r314561 after fixing over-debug assertion". by Daniel Jasper · 8 years ago
- b56aa17 Adding test for interleved, case stride 4 vf64 store<NFC>. by Michael Zuckerman · 8 years ago
- 474d2da [lit] Fix running lit tests in unconfigured source dir by Michal Gorny · 8 years ago
- 61b7046 Separate the logic when handling indirect calls in SamplePGO ThinLTO compile phase and other phases. by Dehao Chen · 8 years ago
- 46c0c09 Fix typo. NFC by Xin Tong · 8 years ago
- 679bac5 Revert "Fix typo [NFC]" by Xin Tong · 8 years ago
- e60b502 Fix typo [NFC] by Xin Tong · 8 years ago
- 1d6610a NewGVN: Fix PR 34473, by not using ExactlyEqualsExpression for finding by Daniel Berlin · 8 years ago
- 25bd82a NewGVN: Evaluate phi of ops expressions before creating phi node by Daniel Berlin · 8 years ago
- 7e81ef7 NewGVN: Allow dependent PHI of ops by Daniel Berlin · 8 years ago
- 9eca46b NewGVN: Make OpIsSafeForPhiOfOps non-recursive by Daniel Berlin · 8 years ago
- a8255de Regenerate mul combine tests to update broadcast comment. by Simon Pilgrim · 8 years ago
- 72af0b0 Refactor the SamplePGO profile annotation logic to extract inlineCallInstruction. (NFC) by Dehao Chen · 8 years ago
- 206263f [X86][SSE] Fold (VSRAI (VSHLI X, C1), C1) --> X iff NumSignBits(X) > C1 by Simon Pilgrim · 8 years ago
- c80e022 [AVX-512] Add patterns to make fp compare instructions commutable during isel. by Craig Topper · 8 years ago
- a7fb2dd [X86][SSE] Add vector truncation cases inspired by PR34773 by Simon Pilgrim · 8 years ago
- 0274429 Code refactoring for the interleaved code <NFC> by Michael Zuckerman · 8 years ago
- 351d690 [X86][SKX] Added codegen regression test for avx512 instructions scheduling.NFC. by Gadi Haber · 8 years ago
- aaae73d Revert r314435: "[JumpThreading] Preserve DT and LVI across the pass" by Daniel Jasper · 8 years ago
- 28d0dba Fix buildbot failure -- tighten type check for matching phi by Xinliang David Li · 8 years ago
- 8d81741 [X86] Support v64i8 mulhu/mulhs by Craig Topper · 8 years ago
- 082ee26 Recommi r314561 after fixing over-debug assertion by Xinliang David Li · 8 years ago
- bbf12f3 [llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4). by Marek Sokolowski · 8 years ago
- 9721275 typos by Adrian Prantl · 8 years ago
- 7de891a llvm-dwarfdump: implement the --name lookup option. by Adrian Prantl · 8 years ago
- 7f359b2 Fix 80 column violations by Adrian Prantl · 8 years ago
- 9fda176 Add comments by Adrian Prantl · 8 years ago
- 8b431a9 [AMDGPU] Set fast-math flags on functions given the options by Stanislav Mekhanoshin · 8 years ago
- a46819d CodeGen: Fix pointer info in expandUnalignedLoad/Store by Yaxun Liu · 8 years ago
- a4f110d fix 80 column violation. by Adrian Prantl · 8 years ago
- c10eefd Revert 314561 due to debug build assertion failure by Xinliang David Li · 8 years ago
- ea52993 [llvm-rc] Serialize MENU resources to .res files (serialization, pt 3). by Marek Sokolowski · 8 years ago
- 9e5998c Eliminate PHI (int typed) which has only one use by intptr by Xinliang David Li · 8 years ago
- 682384e Revert "Use the basic cost if a GEP is not used as addressing mode" by Alex Shlyapnikov · 8 years ago
- 9434811 [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- 35bfb7d Revert "[CMake] Remove `CMAKE_.*_OUTPUT_DIRECTORY` (NFCI)" by Brian Gesiak · 8 years ago
- 7369201 [CMake] Remove `CMAKE_.*_OUTPUT_DIRECTORY` (NFCI) by Brian Gesiak · 8 years ago
- b121e77 [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). by Marek Sokolowski · 8 years ago
- e0d97de [LV] Use correct insertion point when type shrinking reductions by Matthew Simpson · 8 years ago
- afe8631 [llvm-rc] Refactoring needed for ACCELERATORS and MENU resources. by Marek Sokolowski · 8 years ago
- 5e3e825 Use LLVM_ENABLE_ABI_BREAKING_CHECKS correctly by Sanjoy Das · 8 years ago
- e37621b [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). by Marek Sokolowski · 8 years ago
- 94e8fbe Display relative hotness with two decimal digits after the decimal point by Adam Nemet · 8 years ago
- 4d72691 Fix Wmismatched-tags warning. by Simon Pilgrim · 8 years ago
- 3038317 [test] Enable LeakSanitizer on 64-bit Darwin ASan llvm builds by Francis Ricci · 8 years ago
- e286417 [WebAssembly] Allow each data segment to specify its own alignment by Sam Clegg · 8 years ago
- 33bfd3f [SimplifyIndVar] Do not fail when we constant fold an IV user to ConstantPointerNull by Hongbin Zheng · 8 years ago
- 80d2bc6 AMDGPU: fix bad test exposed by r314522 by Nicolai Haehnle · 8 years ago
- d21bc49 [ThinLTO] Use decimal suffix for promoted values to match demanglers by Teresa Johnson · 8 years ago
- 0fbd59f [dwarfdump][NFC] Consistent printing of address ranges by Jonas Devlieghere · 8 years ago
- da47d9d AMDGPU: VALU carry-in and v_cndmask condition cannot be EXEC by Nicolai Haehnle · 8 years ago
- fd8d5da Use the basic cost if a GEP is not used as addressing mode by Jun Bum Lim · 8 years ago
- e2ff20c [SystemZ] implement shouldCoalesce() by Jonas Paulsson · 8 years ago
- 1be91bb Fix spelling in comments. NFCI. by Simon Pilgrim · 8 years ago
- e116340 [X86] Improve codegen for inverted overflow checking intrinsics. by Amara Emerson · 8 years ago