- 6dc307b [Bugpoint] Get rid of dead code. No functional change. by Davide Italiano · 10 years ago
- 3476ff6 [X86] Fix CMP and TEST with al/ax/eax/rax to not mark EFLAGS as a use or al/ax/eax/rax as a def. Probably doesn't have a functional affect since these aren't used in isel. by Craig Topper · 10 years ago
- 66baef3 [DAGCombiner] Improved FMA combine support for vectors by Simon Pilgrim · 10 years ago
- d656aeb [X86] Completed SHL cost model tests by Simon Pilgrim · 10 years ago
- a9d6f4a [X86] Remove special validation for INT immediate operand from AsmParser. Instead mark its operand type as u8imm which will cause it to fail to match. This is more consistent with other instruction behavior. by Craig Topper · 10 years ago
- 6bb2edf [X86] Renamed SHL cost model tests by Simon Pilgrim · 10 years ago
- d9e9883 [X86] Added LSHR cost model tests by Simon Pilgrim · 10 years ago
- 7678864 [X86] Added ASHR cost model tests by Simon Pilgrim · 10 years ago
- e80e558 [TableGen] Add a space between type and '*' in front of a variable name in output file. While there replace type with 'auto' since there's a cast on the right side of the assignment. NFC by Craig Topper · 10 years ago
- efa951c [X86] Simplify immediate range checking code. by Craig Topper · 10 years ago
- e85795d [DAGCombiner] Tidyup FMINNUM/FMAXNUM constant folding by Simon Pilgrim · 10 years ago
- 3d42b25 [InstCombine][X86][XOP] Combine XOP integer vector comparisons to native IR by Simon Pilgrim · 10 years ago
- 4796857 [X86][XOP] Added support for the lowering of 128-bit vector integer comparisons to XOP PCOM/PCOMU instructions. by Simon Pilgrim · 10 years ago
- 2e8156f [ProfileData] Test commit for slingn by Nathan Slingerland · 10 years ago
- 0604e18 [X86][SSE] Vector signed/unsigned integer compare tests. by Simon Pilgrim · 10 years ago
- ded1922 Change isUIntN/isIntN calls with constant N to use the template version. NFC by Craig Topper · 10 years ago
- 41f6283 In isUIntN, make sure N is less than 64 before using in a shift to avoid undefined behavior. Also change it to use the same formula as the template version which I think results in less math in compiled code. by Craig Topper · 10 years ago
- ef4e0adf Fix PR25101 - Handle anonymous functions without VST entries by Teresa Johnson · 10 years ago
- 7e0492b [SystemZ] CodeGen/SystemZ/asm-18.ll run with -verify-machineinstrs by Jonas Paulsson · 10 years ago
- 4f255d6 [SystemZ] Fixes in the backend I/R. by Jonas Paulsson · 10 years ago
- e3284ea [IndVars] Use `auto`; NFC by Sanjoy Das · 10 years ago
- f0d29aa Use range-based for loops. NFC by Craig Topper · 10 years ago
- 8cc8b24 [RuntimeDyld] Fix performance problem in resolveRelocations with many sections by Keno Fischer · 10 years ago
- 66e7bb8 Use range-based for loops. NFC. by Craig Topper · 10 years ago
- 38eed02 Use emplace_back instead of a constructor call and push_back. NFC by Craig Topper · 10 years ago
- 31ef90a Suppress LLVM::tools/llvm-symbolizer/coff-dwarf.test for mingw, for now. by NAKAMURA Takumi · 10 years ago
- 79b5b1a [libFuzzer] document more trophies by Kostya Serebryany · 10 years ago
- ce2a091 Move llvm-objdump malformed Mach-O tests to X86 test directory. by Kevin Enderby · 10 years ago
- d3a5adc Analysis: Remove implicit ilist iterator conversions by Duncan P. N. Exon Smith · 10 years ago
- f2e1e0e [llvm-rtdyld] Use range-based loop. NFC. by Davide Italiano · 10 years ago
- 5d8fcb9 MC: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 3d5fd2a Fix a bugs in the Mach-O disassembler when disassembling from a by Kevin Enderby · 10 years ago
- a03aa8f [WinEH] Remove more dead code by David Majnemer · 10 years ago
- c839e94 [WinEH] Delete the old landingpad implementation of Windows EH by Reid Kleckner · 10 years ago
- f33149e [SEH] Update SEH codegen tests to use the new IR by Reid Kleckner · 10 years ago
- ac4d7b6 CodeGen: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 60cdaf2 [CMake] Parallel make breaks on native tablegen by Chris Bieneman · 10 years ago
- 8d335f0 [WinEH] Insert the catchpad return before CSR restoration by David Majnemer · 10 years ago
- 213ae79 Fix use of uninitialized bool, found by ubsan in portion of by Richard Smith · 10 years ago
- 84477d1 Fix assert when emitting llvm.pow.f86. by James Y Knight · 10 years ago
- cfb92b1 Remove unused function in sample profile writer API - NFC. by Diego Novillo · 10 years ago
- 59540fd [SEH] Fix _except_handler4 table base states by Reid Kleckner · 10 years ago
- fdec461 CodeGen: Avoid more ilist iterator implicit conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- ba91007 CodeGen: Use range-based for in PostRAScheduler, NFC by Duncan P. N. Exon Smith · 10 years ago
- 63ac50a [SEH] Remember to emit the last invoke range for SEH by Reid Kleckner · 10 years ago
- 4570b31 Generalize convergent check to handle invokes as well as calls. by Owen Anderson · 10 years ago
- bf3b1ac Fix assert in X86 backend. by James Y Knight · 10 years ago
- 262f354 Revert "Simplify code. NFC." by Chad Rosier · 10 years ago
- 9731c60 CodeGen: Continue removing ilist iterator implicit conversions by Duncan P. N. Exon Smith · 10 years ago
- 1b44cbf CodeGen: Remove implicit iterator conversions from MBB.cpp by Duncan P. N. Exon Smith · 10 years ago
- b1510c2 CodeGen: Avoid ilist iterator implicit conversions in a few more places, NFC by Duncan P. N. Exon Smith · 10 years ago
- 3f2c43f CodeGen: Remove more ilist iterator implicit conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- d578a48 CodeGen: Use range-based for in IntrinsicLowering::AddPrototypes, NFC by Duncan P. N. Exon Smith · 10 years ago
- 8d36360 CodeGen: Use range-based for in GlobalMerge, NFC by Duncan P. N. Exon Smith · 10 years ago
- 030cf8e CodeGen: Remove a few more ilist iterator implicit conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 2f10e78 Teach LoopUnswitch not to perform non-trivial unswitching on loops containing convergent operations. by Owen Anderson · 10 years ago
- 9f41a7c Add iterator ranges for blocks in a Loop. by Owen Anderson · 10 years ago
- 7e15cfe CodeGen: Remove implicit iterator conversions from SlotIndexes.h, NFC by Duncan P. N. Exon Smith · 10 years ago
- aa464da CodeGen: Remove implicit conversions from Analysis and BranchFolding by Duncan P. N. Exon Smith · 10 years ago
- 983d814 Refine the definition of convergent to only disallow the addition of new control dependencies. by Owen Anderson · 10 years ago
- da318f2 fix typos; NFC by Sanjay Patel · 10 years ago
- 0c1b206 [CMake] If LLVM_DYLIB_EXPORT_ALL is On don't generate an export list at all, just export the world. by Chris Bieneman · 10 years ago
- 50072bf Add inline stack streaming to binary sample profiles. by Diego Novillo · 10 years ago
- 822d42f [WebAssembly] Rename floating-point operators to match their spec names. by Dan Gohman · 10 years ago
- e5e1a3c Add verification for align, dereferenceable, dereferenceable_or_null load metadata by Artur Pilipenko · 10 years ago
- 06e88db Clear SectionSymbols in MCContext::Reset by Keno Fischer · 10 years ago
- 969c1a3 AArch64: Make getNextNode() cleanup in r249764 more clear by Duncan P. N. Exon Smith · 10 years ago
- 9cb8e12 CodeGen: Start removing implicit conversions to/from list iterators, NFC by Duncan P. N. Exon Smith · 10 years ago
- 42247d0 Revert "Support: Partially revert r249782 to unbreak clang build" by Duncan P. N. Exon Smith · 10 years ago
- 412d668 Make HeaderLineno a local variable. by Dehao Chen · 10 years ago
- 9352676 Fix pdb.test when python is not on PATH by Reid Kleckner · 10 years ago
- af90719 Fixed two bugs in llvm-objdump’s printing of Objective-C meta data by Kevin Enderby · 10 years ago
- fb36ba7 ValueTracking: use getAlignment in isAligned by Artur Pilipenko · 10 years ago
- 0dbce2b [dsymutil] Prevent warning by Frederic Riss · 10 years ago
- 6bdac54 Improve ISel across lane float min/max reduction by Jun Bum Lim · 10 years ago
- 0425965 [SystemZ] Remove unused code in SystemZElimCompare.cpp by Jonas Paulsson · 10 years ago
- b386929 Vector element extraction without stack operations on Power 8 by Nemanja Ivanovic · 10 years ago
- 12b807e [MemCpyOpt] Fix wrong merging adjacent nontemporal stores into memset calls. by Andrea Di Biagio · 10 years ago
- 4d9ce58 [EarlyCSE] Address post commit review for r249523. by Arnaud A. de Grandmaison · 10 years ago
- 80033cc [SystemZ] Remove superfluous braces in SystemZShortenInst.cpp by Jonas Paulsson · 10 years ago
- 497e4c4 [SystemZ] Minor bugfixes. by Jonas Paulsson · 10 years ago
- eaacd7b [SystemZ] Bugfix in SystemZAsmParser.cpp. by Jonas Paulsson · 10 years ago
- 002f1b0 [libFuzzer] don't print large artifacts to stderr by Kostya Serebryany · 10 years ago
- 22d6013 [libFuzzer] add -artifact_prefix flag by Kostya Serebryany · 10 years ago
- 634b8b0 ARM: tweak WoA frame lowering by Saleem Abdulrasool · 10 years ago
- 7875288 [SCEV] Call `StrengthenNoWrapFlags` after `GroupByComplexity`; NFCI by Sanjoy Das · 10 years ago
- d1e38a6 Re-enable the coff-dwarf test on Windows by Reid Kleckner · 10 years ago
- d1ac87c Revert "Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64""" by Reid Kleckner · 10 years ago
- 283573e Fix coff-dwarf test for non-Windows platforms that cannot demangle MS C++ names by Reid Kleckner · 10 years ago
- 66d0fbd Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64"" by Reid Kleckner · 10 years ago
- d0bc09c [WinEH] Fix cleanup state numbering by Joseph Tremoulet · 10 years ago
- f10802d [SEH] Fix llvm.eh.exceptioncode fast register allocation assertion by Reid Kleckner · 10 years ago
- 00fda73 Address review comments, remove error case and return 0 instead as required by tests by Reid Kleckner · 10 years ago
- 27a9e1d [llvm-symbolizer] Make --relative-address work with DWARF contexts by Reid Kleckner · 10 years ago
- 4100fc0 Support: Partially revert r249782 to unbreak clang build by Duncan P. N. Exon Smith · 10 years ago
- eac3095 IR: Remove implicit iterator conversions from lib/IR, NFC by Duncan P. N. Exon Smith · 10 years ago
- 9d523d9 [RS4GC] Refactoring to make a later change easier, NFCI by Sanjoy Das · 10 years ago
- 6756703 [IRBuilder] Change the `gc.statepoint` creation interface by Sanjoy Das · 10 years ago
- b18f03a [PlaceSafeopints] Extract out `callsGCLeafFunction`, NFC by Sanjoy Das · 10 years ago
- 33e2662 [RS4GC] Don't copy ADT's unneccessarily, NFCI by Sanjoy Das · 10 years ago