oota-llvm.git
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...
2010-02-18 Chris Lattneradd support for referencing registers and immediates,
2010-02-18 TalinreplaceUsesOfWithOnConstant implementation for unions.
2010-02-18 Dan GohmanHoist this loop-invariant logic out of the loop.
2010-02-18 Jakob Stoklund... Always normalize spill weights, also for intervals...
2010-02-18 Dan GohmanMake CodePlacementOpt detect special EH control flow by
2010-02-18 Devang PatelFix comments.
2010-02-18 Devang PatelDestroy MDNodes gracefully while deleting llvm context.
2010-02-18 Devang PatelIgnore target dependent value in grep search.
2010-02-18 Dale JohannesenGenerate DBG_VALUE from dbg.value intrinsics. These...
2010-02-18 Dan GohmanClarify that ptrtoint+inttoptr are an alternative to...
2010-02-18 Dan GohmanFix a typo.
2010-02-18 Dan GohmanClarify that the rules about object hopping kick in...
2010-02-18 Dan GohmanFix typos Duncan noticed.
2010-02-18 Sanjiv GuptaRemap the call sites of a shared function in interrupt...
2010-02-18 Sanjiv GuptaRe-factoring.
2010-02-18 Duncan SandsUniformize the way these options are printed. Requested by
2010-02-18 Duncan SandsRemove terminating dot in description. Inconsistency...
2010-02-18 Duncan SandsRefer to -help instead of --help since this is what...
2010-02-18 Benjamin KramerAvoid a dangling pointer dereference, PassManager:...
2010-02-18 Chris Lattnerstart sketching out the structure of code for result...
2010-02-18 Chris Lattneradd a missing type cast.
2010-02-18 Chris Lattnerremove empty file
2010-02-18 Bob WilsonUse NEON vmin/vmax instructions for floating-point...
2010-02-18 Jeffrey YasskinRoll back the shared library, r96559. It broke two...
2010-02-18 Johnny ChenAdded LDRSBT, LDRHT, LDRSHT for disassembly only. ...
2010-02-18 Chris Lattnerrename the child field to 'next'. This is not a parent...
2010-02-18 Chris Lattnereliminate the MatcherNodeWithChild class, give the...
2010-02-18 Jeffrey YasskinAdd a shared library for LLVM, named libLLVM2.7svn...
2010-02-18 Evan ChengSome dag combiner goodness:
2010-02-18 Devang PatelNew test case for r96543.
2010-02-18 Chris Lattnerfit in 80 cols
2010-02-18 Johnny ChenAdded for disassembly only the variants of DMB, DSB...
2010-02-17 Eric ChristopherFix a few unused parameter warnings.
2010-02-17 Daniel DunbarMC/Mach-O: Update fixup values for change to X86 offsets.
2010-02-17 Dan GohmanMake this an unnumbered list.
2010-02-17 Dan GohmanHTML validation fixes.
2010-02-17 Dan GohmanAdd an "advanced" GetElementPtr FAQ document, with...
2010-02-17 Bob WilsonRemove the NEON N2VSInt instruction class: it's only...
2010-02-17 Johnny ChenAdded CLREX (Clear-Exclusive) for disassembly only.
2010-02-17 Bob WilsonMore cleanup for NEON:
2010-02-17 Johnny ChenAdded RFE for disassembly only.
2010-02-17 David GreeneMake the non-temporal bit "significant" in MemSDNodes...
2010-02-17 Jakob Stoklund... Remember to define super registers in mips calls.
2010-02-17 Daniel DunbarAdd Regex::sub, for doing regular expression substituti...
2010-02-17 Chris Lattnerirbuilder is doing constant folding now by default...
2010-02-17 Chris Lattnerfix some out of date prose dating from the LLVMContext...
2010-02-17 Daniel DunbarFix comment.
next