oota-llvm.git
2014-09-30 Robert Khasanov[AVX512] Enabled intrinsics for VPCMPEQD and VPCMPEQQ.
2014-09-30 Job NoormanMake sure aggregates are properly alligned on MSP430.
2014-09-30 Chad Rosier[IndVarSimplify] Widen loop unsigned compares.
2014-09-30 Chandler Carruth[x86] Revert r218588, r218589, and r218600. These patch...
2014-09-30 Chandler Carruth[x86] Add some vector-register broadcast operations...
2014-09-30 Matt ArsenaultR600: Fix broken check lines, missing scalar case.
2014-09-30 Matt ArsenaultFix missing C++ mode comment
2014-09-30 Juergen Ributzka[FastISel][AArch64] Fold sign-/zero-extends into the...
2014-09-30 Juergen Ributzka[FastISel][AArch64] Factor out scale factor calculation...
2014-09-30 Nick Kledzik[llvm-objdump] switch some uses of format() to format_h...
2014-09-29 Eric ChristopherSimplify conditional.
2014-09-29 Adam Nemet[AVX512] Use X86VectorVTInfo in the masking helper...
2014-09-29 Hans WennborgWinCOFFObjectWriter: optimize the string table for...
2014-09-29 Eric ChristopherAdd soft-float to the key for the subtarget lookup...
2014-09-29 Eric ChristopherFix spelling and reflow comments.
2014-09-29 Dave Estes[AArch64] Refines the Cortex-A57 Machine Model
2014-09-29 David BlaikieUnit test r218187, changing RTDyldMemoryManager::getSym...
2014-09-29 Aaron BallmanFixing the build for compilers which do not yet have...
2014-09-29 Jordan RoseAdd getValueOr to llvm::Optional<T>.
2014-09-29 Jordan RoseAdd "typedef T value_type;" to llvm::Optional<T>.
2014-09-29 Matt ArsenaultFixing missing C++ mode comment
2014-09-29 Matt ArsenaultFix include order
2014-09-29 Matt ArsenaultR600/SI: Fix hardcoded values for modifiers.
2014-09-29 Matt ArsenaultR600/SI: Also fix fsub + fadd a, a to mad combines
2014-09-29 Matt ArsenaultR600/SI: Fix using mad with multiplies by 2
2014-09-29 Chad Rosier[AArch64] Improve cost model to handle sdiv by a pow...
2014-09-29 Frederic RissStore TypeUnits in a SmallVector<DWARFUnitSection>...
2014-09-29 Kevin QinUse a loop to simplify the runtime unrolling prologue.
2014-09-29 Oliver Stannard[Thumb2] ldrexd and strexd are not defined on v7M
2014-09-29 Chandler Carruth[x86] Make the new vector shuffle lowering lower blends...
2014-09-29 Jyoti AllurRemove dead code from DIBuilder
2014-09-29 Chandler Carruth[x86] Delete a bunch of really bad and totally unnecess...
2014-09-29 Chandler Carruth[x86] Refactor all of the VSELECT-as-blend lowering...
2014-09-29 Chandler Carruth[x86] Improve naming and comments for VSELECT lowering.
2014-09-29 Chandler Carruth[x86] Add the dispatch skeleton to the new vector shuff...
2014-09-29 Chandler Carruth[x86] Make the split-and-lower routine fully generic...
2014-09-28 Chandler Carruth[x86] Teach the new vector shuffle lowering to fall...
2014-09-28 Chandler Carruth[x86] Fix the new vector shuffle lowering's use of...
2014-09-28 Matt ArsenaultAdd MachineOperand::ChangeToFPImmediate and setFPImm
2014-09-28 Chandler Carruth[x86] Fix a really silly bug that I introduced fixing...
2014-09-28 Chandler Carruth[x86] Fix yet another bug in the new vector shuffle...
2014-09-28 Hans WennborgWinCOFFObjectWriter.cpp: make write_uint32_le more...
2014-09-27 James Molloy[AArch64] Redundant store instructions should be remove...
2014-09-27 Yaron KerenFix llvm::huge_valf multiple initializations with Visua...
2014-09-27 Chandler Carruth[x86] Fix yet another issue with widening vector shuffl...
2014-09-27 Craig TopperUpdate test case to match minor formatting change intro...
2014-09-27 Craig TopperReduce code duplication a bit.
2014-09-27 Chandler Carruth[x86] Fix terrible bugs everywhere in the new vector...
2014-09-27 Chandler Carruth[x86] Flip the sentinel values used in the target shuff...
2014-09-27 Craig TopperFix TableGen -gen-disassembler output for bit fields...
2014-09-26 Sanjay PatelRefactor reciprocal and reciprocal square root estimate...
2014-09-26 Richard SmithAdd LLVM_ENABLE_MODULES flag to CMake to enable buildin...
2014-09-26 David Majnemerllvm-vtabledump: Further simplification
2014-09-26 David MajnemerObject: BSS/virtual sections don't have contents
2014-09-26 Yaron Kerenclang-format of ChangeStdinToBinary & ChangeStdoutToBinary.
2014-09-26 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code to print...
2014-09-26 Richard SmithRemove definition of LLVM_VERSION_INFO; this macro...
2014-09-26 Richard SmithFix CMake warning CMP0054: don't quote a variable name...
2014-09-26 Richard SmithFix misinterpretation of CMake rule found by a CMake...
2014-09-26 Chandler Carruth[x86] Fix a moderately terrifying bug in the new 128...
2014-09-26 Chad Rosier[IndVar] Don't widen loop compare unless IV user is...
2014-09-26 Matt ArsenaultR600/SI: Use break instead of continue
2014-09-26 Matt ArsenaultR600/SI: Add strict check lines to div_scale tests.
2014-09-26 Matt ArsenaultR600/SI: Add a note about the order of the operands...
2014-09-26 Matt ArsenaultR600/SI: Move finding SGPR operand to move to separate...
2014-09-26 Matt ArsenaultR600/SI Allow same SGPR to be used for multiple operands
2014-09-26 Matt ArsenaultR600/SI: Partially move operand legalization to post...
2014-09-26 Matt ArsenaultR600/SI: Implement findCommutedOpIndices
2014-09-26 Matt ArsenaultR600/SI: Don't move operands that are required to be...
2014-09-26 Matt ArsenaultR600/SI: Don't assert on exotic operand types
2014-09-26 Matt ArsenaultR600/SI: Fix using wrong operand indices when commuting
2014-09-26 Matt ArsenaultR600/SI: Remove apparently dead code in legalizeOperands
2014-09-26 David PeixottoIgnore annotation function calls in cost computation
2014-09-26 Chandler Carruth[x86] The mnemonic is SHUFPS not SHUPFS. =[ I'm very...
2014-09-26 Chandler Carruth[x86] In the new vector shuffle lowering, when trying...
2014-09-26 Chandler Carruth[x86] Fix a large collection of bugs that crept in...
2014-09-26 Renato GolinElide repeated register operand in Thumb1 instructions
2014-09-26 Andrea Di Biagio[X86][SchedModel] SSE reciprocal square root instructio...
2014-09-26 Frederic RissRevert "Store TypeUnits in a SmallVector<DWARFUnitSecti...
2014-09-26 Frederic RissStore TypeUnits in a SmallVector<DWARFUnitSection>...
2014-09-26 Daniel SandersFix unused variable warning added in r218509
2014-09-26 Daniel Sanders[mips] Generalize the handling of f128 return values...
2014-09-26 Robert Khasanov[AVX512] Added load/store from BW/VL subsets to Registe...
2014-09-26 David Majnemerllvm-vtabledump: Small cleanup
2014-09-26 Jyoti Allurfix a typo in doumentation index.
2014-09-26 David Majnemerllvm-vtabledump: strip trailing NUL bytes
2014-09-26 David MajnemerFix build breakage on MSVC 2013
2014-09-26 David Majnemerllvm-vtabledump: Dump RTTI structures for the MS ABI
2014-09-26 David MajnemerTarget: Fix build breakage.
2014-09-26 David MajnemerSupport: Remove undefined behavior from &raw_ostream...
2014-09-26 David XuRevert patch of r218493, delete the test case
2014-09-26 David XuRevert patch ofr218493
2014-09-26 David XuRedundant store instructions should be removed as dead...
2014-09-26 Eric ChristopherAdd the first backend support for on demand subtarget...
2014-09-26 Eric ChristopherAdd a FIXME to TargetMachine to remove the function...
2014-09-26 Eric ChristopherHave setSubtarget take a const subtarget.
2014-09-26 Eric ChristopherMove resetTargetOptions from taking a MachineFunction...
2014-09-26 Matt ArsenaultR600: Avoid repeated check lines
2014-09-26 Matt ArsenaultR600/SI: Fix emitting trailing whitespace after s_waitcnt
2014-09-26 Adam Nemet[AVX512] Simplify use of !con()
next