- 21fca5d Fix linking when we copy over only a decl. by Rafael Espindola · 10 years ago
- 325a79d [CodeGen]: Fix bad interaction with AntiDep breaking and inline asm. by Kyle Butt · 10 years ago
- b8f6117 Test Commit: iteratee by Kyle Butt · 10 years ago
- 8afe0eb Fix accidental off by one change by Fiona Glaser · 10 years ago
- 6e3c74f AMDGPU: Fix msan test failure by Tom Stellard · 10 years ago
- 2b2fb7f Scheduler / Regalloc: use unique_ptr[] instead of std::vector by Fiona Glaser · 10 years ago
- 1c2b998 [llvm-profdata] Change instr prof counter overflow to saturate rather than discard by Nathan Slingerland · 10 years ago
- 57b1a95 AArch64: use ldxp/stxp pair to implement 128-bit atomic loads. by Tim Northover · 10 years ago
- 454061b [WebAssembly] Fix comments to say "LIFO" instead of "FIFO" when describing a stack. by Dan Gohman · 10 years ago
- 26ecf8e AMDGPU/SI: Don't emit group segment global variables by Tom Stellard · 10 years ago
- 26a5db0 Do (A == C1 || A == C2) -> (A & ~(C1 ^ C2)) == C1 rather than (A == C1 || A == C2) -> (A | (C1 ^ C2)) == C2 when C1 ^ C2 is a power of 2. by David Majnemer · 10 years ago
- f43a536 Add an interesting case we already get right. by Rafael Espindola · 10 years ago
- f9aa57d Rollback r254508 and r254511 to fix buildbots by Andy Gibbs · 10 years ago
- a933a55 By intel spec by Michael Zuckerman · 10 years ago
- 3fe3766 Fix buildbots broken by r254508 by Andy Gibbs · 10 years ago
- 3304e87 Fix class SCEVPredicate has virtual functions and accessible non-virtual destructor by Andy Gibbs · 10 years ago
- 7f4f6f5 [AArch64]: Add support for Cortex-A35 by Christof Douma · 10 years ago
- 8364ade Patch to fix a crash in the PowerPC back end due to ISD::ROTL and ISD::ROTR by Nemanja Ivanovic · 10 years ago
- 044b4b4 [mips][microMIPS] Implement PREPEND, RADDU.W.QB, RDDSP, REPL.PH, REPL.QB, REPLV.PH, REPLV.QB and MTHLIP instructions by Hrvoje Varga · 10 years ago
- 68cb395 [X86][FMA] Optimize FNEG(FMUL) Patterns by Simon Pilgrim · 10 years ago
- cd95515 AVX-512: Updated cost of FP/SINT/UINT conversion operations by Elena Demikhovsky · 10 years ago
- d4f2260 [X86][AVX512] add comi with Sae by Asaf Badouh · 10 years ago
- cf0403d [llvm-dwp] Don't rely on implicit move assignment operator (MSVC won't synthesize one) by David Blaikie · 10 years ago
- ec26866 [AttributeSet] Overload AttributeSet::addAttribute to reduce compile time. by Akira Hatanaka · 10 years ago
- 1bd8c8c [X86] Change getZeroVector to take an MVT instead of EVT. One minor change needed to only try to perform 256-it shuffle combines on legal vector types. by Craig Topper · 10 years ago
- 5001b2a [llvm-dwp] Emit a rather fictional debug_cu_index by David Blaikie · 10 years ago
- b9f437f DebugInfo\DWARF: Privatize some accidentally public members by David Blaikie · 10 years ago
- d217d70 [X86] Fix weird identation. NFC by Craig Topper · 10 years ago
- accfde3 Change ModuleLinker to take a set of GlobalValues to import instead of a single one by Mehdi Amini · 10 years ago
- 569415a [libFuzzer] add a test that is built with -fsanitize-coverage=trace-bb by Kostya Serebryany · 10 years ago
- 0445c4d [sanitizer coverage] when adding a bb trace instrumentation, do it instead, not in addition to, regular coverage. Do the regular coverage in the run-time instead by Kostya Serebryany · 10 years ago
- 653cbb7 [X86] Fix a think-o when checking if the eflags needs to be preserved. by Quentin Colombet · 10 years ago
- f7d58f1 Modify FunctionImport to take a callback to load modules by Mehdi Amini · 10 years ago
- 3278230 [X86] Make sure the prologue does not clobber EFLAGS when it lives accross it. by Quentin Colombet · 10 years ago
- 6837bcf AArch64: fix 128-bit shifts by Tim Northover · 10 years ago
- c322221 Use default member initializers. by Rafael Espindola · 10 years ago
- b0e1e32 Define member operator delete by Xinliang David Li · 10 years ago
- 465e0cd AMDGPU: Error on addrspacecasts that aren't actually implemented by Matt Arsenault · 10 years ago
- 8f43193 AMDGPU: Implement isNoopAddrSpaceCast by Matt Arsenault · 10 years ago
- 97a345e Remove unnecessary getter. by Rafael Espindola · 10 years ago
- 427ad06 Pass down the dst GV to linkGlobalValueBody. NFC. by Rafael Espindola · 10 years ago
- d715c5a Fix a bug in IfConversion.cpp. by Cong Hou · 10 years ago
- a46d791 ARM: Change ArchCheck field to uint64_t by Matthias Braun · 10 years ago
- 418d565 AMDGPU: Disallow flat_scr in SI assembler by Matt Arsenault · 10 years ago
- d89494b [PGO] Add support for reading multiple versions of indexed profile format profile data by Xinliang David Li · 10 years ago
- 146c16c Delete unused includes. by Rafael Espindola · 10 years ago
- fc16153 IR: Clean up some duplicated code in ConstantDataSequential creation. NFC by Justin Bogner · 10 years ago
- e6b26fa clang-format LinkModules.cpp. by Rafael Espindola · 10 years ago
- 116b08e use range-based for loops; NFCI by Sanjay Patel · 10 years ago
- dc53fde AMDGPU: Optimize VOP2 operand legalization by Matt Arsenault · 10 years ago
- 76c60c3 Use references now that it is natural to do so. by Rafael Espindola · 10 years ago
- b0b27c5 [X86] Make sure the prologue does not clobber EFLAGS when it lives accross it. by Quentin Colombet · 10 years ago
- 67b32b2 Use nullptr (NFC) by Xinliang David Li · 10 years ago
- 936f2da don't repeat function/variable names in comments; NFC by Sanjay Patel · 10 years ago
- 8efaea8 Fix Thumb1 epilogue generation by Artyom Skrobov · 10 years ago
- bedc55e fix typo; NFC by Sanjay Patel · 10 years ago
- 8e31526 [llvm-dwp] Deduplicate strings in the debug_str.dwo section by David Blaikie · 10 years ago
- 6a07b97 [AArch64] Fix a corner case in BitFeild select by Weiming Zhao · 10 years ago
- 2320de6 AMDGPU: Report extractelement as free in cost model by Matt Arsenault · 10 years ago
- 6cb642d [Verifier] Improve error for cross-module refs by Keno Fischer · 10 years ago
- c6cd495 Delete dead code. by Rafael Espindola · 10 years ago
- f0edaf8 Use a forwarding constructor instead of an init method. by Rafael Espindola · 10 years ago
- 1d06f0b Delete the setModule method from the Linker. by Rafael Espindola · 10 years ago
- 0fb89f7 [llvm-dwp] Correctly update debug_str_offsets.dwo when linking dwo files by David Blaikie · 10 years ago
- 76eb039 AMDGPU/SI: Remove REGISTER_STORE/REGISTER_LOAD code which is now dead by Tom Stellard · 10 years ago
- 368c761 AMDGPU: Use the default strings for data emission directives by Tom Stellard · 10 years ago
- 40adef8 [x86] add a convenience method to check for FMA capability; NFCI by Sanjay Patel · 10 years ago
- 2b3f978 Make appending var linking less of a special case. by Rafael Espindola · 10 years ago
- 3c43768 [ThinLTO] Wrap dbgs() output in DEBUG macro by Teresa Johnson · 10 years ago
- 2b91968 [ThinLTO] Remove stale comment (NFC) by Teresa Johnson · 10 years ago
- d0903bd Simplify test. NFC. by Rafael Espindola · 10 years ago
- 39e89e8 Bring r254336 back: by Rafael Espindola · 10 years ago
- 6979eb4 [LIR] Push check into helper function. NFC. by Chad Rosier · 10 years ago
- f0052c5 Fix "WARNING: Title underline too short." introduced by r254404. by Yury Gribov · 10 years ago
- 5836554 AVX-512: fixed asm string of vsqrtss by Elena Demikhovsky · 10 years ago
- 8de1fed AVX-512: regenerated test for avx512 arithmetics, NFC by Elena Demikhovsky · 10 years ago
- 235dd3b Fixed a failure in getSpaltValue() by Elena Demikhovsky · 10 years ago
- ef5008e Fixed a failure in cost calculation for vector GEP by Elena Demikhovsky · 10 years ago
- c309d73 [mips][microMIPS] Implement RECIP.fmt, RINT.fmt, ROUND.L.fmt, ROUND.W.fmt, SEL.fmt, SELEQZ.fmt, SELNEQZ.fmt and CLASS.fmt by Hrvoje Varga · 10 years ago
- 2fdb3b8 Introduce new @llvm.get.dynamic.area.offset.i{32, 64} intrinsics. by Yury Gribov · 10 years ago
- 1b91dc2 Allow known and unknown probabilities coexist in MBB's successor list. by Cong Hou · 10 years ago
- ce8e2a0 [AArch64] Add ARMv8.2-A Statistical Profiling Extension by Oliver Stannard · 10 years ago
- 27fff2c [ARM] Add ARMv8.2-A to TargetParser by Oliver Stannard · 10 years ago
- f025ca3 [ARM] Add subtarget features for ARMv8.2-A by Oliver Stannard · 10 years ago
- 175c961 llvm/test/DebugInfo/X86/safestack-byval.ll: Give an explicit triple for now. It crashes for targeting *-win32. by NAKAMURA Takumi · 10 years ago
- eade763 Move llvm/test/DebugInfo/Generic/safestack-byval.ll to X86. It depends on x86-64. by NAKAMURA Takumi · 10 years ago
- 9421437 Introduce a range version of std::find, and use in SCEV by Sanjoy Das · 10 years ago
- b1ce35c Introduce a range version of std::any_of, and use it in SCEV by Sanjoy Das · 10 years ago
- c8fda7a [X86] Fix patterns for memory forms of FP FSUBR and FDIVR. They need to have memory on the left hand side of the fsub/fdiv operations in their patterns. by Craig Topper · 10 years ago
- b676925 [X86] Use range-based for loops. NFC by Craig Topper · 10 years ago
- 9a293e5 [X86] Use array_lengthof instead of calculating manually. Also change index types to size_t to match. by Craig Topper · 10 years ago
- b6f477d [Hexagon] Use std::begin() and std::end() instead of doing the same manually. NFC by Craig Topper · 10 years ago
- 97beedd [Hexagon] Use array_lengthof and const correct and type correct the array and array size. NFC by Craig Topper · 10 years ago
- cac7246 Use array_lengthof instead of manually calculating it. NFC by Craig Topper · 10 years ago
- 5861170 [Hexagon] Use ArrayRef to avoid needing to calculate an array size. Interestingly the original code may have had a bug because it was passing the byte size of a uint16_t array instead of the number of entries. by Craig Topper · 10 years ago
- 08bbdeb [ARM] Use range-based for loops to avoid the need for calculating an array size that I would have otherwise cconverted to array_lengthof. NFC by Craig Topper · 10 years ago
- 9654ce9 Use array_lengthof instead of manually calculating it. NFC by Craig Topper · 10 years ago
- ed8c8fa [Windows] Partially revert r254363 until I can test the right fix. by Davide Italiano · 10 years ago
- 5155021 Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces. by Cong Hou · 10 years ago
- 442a04a [Hexagon] Disabling failing safestack test by Colin LeMahieu · 10 years ago