oota-llvm.git
2014-06-26 Eric ChristopherRemove the storage and use of the subtarget out of...
2014-06-26 Sanjay Patelfixed typo
2014-06-26 Tom RoederFix the new LTOCodeGenerator setup in gold to parse...
2014-06-26 Arnold SchwaighoferGVN: Preserve invariant.load metadata
2014-06-26 Eric ChristopherRemove extraneous includes from the target machines.
2014-06-26 Eric ChristopherMove all of the ARM subtarget features down onto the...
2014-06-26 Eric ChristopherMove the frame lowering constructors out of line to...
2014-06-26 Sanjay PatelChanged Phab 'CC' to 'subscriber'; fixed typo
2014-06-26 Matt ArsenaultR600/SI: Add FP mode bits to binary.
2014-06-26 Aaron BallmanSilencing a warning about isZExtFree hiding an inherite...
2014-06-26 Andrea Di BiagioSilence a warning due to a comparison between signed...
2014-06-26 Will SchmidtAdd support for ppc64/power8 as a host
2014-06-26 Will Schmidtadd ppc64/pwr8 as target
2014-06-26 Renato GolinAdded parsing co-processor names starting with "cr"
2014-06-26 Andrea Di Biagio[X86] Improve the selection of SSE3/AVX addsub instruct...
2014-06-26 Dinesh DwivediThis patch removed duplicate code for matching patterns
2014-06-26 Dinesh DwivediAdded instruction combine to transform few more negativ...
2014-06-26 David MajnemerGlobalOpt: Don't optimize thread_local for initializers
2014-06-26 Matt ArsenaultR600: Fix vector FMA
2014-06-26 Reid KlecknerRemove forward decl of SmallVectorImpl now that we...
2014-06-26 Hans WennborgDon't build switch tables for dllimport and TLS variabl...
2014-06-26 Alp TokerMSVC build fix following r211749
2014-06-26 Adam Nemet[X86] AVX512: Fix asm syntax for packed vcmp
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 Argyrios KyrtzidisFor CrashRecoveryContext::RunSafelyOnThread, propagate...
2014-06-25 Michael LiaoFix typo
2014-06-25 Juergen Ributzka[FastISel][X86] More refactoring of select lowering...
2014-06-25 Eric ChristopherThe includes were sorted. Revert r210578.
2014-06-25 Juergen Ributzka[FastISel][X86] Refactor XALU folding. NFC.
2014-06-25 Reid KlecknerMention that Phabricator users should subscribe to...
2014-06-25 Juergen Ributzka[FastISel][X86] Only fold the cmp into the select when...
2014-06-25 Rafael EspindolaMerge the used symbol scanning of MCObjectStreamer...
2014-06-25 David BlaikieRevert "PR20038: DebugInfo: Inlined call sites where...
2014-06-25 David BlaikiePR20038: DebugInfo: Inlined call sites where the caller...
2014-06-25 Tyler NowickiAdd Rpass-missed and Rpass-analysis reports to the...
2014-06-25 Andrea Di Biagio[X86] Always prefer to lower a VECTOR_SHUFFLE into...
2014-06-25 Juergen RibutzkaFix indentation.
2014-06-25 Rafael EspindolaFix the build.
2014-06-25 Rafael EspindolaMove expression visitation logic up to MCStreamer.
2014-06-25 Eli BenderskyAdd some test files for r211710.
2014-06-25 Eli BenderskyRename loop unrolling and loop vectorizer metadata...
2014-06-25 JF BastienFix = delete in MSVC build from r211705
2014-06-25 Rafael EspindolaSimplify the visitation of target expressions. No funct...
2014-06-25 JF BastienRandom Number Generator (llvm)
2014-06-25 Rafael EspindolaSimplify AddValueSymbols. No functionality change.
2014-06-25 Evgeniy Stepanov[msan] Fix bad interaction between with-calls mode...
2014-06-25 Rafael EspindolaDon't leak a file descriptor.
2014-06-25 Logan ChienCode cleanup.
2014-06-25 Chandler CarruthAdd Polly to the ignored trees.
2014-06-25 Chandler Carruth[x86] Add intrinsics for the pshufd, pshuflw, and pshuf...
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-25 NAKAMURA TakumiReformat.
2014-06-25 Andrea Di Biagio[X86] Add target combine rule to select ADDSUB instruct...
2014-06-25 Evgeniy StepanovFactor out part of LICM::sink into a helper function.
2014-06-25 Alexey VolkovFix unresolved symbols when loading gold plugin
2014-06-25 Evgeniy Stepanov[LICM] Don't create more than one copy of an instructio...
2014-06-25 Rafael EspindolaFix another asserting method in the null streamer.
2014-06-25 Rafael EspindolaFix a regression from r211653.
2014-06-25 NAKAMURA TakumiMCNullStreamer.cpp: Roll back a few empty methods that...
2014-06-25 NAKAMURA TakumiCodeGen/X86/pr20088.ll: Add -march=x86-64, or llc fails...
2014-06-25 Alp TokerUse SourceMgr::getMemoryBuffer() in a couple of places
2014-06-25 Rafael EspindolaMove some trivial methods up to MCStreamer.
2014-06-25 Lang Hames[RuntimeDyld] Adds the necessary hooks to MCJIT to...
2014-06-25 Rafael EspindolaSimplify the handling of .cfi_endproc.
2014-06-24 Rafael EspindolaSimplify EmitLabel.
2014-06-24 Juergen Ributzka[FastISel][X86] Fold XALU condition into branch and...
2014-06-24 Tom StellardR600/SI: Use a ComplexPattern for MUBUF stores
2014-06-24 Tom StellardR600: Promote i64 stores to v2i32
2014-06-24 NAKAMURA Takumildr-pseudo-obj-errors.s: Fix silly copypasto.
2014-06-24 NAKAMURA Takumillvm/test/MC/AArch64/ldr-pseudo-obj-errors.s: Add ...
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-06-24 Matt ArsenaultR600: Fix inconsistency in rsq instructions.
2014-06-24 Sanjay Patelfixed a few typos in comments
2014-06-24 David BlaikieFix up scoping in a few tests (and delete one that...
2014-06-24 Bill Schmidt[PPC64] Fix PR20071 (fctiduz generated for targets...
2014-06-24 Robert Khasanovvpblend intrinsics combines as shifts intrinsics due...
2014-06-24 Matt ArsenaultR600: Remove DIV_INF
2014-06-24 Matt ArsenaultR600/SI: Move pattern to instruction definition
2014-06-24 Weiming ZhaoFix test case in r211605/r211533
2014-06-24 Diego NovilloAdd new debug kind LocTrackingOnly.
2014-06-24 Weiming ZhaoResubmit commit r211533
2014-06-24 David MajnemerCodeGen: Avoid multiple strlen calls
2014-06-24 Christian PirkerARM: Fix TPsoft for Thumb mode
2014-06-24 Alexander KornienkoRemove an empty directory left after r211508.
2014-06-24 Rafael EspindolaReplace two release calls with std::move. I missed...
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-24 Daniel SandersRevert: r211588 - [mips] Use __clear_cache builtin...
2014-06-24 NAKAMURA TakumiRevert r211287, "Remove support for LLVM runtime multi...
2014-06-24 Daniel Sanders[mips] Added support for assembling sdbbp.
2014-06-24 Daniel Sanders[mips] Use __clear_cache builtin instead of cacheflush...
2014-06-24 Benjamin KramerInstCombine: Disable umul.with.overflow recognition...
2014-06-24 Benjamin KramerInstCombine: Don't try to reorder shuffles where the...
2014-06-24 David MajnemerGlobalOpt: Don't optimize dllimport for initializers
2014-06-24 Alexey SamsonovInclude <tuple> for std::tie
2014-06-24 Kevin Qin[AArch64] Fix a build_vector pattern match fail
2014-06-24 Adam Nemet[Disasm][AVX512] Implement decoding of top bit for...
2014-06-24 Adam Nemet[Emacs] Use spaces rather than tabs for indentation...
2014-06-24 Duncan P. N... Support: Move class ScaledNumber
2014-06-24 Duncan P. N... BFI: Un-floatify more language
2014-06-24 Duncan P. N... BFI: Remove more float-like language from ScaledNumber
next