- 5400980 [Object, MachO] Don't crash on invalid MachO segment load commands. by Alexey Samsonov · 10 years ago
- 7e699dc [Object, MachO] Don't crash on invalid MachO load commands. by Alexey Samsonov · 10 years ago
- 08a3825 [MC] Allowing operands to be erased from MCInst. by Colin LeMahieu · 10 years ago
- 1d4ec71 [Object, MachO] Don't crash on parsing invalid MachO header. by Alexey Samsonov · 10 years ago
- 00faba7 [Object, MachO] Remove some code duplication. NFC. by Alexey Samsonov · 10 years ago
- fbfbe05 [CMake] Fixing the check for Ninja by Chris Bieneman · 10 years ago
- d7eb7d7 [Object, MachO] Cache parsed MachO header in MachOObjectFile. NFC. by Alexey Samsonov · 10 years ago
- 23fd513 Fix buildbot failure on Windows by relaxing test expectations. by Alexey Samsonov · 10 years ago
- ac73683 [bpf] add big- and host- endian support by Alexei Starovoitov · 10 years ago
- c07ee0c [DAGCombiner] Fix wrong folding of a build_vector into a blend with zero. by Andrea Di Biagio · 10 years ago
- 65cae0d Fix the check for Ninja in the CMake build. by Evgeniy Stepanov · 10 years ago
- 3391374 Make test case more readable: move CHECK-lines next to corresponding RUN-lines. by Alexey Samsonov · 10 years ago
- 1b77d22 llvm-objdump: return non-zero exit code for certain cases of invalid input by Alexey Samsonov · 10 years ago
- 15df8be [APInt] Remove special case for i1. by Benjamin Kramer · 10 years ago
- 3e2318f Test commit access. by Gabor Ballabas · 10 years ago
- b0ed8b7 [SDag switch lowering] Simplify code a bit. No functional change intended. by Benjamin Kramer · 10 years ago
- 35cc03a R600/SI: Reimplement isLegalAddressingMode by Matt Arsenault · 10 years ago
- 013ef59 CodeGenPrepare: Provide address space to isLegalAddressingMode by Matt Arsenault · 10 years ago
- a1f2f38 Pass address space to isLegalAddressingMode in DAGCombiner by Matt Arsenault · 10 years ago
- e0d4034 R600/SI: Fix some cases for load / store of half by Matt Arsenault · 10 years ago
- bebb0b5 Switch lowering: fix assert in buildBitTests (PR23738) by Hans Wennborg · 10 years ago
- 9f299ab Omit unused section symbols from the symbol table. by Rafael Espindola · 10 years ago
- 800411d [CMake] Add warning for using compile and link pools on unsupported versions of CMake or non-ninja generators. by Chris Bieneman · 10 years ago
- c71a379 Move test that depends on x86 to the x86 directory. by Rafael Espindola · 10 years ago
- 0f898d5 No need to check the raw relocation bytes if checking the parsed dump. by Rafael Espindola · 10 years ago
- 523b2cd llvm-readobj can parse relocations, no need to check the raw bytes.x by Rafael Espindola · 10 years ago
- 7ec7c7d Replace custom fixed endian to raw_ostream emission with EndianStream. by Benjamin Kramer · 10 years ago
- 45edf27 Disassemble the start of sections even if there is no symbol there. by Rafael Espindola · 10 years ago
- cd2647f Don't create a MIN/MAX node if the underlying compare has more than one use. by James Molloy · 10 years ago
- 6ff6fc6 Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and create*AsmInfo(). NFC. by Daniel Sanders · 10 years ago
- 545c30e Include BPF target in CMake builds. by Daniel Sanders · 10 years ago
- 85e64ec Tidy code in InstrProfiling.cpp. NFC. by Diego Novillo · 10 years ago
- d34142e [C API] Add LLVMStructGetTypeAtIndex. by Peter Zotov · 10 years ago
- 0880fe5 AVX-512: I brought back vector-shuffle-512-v8.ll test. by Elena Demikhovsky · 10 years ago
- 71bb0e1 [TableGen] Replace a couple if/else chains with a switch. NFC by Craig Topper · 10 years ago
- 44bc715 [TableGen] Use range-based for loops. NFC by Craig Topper · 10 years ago
- 40c791e [TableGen] Merge single prefix bit in RecordVal into PointerIntPair with Name to reduce memory usage. by Craig Topper · 10 years ago
- 7c290ad Test commit by Igor Breger · 10 years ago
- 7464cac Make the test introduced in r239015 more targeted. by David Majnemer · 10 years ago
- 1bbb64b AVX-512: added all SKX forms of VPERMW/D/Q instructions. by Elena Demikhovsky · 10 years ago
- bcca616 [ConstantFold] Don't skip the first gep index when folding geps by David Majnemer · 10 years ago
- 693d40e Removed {}, NFC. by Elena Demikhovsky · 10 years ago
- cddcaba Bring back r239006 with a fix. by Rafael Espindola · 10 years ago
- 79fa3fc Add testcase that would crash before the previous revert. by Rafael Espindola · 10 years ago
- 64a82a3 Revert "Pack the MCSymbolELF bit fields into MCSymbol's Flags." by Rafael Espindola · 10 years ago
- d90fd08 Pack the MCSymbolELF bit fields into MCSymbol's Flags. by Rafael Espindola · 10 years ago
- dc967a9 [PM/AA] Start refactoring AliasAnalysis to remove the analysis group and by Chandler Carruth · 10 years ago
- e4e5cf5 make reciprocal estimate code generation more flexible by adding command-line options (3rd try) by Sanjay Patel · 10 years ago
- 8c009e3 R600: Re-enable sub-reg liveness by Tom Stellard · 10 years ago
- c212856 Remove MCELFSymbolFlags.h. It is now internal to MCSymbolELF. by Rafael Espindola · 10 years ago
- 4c7b7b2 Improve test added in r238481. by Alexey Samsonov · 10 years ago
- 40ec40a [Object, MachO] Introduce MachOObjectFile::load_commands() range iterator. by Alexey Samsonov · 10 years ago
- 5eb7481 Remember if a weakref of a symbol has been used. by Rafael Espindola · 10 years ago
- f3857c3 Store whether a symbol is a comdat signature in MCSymbolELF. by Rafael Espindola · 10 years ago
- 2b9f4dc Record in a MCSymbolELF if it has been used in a relocation. by Rafael Espindola · 10 years ago
- a41438c Simplify the logic in ELFObjectWriter::isInSymtab. NFC. by Rafael Espindola · 10 years ago
- 96fdaa4 Convert BindingExplicitlySet into a MCSymbolELF field. by Rafael Espindola · 10 years ago
- 696c93c Reapply r238941 - [dsymutil] Accept a YAML debug map as input instead of a binary. by Frederic Riss · 10 years ago
- b743320 R600/SI: Fix tests with triples in them by Matt Arsenault · 10 years ago
- 5d42ddc add missing dependency on Target lib for tools by Sanjay Patel · 10 years ago
- 4ce10b5 Remove getOrCreateSymbolData. There is no MCSymbolData anymore. by Rafael Espindola · 10 years ago
- 6da0e02 RuntimeDyld: override EH frame registration with trivial version. by Tim Northover · 10 years ago
- 0a999e4 [Hexagon] Test doesn't work on all platforms. At any rate the uninitialized variable issue was fixed. Removing re-registering ASM backend. by Colin LeMahieu · 10 years ago
- 4009e89 [Hexagon] Reapply 238772 OSABI was not correctly set, added empty_elf test to make sure it is. by Colin LeMahieu · 10 years ago
- 57c68ee Revert "[dsymutil] Accept a YAML debug map as input instead of a binary." by Frederic Riss · 10 years ago
- 001b032 [dsymutil] Accept a YAML debug map as input instead of a binary. by Frederic Riss · 10 years ago
- 7745dac [dsymutil] Replace -parse-only option with -dump-debug-map by Frederic Riss · 10 years ago
- 7953382 [dsymutil] Reflow option declarations to be more readable. by Frederic Riss · 10 years ago
- e942914 ARM: Thumb2 LDRD/STRD supports independent input/output regs by Matthias Braun · 10 years ago
- e017a69 Fix typo in comment. NFC. by Diego Novillo · 10 years ago
- 9bc6d84 [Statepoints] Mark statepoint intrinsic with Throws attribute by Igor Laevsky · 10 years ago
- a57c862 [arm] Fix r238921. We must handle Constraint_i too. by Daniel Sanders · 10 years ago
- ce375dc re-apply 238809 by Asaf Badouh · 10 years ago
- b0e7aeb [arm] Distinguish the /U[qytnms]/, 'Uv', 'Q', and 'm' inline assembly memory constraints. by Daniel Sanders · 10 years ago
- fc28da7 AVX-512: More code improvements in shuffles, NFC by Elena Demikhovsky · 10 years ago
- 10eb2dd AVX-512: VSHUFPD instruction selection - code improvements by Elena Demikhovsky · 10 years ago
- 23dc4bb AVX-512: Implemented SHUFF32x4/SHUFF64x2/SHUFI32x4/SHUFI64x2 instructions for SKX and KNL. by Elena Demikhovsky · 10 years ago
- 49659f6 X86: Added MPX feature and bound registers. by Elena Demikhovsky · 10 years ago
- 682b194 Re-commit r238838, r238844 with fix for host/target endian mismatch and windows buildbot. by Daniel Sanders · 10 years ago
- aa17b5d Remove stray semicolon. NFC. by Vasileios Kalintiris · 10 years ago
- dd5cde6 [X86] Removed (unused) FSRL x86 operation by Simon Pilgrim · 10 years ago
- 60e0898 This reverts commit r238838, r238844 and r238888. by Rafael Espindola · 10 years ago
- a0bcb41 Revert "make reciprocal estimate code generation more flexible by adding command-line options (2nd try)" by Rafael Espindola · 10 years ago
- 201a551 Fix the interpretation of a 0 st_name. by Rafael Espindola · 10 years ago
- 8c7a0fd Move to llvm-objdump a large amount of code to that is only used there. by Rafael Espindola · 10 years ago
- cbf5311 llvm-cov: Make llvm-cov --version DTRT by Justin Bogner · 10 years ago
- a3a2cab [BitcodeReader] Diagnose type mismatches with aliases by Filipe Cabecinhas · 10 years ago
- 1a2a0ee [Bitcode] Minimize the test to not conflict with others by Filipe Cabecinhas · 10 years ago
- 287f68d [BitcodeReader] Check vector size before trying to create a VectorType by Filipe Cabecinhas · 10 years ago
- 2bff0d3 Avoid a call to getOrCreateSymbol when we already have the symbol. by Rafael Espindola · 10 years ago
- 9c8ebbf Int128 is also a built-in preconstructed type. by Nick Lewycky · 10 years ago
- 4e94cb7 [mips] XFAIL ELF_O32_PIC_relocations.s for big-endian mips by Daniel Sanders · 10 years ago
- 0ba7ba4 Clarify when we can avoid creating names for temp symbols. by Rafael Espindola · 10 years ago
- 531270e [NFC] Fix spelling in comment. by Sanjoy Das · 10 years ago
- f73780e [RewriteStatepointsForGC] Strip deref info after rewriting. by Sanjoy Das · 10 years ago
- e960987 [NFCI] Change RewriteStatepointsForGC to a ModulePass. by Sanjoy Das · 10 years ago
- 8fadf8f [SelectionDAG] Fix PR23603. by Sanjoy Das · 10 years ago
- 4cc59a1 Pass a MCSymbolELF to a few ELF only functions. NFC. by Rafael Espindola · 10 years ago
- 6af0f89 [IR/AsmWriter] Output escape sequences if the first character isdigit() by Filipe Cabecinhas · 10 years ago
- 66774f6 CHECK-LABEL-ize test. NFC by Filipe Cabecinhas · 10 years ago