Some comment fixes.
[oota-llvm.git] / lib /
2012-11-19 Bob WilsonSome comment fixes.
2012-11-19 Craig TopperMove else onto line with preceding closing brace.
2012-11-18 Duncan SandsRemove the last bit of constant folding from LinearizeE...
2012-11-18 Duncan SandsFix PR14060, an infinite loop in reassociate. The...
2012-11-18 Nick LewyckyDon't try to calculate the alignment of an unsigned...
2012-11-17 James MolloyAdd a new function to ConstantExpr - getAsInstruction...
2012-11-17 Benjamin KramerPlug a memory leak in the GCOV profiling emitter, which...
2012-11-17 Andrew TrickBroaden isSchedulingBoundary to check aliases of SP.
2012-11-17 Hal FinkelPhi speculation improvement for BasicAA
2012-11-17 Eli FriedmanMark FP_EXTEND form v2f32 to v2f64 as "expand" for...
2012-11-17 Nadav RotemLoopVectorizer: Add initial support for pointer inducti...
2012-11-17 Akira HatanakaInitial implementation of MipsTargetLowering::isLegalAd...
2012-11-17 Weiming ZhaoRename methods like PairSRegs() to createSRegpairNode...
2012-11-17 Evan ChengTeach SROA rewriteVectorizedStoreInst to handle cases...
2012-11-16 Eric ChristopherAdd some basic support for the fission addr forms to...
2012-11-16 Weiming ZhaoRemove hard coded registers in ARM ldrexd and strexd...
2012-11-16 Andrew TrickUse array_pod_sort instead of std::sort.
2012-11-16 Anton KorobeynikovMake sure FABS on v2f32 and v4f32 is legal on ARM NEON
2012-11-16 Richard OsborneFix handling of aliases to functions.
2012-11-16 Justin Holewinski[NVPTX] Order global variables in def-use order before...
2012-11-16 Justin HolewinskiPreserve address space of forward-referenced global...
2012-11-16 Duncan SandsMake this easier to understand, as suggested by Chandler.
2012-11-16 Craig TopperRemove conditions from 'else if' that were guaranteed...
2012-11-16 Duncan SandsInstructionSimplify should be able to simplify A+B...
2012-11-16 Joe AbbeyUsing const cast to alleviate a warning.
2012-11-16 Craig TopperFactor out the final FADD that's common to multiple...
2012-11-16 Chris Lattnermove irrelevant attribution.
2012-11-16 Duncan SandsFix PR14361: wrong simplification of A+B==B+A. You...
2012-11-16 Hans WennborgSimplifyCFG: Don't assume non-null ScalarTargetTransfor...
2012-11-16 Duncan SandsAdd the Erlang/HiPE calling convention, patch by Yianni...
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-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-11-15 Eli FriedmanMark FP_ROUND for converting NEON v2f64 to v2f32 as...
2012-11-15 Michael IlsemanRemove trailing whitespace
2012-11-15 Akira Hatanaka[mips] Add predicate HasFPIdx for floating-point indexe...
2012-11-15 Adhemerval ZanellaPowerPC: 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 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 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 llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint...
2012-11-15 Andrew TrickFix an obvious merge bug in -join-globalcopies (disabled).
2012-11-15 NAKAMURA TakumiInstCombineAndOrXor.cpp: Escape bracket in doxygen...
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 Jakub StaszakUse reserve() to avoid vector reallocation.
2012-11-14 Eric ChristopherRemove the CellSPU port.
2012-11-14 Jakub StaszakFix invalid asserts, use llvm_unreachable instead.
2012-11-14 Jyotsna VermaAdded multiclass for post-increment load instructions.
2012-11-14 Jakub StaszakcanJoinPhys method doesn't modify CoalescerPair. Make...
2012-11-14 Chad RosierRemove dead code.
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 RotemThe code pattern "imm0_255_neg" is used for checking...
2012-11-14 Justin Holewinski[NVPTX] Implement custom lowering of loads/stores for i1
2012-11-14 Anton KorobeynikovFix really stupid ARM EHABI info generation bug: we...
2012-11-14 Hal FinkelFix the largest offender of determinism in BBVectorize
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 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 Craig TopperFactor out an overly replicated typecast. No functional...
2012-11-14 Craig TopperSet FFLOOR for vectors to expand on CellSPU to keep...
2012-11-14 Craig TopperAdd newlines to end of debug messages.
2012-11-14 Rafael EspindolaHandle DAG CSE adding new uses during ReplaceAllUsesWit...
2012-11-14 Anton KorobeynikovUse TARGET2 relocation for TType references on ARM.
2012-11-14 Matt Beaumont-GayFix broken asserts. Also, spell 'indices' correctly.
2012-11-14 Michael J. Spencer[Object] Fix endianess bug by refactoring Archive:...
2012-11-14 Nadav Rotemuse the getSplat API. Patch by Paul Redmond.
2012-11-13 Eric ChristopherRevert "Use the 'count' attribute instead of the 'upper...
2012-11-13 Andrew TrickRevert -join-splitedges to a boolean cmd line option.
2012-11-13 Andrew TrickThe MachineScheduler does not currently require JoinSpl...
2012-11-13 Michael J. Spencer[MC][COFF] Emit weak symbols to the correct section...
2012-11-13 Ulrich WeigandAdd (some) PowerPC TLS relocation types to ELF.h and
2012-11-13 Ulrich WeigandFix wrong PowerPC instruction opcodes for:
2012-11-13 Ulrich WeigandFix wrong PowerPC instruction encodings due to
next