- 0ad623b LTO: Add missing target triple from r218784 by Duncan P. N. Exon Smith · 11 years ago
- befab0a Add fptrunc to mips fast-sel by Reed Kotler · 11 years ago
- 04d2186 LTO: Ignore disabled diagnostic remarks by Duncan P. N. Exon Smith · 11 years ago
- 7538bab Add an immovable type to test Optional<T>::emplace more rigorously after r218732. by David Blaikie · 11 years ago
- 10c4265 Revert r218778 while investigating buldbot breakage. by Adrian Prantl · 11 years ago
- 076fd5d Move the complex address expression out of DIVariable and into an extra by Adrian Prantl · 11 years ago
- 56077f5 R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol table by Tom Stellard · 11 years ago
- 6a0fcf7 C API: Add LLVMCloneModule() by Tom Stellard · 11 years ago
- ccd995a Revert r216862 due to a performance regression by Jingyue Wu · 11 years ago
- a2878ec [mips] Rename emit and parse functions for the .cpload assembler directive. NFC. by Toma Tabacu · 11 years ago
- f7082f9 R600/SI: Add a generic pseudo EXP instruction by Tom Stellard · 11 years ago
- cbb6331 R600/SI: Add generic pseudo MTBUF instructions by Tom Stellard · 11 years ago
- f69ae48 R600/SI: Add generic pseudo SMRD instructions by Tom Stellard · 11 years ago
- 9d7038c [ARM] Allow selecting VRINT[APMXZR] and VCVT[BT] instructions for FPv5 by Oliver Stannard · 11 years ago
- 7d64681 [x86] Fix a few more tiny patterns with the new vector shuffle lowering by Chandler Carruth · 11 years ago
- a1b88ab [x86] Delete some extraneous logic from the new vector shuffle lowering. by Chandler Carruth · 11 years ago
- 01649de [AArch64] Allow access to all system registers with MRS/MSR instructions. by Tom Coxon · 11 years ago
- 82e145f Revert r218721, r218735. by Evgeniy Stepanov · 11 years ago
- e9bbacd Add missing natual vector cast. by Asiri Rathnayake · 11 years ago
- 909a111 ADTTests/OptionalTest.cpp: Use LLVM_DELETED_FUNCTION. by NAKAMURA Takumi · 11 years ago
- ff18b9f [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM) by Oliver Stannard · 11 years ago
- 9a11fba [mips] Fix disassembly of [ls][wd]c[23], cache, and pref by Daniel Sanders · 11 years ago
- 05a13f0 [mips] For indirect calls we don't need $gp to point to .got. Mips linker by Sasa Stankovic · 11 years ago
- c68ef2a test: XFAIL the non-darwin gmlt test on darwin by Justin Bogner · 11 years ago
- e2ef441 [MCJIT] Turn the getSymbolAddress free function created in r218626 into a static by Lang Hames · 11 years ago
- b69f873 Fix typo in comment from r218733 by Nick Lewycky · 11 years ago
- d49903c InstrProf: Make coverage::Counter comparable by Justin Bogner · 11 years ago
- 3adf585 [InstCombine] Fix for assert build failures caused by r218721 by Gerolf Hoflehner · 11 years ago
- 9e2fe46 [x86] Teach the new vector shuffle lowering to be even more aggressive by Chandler Carruth · 11 years ago
- 429670f [x86] Hoist the zext-lowering up in the v4i32 lowering routine -- it is by Chandler Carruth · 11 years ago
- 771ac70 Add an emplace(...) method to llvm::Optional<T>. by Jordan Rose · 11 years ago
- 06c1373 Implement DW_TAG_subrange_type with DW_AT_count rather than DW_AT_upper_bound by David Blaikie · 11 years ago
- d0d5b08 [AVX512] Remove space before \t in AsmStrings. by Adam Nemet · 11 years ago
- afe7517 [x86] Teach the new vector shuffle lowering about VBROADCAST and VPBROADCAST. by Chandler Carruth · 11 years ago
- a7ac986 llvm-cov/CoverageReport.cpp: Quick fix for msvcrt, since width specifier "z" is unavailable. by NAKAMURA Takumi · 11 years ago
- 5a82a26 llvm/test/DebugInfo/X86/gmlt.test: Get rid of %llc_dwarf. It should not be used with -mtriple. by NAKAMURA Takumi · 11 years ago
- 2318c2f [InstCombine] Optimize icmp-select-icmp by Gerolf Hoflehner · 11 years ago
- 8f70c48 Omit DW_AT_inline under -gmlt to save a little more space. by David Blaikie · 11 years ago
- a071557 [BasicAA] Make better use of zext and sign information by Hal Finkel · 11 years ago
- 2c453a0 DebugInfo: Sink the code emitting DW_AT_APPLE_omit_frame_ptr down to a more common spot. by David Blaikie · 11 years ago
- ce10279 MSBuild integration: fix the loop in install.bat by Hans Wennborg · 11 years ago
- 9cd9e4b [SimplifyCFG] threshold for folding branches with common destination by Jingyue Wu · 11 years ago
- b3ce9470 [x86] Add AVX1 and AVX2 testing to all of the 128-bit shuffle test cases. by Chandler Carruth · 11 years ago
- 3a926b9 [x86] Update the exact FileCheck syntax of the 256-bit and 512-bit by Chandler Carruth · 11 years ago
- f0fd2f8 Adjust test case addition in r218702 so as not to fail when the X86 target isn't built. by David Blaikie · 11 years ago
- 8b6f2ee [x86] Rework all of the 128-bit vector shuffle tests with my handy test by Chandler Carruth · 11 years ago
- 76ff19f Disable the -gmlt optimization implemented in r218129 under Darwin due to issues with dsymutil. by David Blaikie · 11 years ago
- 73a335f Use the target-specified iteration count to opt out of any further refinement of an estimate. NFC. by Sanjay Patel · 11 years ago
- cafc85b Split the estimate() interface into separate functions for each type. NFC. by Sanjay Patel · 11 years ago
- 9952c92 Recommit r218010 [FastISel][AArch64] Fold bit test and branch into TBZ and TBNZ. by Juergen Ributzka · 11 years ago
- 28233d3 R600/SI: Fix printing of clamp and omod by Matt Arsenault · 11 years ago
- 532a5c7 R600/SI: Update VOP3b to not include obsolete operands by Matt Arsenault · 11 years ago
- 95b3e16 Extend C disassembler API to allow specifying target features by Bradley Smith · 11 years ago
- 8a6f79e Add numeric extend, trunctate to mips fast-isel by Reed Kotler · 11 years ago
- 8a23890 [AArch64] Remove unnecessary whitespace. (Test commit) by Tom Coxon · 11 years ago
- 9e6df85 [DAG] Check in advance if a build_vector has a legal type before attempting to convert it into a shuffle. by Andrea Di Biagio · 11 years ago
- a66e3bb Revert r218673 'llvm-cov: add test for report's function & file association.' by Alex Lorenz · 11 years ago
- c174931 llvm-cov: add test for report's function & file association. by Alex Lorenz · 11 years ago
- 38c59de llvm-cov: Use the number of executed functions for the function coverage metric. by Alex Lorenz · 11 years ago
- f49592d Introduce support for custom wrappers for vararg functions. by Lorenzo Martignoni · 11 years ago
- 8acdc52 [AVX512] Added intrinsics for 128-, 256- and 512-bit versions of VCMPGT{BWDQ}. by Robert Khasanov · 11 years ago
- 175ff01 [AVX512] Added intrinsics for 128- and 256-bit versions of VCMPEQ{BWDQ} by Robert Khasanov · 11 years ago
- cfa5724 [AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW. by Robert Khasanov · 11 years ago
- 58da66b [AVX512] Enabled intrinsics for VPCMPEQD and VPCMPEQQ. by Robert Khasanov · 11 years ago
- deb16c9 Make sure aggregates are properly alligned on MSP430. by Job Noorman · 11 years ago
- ecea7ba [IndVarSimplify] Widen loop unsigned compares. by Chad Rosier · 11 years ago
- 4abb04a [x86] Revert r218588, r218589, and r218600. These patches were pursuing by Chandler Carruth · 11 years ago
- 52b072d [x86] Add some vector-register broadcast operations to the 256-bit v4 by Chandler Carruth · 11 years ago
- cbb188b R600: Fix broken check lines, missing scalar case. by Matt Arsenault · 11 years ago
- 108eb07 Fix missing C++ mode comment by Matt Arsenault · 11 years ago
- a0af4b0 [FastISel][AArch64] Fold sign-/zero-extends into the load instruction. by Juergen Ributzka · 11 years ago
- e8a9706 [FastISel][AArch64] Factor out scale factor calculation. NFC. by Juergen Ributzka · 11 years ago
- c27ddda [llvm-objdump] switch some uses of format() to format_hex() and left_justify() by Nick Kledzik · 11 years ago
- 11bea1b Simplify conditional. by Eric Christopher · 11 years ago
- e3d2fcc [AVX512] Use X86VectorVTInfo in the masking helper classes and the FMAs by Adam Nemet · 11 years ago
- 4edcbae WinCOFFObjectWriter: optimize the string table for common suffices by Hans Wennborg · 11 years ago
- 6a2169e Add soft-float to the key for the subtarget lookup in the TargetMachine by Eric Christopher · 11 years ago
- 200f376 Fix spelling and reflow comments. by Eric Christopher · 11 years ago
- f657899 [AArch64] Refines the Cortex-A57 Machine Model by Dave Estes · 11 years ago
- 03b4667 Unit test r218187, changing RTDyldMemoryManager::getSymbolAddress's behavior favor mangled lookup over unmangled lookup. by David Blaikie · 11 years ago
- 7b2aaad Fixing the build for compilers which do not yet have support for constexpr functions, NFC. by Aaron Ballman · 11 years ago
- 88c0ed3 Add getValueOr to llvm::Optional<T>. by Jordan Rose · 11 years ago
- ede14e3 Add "typedef T value_type;" to llvm::Optional<T>. by Jordan Rose · 11 years ago
- 78beaa5 Fixing missing C++ mode comment by Matt Arsenault · 11 years ago
- 0db97bb Fix include order by Matt Arsenault · 11 years ago
- 1bcadc9 R600/SI: Fix hardcoded values for modifiers. by Matt Arsenault · 11 years ago
- 49cbc18 R600/SI: Also fix fsub + fadd a, a to mad combines by Matt Arsenault · 11 years ago
- a5f45d5 R600/SI: Fix using mad with multiplies by 2 by Matt Arsenault · 11 years ago
- ea64dce [AArch64] Improve cost model to handle sdiv by a pow-of-two. by Chad Rosier · 11 years ago
- 97552d7 Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFUnitSection. by Frederic Riss · 11 years ago
- dbaeb6e Use a loop to simplify the runtime unrolling prologue. by Kevin Qin · 11 years ago
- 017c611 [Thumb2] ldrexd and strexd are not defined on v7M by Oliver Stannard · 11 years ago
- 8ac2f14 [x86] Make the new vector shuffle lowering lower blends as VSELECT by Chandler Carruth · 11 years ago
- bc88cfc Remove dead code from DIBuilder by Jyoti Allur · 11 years ago
- d23f188 [x86] Delete a bunch of really bad and totally unnecessary code in the by Chandler Carruth · 11 years ago
- 3589550 [x86] Refactor all of the VSELECT-as-blend lowering code to avoid domain by Chandler Carruth · 11 years ago
- b3cf6a6 [x86] Improve naming and comments for VSELECT lowering. by Chandler Carruth · 11 years ago
- 8e93ce1 [x86] Add the dispatch skeleton to the new vector shuffle lowering for AVX-512. by Chandler Carruth · 11 years ago
- 3bc1ba6 [x86] Make the split-and-lower routine fully generic by relaxing the by Chandler Carruth · 11 years ago
- b61dfec [x86] Teach the new vector shuffle lowering to fall back on AVX-512 vectors. by Chandler Carruth · 11 years ago