- eaaa0ed Fix UMRs in Mips disassembler on invalid instruction streams by Reid Kleckner · 10 years ago
- aebdd5b [X86] Use existing MachineInstrBuilder::addDisp to create offseted pointer. NFC. by Simon Pilgrim · 10 years ago
- 38e5db6 Follow up to r253591. Turn into an assertion. by Davide Italiano · 10 years ago
- cdbb6a4 [LIR] Update some comments. NFC. by Chad Rosier · 10 years ago
- 634e1cb [InstCombine] add tests to show missing bitcast optimizations by Sanjay Patel · 10 years ago
- cff5fab Expand subregisters in MachineFrameInfo::getPristineRegs by Krzysztof Parzyszek · 10 years ago
- 564e87c Fix the debug build breakage that getDiscriminator is called by mistake. by Dehao Chen · 10 years ago
- ffe3b43 Revert r253253 and r253126: "Don't recompute LCSSA after loop-unrolling when possible." by Michael Zolotukhin · 10 years ago
- 0a7baaf Reimplement discriminator assignment algorithm. by Dehao Chen · 10 years ago
- 248c594 [AddressSanitizer] assert(false) -> llvm_unreachable and remove return. by Davide Italiano · 10 years ago
- 0b669e1 [AArch64] Refactoring aarch64-ldst-opt. NCF. by Jun Bum Lim · 10 years ago
- 316a6c1 [LIR] Fix 80-column from previous commit. by Chad Rosier · 10 years ago
- bd71611 [LIR] Sink checks into function to enable future refactoring. NFC. by Chad Rosier · 10 years ago
- a6b4079 [GlobalOpt] Localize some globals that have non-instruction users by James Molloy · 10 years ago
- 4105a7b update comment and error message; NFC by Sanjay Patel · 10 years ago
- 670e8f3 [LIR] Use the more appropriate method. NFC. by Chad Rosier · 10 years ago
- 575b88e [AArch64]Extend merging narrow loads into a wider load by Jun Bum Lim · 10 years ago
- 02857f7 this new test file was accidentally left out of r253573 by Sanjay Patel · 10 years ago
- da754b5 [CGP] despeculate expensive cttz/ctlz intrinsics by Sanjay Patel · 10 years ago
- 086b179 X86: More efficient legalization of wide integer compares by Hans Wennborg · 10 years ago
- d19cbfe TargetParser.cpp: Fixup -- StringRef::startswith() is better here. NFC. by NAKAMURA Takumi · 10 years ago
- 31b8ab0 Remove unused function parameter (NFC) by Mehdi Amini · 10 years ago
- 5d8ee1b SamplePGO - Sort samples by source location when emitting as text. by Diego Novillo · 10 years ago
- 96664db [mips] Add tests for ROL and ROR macros expansion by Zoran Jovanovic · 10 years ago
- 0738298 llvm/lib/Support/TargetParser.cpp: Rework llvm::ARM::getArchExtFeature() to avoid abuse of Twine in r253470. by NAKAMURA Takumi · 10 years ago
- 33e3b5e [LV] Add a helper function, isReductionVariable. NFC. by Chad Rosier · 10 years ago
- 30f5448 [mips] Expansion of ROL and ROR macros by Zoran Jovanovic · 10 years ago
- 1c8b4f0 AVX-512: Fixed COPY_TO_REGCLASS for mask registers by Elena Demikhovsky · 10 years ago
- cc1b3e4 Removing specific target from the generic test by Artyom Skrobov · 10 years ago
- 175ea25 [X86][AVX] Fix lowering of X86ISD::VZEXT_MOVL for 128-bit -> 256-bit extension by Simon Pilgrim · 10 years ago
- 3e00ff9 Alternative to long nops for X86 CPUs, by Andrey Turetsky by Alexey Bataev · 10 years ago
- 23915cf [lit] Fix bug when using Python3 where a failing test would not show by Dan Liew · 10 years ago
- fed4c6e gold-plugin.cpp: Fix diagnosticHandler corresponding to r253540. by NAKAMURA Takumi · 10 years ago
- e30d17a [FunctionAttrs] Provide a mechanism for adding function attributes from the command line by James Molloy · 10 years ago
- e20dfeb AVX512: Implemented encoding, intrinsics and DAG lowering for VMOVDDUP instructions. by Igor Breger · 10 years ago
- 499f105 AVX512: Implemented encoding for the vmovss.s and vmovsd.s instructions. by Igor Breger · 10 years ago
- 96600b3 AVX512: Implemented encoding for the follow instructions. by Igor Breger · 10 years ago
- 43be5f5 Pointers in Masked Load, Store, Gather, Scatter intrinsics by Elena Demikhovsky · 10 years ago
- 6d024c6 Revert "Change memcpy/memset/memmove to have dest and source alignments." by Pete Cooper · 10 years ago
- 0ab4d52 Do not require a Context to extract the FunctionIndex from Bitcode (NFC) by Mehdi Amini · 10 years ago
- 0171b51 [Support] Disable SaturatingMultiply() unit test while investigating by Nathan Slingerland · 10 years ago
- f9d8b8d Fix bug 25440: GVN assertion after coercing loads by Weiming Zhao · 10 years ago
- 697477e Fix UMR in llvm-nm on IR object files in printDarwinSymbol by Reid Kleckner · 10 years ago
- 1fcad31 [X86] Enable shrink-wrapping by default. by Quentin Colombet · 10 years ago
- ce103d4 Fix several long lines (>80) in LoopVectorize.cpp. NFC. by Cong Hou · 10 years ago
- e96fd6d Don't search for third party libraries while using MSan by Reid Kleckner · 10 years ago
- 5f2411b Disable Go bindings test with MSan, it has tons of linker errors by Reid Kleckner · 10 years ago
- 491e164 Initialize PersistentId for HandleSDNode, as these will never be inserted into the DAG by Reid Kleckner · 10 years ago
- b8dd4a3 [SimplifyLibCalls] New trick: pow(x, 0.5) -> sqrt(x) under -ffast-math. by Davide Italiano · 10 years ago
- 3fe74b8 [AArch64] Enable shrink-wrapping by default. by Quentin Colombet · 10 years ago
- 5b7b529 Fix returned value for GVN: could return "false" even after modifying the IR by Mehdi Amini · 10 years ago
- 8fa8f20 [CMake] Support -fvisibility-inlines-hidden when LLVM_ENABLE_PIC=Off by Chris Bieneman · 10 years ago
- 2d31815 Minor cleanups (from review feedback) by Xinliang David Li · 10 years ago
- 56da345 [BuildLibCalls] EmitStrNLen() is dead code. Garbage collect. by Davide Italiano · 10 years ago
- 8b170f7 Change memcpy/memset/memmove to have dest and source alignments. by Pete Cooper · 10 years ago
- c4bfc2d [doc] fix a wrong link by Jingyue Wu · 10 years ago
- 5c882ac [DAGCombiner] Vector constant folding for comparisons by Simon Pilgrim · 10 years ago
- c931f35 ARM: make sure backend is consistent about exception handling method. by Tim Northover · 10 years ago
- 54225a9 Disable gvn non-local speculative loads under asan. by Mike Aizatsky · 10 years ago
- 156d5ee [llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions (2nd try) by Nathan Slingerland · 10 years ago
- 985201d [OperandBundles] Address review on r253446; NFC by Sanjoy Das · 10 years ago
- a5be9e3 [PGO] Value profiling support by Betul Buyukkurt · 10 years ago
- 2e13349 [Aarch64] Add cost for missing extensions. by Matthew Simpson · 10 years ago
- 83d9e56 Removing specific target from the generic test by Artyom Skrobov · 10 years ago
- 991a399f [llvm-profdata] Use SmallSet rather that std::set for keeping track of profdata merge errors by Nathan Slingerland · 10 years ago
- 444e864 [WebAssembly] Add more whitespace characters to prettify the assembly output. by Dan Gohman · 10 years ago
- fbbc259 [ARM] Add +feature names to TargetParser extensions table by Bradley Smith · 10 years ago
- 3a7d5cf [WebAssembly] Make bogus inline asm strings in tests be comments. by Dan Gohman · 10 years ago
- 75f55d5 [WebAssembly] Add some spaces to the assembly output to vertically align operands. by Dan Gohman · 10 years ago
- 94401ce [WebAssembly] Enable register coloring and register stackifying. by Dan Gohman · 10 years ago
- fc0981e Fix bug where WinCOFFObjectWriter would assume starting from an empty output. by Manuel Klimek · 10 years ago
- c68dcdb Fix typo in comment. NFC. by Fraser Cormack · 10 years ago
- 0e8fc1e [SelectionDAGBuilder] Make sure DemoteReg ends up in right reg-class. by Jonas Paulsson · 10 years ago
- a90859a Revert "Revert "Strip metadata when speculatively hoisting instructions (r252604)" by Igor Laevsky · 10 years ago
- 66b8eaa [LTO] Appease buildbots take 3 by James Molloy · 10 years ago
- 9e9da1f [LTO] Buildbot appeasing take 2 by James Molloy · 10 years ago
- e2c844f [LTO] Fix up test/tools/gold/X86/remarks.ll by James Molloy · 10 years ago
- 683e0e5 [LTO] Add an early run of functionattrs by James Molloy · 10 years ago
- 51f7c58 [X86][AVX512CD] add mask broadcast intrinsics by Asaf Badouh · 10 years ago
- 84076a4 [X86][AVX] Added 256-bit shuffle splat tests. by Simon Pilgrim · 10 years ago
- 3518cfe AVX512: Implemented encoding for vpextrw.s instruction. by Igor Breger · 10 years ago
- 26b7bf3 [OperandBundles] Tighten OperandBundleDef's interface; NFC by Sanjoy Das · 10 years ago
- ee89411 [mips][microMIPS] Implement DPS.W.PH, DPSQ_S.W.PH, DPSQ_SA.L.W, DPSQX_S.W.PH, DPSQX_SA.W.PH, DPSU.H.QBL, DPSU.H.QBR and DPSX.W.PH instructions by Hrvoje Varga · 10 years ago
- 766278e Replace dyn_cast with isa in places that weren't using the returned value for more than a boolean check. NFC. by Craig Topper · 10 years ago
- d33bb62 Default SetVector to use a DenseSet. by Rafael Espindola · 10 years ago
- aca8112 Teach the inliner to track deoptimization state by Sanjoy Das · 10 years ago
- cfc74b7 Stop producing .data.rel sections. by Rafael Espindola · 10 years ago
- 35da61a Fix LLD testsuite fallout from r253429 by David Majnemer · 10 years ago
- 4db6dc5 Add a test for r253323 by David Majnemer · 10 years ago
- 6ac90f1 [llvm-objdump] Use the COFF export table for additional symbols by David Majnemer · 10 years ago
- 446c5db [doc] simplify the doc on compiling CUDA by Jingyue Wu · 10 years ago
- dd65ba2 Remove a redundant assertion in MachineBasicBlock.cpp. NFC. by Cong Hou · 10 years ago
- 7047705 Remove redundant code in MachineBasicBlock.cpp. NFC. by Cong Hou · 10 years ago
- dd94739 Attempt to fix uninitialized SDAG persistent ids detected by MSan by Reid Kleckner · 10 years ago
- 7b4feef Let += and -= operators in BranchProbability have saturation behaviors. by Cong Hou · 10 years ago
- 01400f4 [libFuzzer] remove default initializer as a workaround for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68399. Don't need it anyway. by Kostya Serebryany · 10 years ago
- 1763c9f Modify the interface BranchProbability::normalizeProbabilities to let it accept a pair of iterators. NFC. by Cong Hou · 10 years ago
- d4cf584 Revert "[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions" by Nathan Slingerland · 10 years ago
- d663426 Improving edge probabilities computation when choosing the best successor in machine block placement. by Cong Hou · 10 years ago
- 9dcdf0d [llvm-profdata] Fix unhandled enumeration values warning by Nathan Slingerland · 10 years ago