oota-llvm.git
2012-11-16 NAKAMURA Takumillvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu...
2012-11-16 Duncan SandsAdd the Erlang/HiPE calling convention, patch by Yianni...
2012-11-16 Chandler CarruthUpdate credits file regarding SROA work... Also include...
2012-11-16 Chandler CarruthAdd myself as the code owner for a bunch of stuff.
2012-11-16 Amara EmersonAdd MCJIT test case for running global constructors.
2012-11-16 Amara EmersonAdd R_ARM_TARGET1 relocation to MCJIT and ensure that...
2012-11-16 Hans WennborgConstant::IsThreadDependent(): Use dyn_cast<Constant...
2012-11-16 Alexey Samsonov[DebugInfo] Generate address ranges for compile units...
2012-11-16 Craig TopperFactor some common code to reduce compile size.
2012-11-16 Nadav RotemLoopVectorize: Division reductions generate incorrect...
2012-11-16 Craig TopperUse roundps/pd for llvm.ceil, llvm.trunc, llvm.rint...
2012-11-16 Craig TopperFix typo in a comment.
2012-11-16 Akira Hatanaka[mips] Fix delay slot filler so that instructions with...
2012-11-16 Michael IlsemanRemove trailing whitespace
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-11-15 Eli BenderskyAdd some tests for the FileCheck utility.
2012-11-15 Galina KistanovaAdded myself as owner of LLVM Buildbot.
2012-11-15 Eric ChristopherClarify.
2012-11-15 Owen AndersonClaim ownership of everyone's favorite part of the...
2012-11-15 Eli FriedmanMark FP_ROUND for converting NEON v2f64 to v2f32 as...
2012-11-15 Eric ChristopherMore ownership, no one likes these things anyways.
2012-11-15 Michael IlsemanRemove trailing whitespace
2012-11-15 Nadav RotemUpdate the code ownership.
2012-11-15 Jyotsna VermaFix typo.
2012-11-15 Akira Hatanaka[mips] Add predicate HasFPIdx for floating-point indexe...
2012-11-15 Joel JonesAdd description of how to build docs
2012-11-15 Adhemerval... PowerPC: Lowering floor intrinsic for Altivec
2012-11-15 Daniel DunbarPathV2: Fix a possible infinite loop.
2012-11-15 Akira HatanakaAdd assertions in MipsLongBranch which check the size...
2012-11-15 Jakub StaszakReturn 0 instead of false.
2012-11-15 Ulrich WeigandUse std::stable_sort instead of std::sort when sorting...
2012-11-15 Evan ChengClarify my code ownership
2012-11-15 Sergei LarinAdd myself as owner of VLIW Instruction Scheduling...
2012-11-15 Anton KorobeynikovAdd ARM EABI to my list of responsibilities.
2012-11-15 Jakub StaszakSimplify code.
2012-11-15 Andrew Trickmisspell
2012-11-15 Andrew Trickwhitespace
2012-11-15 Chad Rosier[reg scavenger] Fix the isUsed/isAliasUsed functions...
2012-11-15 Sergei LarinFix indeterminism in MI scheduler DAG construction.
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
2012-11-15 Dmitri GribenkoFileCheck: remove useless 'continue' at the end of...
2012-11-15 Duncan SandsDo not handle void types in DataLayout. Patch by Patri...
2012-11-15 Hans WennborgMake GlobalOpt be conservative with TLS variables ...
2012-11-15 Guy BenyeiAdd support for SPIR64 target - the 64bit counterpart...
2012-11-15 Duncan SandsFix a crash observed by Shuxin Yang. The issue here...
2012-11-15 Craig TopperRevert changing FNEG of v4f32 to Expand. It's legal.
2012-11-15 Craig TopperMake FNEG and FABS of v4f32 Expand.
2012-11-15 Craig TopperMake a bunch of floating point operations on vectors...
2012-11-15 Craig TopperAdd missing documentation for llvm.exp2, llvm.log10...
2012-11-15 Craig TopperAdd llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint...
2012-11-15 Andrew TrickFix an obvious merge bug in -join-globalcopies (disabled).
2012-11-15 Eric ChristopherAdd some release notes that say we removed the CellSPU...
2012-11-15 NAKAMURA TakumiInstCombineAndOrXor.cpp: Escape bracket in doxygen...
2012-11-15 Jakub StaszakUse LLVM_DELETED_FUNCTION.
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-11-14 Jakub StaszakRemove unneeded #includes.
2012-11-14 NAKAMURA TakumiNVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable]
2012-11-14 Bill SchmidtThis patch is in preparation for adding medium code...
2012-11-14 Sean Silvadocs: Improve typographical correctness.
2012-11-14 Sean Silvadocs: Sphinxify TestSuiteMakefileGuide
2012-11-14 Jakub StaszakUse reserve() to avoid vector reallocation.
2012-11-14 Jakub StaszakMake sure to not get AVX code on an AVX-capable host...
2012-11-14 NAKAMURA Takumitest/CodeGen/Hexagon/postinc-load.ll: Suppress it for...
2012-11-14 Eric ChristopherFew more small CellSPU removals.
2012-11-14 Eric ChristopherFix CMake build.
2012-11-14 Eric ChristopherRemove the CellSPU port.
2012-11-14 Sean Silvadocs: Sphinxify TestingGuide
2012-11-14 Alexander KornienkoSupport for [[@LINE]], [[@LINE+<offset>]], [[@LINE...
2012-11-14 Jakub StaszakFix invalid asserts, use llvm_unreachable instead.
2012-11-14 NAKAMURA Takumillvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and...
2012-11-14 Jyotsna VermaAdded multiclass for post-increment load instructions.
2012-11-14 Benjamin KramerForce CPU in test so we don't accidentally get AVX...
2012-11-14 Jakub StaszakcanJoinPhys method doesn't modify CoalescerPair. Make...
2012-11-14 Alexander KornienkoAdded %(line), %(line+<number>), %(line-<number>) subst...
2012-11-14 Chad RosierRemove dead code.
2012-11-14 Jakub StaszakFix comment.
2012-11-14 Jakub StaszakRemove DOS line endings.
2012-11-14 Benjamin KramerX86: Enable SSE memory intrinsics even when stack align...
2012-11-14 Hal FinkelReplace std::vector -> SmallVector in BBVectorize
2012-11-14 Nadav RotemUpdate my email address and update the code ownership
2012-11-14 Dmitri GribenkoFileCheck.rst: change formatting of code-like construct...
2012-11-14 Nadav RotemThe code pattern "imm0_255_neg" is used for checking...
2012-11-14 Justin HolewinskiAdd myself as code owner for NVPTX target
2012-11-14 Sean Silvadocs: nuke GCCFEBuildInstrs.html
2012-11-14 Justin Holewinski[NVPTX] Implement custom lowering of loads/stores for i1
2012-11-14 Anton KorobeynikovFix comment
2012-11-14 Anton KorobeynikovFix really stupid ARM EHABI info generation bug: we...
2012-11-14 Chad RosierClaim ownership.
2012-11-14 Hal FinkelFix the largest offender of determinism in BBVectorize
2012-11-14 Benjamin KramerSort the code owner list alphabetically. Add myself...
2012-11-14 Jim GrosbachX86: Better diagnostics for 32-bit vs. 64-bit mode...
2012-11-14 Matt Beaumont-Gays/assert/llvm_unreachable/
2012-11-14 Eric ChristopherGrab debug information for code ownership.
2012-11-14 Alexey Samsonov[TSan] fix indentation
2012-11-14 Alexey SamsonovEmit relocations from .debug_aranges to .debug_info...
2012-11-14 Patrik HägglundRevert some redundant parts of r142605.
2012-11-14 Craig TopperSet FFLOOR of vectors to expand to keep intruction...
2012-11-14 Hal FinkelMark myself as owner of BBVectorize and PowerPC
2012-11-14 Andrew TrickAccepting ownership of scheduling.
2012-11-14 Craig TopperFactor out an overly replicated typecast. No functional...
next