oota-llvm.git
2007-10-09 Dan GohmanThis is done.
2007-10-09 Dan GohmanThese two tests now require only two multiply instructions,
2007-10-09 Evan ChengUnder 64-bit mode use LEA64_32r instead of LEA64r to...
2007-10-09 Chris LattnerFix problems where DenseMap used operator!= instead...
2007-10-09 Chris LattnerChange a #include into a forward declaration
2007-10-09 Bruno Cardoso... Position Independent Code (PIC) support [3]
2007-10-09 Bruno Cardoso... Position Independent Code (PIC) support [2]
2007-10-09 Bruno Cardoso... Position Independent Code (PIC) support [1]
2007-10-08 Evan ChengUpdate test.
2007-10-08 Evan ChengBug fix. X86 was emitting redundant setcc and test...
2007-10-08 Dan GohmanCall getFunctionNumber() instead of referencing Functio...
2007-10-08 Dan GohmanMark the prefetch intrinsic as IntrWriteArgMem, instead...
2007-10-08 Dan GohmanThese two tests now require only three multiply instruc...
2007-10-08 Chris LattnerVarious improvements to the documentation, contributed by
2007-10-08 Dan GohmanMigrate X86 and ARM from using X86ISD::{,I}DIV and...
2007-10-08 Evan ChengAllow x86 compare to be commutable by default.
2007-10-08 Gordon HenriksenC and Objective Caml bindings for PHINode::addIncoming...
2007-10-08 Dan GohmanDAGCombiner support for UDIVREM/SDIVREM and UMUL_LOHI...
2007-10-08 Evan ChengLLVM does not use the old style simple isel any more.
2007-10-08 Evan ChengRemove debugging printf to get build going on x86-64.
2007-10-08 Dan GohmanWhen we start enabling SMUL_LOHI/UMUL_LOHI or SDIVREM...
2007-10-08 Dan GohmanAdd convenience overloads of SelectionDAG::getNode...
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-10-08 Dan GohmanSimplify getIntPtrType, allowing it to work for arbitra...
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
next