oota-llvm.git
2007-10-08 Dan GohmanUse correct parentheses with the '&& "..."' idiom in...
2007-10-08 Dan GohmanIn -debug mode, dump SelectionDAGs both before and...
2007-10-08 Dan GohmanFix grammar in a comment.
2007-10-08 Dan GohmanAdd explicit keywords.
2007-10-08 Neil BoothUse APInt::tcExtract. It's cleaner, and works :)
2007-10-08 Neil BoothAdd a new function tcExtract for extracting a bignum...
2007-10-08 Gordon HenriksenFixed downrev Ocaml compatibility.
2007-10-08 Owen AndersonBegin the process of allowing DomTree on MBB's. Step...
2007-10-08 Evan ChengKill cycle of an live range is always the last use...
2007-10-08 Chris LattnerAllow passes to just pass up "FunctionPass(&ID)" instea...
2007-10-08 Gordon HenriksenC and Objective Caml bindings for getFunction and getNa...
2007-10-07 Chris Lattnerdisable this entirely: it is causing use of invalidated...
2007-10-07 Chris LattnerFix many regressions on x86 by avoiding dereferencing...
2007-10-07 Chris LattnerFinish off PR1723, by working around some strange compi...
2007-10-07 Gordon HenriksenC and Objective Caml bindings for GlobalVariable::isCon...
2007-10-07 Neil BoothAdd back convertFromSignExtendedInteger.
2007-10-07 Neil BoothNow that convertFromUnsignedParts has a sane, constant...
2007-10-07 Neil BoothReimplement convertFromUnsignedInteger so it is passed...
2007-10-07 Neil BoothconvertFromInteger, as originally written, expected...
2007-10-07 Neil BoothcombineLostFractions does not need to be a member function
2007-10-07 Daniel BerlinSome more problems noticed by Curtis
2007-10-07 Gordon HenriksenC and Objective Caml bindings for PATypeHolder.
2007-10-06 Gordon HenriksenBindings for the verifier.
2007-10-06 Gordon HenriksenDeleting some unnecessary glue.
2007-10-06 Gordon HenriksenAdopting a uniform naming convention for type construct...
2007-10-06 Anton KorobeynikovOops, I really wanted to commit this part also :)
2007-10-06 Anton KorobeynikovMove merge code into new helper function.
2007-10-06 Gordon HenriksenAdopting a uniform naming convention for type construct...
2007-10-06 Gordon HenriksenAdopting a uniform naming convention for constant const...
2007-10-06 Gordon HenriksenAdding C and Ocaml bindings for ConstantExpr.
2007-10-06 Anton KorobeynikovInclude DataTypes.h to provide intptr_t type. This...
2007-10-06 Evan ChengReapply 42677.
2007-10-06 Evan ChengOops. Forgot this.
2007-10-06 Neil BoothCleaner, more general exponent output.
2007-10-06 Chris Lattnersilence warnings in no-assert build.
2007-10-06 Chris Lattnerrevert evan's patch until the header is committed
2007-10-06 Evan ChengAdded DAG xforms. e.g.
2007-10-06 Dale JohannesenNext powerpc long double bits. Comparisons work,
2007-10-06 Dale JohannesenMake test work on non-x86 hosts.
2007-10-06 Neil BoothFix and clarify some comments.
2007-10-06 Neil BoothGeneralize tcFullMultiply so that the operands can...
2007-10-06 Gordon HenriksenWrapping Value::dump.
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...
next