oota-llvm.git
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...
2010-11-16 Chris Lattnerupdate coding standards. Partial specialization is...
2010-11-16 Oscar FuentesFix assembling X86CompilationCallback_Win64.asm on...
2010-11-16 Dale JohannesenTest for llvm-gcc patch 119392.
2010-11-16 Chris Lattnerlibc++ and compiler_rt are now dual licensed under...
2010-11-16 Dan GohmanFix grammaro.
2010-11-16 Evan ChengAdd ExpandPseudos.cpp.
2010-11-16 Rafael EspindolaAdd .loc methods to the streamer.
2010-11-16 Dan GohmanSplit pseudo-instruction expansion into a separate...
2010-11-16 Rafael EspindolaAdd const.
2010-11-16 Jakob Stoklund... Fix emergency spilling in LiveIntervals::spillPhysRegAr...
2010-11-16 Jakob Stoklund... Print out the register class of the current interval.
2010-11-16 Peter CollingbourneDocument -enable-no-infs-fp-math and -enable-no-nans...
2010-11-16 Bob WilsonTidy up some things in <arm_neon.h>.
2010-11-16 Bob WilsonReapply "Stop using struct wrappers for Neon vector...
2010-11-16 Michael J.... system_error: More conditional error codes for Darwin.
2010-11-16 Bob WilsonRevert "Stop using struct wrappers for Neon vector...
2010-11-16 Rafael EspindolaParse and ignore some .cfi_* directives.
2010-11-16 Michael J.... This is the first step in adding sane error handling...
2010-11-16 Bob WilsonStop using struct wrappers for Neon vector types in...
2010-11-16 Jim GrosbachRevert inadvertant checkin of CMake libdeps.
2010-11-16 Jim GrosbachARM conditional mov encoding fix.
2010-11-16 Duncan SandsHave a few places that want to simplify phi nodes use...
2010-11-16 Dan GohmanFix missing includes of "llvm/Analysis/Passes.h" in...
2010-11-16 Duncan SandsIn which I discover the existence of loops. Threading...
2010-11-16 Rafael EspindolaA bit more of gnu as compatibility when handling reloca...
2010-11-16 Bill WendlingL_bit doesn't work here.
2010-11-16 Bill Wendling- Remove dead patterns.
2010-11-16 Bill Wendlingvldm and vstm are mnemonics for vldmia and vstmia resp.
2010-11-16 Eric ChristopherMake the verifier a little quieter on instructions...
2010-11-16 Chris LattnerFix a bug I introduced in the ppc refactoring, which...
2010-11-16 Bill WendlingTest encodings for LDM and STM.
2010-11-16 Bill WendlingEncode the multi-load/store instructions with their...
2010-11-16 Michael J.... Object: Get rid of sys::Path, Triple, and cleanup names...
2010-11-16 Chris Lattneradd copy of comment to the code that will survive the...
2010-11-16 Chris Lattnerrelax an assertion a bit, allowing the GPR argument of
2010-11-16 Jakob Stoklund... Remember to resize SpillSlotToUsesMap when allocating...
2010-11-16 Jakob Stoklund... Fix PR8612 in the standard spiller, take two.
2010-11-16 Owen AndersonAdd Thumb2 encodings for mov and friends.
2010-11-15 Rafael EspindolaChange the 11 byte nop to be a single instruction.
2010-11-15 Chris Lattnerfix a pasto that massively broke the ppc jit while...
2010-11-15 Jakob Stoklund... Revert "Fix PR8612 in the standard spiller as well."
2010-11-15 Owen AndersonAttempt to provide encodings for some miscellaneous...
2010-11-15 Evan ChengCode clean up. The peephole pass should be the one...
2010-11-15 Owen AndersonProvide Thumb2 encodings for sxtb and friends.
2010-11-15 Eric ChristopherRecommit this change and remove the failing part of...
2010-11-15 Jakob Stoklund... Fix PR8612 in the standard spiller as well.
2010-11-15 Jakob Stoklund... When spilling a register defined by an early clobber...
2010-11-15 Jim GrosbachARM LDR_PRE/LDR_POST/STR_PRE/STR_POST (and the *B count...
2010-11-15 Owen AndersonAdd Thumb2 encodings for comparison and shift operators.
2010-11-15 Benjamin KramerFix compiler warnigns.
2010-11-15 Owen AndersonAdd correct Thumb2 encodings for mvn and friends.
2010-11-15 Dan GohmanUpdate examples and documentation to explicitly add...
2010-11-15 Jim GrosbachAdd FIXMEs.
2010-11-15 Jim GrosbachNuke redundant encoding bit set.
next