Spell out a move ctor. Even the 2013 vintage of MSVC cannot synthesize move ctors.
[oota-llvm.git] / lib /
2014-09-16 Benjamin KramerSpell out a move ctor. Even the 2013 vintage of MSVC...
2014-09-16 Benjamin KramerInterpreter: Hack around a series of bugs in MSVC 2012...
2014-09-16 Toma Tabacu[mips] Improve the error messages given by MipsAsmParser.
2014-09-16 Frederic RissMake DWARFUnitSection final and change base class to...
2014-09-16 Toma Tabacu[mips] Move 32-bit ADDiu instruction alias from Mips64I...
2014-09-16 Toma Tabacu[mips] Marked the ADDi instruction aliases as not avail...
2014-09-16 Joe AbbeyARMAsmBackend uses a factory method to generate binary...
2014-09-16 Elena DemikhovskyAVX-512: added cost for some AVX-512 instructions
2014-09-16 Hal FinkelFix BasicTTI::getCmpSelInstrCost to deal with illegal...
2014-09-16 Chandler Carruth[x86] Remove a FIXME that doesn't make any sense. Only...
2014-09-16 Chandler Carruth[x86] Cleanup an unused variable by actually using...
2014-09-16 Nick Kledzik[llvm-objdump] for mach-o add -bind, -lazy-bind, and...
2014-09-16 Chandler Carruth[x86] Remove the last vestiges of the BLENDI-based...
2014-09-16 Juergen Ributzka[FastISel][AArch64] Add vector support to argument...
2014-09-16 Chandler Carruth[x86] As a follow-up to r217819, don't check for VSELEC...
2014-09-16 Chandler Carruth[x86] Add the beginnings of a proper DAG combine to...
2014-09-15 Juergen Ributzka[FastISel][AArch64] Allow handling of vectors during...
2014-09-15 Juergen Ributzka[FastISel][AArch64] Update function and variable names...
2014-09-15 David BlaikieDebugInfo: Add comment describing the need to disable...
2014-09-15 Juergen Ributzka[FastISel][AArch64] Make AArch64FastISel class final...
2014-09-15 Juergen Ributzka[FastISel][AArch64] Lower sin/cos/pow to runtime lib...
2014-09-15 Juergen Ributzka[FastISel][AArch64] Add lowering support for frem.
2014-09-15 Sanjay PatelReplace repeated null checks with an assert. NFC.
2014-09-15 Juergen Ributzka[FastISel][AArch64] Refactor selectAddSub, selectLogica...
2014-09-15 Juergen Ributzka[FastISel][AArch64] Refactor code to use isTypeSupporte...
2014-09-15 Jingyue WuRemove dead code in SimplifyCFG
2014-09-15 Juergen Ributzka[FastISel][AArch64] Improve floating-point compare...
2014-09-15 Juergen Ributzka[FastISel] Move optimizeCmpPredicate to FastISel base...
2014-09-15 Reed KotlerAdd mips32 r1 to the list of supported targets for...
2014-09-15 David MajnemerFix the build for MSVC, it doesn't support extended...
2014-09-15 Chandler Carruth[x86] Start fixing our emission of ADDSUBPS and ADDSUBP...
2014-09-15 Sanjay PatelReplace dead links to "Hacker's Delight" with general...
2014-09-15 David MajnemerMC: Add support for BigObj
2014-09-15 Benjamin KramerAdd return that was lost somehow in my last commit.
2014-09-15 Benjamin KramerRemove ancient hack that was emulating move semantics...
2014-09-15 David BlaikieFix memory leak in error paths in YAMLTraits by using...
2014-09-15 Rafael EspindolaFix a lot of confusion around inserting nops on empty...
2014-09-15 Quentin Colombet[CodeGenPrepare][AddressingModeMatcher] Fix a think...
2014-09-15 Akira Hatanaka[X86] Fix a bug in X86's peephole optimization.
2014-09-15 Matt ArsenaultUse dyn_cast<> instead of isa<> and cast<>
2014-09-15 Lang Hames[MCJIT] Start Stringref-izing the ExecutionEngine inter...
2014-09-15 Matt ArsenaultR600/SI: Prefer selecting more e64 instruction forms.
2014-09-15 Benjamin KramerUse IntrusiveRefCntPtr to manage the lifetime of BitCod...
2014-09-15 Matt ArsenaultR600/SI: Add preliminary support for flat address space
2014-09-15 Matt ArsenaultR600/SI: Fix promote alloca pass breaking addrspacecast
2014-09-15 Matt ArsenaultR600/SI: Enable named operand table for MTBUF
2014-09-15 Toma Tabacu[mips] Use early exit in MipsAsmParser::matchCPURegiste...
2014-09-15 Toma Tabacu[mips] Marked the DADDiu instruction aliases as MIPS...
2014-09-15 Chandler Carruth[x86] Begin emitting PBLENDW instructions for integer...
2014-09-15 Chandler Carruth[x86] Teach the x86 DAG combiner to form UNPCKLPS and...
2014-09-15 Chandler Carruth[x86] Teach the x86 DAG combiner to form MOVSLDUP and...
2014-09-15 Frederic RissFix a non-virtual destructor warning introduced in...
2014-09-15 Chandler Carruth[x86] Undo a flawed transform I added to form UNPCK...
2014-09-15 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-15 Frederic RissFix ambiguous typedef introduced in r217747.
2014-09-15 David MajnemerInstSimplify: Simplify trivial and/or of icmps
2014-09-15 Frederic RissFix DebugInfo replaceAllUsesWith.
2014-09-15 Frederic RissMove replaceAllUsesWith() from DIType to DIDescriptor.
2014-09-15 Frederic RissIntroduce the DWARFUnitSection abstraction.
2014-09-14 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-14 Chandler Carruth[x86] Teach the vector combiner that picks a canonical...
2014-09-14 Yaron KerenIn DwarfEHPrepare, after all passes are run, RewindFunc...
2014-09-14 James Molloy[A57FPLoadBalancing] Modify r217689 - actually we do...
2014-09-13 Juergen Ributzka[FastISel][AArch64] Add support for non-native types...
2014-09-13 Nick LewyckyAdd control of function merging to the PMBuilder.
2014-09-13 Matt ArsenaultFix typo
2014-09-13 Benjamin KramerSimplify code. No functionality change.
2014-09-12 Chad Rosier[AArch64] Don't enable the post-RA MI scheduler at...
2014-09-12 Owen AndersonAllow targets to custom legalize vector insertion and...
2014-09-12 Nick Kledzik[llvm-objdump] support -rebase option for mach-o to...
2014-09-12 Justin Bognerllvm-profdata: Avoid undefined behaviour when reading...
2014-09-12 Owen AndersonRemove an unnecessary restriction. MIsNeedChainEdge...
2014-09-12 Yaron KerenThe MCAssembler.h include isn't used.
2014-09-12 Ehsan AkhgariAdd an overload of getLastArgNoClaim taking two OptSpec...
2014-09-12 JF BastienAdd support for le64.
2014-09-12 Chad Rosier[AArch64] Enable post-RA MI scheduler.
2014-09-12 James Molloy[A57FPLoadBalancing] Remove support for vector types
2014-09-12 James Molloy[A57FPLoadBalancing] Ignore <def>s when checking if...
2014-09-12 James Molloy[A57LoadBalancing] unique_ptr-ify.
2014-09-12 Zoran Jovanovic[mips][microMIPS] Implement JRADDIUSP instruction
2014-09-12 Bill SchmidtAddress comments on r217622
2014-09-12 Zoran Jovanovic[mips][microMIPS] Implement BGEZALS and BLTZALS instruc...
2014-09-12 Zoran Jovanovic[mips][microMIPS] Implement JALS and JALRS instructions.
2014-09-12 Zoran Jovanovic[mips][microMIPS] Implement TLBP, TLBR, TLBWI and TLBWR...
2014-09-12 James Molloy[ARM] Teach the cost model that cross-class copies...
2014-09-12 Benjamin KramerLegalizer: Use the scalar bit width when promoting...
2014-09-12 Patrik HagglundFix gcc -Wpedantic.
2014-09-12 Evgeniy StepanovAdd CMake check for libatomic.
2014-09-12 Benjamin KramerFix an ODR violation consisting of two 'struct Query...
2014-09-12 Craig TopperRemove a temporary variable and just construct a unique...
2014-09-11 Lang Hames[MCJIT] Improve the "stub not found" diagnostic in...
2014-09-11 Matt ArsenaultR600/SI: Fix off by 1 error in used register count
2014-09-11 Rui UeyamaSupport: Use llvm::COFF::BigObjMagic
2014-09-11 Rui UeyamaSupport: Delete {aligned_,}{u,}{little,big}8_t
2014-09-11 Juergen Ributzka[C API] Make the 'lower switch' pass available via...
2014-09-11 Quentin Colombet[CodeGenPrepare] Teach the addressing mode matcher...
2014-09-11 David BlaikieRemove the unused string section symbol parameter from...
2014-09-11 Rui UeyamaSupport: improve identify_magic to recognize COFF bigobj
2014-09-11 Rafael EspindolaMisc cleanups to the FileSytem api.
2014-09-11 Bill Schmidt[PATCH, PowerPC] Accept 'U' and 'X' constraints in...
next