- ec7f306 [AVX512] Add SKX testing to avx512-insert-extract.ll by Adam Nemet · 11 years ago
- f9e3a3a [AVX512] Fix test to produce a defined value by Adam Nemet · 11 years ago
- ccebe72 [AVX512] Two new attributes in X86VectorVTInfo for subvector insert by Adam Nemet · 11 years ago
- 80b9e00 [AVX512] Rename arg from Opcode32/64 to Opcode128/256 in vinsert_for_size by Adam Nemet · 11 years ago
- 37e484b R600: Remove unnecessary part of computeKnownBitsForTargetNode by Matt Arsenault · 11 years ago
- bb402de Move variable down to use by Matt Arsenault · 11 years ago
- 4976a53 Add MachOObjectFile::getUuid() by Alexander Potapenko · 11 years ago
- 3c12c29 Updating documentation based on my change to remove the template disambiguation. by Chris Bieneman · 11 years ago
- aaf36b4 Fixing the build failure due to compiler warnings and unnecessary disambiguation. by Chris Bieneman · 11 years ago
- c14fb89 Defining a new API for debug options that doesn't rely on static global cl::opts. by Chris Bieneman · 11 years ago
- d3fc10a R600/SI: Fix bug where immediates were being used in DS addr operands by Tom Stellard · 11 years ago
- 55751ba Avoid caching the MachineFunction, we don't use it outside of by Eric Christopher · 11 years ago
- 0a72d8b Wrong attribute. LLVM_ATTRIBUTE_UNUSED not LLVM_ATTRIBUTE_USED by Sid Manning · 11 years ago
- 9ca230f IR: Move NumOperands from User to Value, NFC by Duncan P. N. Exon Smith · 11 years ago
- 40dd9d6 IR: Cleanup comments for Value, User, and MDNode by Duncan P. N. Exon Smith · 11 years ago
- a169d59 Wrong attribute. LLVM_ATTRIBUTE_USED not LLVM_ATTRIBUTE_UNUSED by Sid Manning · 11 years ago
- fc6e0f6 Allow forward references to section symbols. by Rafael Espindola · 11 years ago
- 40edbf1 Teach ScalarEvolution to sharpen range information. by Sanjoy Das · 11 years ago
- f0f7ec3 Add LLVM_ATTRIBUTE_UNUSED to function currently just used in an assert by Sid Manning · 11 years ago
- 3853763 InstCombine: Narrow switch instructions using known bits. by Akira Hatanaka · 11 years ago
- 7440a83 Reapply "[FastISel][AArch64] Add custom lowering for GEPs." by Juergen Ributzka · 11 years ago
- 32c5fde [FastISel][AArch64] Factor out add with immediate emission into a helper function. NFC. by Juergen Ributzka · 11 years ago
- ad04f5d Correctly handle references to section symbols. by Rafael Espindola · 11 years ago
- 1338612 Enable the instruction printer in HexagonMCTargetDesc by Sid Manning · 11 years ago
- 8b3a920 R600/SI: Also try to use 0 base for misaligned 8-byte DS loads. by Matt Arsenault · 11 years ago
- 7fdd553 R600: Fix miscompiles when BFE has multiple uses by Matt Arsenault · 11 years ago
- ddcfe81 correct const-ness with auto and dyn_cast by Sanjay Patel · 11 years ago
- 6c15862 [SLPVectorize] Basic ephemeral-value awareness by Hal Finkel · 11 years ago
- 9819bcf Treat the WorkSet used to find ephemeral values as double-ended by Hal Finkel · 11 years ago
- 279b550 [MC] Make bundle alignment mode setting idempotent and support nested bundles by Derek Schuff · 11 years ago
- ffc65d2 DI: Make comments "brief"-er, NFC by Duncan P. N. Exon Smith · 11 years ago
- 5af49c8 Use 'auto' for easier reading; no functional change intended. by Sanjay Patel · 11 years ago
- ed0b7a0 remove function names from comments; NFC by Sanjay Patel · 11 years ago
- 03631a8 DI: Cleanup comments, NFC by Duncan P. N. Exon Smith · 11 years ago
- 90ce9f7 Simplify handling of --noexecstack by using getNonexecutableStackSection. by Rafael Espindola · 11 years ago
- 5c2d60d DI: Use a `DenseMap` instead of named metadata, NFC by Duncan P. N. Exon Smith · 11 years ago
- b510f8d Move getNonexecutableStackSection up to the base ELF class. by Rafael Espindola · 11 years ago
- 18ed4ac R600: Use existing variable by Matt Arsenault · 11 years ago
- 8a55ca3 R600: Remove outdated comment by Matt Arsenault · 11 years ago
- 0081070 Revert "[FastISel][AArch64] Add custom lowering for GEPs." by Juergen Ributzka · 11 years ago
- 75d77cd [MachineSink] Use the real post dominator tree by Jingyue Wu · 11 years ago
- d345857 ARM: drop check for triple that's no longer used. by Tim Northover · 11 years ago
- c6d2db4 Remove unused variable. by Eric Christopher · 11 years ago
- 2ff93bf No need to cache this unused variable. by Eric Christopher · 11 years ago
- cd27f3f [AArch64] Wrong CC access in CSINC-conditional branch sequence by Gerolf Hoflehner · 11 years ago
- 1a0afd8 [llvm-objdump] Update error message and add test case for mach-o file with bad library ordinals by Nick Kledzik · 11 years ago
- 2bddd7c [AAarch64] Optimize CSINC-branch sequence by Gerolf Hoflehner · 11 years ago
- 75277b9 [LoopVectorize] Ignore @llvm.assume for cost estimates and legality by Hal Finkel · 11 years ago
- 3a1045d MC, COFF: Make bigobj test compatible with python3 by David Majnemer · 11 years ago
- 84a3fee [X86][SSE] pslldq/psrldq shuffle mask decodes by Simon Pilgrim · 11 years ago
- b315be2 MC: Rewrite bigobj test in python by David Majnemer · 11 years ago
- 7419c9c ARM: remove ARM/Thumb distinction for preferred alignment. by Tim Northover · 11 years ago
- 32d728f ARM: allow misaligned local variables in Thumb1 mode. by Tim Northover · 11 years ago
- 388c2d3 Add a test for writing COFF BigObj by David Majnemer · 11 years ago
- 569c5b6 [FastISel][AArch64] Add custom lowering for GEPs. by Juergen Ributzka · 11 years ago
- 7680674 [x86 asm] allow fwait alias in both At&t and Intel modes (PR21208) by Hans Wennborg · 11 years ago
- eddeac0 ARM: set preferred aggregate alignment to 32 universally. by Tim Northover · 11 years ago
- 2a77e6b [CFL-AA] CFL-AA should not assert on an va_arg instruction by Hal Finkel · 11 years ago
- 3f349b2 Optimize away fabs() calls when input is squared (known positive). by Sanjay Patel · 11 years ago
- 4001708 [FastISel][AArch64] Fix sign-/zero-extend folding when SelectionDAG is involved. by Juergen Ributzka · 11 years ago
- 505187a InstCombine: Don't miscompile X % ((Pow2 << A) >>u B) by David Majnemer · 11 years ago
- d6315ea Reapply "R600: Add new intrinsic to read work dimensions" by Jan Vesely · 11 years ago
- f0f9841 Revert "r216914 - Revert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'" by Hal Finkel · 11 years ago
- e8e8db7 Revert "R600: Add new intrinsic to read work dimensions" by Rafael Espindola · 11 years ago
- d1494d5 Remove unused member variable. by Rafael Espindola · 11 years ago
- 6a52985 R600: Add new intrinsic to read work dimensions by Jan Vesely · 11 years ago
- 787e3ca R600: FMA is VecALU only instruction by Jan Vesely · 11 years ago
- c180402 Finish getting Mips fast-isel to match up with AArch64 fast-isel by Reed Kotler · 11 years ago
- d661fde DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself. by David Blaikie · 11 years ago
- e418129 Remove method that is identical to the base class one. by Rafael Espindola · 11 years ago
- 704b06c R600/SI: Use DS offsets for constant addresses by Matt Arsenault · 11 years ago
- 8730dc1 Revert "Fix stuff... again." by David Blaikie · 11 years ago
- 2b0657e Revert some parts of r196288 that were confusing and untested. by David Blaikie · 11 years ago
- 8a61781 Fix stuff... again. by David Blaikie · 11 years ago
- 2993617 [LVI] Check for @llvm.assume dominating the edge branch by Hal Finkel · 11 years ago
- 65e4aa4 Revert r219638, (r219640 and r219676), "Removing the static destructor from ManagedStatic.cpp by controlling the allocation and de-allocation of the mutex." by NAKAMURA Takumi · 11 years ago
- ad5d223 [AVX512] Extended avx512_binop_rm to DQ/VL subsets. Added encoding tests. by Robert Khasanov · 11 years ago
- 33a95f2 [AVX512] Extended avx512_binop_rm to BW/VL subsets. Added encoding tests. by Robert Khasanov · 11 years ago
- 5051f60 [AArch64] Fix crash with empty/pseudo-only blocks in A53 erratum (835769) workaround by Bradley Smith · 11 years ago
- 49e7edc [llvm-symbolizer] Minor typedef cleanup. NFC. by Alexander Potapenko · 11 years ago
- 45ed687 Threading.h: Use \tparam for template parameters. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
- 0ba4483 Grab the subtarget info off of the MachineFunction rather than by Eric Christopher · 11 years ago
- ff91827 Use the triple to figure out if this is a darwin target, not the subtarget. by Eric Christopher · 11 years ago
- ded375f Remove unnecessary TargetMachine.h includes. by Eric Christopher · 11 years ago
- 1dd55ba Grab the subtarget and subtarget dependent variables off of by Eric Christopher · 11 years ago
- eb271ec Grab the subtarget and subtarget dependent variables off of by Eric Christopher · 11 years ago
- 188c856 Instead of the TargetMachine cache the MachineFunction by Eric Christopher · 11 years ago
- d879de1 Access subtarget specific variables off of the MachineFunction's by Eric Christopher · 11 years ago
- 151811c Add lld to the parallel set of directories since it doesn't depend by Eric Christopher · 11 years ago
- cd69481 Access the subtarget off of the MachineFunction via the DAG by Eric Christopher · 11 years ago
- 75ad488 [AArch64]Select wide immediate offset into [Base+XReg] addressing mode by Hao Liu · 11 years ago
- b15974e Remove the use and member variable of the TargetMachine from by Eric Christopher · 11 years ago
- c026db7 Have MachineInstrBundle use the MachineFunction for subtarget by Eric Christopher · 11 years ago
- 3788687 Access the subtarget off of the MachineFunction rather than by Eric Christopher · 11 years ago
- db9fed9 Switch to select optimization for two-case switches by Marcello Maggioni · 11 years ago
- 07d392b Don't include DFAPacketizer in TargetInstrInfo, there's no reason. by Eric Christopher · 11 years ago
- 9accb10 Include map into the A15SDOptimizer rather than pick it up by Eric Christopher · 11 years ago
- 8ff8c16 Remove the TargetMachine from DFAPacketizer since it was only by Eric Christopher · 11 years ago
- 7c9c49b Introduce Go coding standards for LLVM. by Peter Collingbourne · 11 years ago
- e0a0018 fix formatting; NFC by Sanjay Patel · 11 years ago