oota-llvm.git
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 Tilmann Scheller[InstCombine] Remove redundant test case.
2014-09-16 Elena DemikhovskyAVX-512: added cost for some AVX-512 instructions
2014-09-16 Justin Bognerllvm-cov: Rename a variable and clean up its usage
2014-09-16 Nick Kledziktweak test case to help build bot
2014-09-16 Hal FinkelFix BasicTTI::getCmpSelInstrCost to deal with illegal...
2014-09-16 David Majnemeryaml2obj: Support bigobj
2014-09-16 Nick Kledziktweak test case to help solve why failing on one build bot
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] Add missing test case for previous...
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 Justin Bognerllvm-cov: Make debug output more consistent
2014-09-15 David BlaikieFix indenting caused by clang-format+spuriously indente...
2014-09-15 Justin Bognerllvm-cov: Fix an issue with showing regions but not...
2014-09-15 Rafael EspindolaAdd back tests for empty function in SPARC and PowerPC.
2014-09-15 Juergen Ributzka[FastISel][AArch64] Add lowering support for frem.
2014-09-15 Juergen Ributzka[FastISel] Fix a bug in FastISel::CallLoweringInfo.
2014-09-15 Sanjay PatelReplace repeated null checks with an assert. NFC.
2014-09-15 Nick Kledzik[Support] add decodeSLEB128()
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 NAKAMURA Takumillvm/test/CodeGen/X86/peephole-fold-movsd.ll: Relax...
2014-09-15 Rafael EspindolaAdd a triple to fix the bots.
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 ArsenaultCHECK-LABELize test
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 Matt ArsenaultR600/SI: Make sure double vector fmul is tested
2014-09-15 Ed MasteAdd unit test for r217454
2014-09-15 Matt ArsenaultR600/SI: Add some mubuf testcases.
2014-09-15 Benjamin KramerSpell out the template args for compilers having issues...
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] Add an explicit SSE3 run to this test and flesh...
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-15 Justin Bognerllvm-cov: Clean up some redundancy in the view API...
2014-09-15 Justin Bognerllvm-cov: Simplify CounterMappingRegion, pushing logic...
2014-09-14 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-14 NAKAMURA Takumillvm/test/CodeGen/X86/vec_shuffle-38.ll: Add explicit...
2014-09-14 Chandler Carruth[x86] Add an SSE41 mode to this test. Nothing interesti...
2014-09-14 Chandler Carruth[x86] Switch this test to use an ALL prefix with specia...
2014-09-14 Chandler Carruth[x86] Add some test cases where we should emit blendpd...
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 Matt ArsenaultR600/SI: Fix broken check lines
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-13 Chad Rosier[AArch64] Update test case to pass with post-RA MI...
2014-09-13 Nick Kledzik[llvm-objdump] Use PRIX64 with format()
2014-09-12 Nick KledzikStop suppress error messages in test case to see why...
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...
next