oota-llvm.git
2007-10-05 Gordon HenriksenRemoving the silly CHelpers header by rolling wrap...
2007-10-05 Evan ChengTest case for 3-address conversion.
2007-10-05 Evan ChengCommute x86 cmove instructions by swapping the operands...
2007-10-05 Evan ChengThis is done.
2007-10-05 Evan ChengEnable convertToThreeAddress for X86 by default.
2007-10-05 Devang PatelFix bug in updating dominance frontier after loop
2007-10-05 Evan ChengINC64_32r -> LEA64_32r is better than INC64_32r ->...
2007-10-05 Evan ChengIn 64-bit mode, avoid using leal with 32-bit 32-bit...
2007-10-05 Dale JohannesenFirst round of ppc long double. call/return and
2007-10-05 Evan ChengAdd support to convert more 64-bit instructions to...
2007-10-05 Evan ChengADC and SBB uses EFLAGS.
2007-10-05 Chris LattnerMark count method const.
2007-10-05 Dan GohmanChange a few more spaces to tabs in assembly output.
2007-10-05 Dan GohmanChange a space to a tab in the assembly output of a...
2007-10-05 Dan GohmanLegalize support for MUL_LOHI and DIVREM.
2007-10-05 Dan GohmanFix a typo in a comment.
2007-10-05 Dan GohmanProvide names for MUL_LOHI and DIVREM operators.
2007-10-05 Dan GohmanSMUL_LOHI and UMUL_LOHI are commutative.
2007-10-05 Dan GohmanDefine target-indepenent SDNode types for multiply...
2007-10-05 Duncan SandsFix typo in comment.
2007-10-05 Evan ChengTesting convertToThreeeAddress as X86 llcbeta.
2007-10-05 Daniel BerlinFix intersectWithComplement bug noticed by Curtis Dunham
2007-10-05 Evan ChengNew test case.
2007-10-05 Evan ChengChain producing nodes cannot be moved, not chain readin...
2007-10-05 Evan ChengOops. Didn't mean to leave this in.
2007-10-05 Evan ChengIf a node that defines a physical register that is...
2007-10-05 Evan ChengAdded storeRegToAddr, loadRegFromAddr, and unfoldMemory...
2007-10-05 Evan ChengNot needed any more.
2007-10-05 Evan ChengForgot these.
2007-10-05 Evan Cheng- Added a few target hooks to generate load / store...
2007-10-05 Evan ChengAdd a variant of getTargetNode() that takes a vector...
2007-10-05 Evan ChengSilence a warning.
2007-10-04 Daniel BerlinFix the previous bug a slightly different way (by modif...
2007-10-04 Daniel BerlinFix off by one error in iterator
2007-10-04 Bill WendlingSupport Objective C++ too.
2007-10-04 Bill WendlingAdded testcase for creation of metadata with null pointers.
2007-10-04 Chris Lattneradd a note.
2007-10-04 Bill Wendlingun-XFAIL this test.
2007-10-04 Daniel BerlinIt helps a lot when you check for the end of your list...
2007-10-04 Daniel BerlinMake SparseBitVector::set actually work properly when...
2007-10-04 Gordon HenriksenDo use the actual ocaml stdlib (not the install dir...
2007-10-03 Neil BoothAdd APFloat -> hexadecimal string conversion, as per...
2007-10-03 Owen AndersonCompletely merge the implementation details of DomTree...
2007-10-03 Owen AndersonAdd a GraphTraits partial specialization to make the...
2007-10-03 Devang PatelFix 80 col violation.
2007-10-03 Devang PatelRefactor code in a separate method.
2007-10-03 Chris LattnerAdd initial iterator support for folding set.
2007-10-03 Chris LattnerClarify that shifts that are too large are undefined.
2007-10-03 Chris LattnerSimplify implementation of the FoldingSet circular...
2007-10-03 Dan GohmanUse empty() member functions when that's what's being...
2007-10-03 Dan GohmanFix a using namespace llvm; in a header file.
2007-10-03 Bill WendlingTemporarily XFAIL this test.
2007-10-03 Dale JohannesenTone down an overzealous optimization.
2007-10-03 Chris Lattnerremove extraneous tag
2007-10-03 Chris Lattnerremove misleading documentation: LLVM has no atomic...
2007-10-03 Chris Lattneradd a note
2007-10-03 Tanya LattnerFix PR1719, by not marking llvm.global.annotations...
2007-10-03 Neil BoothTweak RoundAwayFromZero the bit number below which...
2007-10-03 Gordon HenriksenRegenerate.
2007-10-03 Gordon HenriksenFixing a typo in configure.ac.
2007-10-03 Chris Lattneradd a note
2007-10-03 Chris Lattnertestcase for PR1647
2007-10-03 Chris LattnerFix PR1719, by not marking llvm.noinline internal.
2007-10-03 Chris LattnerBill's example is still not enough to repro this, but...
2007-10-03 Owen AndersonFactor some code from the DomTree and PostDomTree calcu...
2007-10-02 Bill WendlingAnother micro-opt.
2007-10-02 Bill WendlingAnother missed optimization with LICM.
2007-10-02 Bill WendlingSmall label changes.
2007-10-02 Bill WendlingNow with source code.
2007-10-02 Bill WendlingNow with LL code!
2007-10-02 Bill WendlingAnother missed optimization.
2007-10-02 Bill WendlingMicro-optimization -- missed LICM opportunity.
2007-10-02 Gordon HenriksenUpdating my credits entry.
2007-10-02 Dale JohannesenDocument new sqrt and powi handling.
2007-10-02 Dale JohannesenRewrite sqrt and powi to use anyfloat. By popular...
2007-10-02 Gordon HenriksenRegenerate.
2007-10-02 Gordon HenriksenProviding --with-ocaml-libdir for ./configure. The...
2007-10-02 Gordon HenriksenRegenerate.
2007-10-02 Gordon HenriksenFixing (harmless) typos.
2007-10-02 Gordon HenriksenRegenerate.
2007-10-02 Gordon HenriksenAdd explicit --enable-bindings option to configure.
2007-10-02 Devang PatelFix test.
2007-10-02 Owen AndersonFix typo.
2007-10-02 Owen AndersonMention memdep in the AA documentation.
2007-10-02 Devang PatelNew test.
2007-10-02 Tanya LattnerIf the user did not check out LLVM and request it to...
2007-10-01 Evan ChengRefactor code to add load / store folded instructions...
2007-10-01 Dale JohannesenFix stride computations for long double arrays.
2007-10-01 Dan GohmanMove the code that emits the .file directives so that...
2007-10-01 Evan Cheng-pre-RA-sched=none, simple, simple-noitin are gone.
2007-10-01 Devang PatelPR 1603 test case.
2007-10-01 Evan ChengRemove simple scheduler.
2007-10-01 Devang PatelRelax unsafe use check. If there is one unconditional...
2007-10-01 Evan ChengTypo. X86comi doesn't read / write chain's.
2007-10-01 Dale JohannesenAdd getABITypeSize, getABITypeSizeInBits
2007-10-01 Dan GohmanAdd empty() member functions to a few container-like...
2007-09-30 Dale Johannesenremove dup comment
2007-09-30 Dale JohannesenConstant fold int-to-long-double conversions;
2007-09-30 Dale JohannesenSimplify and fix signed int -> FP conversions.
2007-09-30 Gordon HenriksenAsmPrinters overriding getAnalysisUsage should call...
next