- 00ea544 [llvm-pdbdump] Add support for dumping symbols from Yaml -> PDB. by Zachary Turner · 9 years ago
- b8ff3dc Fix crash when multiple raw_fd_ostreams to stdout are created. by Rafael Espindola · 9 years ago
- 9ce81e1 [ARM] GlobalISel: Support SP in regbankselect by Diana Picus · 9 years ago
- 61d9d49 Reverting r297617 because it broke some bots: by Aaron Ballman · 9 years ago
- 565edc0 Add support for getting file system permissions and implement sys::fs::permissions to set them. by Aaron Ballman · 9 years ago
- 61b9140 [AArch64] Map Sched Read/Write resources for Falkor. by Balaram Makam · 9 years ago
- 710c3a2 [LV] Set memcheck metadata also for VF==1 by Gil Rapaport · 9 years ago
- f106d17 ARMDisassembler: loop over ARM decode tables by Sjoerd Meijer · 9 years ago
- cc6885f AMDGPU/RelocVisitor: Handle R_AMDGPU_ABS64 by Konstantin Zhuravlyov · 9 years ago
- 04b36a7 [AVX-512] Add EVEX2VEX test cases for the cvt instructions fixed in r297599 and r297600. by Craig Topper · 9 years ago
- 760a318 Revert "[AVX-512] EVEX2VEX, don't reject intrinsic instructions when both have a memory operand. We should just continue to check other operands instead." by Craig Topper · 9 years ago
- 4d3597d [AVX-512] Add VEX_WIG to VEX vcvtsd2ss/vcvtss2sd intrinsic instructions so they can be correctly matched by EVEX2VEX table generation. by Craig Topper · 9 years ago
- 3fd02da [AVX-512] Use sse_loadf32/f64 for vcvtss2sd and vcvtsd2ss intrinsic patterns. by Craig Topper · 9 years ago
- 8f5c391 [AVX-512] Use sse_load_f64/f32 in VCVTSS2SI/VCVTSD2SI patterns. by Craig Topper · 9 years ago
- c68171a [AVX-512] EVEX2VEX, don't reject intrinsic instructions when both have a memory operand. We should just continue to check other operands instead. by Craig Topper · 9 years ago
- 026472f [X86] Minor formatting tweaks in EVEX to VEX tables. NFC by Craig Topper · 9 years ago
- 0b63a31 [X86] Remove unused SDTypeProfile. NFC by Craig Topper · 9 years ago
- b853c36 [X86] Lower SSE/AVX cmpps/pd intrinsics directly to X86ISD::CMPP SDNodes. by Craig Topper · 9 years ago
- acde888 [AVX-512] Fix the valid immediates for the scatter/gather prefetch intrinsics. by Craig Topper · 9 years ago
- cc9614d [x86] don't blindly transform SETB into SBB by Sanjay Patel · 9 years ago
- 5596b41 [LVI] Add Datalayout to the class LazyValueInfo since all its Impls require it. NFC by Anna Thomas · 9 years ago
- beaedd7 Remove CRC32 instructions from AArch64InstrInfo::hasShiftedReg by Azharuddin Mohammed · 9 years ago
- fbb692e [X86] Add vector zext tests. by Igor Breger · 9 years ago
- dd86c5c [LV] A unified scalarizeInstruction() for Vectorizer and Unroller; NFC by Gil Rapaport · 9 years ago
- 33175e7 Test commit. by Ayal Zaks · 9 years ago
- 6b54401 Split NewGVN class into a legacy pass and an impl, instead of a merged class. by Daniel Berlin · 9 years ago
- b9513ea Add documentation on debug counters to Programmers Manual. by Daniel Berlin · 9 years ago
- 2e124a6 [AVX-512] Fix a bad use of a high GR8 register after copying from a mask register during fast isel. This ends up extracting from bits 15:8 instead of the lower bits of the mask. by Craig Topper · 9 years ago
- a168e94 [AVX-512] Add test case for PR32241. Fix coming in another commit. by Craig Topper · 9 years ago
- dc5289b [AVX-512] Remove unused field in X86VectorVTInfo tablegen class. by Craig Topper · 9 years ago
- c856889 [X86][SSE] Improve extraction of elements from v16i8 (pre-SSE41) by Simon Pilgrim · 9 years ago
- b19519e Remove unnecessary whitespace. by Simon Pilgrim · 9 years ago
- 892d11d Fix signed/unsigned comparison warning by Simon Pilgrim · 9 years ago
- 39936dc [X86] Add avx2 gather tests cases that show a failure to remove zeroing of the source when the mask is all ones. by Craig Topper · 9 years ago
- 912d6f2 [X86] Remove unnecessary commented out code. NFC by Craig Topper · 9 years ago
- 6665df9 Fix signed/unsigned comparison warnings by Simon Pilgrim · 9 years ago
- 391cb79 Fix -Wsentinel warning by Simon Pilgrim · 9 years ago
- ff2afbf Use setBits in SelectionDAG by Amaury Sechet · 9 years ago
- a8ffe4b AMDGPU: Remove packf16 intrinsic by Matt Arsenault · 9 years ago
- dbe625a AMDGPU: Keep track of modifiers when converting v_mac to v_mad by Matt Arsenault · 9 years ago
- cef7245 [libFuzzer] add more iterations to LLVMFuzzer-Memcmp64BytesTest by Kostya Serebryany · 9 years ago
- 0c00564 [ADT] Add a DenseMapInfo<T> for shorts. by Zachary Turner · 9 years ago
- fbfddad [libFuzzer] reduce the number of vector resizes during merge (https://github.com/google/oss-fuzz/issues/445) by Kostya Serebryany · 9 years ago
- 3789291 Fix line endings of DenseMapInfo.h by Zachary Turner · 9 years ago
- cd7ec33 Remove eol-style:native from DenseMapInfo.h by Zachary Turner · 9 years ago
- 9c4a13d [Support] Add a formatv provider for Twine. by Zachary Turner · 9 years ago
- 3bc8c19 [libFuzzer] print how much memory is consumed by the outer merge process (https://github.com/google/oss-fuzz/issues/445) by Kostya Serebryany · 9 years ago
- 7002314 Revert r297516 - Respect CMAKE_INSTALL_MANDIR for sphinx generated manpages by Eric Fiselier · 9 years ago
- 47ec338 [libFuzzer] add test/LargeTest.cpp, mostly for manual experiments with large number of edges, not yet suitable for unit testing by Kostya Serebryany · 9 years ago
- f0f231a [libFuzzer] remove fuzzer-jobs.test which is flaky and not very useful by Kostya Serebryany · 9 years ago
- 57bd1ea Remove opt-bisect support for "cases" in favor of debug counters by Daniel Berlin · 9 years ago
- 621f2c2 [unittest] Explicitly specify alignment when using BumpPtrAllocator. by Jordan Rose · 9 years ago
- c32a573 Use a WeakVH for UnknownInstructions in AliasSetTracker by Sanjoy Das · 9 years ago
- 5b9a142 VNCoercion: Make the function signatures all consistent by Daniel Berlin · 9 years ago
- 3081264 [AMDGPU] Remove getBidirectionalReasonRank by Stanislav Mekhanoshin · 9 years ago
- b893e79 [IRTranslator] Simplify error handling for translating constants. NFC. by Quentin Colombet · 9 years ago
- f99709a Fix subreg value numbers in handleMoveUp by Stanislav Mekhanoshin · 9 years ago
- 09b6785 Strip trailing whitespace. by Simon Pilgrim · 9 years ago
- 6cbddef Fix redundant condition (PR32138) by Simon Pilgrim · 9 years ago
- 2f2421b [RDF] Remove the map of reaching defs from copy propagation by Krzysztof Parzyszek · 9 years ago
- 590c4dd [RDF] Implement Liveness::getNearestAliasedRef(Reg, Inst) by Krzysztof Parzyszek · 9 years ago
- 5b42c82 [X86][SSE] Fix load folding for (V)CVTDQ2PD by Simon Pilgrim · 9 years ago
- 653e251 [X86] Fix Wunused-lambda-capture warning by Simon Pilgrim · 9 years ago
- be5b44e [X86][RTM] Regenerate RTM intrinsic tests for 32/64-bit targets. by Simon Pilgrim · 9 years ago
- 1b61f52 Respect CMAKE_INSTALL_MANDIR for sphinx generated manpages by Jonathan Roelofs · 9 years ago
- a58d2a9 LTO: Hash type identifier resolutions for WholeProgramDevirt. by Peter Collingbourne · 9 years ago
- a354228 LTO: Hash type identifier resolutions for LowerTypeTests. by Peter Collingbourne · 9 years ago
- 9669819 [GlobalISel] LegalizerHelper: Lower (G_FSUB X, Y) to (G_FADD X, (G_FNEG Y)) by Volkan Keles · 9 years ago
- 87ea3c7 GlobalISel: Translate ConstantAggregateZero vectors by Volkan Keles · 9 years ago
- 5712c39 Sink accessing TII to fix release Werror builds. by Eric Christopher · 9 years ago
- 9763d85 [ProfileSummaryInfo] Remove unneeded braces. NFCI. by Davide Italiano · 9 years ago
- c1d3c66 Fix all these headers to properly mark the doxygen comments. by Daniel Berlin · 9 years ago
- d055c25 [AArch64, X86] Additional debug information for MacroFusion by Evandro Menezes · 9 years ago
- bfecb46 WholeProgramDevirt: Implement export/import support for VCP. by Peter Collingbourne · 9 years ago
- eb3c703 WholeProgramDevirt: Implement export/import support for unique ret val opt. by Peter Collingbourne · 9 years ago
- a328a46 Refactor the PSI to extract getCallSiteCount and remove checks for profile type. by Dehao Chen · 9 years ago
- 38890eb [AMDGPU] Split R600/SI getFrameIndexReference and emit stack object offsets for SI by Konstantin Zhuravlyov · 9 years ago
- ab0e0e2 Rename PT_NOTE namespace name used in AMDGPUPTNote.h by Yaxun Liu · 9 years ago
- 27b5bfd [GlobalISel] Translate insertelement and extractelement by Volkan Keles · 9 years ago
- e879f96 NewGVN: Rename InitialClass to TOP, which is what most people would expect it to be called by Daniel Berlin · 9 years ago
- 70d8785 [SLP] Revert everything that has to do with memory access sorting. by Michael Kuperstein · 9 years ago
- 49e0bf2 [SelectionDAG] Add support for BUILD_VECTOR to ComputeNumSignBits by Simon Pilgrim · 9 years ago
- 56bf757 [GlobalISel] Make LegalizerInfo accessible in LegalizerHelper by Volkan Keles · 9 years ago
- b30be73 CODE_OWNERS: Take code ownership of instruction scheduling. by Matthias Braun · 9 years ago
- 05da18f CODE_OWNERS: Sort names by Matthias Braun · 9 years ago
- e953f86 [Support] Don't return an error if realPath fails. by Zachary Turner · 9 years ago
- b101e28 [X86][SSE] Added tests showing missed truncations for sitofp conversion by Simon Pilgrim · 9 years ago
- 9ae6227 Fix test failure when Home directory cannot be found. by Zachary Turner · 9 years ago
- ad31712 Add llvm::sys::fs::real_path. by Zachary Turner · 9 years ago
- 5436744 [SelectionDAG] Make SelectionDAG aware of the known bits in USUBO and SSUBO and SUBC. by Amaury Sechet · 9 years ago
- f4e8e99 [X86][MMX] Add tests showing missed opportunities to use MMX sitofp conversions by Simon Pilgrim · 9 years ago
- a29d680 [SelectionDAG] Make SelectionDAG aware of the known bits in UADDO and SADDO. by Amaury Sechet · 9 years ago
- 6d0254e [X86][MMX] Add tests showing missed opportunities to use MMX fptosi conversions by Simon Pilgrim · 9 years ago
- 5f07c22 [X86][MMX] Updated bad stack spill shift value test to actually show the problem by Simon Pilgrim · 9 years ago
- 585605a [X86][MMX] Regenerate mmx bitcast tests by Simon Pilgrim · 9 years ago
- 68540a2 [X86][MMX] Add test showing bad stack spill of shift value by Simon Pilgrim · 9 years ago
- 9e4921a [X86][MMX] Regenerate mmx load folding tests by Simon Pilgrim · 9 years ago
- 3d72087 Fix signed/unsigned comparison warnings by Simon Pilgrim · 9 years ago
- 64eec62 Fix Wdocumentation warning by Simon Pilgrim · 9 years ago
- 943d3e0 [APInt] Add APInt::insertBits() method to insert an APInt into a larger APInt by Simon Pilgrim · 9 years ago