Add soft-float to the key for the subtarget lookup in the TargetMachine
[oota-llvm.git] / lib /
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 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 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-26 Sanjay PatelRefactor reciprocal and reciprocal square root estimate...
2014-09-26 David MajnemerObject: BSS/virtual sections don't have contents
2014-09-26 Yaron Kerenclang-format of ChangeStdinToBinary & ChangeStdoutToBinary.
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 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 MajnemerFix build breakage on MSVC 2013
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 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 ChristopherMove resetTargetOptions from taking a MachineFunction...
2014-09-26 Matt ArsenaultR600/SI: Fix emitting trailing whitespace after s_waitcnt
2014-09-26 Adam Nemet[AVX512] Simplify use of !con()
2014-09-25 Adam Nemet[AVX512] Pull pattern for subvector extract into the...
2014-09-25 Adam Nemet[AVX512] Refactor subvector extracts
2014-09-25 Adam Nemet[AVX512] Fix typo
2014-09-25 Bruno Cardoso Lopes[MachineSink+PGO] Teach MachineSink to use BlockFrequen...
2014-09-25 Nick Kledzik[Support] Add type-safe alternative to llvm::format()
2014-09-25 Anton YartsevRefactoring: raw pointer -> unique_ptr
2014-09-25 Tom StellardARM: Remove unneeded check for MI->hasPostISelHook()
2014-09-25 Tom StellardSelectionDAG: Remove #if NDEBUG from check for a post...
2014-09-25 Tom StellardR600/SI: Add support for global atomic add
2014-09-25 Robin MorissetLower idempotent RMWs to fence+load
2014-09-25 Sid ManningAdd missing attributes !cmp.[eq,gt,gtu] instructions.
2014-09-25 Daniel SandersAdd llvm_unreachables() for [ASZ]ExtUpper to X86FastISe...
2014-09-25 Daniel Sanders[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUp...
2014-09-25 Renato GolinAdd aliases for VAND imm to VBIC ~imm
2014-09-25 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-25 Chandler Carruth[x86] Teach the new vector shuffle lowering a fancier...
2014-09-25 Oliver Stannard[Thumb2] BXJ should be undefined for v7M, v8A
2014-09-25 Chandler Carruth[x86] Fix an oversight in the v8i32 path of the new...
2014-09-25 Chandler Carruth[x86] Rearrange the code for v16i16 lowering a bit...
2014-09-25 Chandler Carruth[x86] Implement AVX2 support for v32i8 in the new vecto...
2014-09-25 Reid KlecknerMC: Use @IMGREL instead of @IMGREL32, which we can...
2014-09-25 Chandler Carruth[x86] Remove the defunct X86ISD::BLENDV entry -- we...
2014-09-25 Chandler Carruth[x86] Fix the v16i16 blend logic I added in the prior...
2014-09-25 Justin Bognerllvm-cov: Combine segments that cover the same location
2014-09-25 Akira Hatanaka[X86,AVX] Add an isel pattern for X86VBroadcast.
2014-09-25 Chandler Carruth[x86] Implement v16i16 support with AVX2 in the new...
2014-09-24 Kostya Serebryany[asan] don't instrument module CTORs that may be run...
2014-09-24 Renato GolinRevert 218406 - Refactor the RelocVisitor::visit method
2014-09-24 Akira HatanakaRevert r218380. This was breaking Apple internal build...
2014-09-24 Renato GolinRefactor the RelocVisitor::visit method
2014-09-24 Chris BienemanAdding #ifdef around TermColorMutex based on feedback...
2014-09-24 Chandler Carruth[x86] Factor out the logic to generically decombose...
2014-09-24 Kaelyn TakataRevert "Refactor the RelocVisitor::visit method"
2014-09-24 Renato GolinRefactor the RelocVisitor::visit method
2014-09-24 David PeixottoFix assertion in LICM doFinalization()
next