- c5a9d9b [SystemZ] Comment fix in SystemZElimCompare.cpp by Jonas Paulsson · 8 years ago
- a646970 [ARM] Fix PR35481 by Momchil Velikov · 8 years ago
- 05828fa [X86] Renamed CodeGen test by Sam Parker · 8 years ago
- d8b1487 [X86] Remove side-effects from determineCalleeSaves by Francis Visoiu Mistrih · 8 years ago
- 10c0bf7 [X86] Replace CVT2MASK ISD opcode with PCMPGTM compared to zero. by Craig Topper · 8 years ago
- f3b2c06 [X86] Add patterns to allow 512-bit BWI compare instructions to be used for 128/256-bit compares when VLX is not available. by Craig Topper · 8 years ago
- b10b158 Don't try to run MCJIT/OrcJIT EH tests when C++ library is statically linked by Petr Hosek · 8 years ago
- fbe3e1c [llvm-readobj] Support -needed-libs option for Mach-O files by Petr Hosek · 8 years ago
- e4f4b77 [X86] Simplify some code in lower1BitVectorShuffle by relying on getNode's ability to constant fold vector SIGN_EXTEND. by Craig Topper · 8 years ago
- a4bb192 [X86] Add VSHUFF32X4 and similar instructions to load folding tables. by Craig Topper · 8 years ago
- 1a43ebc Revert "[SCCP] Manually fold branches on undef." by Davide Italiano · 8 years ago
- 16819e6 [SLPVectorizer] Reintroduce std::stable_sort(properlyDominates()). by Davide Italiano · 8 years ago
- 846e3ca [X86] Revert accidental change to CMakeLists.txt in r321952 by Craig Topper · 8 years ago
- c0e1332 X86 Tests: Add Tests for PMADDWD selection. NFC. by Zvi Rackover · 8 years ago
- dfa1e7c [DAG] Fix for Bug PR34620 - Allow SimplifyDemandedBits to look through bitcasts by Simon Pilgrim · 8 years ago
- edb2283 [X86] Remove unneeded code from combineGatherScatter that used to delte SIGN_EXTEND_INREG nodes created during legalization of v2i1/v4i1 masks on KNL. by Craig Topper · 8 years ago
- 1184a94 [X86] Make v2i1 and v4i1 legal types without VLX by Craig Topper · 8 years ago
- f0c5b1c [LV][VPlan] NFC patch to move LoopVectorizationPlanner class out of LoopVectorize.cpp by Hal Finkel · 8 years ago
- 8eaf38e [CodeExtractor] Use subset of function attributes for extracted function. by Florian Hahn · 8 years ago
- 3f6f6c2 [PowerPC] Add an ISD::TRUNCATE to the legalization for ppc_is_decremented_ctr_nonzero by Craig Topper · 8 years ago
- f8f7710 [X86] Add the 16 and 8-bit CRC32 instructions to the load folding tables. by Craig Topper · 8 years ago
- de01919 [X86] Correct the load folding flags for xmm fp->mmx conversion instructions. by Craig Topper · 8 years ago
- 5faf7a6 [X86] Add TB_NO_REVERSE to some scalar intrinsic instructions in the load folding table. by Craig Topper · 8 years ago
- a325c91 [X86] Don't put any EVEX_B instructions in the tablegen generated load folding tables. by Craig Topper · 8 years ago
- 82ce446 [X86] Add 128 and 256-bit VPOPCNTD/Q instructions to load folding tables. by Craig Topper · 8 years ago
- f43fba2 [X86] Add some 8 and 16-bit instructions to the load folding tables. by Craig Topper · 8 years ago
- c303d20 [X86] Add EVEX vcvtph2ps to the load folding tables. by Craig Topper · 8 years ago
- 1d84174 [X86] Remove cvtps2ph xmm->xmm from store folding tables. Add the evex versions of cvtps2ph to the store folding tables. by Craig Topper · 8 years ago
- 72bb1a1 [X86] Add CMP8ri8 to load folding tables. by Craig Topper · 8 years ago
- 586db08 [X86] Remove assembler predicates from all AVX512 related feature flags. by Craig Topper · 8 years ago
- d71f891 [X86] Remove memory forms of EVEX encoded vcvttss2si/vcvttsd2si from asm matcher table. by Craig Topper · 8 years ago
- fb75f48 [X86] Add load folding pattern to EVEX vcvttss2si/vcvtsd2si. by Craig Topper · 8 years ago
- b2ac80f [X86] Remove an unnecessary VCVTTSD2SIrrb/VCVTSS2SIrrb instruction with no isel pattern that only existed for the assembler. Use VCVTTSD2SIrrb_Int instead. by Craig Topper · 8 years ago
- bb854af [InlineFunction] Preserve calling convention when forwarding VarArgs. by Florian Hahn · 8 years ago
- d9fc780 [InlineFunction] Preserve attributes when forwarding VarArgs. by Florian Hahn · 8 years ago
- f8f6c8d [ORC] Remove AsynchronousSymbolQuery while I debug an issue on one of the by Lang Hames · 8 years ago
- 7b0cf79 [InlineFunction] Inline vararg functions that do not access varargs. by Florian Hahn · 8 years ago
- d9c9e98 [X86] Remove memory forms of EVEX encoded vcvtsd2si/vcvtss2si from the assembler matcher table by Craig Topper · 8 years ago
- baa93cd [TableGen] Make the ambiguous match debug messages from the AsmMatcherEmitter slightly more useful. by Craig Topper · 8 years ago
- 536ffae [InstCombine] relax use constraint for min/max (~a, ~b) --> ~min/max(a, b) by Sanjay Patel · 8 years ago
- 82c67ea [InstCombine] add more tests for max(~a, ~b) and PR35834; NFC by Sanjay Patel · 8 years ago
- df87029 [x86, MemCmpExpansion] allow 2 pairs of loads per block (PR33325) by Sanjay Patel · 8 years ago
- 0179ddc [X86] Rename the EVEX encoded GFNI instructions to start with a 'V'. NFC by Craig Topper · 8 years ago
- c161097 [X86] When parsing rounding mode operands, provide a proper end location so we don't crash when trying to print an error message using it. by Craig Topper · 8 years ago
- 5013a6d [X86] Call lowerShuffleAsRepeatedMaskAndLanePermute from lowerV4I64VectorShuffle. by Craig Topper · 8 years ago
- ee66309 [X86] Run dos2unix on a test file. NFC by Craig Topper · 8 years ago
- 173be72 [ORC] Yet more debugging output to diagnose test failures. by Lang Hames · 8 years ago
- be7a10d [ORC] Fix the counter type on SymbolStringPool entries. by Lang Hames · 8 years ago
- 05ff361 [ORC] More debugging output to track down tester failures. by Lang Hames · 8 years ago
- 972c957 [ORC] Temporarily adding some redundant asserts / debug output to aid in by Lang Hames · 8 years ago
- adae88f [ORC] Fix a think-o in the current AsynchronousSymbolQuery test. by Lang Hames · 8 years ago
- 0434c3b [Debugify] Handled unsized types by Vedant Kumar · 8 years ago
- a9f4d0d [Utils] Simplify salvageDebugInfo, NFCI by Vedant Kumar · 8 years ago
- cd24477 [X86] Add vcvtsd2sil/vcvtsd2siq etc. InstAliases to the EVEX-encoded instructions. by Craig Topper · 8 years ago
- ced21a6 Re-land "Fix faulty assertion in debug info" by Adrian McCarthy · 8 years ago
- cac7dd4 [ORC] Re-apply just the AsynchronousSymbolLookup class from r321838 while I by Lang Hames · 8 years ago
- ac780ae [Hexagon] Even simpler patterns for sign- and zero-extending HVX vectors by Krzysztof Parzyszek · 8 years ago
- 39ebb68 [DebugInfo] Align comments in debug_loc section by Bjorn Pettersson · 8 years ago
- 135e942 Fix some opt-viewer test issues and disable on Windows. by Zachary Turner · 8 years ago
- 2dd4edf Revert r321894: it requires a part of another commit that is not ready yet by Krzysztof Parzyszek · 8 years ago
- 510c340 [X86] Add InstAliases for 'vmovd' with GR64 registers to select EVEX encoded instructions as well. by Craig Topper · 8 years ago
- 96332f0 Revert r321897: affected testcases were not updated by Krzysztof Parzyszek · 8 years ago
- 10a0a67 dwarfdump: Match the --uuid output with that of Darwin dwarfdump. by Adrian Prantl · 8 years ago
- c85dd32 [X86] Stop printing moves between VR64 and GR64 with 'movd' mnemonic. Use 'movq' instead. by Craig Topper · 8 years ago
- 5def6c0 [Hexagon] Even simpler patterns for sign- and zero-extending HVX vectors by Krzysztof Parzyszek · 8 years ago
- dcbe415 [Hexagon] Add patterns for truncating HVX vector types by Krzysztof Parzyszek · 8 years ago
- 3509d6c [Hexagon] Add patterns for sext_inreg of HVX vector types by Krzysztof Parzyszek · 8 years ago
- d32592f [Hexagon] Add a bitcast to required type in LowerHvxMul by Krzysztof Parzyszek · 8 years ago
- 47b4145 [Hexagon] Add pattern for vsplat to v8i8 by Krzysztof Parzyszek · 8 years ago
- a2e08b3 [Hexagon] Set boolean contents in HexagonISelLowering by Krzysztof Parzyszek · 8 years ago
- 524c679 [llvm-cov] Change test to use FileCheck instead of grep. by Douglas Yung · 8 years ago
- e8b13a5 Fix -Wsign-compare warnings on Windows by Reid Kleckner · 8 years ago
- 4c23def Limit size of non-GlobalValue name by Serge Guelton · 8 years ago
- 2107a83 [llvm-objcopy] Add --localize-hidden option by Jake Ehrlich · 8 years ago
- d9e5a1f [PDB] Correctly link S_FILESTATIC records. by Zachary Turner · 8 years ago
- d4ca29b [InstCombine] add folds for min(~a, b) --> ~max(a, b) by Sanjay Patel · 8 years ago
- f34765b [llvm-mt] Remove platform-specific path in test by Brian Gesiak · 8 years ago
- 4bd6426 [MSF] Fix FPM interval calcluation by Zachary Turner · 8 years ago
- 7da9e59 RegionInfo: Use report_fatal_error instead of llvm_unreachable by Matt Arsenault · 8 years ago
- 1fed623 [Option] Add 'findNearest' method to catch typos by Brian Gesiak · 8 years ago
- 60fcc56 [llvm-cov] Temporarily disable multithreaded-report.test on Windows. by Max Moroz · 8 years ago
- 6e6b8a2 add 'REQUIRES: object-emission' to test by Adrian Prantl · 8 years ago
- e68ada0 remove unnecessary target triple from generic test by Adrian Prantl · 8 years ago
- 4b913c2 [BasicAA] Fix linearization of shifts beyond the bitwidth. by Davide Italiano · 8 years ago
- 3b86f03 [SLP] Update more test checks, NFC. by Alexey Bataev · 8 years ago
- d6352ca [llvm-cov] Multi-threaded implementation of prepareFileReports method. by Max Moroz · 8 years ago
- 1c740fb [SLP] Update test checks, NFC. by Alexey Bataev · 8 years ago
- 2021bac [SLP] Update tests checks, NFC. by Alexey Bataev · 8 years ago
- a3a875b [X86] Regenerate illegal move test by Simon Pilgrim · 8 years ago
- 2e4bd2a [ARM] Issue an erorr when non-general-purpose registers are used in address operands by Momchil Velikov · 8 years ago
- 545ec94 [AArch64] Fix -mcpu option in aarch64-combine-fmul-fsub.mir (NFC) by Florian Hahn · 8 years ago
- 81a623d [DebugInfo] Don't crash when given invalid DWARFv5 line table prologue. by Jonas Devlieghere · 8 years ago
- 8681051 [DAGCombine] Fix for PR37563 by Sam Parker · 8 years ago
- d84b15b [ORC] Re-revert r321838: Tests are still failing. by Lang Hames · 8 years ago
- 09d2d44 [GISel]: Don't create G_MUL with 1 during translation of GEP by Aditya Nandakumar · 8 years ago
- 9b3761c [ORC] Re-apply r321838 - Addition of new ORC core APIs. by Lang Hames · 8 years ago
- bfdde98 Debug Info: Support DW_AT_calling_convention on composite types. by Adrian Prantl · 8 years ago
- 60d5d5c Revert r321838 -- It broke some of the builders. by Lang Hames · 8 years ago
- 0573715 WholeProgramDevirt: Simplify ORE getter mechanism for old PM. NFCI. by Peter Collingbourne · 8 years ago
- 4cbfbad remove unreferenced footnotes by Tim Hammerquist · 8 years ago