- a42da31 Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private-headers. by Kevin Enderby · 11 years ago
- 1fe03a4 Add missing implementation of 'sys::path::is_other' to the support library. by Juergen Ributzka · 11 years ago
- c9ae6ee [mips][microMIPS] Fix bugs related to atomic SC/LL instructions by Jozef Kolek · 11 years ago
- 3299448 ARM: fix an off-by-one in the register list access by Saleem Abdulrasool · 11 years ago
- c82c8a8 [mips] Clean up the CodeGen/Mips/inlineasmmemop.ll test. NFC. by Toma Tabacu · 11 years ago
- d25d7bb [AVX512] Enable FP arithmetic lowering for AVX512VL subsets. by Robert Khasanov · 11 years ago
- e22e2b8 [Msan] Generalize instrumentation code to support FreeBSD mapping by Viktor Kutuzov · 11 years ago
- 80237c1 Fix Visual C++ error "'llvm::make_unique' : ambiguous call to overloaded function". by Yaron Keren · 11 years ago
- 9c1911b ARM: improve instruction validation for thumb mode by Saleem Abdulrasool · 11 years ago
- 4d3a8d8 test: avoid unnecessary temporary files by Saleem Abdulrasool · 11 years ago
- 9ac1936 [SROA] Cleanup - remove the use of std::mem_fun_ref nonsense and use by Chandler Carruth · 11 years ago
- d15bca6 Modernize the getStreamedBitcodeModule interface a bit. NFC. by Rafael Espindola · 11 years ago
- 6339489 [PowerPC] Use MCPhysReg for tables of registers. Const-correct the tables. Only put the anonymous namespace around classes. NFC. by Craig Topper · 11 years ago
- 539998e [X86] Use correct opsize on indirect call and jump aliases. by Craig Topper · 11 years ago
- 4ae31b7 [X86] Don't use PS prefix on LDMXCSR/STMXCSR. by Craig Topper · 11 years ago
- c1dd907 [X86] Remove unnecessary 'In64BitMode' predicate for instructions that already indicate use of REX.W. by Craig Topper · 11 years ago
- d2c6da0 Add a corresponding '@LOCAL' parse to match r224415. by Justin Hibbits · 11 years ago
- c559ba7 Add a new string member to the TargetOptions struct for the name by Eric Christopher · 11 years ago
- 360cbd4 Model ARM backend ABI selection after the front end code doing the by Eric Christopher · 11 years ago
- ee40b16 Reapply "Linker: Drop superseded subprograms" by Duncan P. N. Exon Smith · 11 years ago
- 1e6990e IR: Make DICompositeType mutators private by Duncan P. N. Exon Smith · 11 years ago
- 1025e9e Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private-headers. by Kevin Enderby · 11 years ago
- a582f1f IR: Handle self-referencing DICompositeTypes in DIBuilder by Duncan P. N. Exon Smith · 11 years ago
- 11bc075 [dsymutil] Fix missing member initializer. by Alexey Samsonov · 11 years ago
- 657f8c8 LTO: Lazy-load LTOModule in local contexts by Duncan P. N. Exon Smith · 11 years ago
- 1c97c5e [sanitizer] allow -fsanitize-coverage=N w/ -fsanitize=leak, llvm part by Kostya Serebryany · 11 years ago
- a1a6890 RegisterCoalescer: Fix stripCopies() picking up main range instead of subregister range by Matthias Braun · 11 years ago
- aa14ffd R600/SI: Fix f64 inline immediates by Matt Arsenault · 11 years ago
- 648facf [Hexagon] Reconfiguring register alternate names. by Colin LeMahieu · 11 years ago
- 0a91afa Enable the P8Model entry by Will Schmidt · 11 years ago
- cd56c19 ExecutionDepsFix: Correctly handle wide registers. by Matthias Braun · 11 years ago
- 544f63e Random Number Generator Refactoring (removing from Module) by JF Bastien · 11 years ago
- 9830b45 [NVPTX] Fix bugs related to isSingleValueType by Jingyue Wu · 11 years ago
- 898a22d Fix CR/LF line endings in test case by Timur Iskhodzhanov · 11 years ago
- de9e32a ARM: correct an off-by-one in an assert by Saleem Abdulrasool · 11 years ago
- fd35058 [DAGCombine] Slightly improve lowering of BUILD_VECTOR into a shuffle. by Michael Kuperstein · 11 years ago
- 73fb93c MipsABIInfo class is used in different libraries. Moving the files to MCTargetDesc folder(LLVMMipsDesc library) prevents linkage errors. There are no functional changes. by Vladimir Medic · 11 years ago
- 3fea427 [mips] Set GCC-compatible MIPS asssembler options before inline asm blocks. by Toma Tabacu · 11 years ago
- 4bfc4f2 Revert 224119 "This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorders them for bundling into vector of loads, by Suyog Sarda · 11 years ago
- c0bd970 Teach lit.cfg to recognize -windows-gnu in addition to -mingw32. by Yaron Keren · 11 years ago
- 982a8b3 Added 5 more tests related to sink store revision 224247 - by Ella Bolshinsky by Elena Demikhovsky · 11 years ago
- 96bd465 Strength reduce intrinsics with overflow into regular arithmetic operations if possible. by Erik Eckstein · 11 years ago
- 80c5783 Revert "Linker: Drop superseded subprograms" by Duncan P. N. Exon Smith · 11 years ago
- 5fa882a Add parsing of 'foo@local". by Justin Hibbits · 11 years ago
- 6507088 Remove a debugging assert. by Rafael Espindola · 11 years ago
- 5128bc1 Remove unused includes and out of date comment. NFC. by Rafael Espindola · 11 years ago
- 9a845bd Fix the windows build. by Rafael Espindola · 11 years ago
- 2f56901 Refactor and simplify the code reading /proc/cpuinfo. NFC. by Rafael Espindola · 11 years ago
- b0de672 RegisterCoalescer: Sprinkle some const modifiers. by Matthias Braun · 11 years ago
- c524b88 llvm-lto: Add testing coverage for local contexts by Duncan P. N. Exon Smith · 11 years ago
- 7ecec5b Delete debugging cruft that crept in with r223802. by Nick Lewycky · 11 years ago
- 891ec6d InstSimplify: shl nsw/nuw undef, %V -> undef by David Majnemer · 11 years ago
- 9451a38 Make ValueEnumerator::print use OS for metadata too. Noticed by inspection. by Nick Lewycky · 11 years ago
- 1e2604d [CodeGenPrepare] Reapply r224351 with a fix for the assertion failure: by Quentin Colombet · 11 years ago
- e479df2 Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -private-headers by Kevin Enderby · 11 years ago
- 7c3af91 PR21875: codegen for non-type template parameters of nullptr_t type by David Blaikie · 11 years ago
- 0c7f4e4 Revert "[CodeGenPrepare] Move sign/zero extensions near loads using type promotion." by Reid Kleckner · 11 years ago
- 74b5b19 SelectionDAG switch lowering: use 'unsigned' to count destination popularity by Hans Wennborg · 11 years ago
- 526a14a [Hexagon] Updating doubleword shift usages to new versions. by Colin LeMahieu · 11 years ago
- 46a81fd Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -private-headers. by Kevin Enderby · 11 years ago
- d4017d0 Linker: Drop superseded subprograms by Duncan P. N. Exon Smith · 11 years ago
- 9ab4347 fix typo, add spaces; NFC by Sanjay Patel · 11 years ago
- 2385e98 [X86][SSE] Vector double -> float conversion memory folding (cvtpd2ps) by Simon Pilgrim · 11 years ago
- e1bf514 Make the assert a bit stronger. by Rafael Espindola · 11 years ago
- 84201cb [Hexagon] Removing old XTYPE/BIT instructions and replacing usages. by Colin LeMahieu · 11 years ago
- 128b2c3 merge consecutive loads that are offset from a base address by Sanjay Patel · 11 years ago
- 5b7369d Fix a bug in llvm-objdump’s -private-headers for the LC_VERSION_MIN_IPHONEOS by Kevin Enderby · 11 years ago
- 504c77f [Hexagon] Adding tstbit/bitclr/bitset instructions. by Colin LeMahieu · 11 years ago
- 95aa8ca [sanitizer] prevent function call merging for sanitizer-coverage callbacks by Kostya Serebryany · 11 years ago
- 85d5712 Fix another use of PRIx32 that should have been PRIx64. by Kevin Enderby · 11 years ago
- 18f28b2 [Hexagon] Adding bit count and twiddling instructions. by Colin LeMahieu · 11 years ago
- 50b3134 [Hexagon] Adding asr/lsr/asl reg/imm, asl with saturation, asr with rounding. Doubleword abs/neg/not. Interleave and deinterleave instructions. by Colin LeMahieu · 11 years ago
- f3ab9b9 [dsymutil] Pass the verbosity flag down to the processing. NFC for now. by Frederic Riss · 11 years ago
- aabd6c1 [dsymutil] Avoid calling getStringTableData() for each symbol. NFC. by Frederic Riss · 11 years ago
- 50b8835 x86-32: PUSHF/POPF use/def EFLAGS by JF Bastien · 11 years ago
- 192487e Use CastInst::castIsValid to simplify the verifier. by Rafael Espindola · 11 years ago
- ec6fabb NVPTX: Remove duplicate of AsmPrinter::lowerConstant by Matt Arsenault · 11 years ago
- 8b5b0f5 Move lowerConstant to AsmPrinter by Matt Arsenault · 11 years ago
- 93b6e01 [CodeGenPrepare] Move sign/zero extensions near loads using type promotion. by Quentin Colombet · 11 years ago
- 6e5ad1f Fix the arm build bots for a test that was added. A printing routine was incorrectly using PRIx32 by Kevin Enderby · 11 years ago
- 4110028 [AVX512] Enable integer arithmetic lowering for AVX512BW/VL subsets. by Robert Khasanov · 11 years ago
- a4020f2 On behalf of Matthew Wahab: by Evgeny Astigeevich · 11 years ago
- 3ddc322 [MC] Reset the MCInst in the matcher function before adding opcode/operands. by Ahmed Bougacha · 11 years ago
- e4aafdf [Hexagon] Adding absolute value, and negate with saturation by Colin LeMahieu · 11 years ago
- 8fe9488 combine consecutive subvector 16-byte loads into one 32-byte load by Sanjay Patel · 11 years ago
- d69e4e2 [Hexagon] Adding saturate and swizzle instructions. by Colin LeMahieu · 11 years ago
- 43906de [AVX512] Add a comment for avx512_broadcast_pat multiclass by Robert Khasanov · 11 years ago
- ea204e7 [Hexagon] Removing old multiply defs and updating references to new versions. by Colin LeMahieu · 11 years ago
- ca932f5 The single check for N64 inside MipsDisassemblerBase's subclasses is actually wrong. It should be testing for FeatureGP64bit.There are no functional changes. by Vladimir Medic · 11 years ago
- 78f6aad [mips][microMIPS] Implement SWP and LWP instructions by Zoran Jovanovic · 11 years ago
- 51c2bdc Fixing -Wsign-compare warnings; NFC. by Aaron Ballman · 11 years ago
- 9e8621e Add disassembler tests for mips4 platform. There are no functional changes. by Vladimir Medic · 11 years ago
- 14fb445 Masked Load and Store Intrinsics in loop vectorizer. by Elena Demikhovsky · 11 years ago
- a4b6922 [mips] Fix arguments-struct.ll for Windows and OSX hosts. by Daniel Sanders · 11 years ago
- a9d9f7e [ARM] Prevent PerformVCVTCombine from combining a vmul/vcvt with 8 lanes by Bradley Smith · 11 years ago
- 4519623 X86: Added FeatureVectorUAMem for all AVX architectures. by Elena Demikhovsky · 11 years ago
- 9e2c0f9 Remove 'metadata' from comments by Duncan P. N. Exon Smith · 11 years ago
- 02a8d1b IR: Stop printing 'metadata' in Metadata::print() by Duncan P. N. Exon Smith · 11 years ago
- 2ebd1ef IR: Make MDNode::dump() useful by adding addresses by Duncan P. N. Exon Smith · 11 years ago
- d0e68dc DebugInfo: Update testcase to actually check something by Duncan P. N. Exon Smith · 11 years ago