oota-llvm.git
2010-11-18 Dan GohmanStrip trailing whitespace.
2010-11-18 Dan GohmanUse llvm_unreachable for "impossible" situations.
2010-11-18 Dan GohmanAdd support for PHI-translating sext, zext, and trunc...
2010-11-18 Chris Lattnerslightly simplify code and substantially improve commen...
2010-11-18 Chris Lattnerremove a pointless restriction from memcpyopt. It was
2010-11-18 Chris Lattnerfilecheckize, this is still not optimal, see PR8643
2010-11-18 Chris Lattnerremove another pointless noalias check: M is a memcpy...
2010-11-18 Chris Lattneruse AA::isNoAlias instead of open coding it. Remove...
2010-11-18 Chris Lattnerfinish a thought.
2010-11-18 Chris Lattnerrearrange some code, splitting memcpy/memcpy optimization
2010-11-18 Chris Lattnerallow eliminating an alloca that is just copied from...
2010-11-18 Chris Lattnerenhance the "alloca is just a memcpy from constant...
2010-11-18 Chris Lattnerfix a small oversight in the "eliminate memcpy from...
2010-11-18 Chris Lattnerfilecheckize
2010-11-18 Chris Lattnertrivial QoI improvement. On this invalid input:
2010-11-18 Chris Lattnerpatch from Frits van Bommel:
2010-11-18 Rafael EspindolaChange CodeGen to use .loc directives. This produces...
2010-11-18 Evan ChengSilence compiler warnings.
2010-11-18 Jim GrosbachRemove trailing whitespace.
2010-11-18 Jim GrosbachARM PseudoInst instructions don't need or use an assemb...
2010-11-18 Jim GrosbachRevert 119600 to unbreak the build. Francois, please...
2010-11-18 Dale JohannesenDo not throw away alignment when generating the DAG for
2010-11-18 Evan ChengCode clean up.
2010-11-18 Jim GrosbachAdd FIXME.
2010-11-18 Jim GrosbachRefactor the ARM PICADD and PICLDR* instructions to...
2010-11-18 Owen AndersonTry again at providing Thumb2 encodings for basic multi...
2010-11-18 Francois PichetAppease MSVC 2008: you can't use keyword this inside...
2010-11-18 John ThompsonFixed to use input redirection for source - to eliminat...
2010-11-18 Jim GrosbachRefactor a few ARM load instructions to better paramete...
2010-11-18 Owen AndersonRevert r119593 while I figure out my testing disagrees...
2010-11-18 Dan GohmanIntroduce memoization for ScalarEvolution dominates...
2010-11-18 Owen AndersonProvide correct Thumb2 encodings for basic multiplicati...
2010-11-18 Oscar FuentesUpdated library dependencies.
2010-11-17 John ThompsonBug 8621 fix - pointer cast stripped from inline asm...
2010-11-17 Wesley PeckMake MCJIT work with CMake.
2010-11-17 Jim GrosbachClean up LEApcrel instuction(s) a bit. It's not really...
2010-11-17 Dan GohmanFactor out the code for purging a SCEV from all the...
2010-11-17 Dan GohmanMerge the implementations of isLoopInvariant and hasCom...
2010-11-17 Wesley PeckNow that the MBlaze backend is in its own directory...
2010-11-17 Dan GohmanMake SCEV::getType() and SCEV::print non-virtual. Move...
2010-11-17 Owen AndersonSecond attempt at correct encodings for Thumb2 bitfield...
2010-11-17 Jim GrosbachFix comment typo.
2010-11-17 Dale JohannesenThese tests are looking for library function names...
2010-11-17 Dan GohmanMove SCEV::dominates and properlyDominates to ScalarEvo...
2010-11-17 Bob WilsonChange ARMGlobalMerge to keep BSS globals in separate...
2010-11-17 Bob WilsonFix ARMGlobalMerge pass to check if globals are entirel...
2010-11-17 Bob WilsonChange the symbol for merged globals from "merged"...
2010-11-17 Bob WilsonFix the ARMGlobalMerge pass to look at variable sizes...
2010-11-17 Dan GohmanMove SCEV::isLoopInvariant and hasComputableLoopEvoluti...
2010-11-17 Jim GrosbachMake the ARM BR_JTadd instruction an explicit pseudo...
2010-11-17 Evan ChengAvoid isel movcc of large immediates when the large...
2010-11-17 Dan GohmanReference ScalarEvolution by name rather than directly...
2010-11-17 Duncan SandsBefore replacing a phi node with a different value, it
2010-11-17 Owen AndersonRevert r119551, which broke buildbots.
2010-11-17 Dan GohmanVerify SCEVAddRecExpr's invariant in ScalarEvolution...
2010-11-17 Owen AndersonProvide Thumb2 encodings for bitfield instructions.
2010-11-17 Dan GohmanFix ScalarEvolution's range memoization to avoid using a
2010-11-17 Evan ChengRemove ARM isel hacks that fold large immediates into...
2010-11-17 Rafael Espindolamake isVirtualSection a virtual method on MCSection...
2010-11-17 Owen AndersonMore miscellaneous Thumb2 encodings.
2010-11-17 Chris Lattneradd some justification for "using namespace llvm;"
2010-11-17 Jim GrosbachFix typo.
2010-11-17 Bill WendlingAdd missing opcodes now that this function's used in...
2010-11-17 Benjamin KramerInstCombine: Add a missing irem identity (X % X -> 0).
2010-11-17 Duncan SandsMove some those Xor simplifications which don't require...
2010-11-17 Jim GrosbachMore ARM encoding bits. LDRH now encodes properly.
2010-11-17 Chris Lattnervarious cleanups and other improvements, patch by Zhany...
2010-11-17 Rafael EspindolaAdd support for .int.
2010-11-17 Rafael EspindolaAdd support for .2byte, .4byte and .8byte.
2010-11-17 Daniel DunbarMC-JIT: Stub out "pure" streamer.
2010-11-17 Daniel DunbarMCJIT: Stub out MCJIT implementation, still doesn't...
2010-11-17 Daniel Dunbarlli: Add stub -use-mcjit option, which doesn't currentl...
2010-11-17 Duncan SandsHave InlineFunction use SimplifyInstruction rather...
2010-11-17 Duncan SandsNow that hasConstantValue has been made simpler, it...
2010-11-17 Evan ChengRevert r119109 for now. It's breaking 176.gcc.
2010-11-17 Duncan SandsPreviously SimplifyInstruction could report that an...
2010-11-17 Chris LattnerWith the newly simplified SourceMgr interfaces and...
2010-11-17 Chris Lattnernow that AsmPrinter::EmitInlineAsm is factored right...
2010-11-17 Che-Liang ChiouAdd simple arithmetics and %type directive for PTX
2010-11-17 Evan ChengSimplify code that toggle optional operand to ARM:...
2010-11-17 Chris Lattnerrearrange how the handler in SourceMgr is installed...
2010-11-17 Chris Lattnerrefactor the interface to EmitInlineAsm a bit, no funct...
2010-11-17 Chris Lattnerfix PR8613 - Copy constructor of SwitchInst does not...
2010-11-17 Chris Lattnertidy up
2010-11-17 Bill WendlingThe machine instruction no longer encodes the submode...
2010-11-17 Bill WendlingProper encoding for VLDM and VSTM instructions. The...
2010-11-17 Duncan SandsFix a layering violation: hasConstantValue, which is...
2010-11-17 Duncan SandsHave ScalarEvolution use SimplifyInstruction rather...
2010-11-17 Duncan SandsHave RemovePredecessorAndSimplify you SimplifyInstruction
2010-11-17 Duncan SandsRemove dead code in GVN: now that SimplifyInstruction...
2010-11-17 Dan GohmanMemoize results from ScalarEvolution's getUnsignedRange...
2010-11-17 Dan GohmanFix warnings about missing parents between || and &&.
2010-11-17 Eric ChristopherOnly avoid the check if we're the last operand before...
2010-11-17 Bill WendlingAdd binary emission stuff for VLDM/VSTM. This reuses the
2010-11-17 Peter CollingbourneFix typo: Exectuable -> Executable
2010-11-16 Bob WilsonUse new neon_vector_type and neon_polyvector_type attri...
2010-11-16 Bob WilsonChange Neon polynomial types to be signed to match...
2010-11-16 Bob WilsonRefactor to new GetNumElements function.
2010-11-16 Bill WendlingUse the correct variable names so that the encodings...
2010-11-16 Dan GohmanReapply r118917. With pseudo-instruction expansion...
next