oota-llvm.git
2010-02-23 Chris Lattnerswitch the value# in OPC_CompleteMatch and OPC_EmitNode...
2010-02-23 Johnny ChenAdded VCEQ (immediate #0) NEON instruction for disassem...
2010-02-23 Jakob Stoklund... Dead code elimination
2010-02-23 Jeffrey YasskinFix viewCFG on Linux.
2010-02-22 Chris Lattneradd a new Push2 opcode for targets (like cellspu) which...
2010-02-22 Evan ChengThese should not have been committed.
2010-02-22 Chris Lattnerno need to run llvm-as here.
2010-02-22 Evan ChengInstcombine constant folding can normalize gep with...
2010-02-22 Chris LattnerChange ComplexPattern handling to push the node being...
2010-02-22 Jim GrosbachUpdated version of r96634 (which was reverted due to...
2010-02-22 Dan GohmanAdd a test for canonicalizing ConstantExpr operands.
2010-02-22 Jim GrosbachClean up a bit and fix for when SPAdj != 0
2010-02-22 Jim GrosbachThe predicate index isn't fixed, so scan for it to...
2010-02-22 Dan GohmanCanonicalize ConstantInts to the right operand of commu...
2010-02-22 Chris Lattnerexpand my hack to work with nodes that have flags but...
2010-02-22 Chris Lattneradd a new CheckMultiOpcode opcode for checking that...
2010-02-22 Chris LattnerWhen matching patterns that have a complex pattern...
2010-02-22 Chris Lattneradd some debug hooks for tracking the behavior of the...
2010-02-22 Chris Lattnerremove dupes now.
2010-02-22 Chris Lattnermove #includes earlier.
2010-02-22 Daniel DunbarMC/Mach-O: Remove non-sensical comment, and add a missi...
2010-02-22 Dan GohmanMinor formatting cleanup.
2010-02-22 Dan GohmanUse Instruction::isCommutative instead of duplicating it.
2010-02-22 Johnny ChenAdded SEL, SXTB16, SXTAB16, UXTAB16, SMMULR, SMMLAR...
2010-02-22 Bob WilsonErase deleted instructions from GVN's ValueTable. ...
2010-02-22 Dan GohmanActually enable the -enable-unsafe-fp-math tests.
2010-02-22 Johnny ChenAdded a bunch of instructions for disassembly only:
2010-02-22 Arnold SchwaighoferMark the return address stack slot as mutable when...
2010-02-22 Daniel DunbarLLVMC/MultiplePluginPriorities.td: Generally XFAIL...
2010-02-22 Dan GohmanRemove unused variables and parameters.
2010-02-22 Dan GohmanFix various doxygen warnings.
2010-02-22 Dan GohmanFix a typo in a comment.
2010-02-22 Dan GohmanConstant-fold certain comparisons with infinity and...
2010-02-22 Dan GohmanRename a variable to avoid a -Wshadow warning.
2010-02-22 Dan GohmanRemove the logic for reasoning about NaNs from the...
2010-02-22 Dan GohmanWhen emitting an instruction which depends on both...
2010-02-22 Dan GohmanThis cast<Instruction> is unnecessary.
2010-02-22 Chris Lattnerenhance my hack for flags handling, this allows us...
2010-02-22 Chris Lattnerfix an incorrect VT: eflags is always i32. The bug...
2010-02-21 Chris Lattnerfix most of the failures in the x86 suite by handling...
2010-02-21 Daniel DunbarMC/X86: Add stub AsmBackend.
2010-02-21 Daniel DunbarMC: Sketch registry support for target specific assembl...
2010-02-21 Daniel DunbarFormatting tweaks (trailing whitespace, ordering, comme...
2010-02-21 Chris Lattnerfix an odd thinko in an assertion, all arm tests pass...
2010-02-21 Chris LattnerAlways emit register class id references as i32 like
2010-02-21 Chris Lattneradd some no-unwinds, other minor cleanups.
2010-02-21 Anton KorobeynikovIt turned out that we failed to emit proper symbol...
2010-02-21 Chris Lattnerspeculatively teach OPC_CheckValueType and OPC_EmitNode...
2010-02-21 Chris Lattnerteach OPC_CheckType to handle MVT::iPTR, down to 2...
2010-02-21 Chris Lattnermake this check a bit more generous, it may be outlivin...
2010-02-21 Chris LattnerRelax an assertion a bit. We allow replacing things...
2010-02-21 Chris Lattneradd a triple so that this doesn't fail due to linux...
2010-02-21 Chris LattnerSort the patterns before adding them to the FA so that...
2010-02-21 Duncan SandsRemove a bunch of duplicated code, where there was...
2010-02-21 Chris Lattnerfilecheckize and add nouwinds.
2010-02-21 Jakob Stoklund... Enable assertion to detect cyclic valno references.
2010-02-21 Anton KorobeynikovIT turns out that during jumpless setcc lowering eq...
2010-02-21 Chris Lattnerwhen a match fails and we have to rollback, make sure...
2010-02-21 Chris Lattnerhandle optional in flags that aren't present.
2010-02-21 Chris Lattneremit table indexes before each row so that it is debugg...
2010-02-21 Chris Lattnerfix two bugs in OPC_EmitRegister, which makes ppc happier.
2010-02-21 Chris Lattnerfix a table size miscomputation, target opcodes are...
2010-02-21 Chris Lattneremit to the right streams, to avoid emitting the push
2010-02-21 Chris Lattneroops don't turn this on for everyone yet.
2010-02-21 Chris Lattnerimplement the last known missing feature: updating...
2010-02-21 Chris Lattnerfix and un-xfail X86/vec_ss_load_fold.ll
2010-02-21 Johnny ChenUndo r96654. The printing of ARM shift instructions...
2010-02-21 Charles DavisReduce size of 'StackAlignment' field from 5 to 3 bits...
2010-02-21 Chris Lattnertemporarily disable this.
2010-02-21 Chris LattnerLots of improvements to the new dagisel emitter. This...
2010-02-21 Chris Lattnerrename SelectScalarSSELoad -> SelectScalarSSELoadXXX...
2010-02-21 Chris Lattneradd a hook so that the new isel can run SDNodeXForms.
2010-02-21 Chris LattnerEliminate some uses of immAllOnes, just use -1, it...
2010-02-21 Chris LattnerEliminate some uses of immAllOnes, just use -1, it...
2010-02-21 Tanya LattnerTest commit.
2010-02-21 Tanya LattnerTest commit
2010-02-19 Dan GohmanRename getSDiv to getExactSDiv to reflect its behavior...
2010-02-19 Dan GohmanCheck for overflow when scaling up an add or an addrec for
2010-02-19 Bob WilsonRevert 96634. It causes assertion failures for 126...
2010-02-19 Dan GohmanAdd a comment.
2010-02-19 Charles DavisAdd support for the 'alignstack' attribute to the x86...
2010-02-19 Dan GohmanTeach ScalarEvolution how to compute a tripcount for...
2010-02-19 Bob WilsonRevert Anton's most recent EH patch (r96637), since...
2010-02-19 Duncan SandsRevert commits 96556 and 96640, because commit 96556...
2010-02-19 Duncan SandsCorrect LastPrimitiveTyID: MetadataType is a primitive...
2010-02-19 Chris Lattneradd emitter support for integer constants and simple...
2010-02-19 Dale Johannesenrecommit 96626, evidence that it broke things appears
2010-02-19 Chris Lattnerfix this to work more determinstically, patch by Thomas...
2010-02-19 Devang PatelTest case for r96656.
2010-02-19 Johnny ChenAdded entries for ASR, LSL, LSR, ROR, and RRX so that...
2010-02-19 Dale JohannesenRevert 96626, which causes build failure on ppc Darwin.
2010-02-19 Evan ChengTransform (xor (setcc), (setcc)) == / != 1 to
2010-02-19 Chris LattnerI confused myself, temporaries will be recorded right...
2010-02-19 Anton KorobeynikovUse the same encoding for EH stuff uniformly on all...
2010-02-19 Chris Lattnerintroduce a new ResultVal and start keeping track of...
2010-02-19 Jim GrosbachRadar 7636153. In the presence of large call frames...
2010-02-19 Dan GohmanWhen determining the set of interesting reuse factors...
2010-02-18 Dan GohmanIndvars needs to explicitly notify ScalarEvolution...
2010-02-18 Mon P WanggetSplatIndex assumes that the first element of the...
2010-02-18 Johnny ChenAdded LDRD_PRE/POST & STRD_PRE/POST for disassembly...
next