- 1ce194e [PM] Speculative patch to try and fix MSVC's compilation. by Chandler Carruth · 10 years ago
- 528e89d Reviewed at reviews.llvm.org/D17133 by Chris Dewhurst · 10 years ago
- adb60a3 [PM] Introduce CRTP mixin base classes to help define passes and by Chandler Carruth · 10 years ago
- 7768d87 Initial test commit only by Chris Dewhurst · 10 years ago
- a459c9c [PM] Remove a FIXME now that it is no longer needed. by Chandler Carruth · 10 years ago
- 1c038cf [AMDGPU] Assembler: Basic support for MIMG by Nikolay Haustov · 10 years ago
- b55a510 [PM] Clean up some formatting with the latest clang-format. by Chandler Carruth · 10 years ago
- aee2c33 [AArch64] Slight cleanup in FPLoadBalancing by James Molloy · 10 years ago
- 1c7f0f6 [X86][F16C] Added native IR half/float conversion tests. by Simon Pilgrim · 10 years ago
- 6802c08 llvm-dwp: provide diagnostics for duplicate DWO IDs by David Blaikie · 10 years ago
- 132af4d llvm-dwp: Support empty .dwo files by David Blaikie · 10 years ago
- c33696b [X86] Null out some redundant patterns for masked vector register to register moves. These can be accomplished with both aligned and unaligned opcodes. by Craig Topper · 10 years ago
- 62bd279 [TableGen] Fix typos in comments. NFC by Craig Topper · 10 years ago
- 898f56a [X86] Add test cases for r261977 and fix a grammatical error. by Craig Topper · 10 years ago
- 27a460f [JumpThreading] Simplify Instructions first in ComputeValueKnownInPredecessors() by Haicheng Wu · 10 years ago
- 5431127 [X86] Remove a couple returns after llvm_unreachables. NFC by Craig Topper · 10 years ago
- 7f539ef [X86] Use inclusive ranges for XMM/YMM/ZMM registers in is32Extended and isX86_64ExtendedReg. NFC by Craig Topper · 10 years ago
- 8e47917 [X86] Explicitly diagnose use of %xmm16-%xmm31, %ymm16-%ymm31 and %zmm16-%zmm31 when AVX512 is not enabled in the asm parser. by Craig Topper · 10 years ago
- 3543d33 Another fix the testcase introduced by r261903 - Add the missing matches by Hongbin Zheng · 10 years ago
- f35e0d3 Minor doc fix: statepoints are invokable too by Sanjoy Das · 10 years ago
- e0761c4 MachineCopyPropagation: Catch copies of the form A<-B;A<-B by Matthias Braun · 10 years ago
- ed2d4b9 MachineCopyPropagation: Keep scanning through instructions with regmasks by Matthias Braun · 10 years ago
- a6320f1 [PGO] Add test case to ensure covmap section is not allocatable. by Xinliang David Li · 10 years ago
- 79c1964 [LoopUnrollAnalyzer] Check that we're using SCEV for the same loop we're simulating. by Michael Zolotukhin · 10 years ago
- 6473927 Minor code cleanups. NFC. by Junmo Park · 10 years ago
- 30deba6 [UnitTests] UnrollAnalyzer: make unit-test more general so that it can cover more cases in future. by Michael Zolotukhin · 10 years ago
- 5e86c5c [sancov] Pruning full dominator blocks from instrumentation. by Mike Aizatsky · 10 years ago
- c76bace [x86, SSE] add tests to show missing pcmp folds by Sanjay Patel · 10 years ago
- 097f6ea Add forward declarations /NFC by Xinliang David Li · 10 years ago
- 20cfdfe [WinEH] Don't remove unannotated inline-asm calls by David Majnemer · 10 years ago
- 5786b73 More internal details of SROA pass to library visibility. by Owen Anderson · 10 years ago
- 039b2e9 Support: Give ManagedStatic's helper object library visibility by Justin Bogner · 10 years ago
- 70c478d Reverts change r261907 and r261918 by Hemant Kulkarni · 10 years ago
- e37bafe Use regex in testcase, do not fail windows bots by Hongbin Zheng · 10 years ago
- afe723d Fix endianness issue on BE machines introduced by r261907 by Hemant Kulkarni · 10 years ago
- 3372225 Reformatted a comment to fit the 80 column limit. NFC. by David L Kreitzer · 10 years ago
- a143cf3 Try to fix windows fail at r261902. by Hongbin Zheng · 10 years ago
- ce1dab3 [llvm-readobj] Enable GNU style sections and relocations printing by Hemant Kulkarni · 10 years ago
- edc89ca Introduce RegionInfoAnalysis, which compute Region Tree in the new PassManager. NFC by Hongbin Zheng · 10 years ago
- 1596922 Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC by Hongbin Zheng · 10 years ago
- 5d7472e Introduce analysis pass to compute PostDominators in the new pass manager. NFC by Hongbin Zheng · 10 years ago
- dca7011 ARM: disallow pc as a base register in Thumb2 memory ops. by Tim Northover · 10 years ago
- 9137eb3 Revert "Introduce analysis pass to compute PostDominators in the new pass manager. NFC" by Hongbin Zheng · 10 years ago
- 173d9fa Revert "Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC" by Hongbin Zheng · 10 years ago
- f5f73cd Revert "Introduce RegionInfoAnalysis, which compute Region Tree in the new PassManager. NFC" by Hongbin Zheng · 10 years ago
- 1258972 rangify; NFCI by Sanjay Patel · 10 years ago
- bc8f43b [AArch64] Clean up callee-save CFI emission. NFC. by Geoff Berry · 10 years ago
- a9da9cb Introduce RegionInfoAnalysis, which compute Region Tree in the new PassManager. NFC by Hongbin Zheng · 10 years ago
- 3f3ece8 Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC by Hongbin Zheng · 10 years ago
- e2c0114 Introduce analysis pass to compute PostDominators in the new pass manager. NFC by Hongbin Zheng · 10 years ago
- acb1111 [AMDGPU] Disassembler: Support for all VOP1 instructions. by Nikolay Haustov · 10 years ago
- 9eb0200 don't repeat names in documentation comments; NFC by Sanjay Patel · 10 years ago
- f92896b GC empty directory. by Joerg Sonnenberger · 10 years ago
- 7f22515 AVX512F: Add GATHER/SCATTER assembler Intel syntax tests for knl/skx/avx . Change memory operand parser handling. by Igor Breger · 10 years ago
- ccb42cb [mips][microMIPS] Implement DINSU, DINSM, DINS instructions by Hrvoje Varga · 10 years ago
- e49a867 [AMDGPU] Assembler: Simplify handling of optional operands by Nikolay Haustov · 10 years ago
- a17fdf9 [PM] Add the IR unit type to the pass manager's logging and make all of by Chandler Carruth · 10 years ago
- 817ff96 [X86][SSE3] Added combine support for MOVDDUP/MOVSHDUP/MOVSLDUP target shuffles by Simon Pilgrim · 10 years ago
- 35023ef Revert r260064, "Disable llvm/test/tools/llvm-profdata/value-prof.proftext on win32 for now. Investigating." by NAKAMURA Takumi · 10 years ago
- f9b2d20 Revert r261742, "[AMDGPU] Assembler: Simplify handling of optional operands" by NAKAMURA Takumi · 10 years ago
- da5e924 PM: Implement a basic loop pass manager by Justin Bogner · 10 years ago
- 558bab1 Optimized loading (zextload) of i1 value from memory. by Elena Demikhovsky · 10 years ago
- 1f7d155 [Support] Don't check for ICC directly and rely on the __GNUC__ check by Chandler Carruth · 10 years ago
- 0e5b323 [Support] Add a fancy helper function to get a static name for a type. by Chandler Carruth · 10 years ago
- ec0c489 IR: Make the X / undef -> undef fold match the comment by Justin Bogner · 10 years ago
- 43a6e3e [CodeGenPrepare] Remove load-based heuristic by Junmo Park · 10 years ago
- 15c5da8 Move test/CodeGen/Generic/pr26652.ll to test/CodeGen/X86/pr26652.ll and test it only on X86. by Cong Hou · 10 years ago
- fb916c2 fix typo by Sanjay Patel · 10 years ago
- e4f9f15 Detecte vector reduction operations just before instruction selection. by Cong Hou · 10 years ago
- 2d730c6 add tests to show missing bitcasted logic transform by Sanjay Patel · 10 years ago
- cb94f10 Add capability to push/pop DFI in MCStreamer. NFC by Amaury Sechet · 10 years ago
- 3d4a0e7 [asan] Do not instrument globals in the special "LLVM" sections by Anna Zaks · 10 years ago
- cd4f289 MachineInstr: Respect register aliases in clearRegiserKills() by Matthias Braun · 10 years ago
- 7763f74 AArch64: remove CRC feature from Cyclone. by Tim Northover · 10 years ago
- ad7334e [ThinLTO] Add missing breaks when parsing summaries (NFC) by Teresa Johnson · 10 years ago
- 47bc554 [SimplifyCFG] Use a more elegant solution than r261731 by David Majnemer · 10 years ago
- 6eb6867 [X86][SSSE3] Added target shuffle combine tests for SSE3/SSSE3 specific shuffles. by Simon Pilgrim · 10 years ago
- b978edd remove fixme comment that was fixed with r261750 by Sanjay Patel · 10 years ago
- 221d751 [InstCombine] enable optimization of casted vector xor instructions by Sanjay Patel · 10 years ago
- 5331e96 add test to show missing bitcasted vector xor fold by Sanjay Patel · 10 years ago
- bb22f01 `MSP430InstrInfo::loadRegFromStackSlot` forgets to set register def. by Anton Korobeynikov · 10 years ago
- a9a0e06 [X86][SSE41] Combine vector blends with zero by Simon Pilgrim · 10 years ago
- 14d8a84 [X86][SSE41] Combine insertion of zero scalars into vector blends with zero by Simon Pilgrim · 10 years ago
- 8d04517 [AMDGPU] Assembler: Simplify handling of optional operands by Nikolay Haustov · 10 years ago
- ba9f09c NFC. Move isDereferenceable to Loads.h/cpp by Artur Pilipenko · 10 years ago
- f5b2749 NFC. Move getAlignment helper function from ValueTracking to Value class. by Artur Pilipenko · 10 years ago
- f9678d6 [X86][SSE] Fixed vector rotation test name typo by Simon Pilgrim · 10 years ago
- 60afe01 [AMDGPU] fix amd_kernel_code_t bit field position as per spec (added missing reserved fields) by Nikolay Haustov · 10 years ago
- 16e2130 [SimplifyCFG] Do not blindly remove unreachable blocks by David Majnemer · 10 years ago
- 297e838 [CodeView] Describe variables live in x87 registers by David Majnemer · 10 years ago
- a5a9b4e [X86][SSE] Don't get target shuffle operands prematurely. by Simon Pilgrim · 10 years ago
- 5aefc67 [LLVM][AVX512][PSHUFHW ][PSHUFLW ] Change imm8 to int by Michael Zuckerman · 10 years ago
- 4eec8d2 AVX512: Add vpmovzxbw/d/q ,vpmovzxw/d/q ,vpmovzxbdq lowering patterns that support 256bit inputs like AVX patterns ( that are disable in case HasVLX , see SS41I_pmovx_avx2_patterns). by Igor Breger · 10 years ago
- d73fe72 X86: Wrap a helper for an assert in #ifndef NDEBUG by Justin Bogner · 10 years ago
- 8e57f79 AMDGPU: Check cheaper condition before SignBitIsZero by Matt Arsenault · 10 years ago
- 246537b [InstCombine] refactor visitOr() to use foldCastedBitwiseLogic() by Sanjay Patel · 10 years ago
- 89e03026 [doc] Obtaining help on LLVM's CUDA support. by Jingyue Wu · 10 years ago
- e5a3819 Revert "[WebAssembly] Stackify code emitted by eliminateFrameIndex" by Derek Schuff · 10 years ago
- 8d4a6af minimize test and use FileCheck by Sanjay Patel · 10 years ago
- d2665d5 AArch64: rename compact unwind forms back to UNWIND_ARM64_*. NFC. by Tim Northover · 10 years ago