[FastISel][AArch64] Refactor code to use isTypeSupported. NFC.
[oota-llvm.git] / lib /
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...
2014-09-11 Lang Hames[MCJIT] Add support for ARM HALF_DIFF relocations to...
2014-09-11 Brad SmithProvide an implementation of getNoopForMachoTarget...
2014-09-11 Matt ArsenaultAdd DAG combine for shl + add of constants.
2014-09-11 Lang Hames[MCJIT] Take the relocation addend into account when...
2014-09-11 Adam Nemet[AVX512] Fix miscompile for unpack
2014-09-11 Benjamin KramerMove constant-sized bitvector to the stack.
2014-09-11 Sanjay PatelCombine fmul vector FP constants when unsafe math is...
2014-09-11 Sanjay Pateltypo
2014-09-11 Aaron WatryR600: Add cmpxchg instruction for evergreen
2014-09-11 Aaron WatryR600: Add LDS_WRXCHG[_RET] instructions for Evergreen.
2014-09-11 Aaron WatryR600: Add LDS_MIN_[U]INT[_RET] instructions for Evergreen
2014-09-11 Aaron WatryR600: Add LDS_XOR[_RET] instructions for Evergreen
2014-09-11 Aaron WatryR600: Add LDS_OR[_RET] instructions for Evergreen
2014-09-11 Aaron WatryR600: Add LDS_AND[_RET] instructions for Evergreen
2014-09-11 Aaron WatryR600: Add LDS_MAX_[U]INT[_RET] instructions for Evergreen
2014-09-11 Hal Finkel[AlignmentFromAssumptions] Don't crash just because...
2014-09-11 David XuBuild correct vector filled with undef nodes
2014-09-10 Matt ArsenaultR600/SI: Fix losing chain when fixing reg class of...
2014-09-10 Matt ArsenaultR600/SI: Report offset in correct units for st64 DS...
2014-09-10 Matt ArsenaultR600: Custom lower frem
2014-09-10 Rafael EspindolaAdd doInitialization/doFinalization to DataLayoutPass.
2014-09-10 Hal Finkel[AlignmentFromAssumptions] Don't divide by zero for...
2014-09-10 Gerolf Hoflehner[AArch64] Revert r216141 for cyclone
2014-09-10 Gerolf Hoflehner[PassManager] Adding Hidden attribute to EnableMLSM...
next