C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhanced
[oota-llvm.git] / lib /
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 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 Gordon HenriksenC and Objective Caml bindings for PATypeHolder.
2007-10-06 Gordon HenriksenBindings for the verifier.
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 Evan ChengReapply 42677.
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 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 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 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 Evan ChengTesting convertToThreeeAddress as X86 llcbeta.
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 Chris Lattneradd a note.
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 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 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 Dale JohannesenTone down an overzealous optimization.
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 Chris Lattneradd a note
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 Dale JohannesenRewrite sqrt and powi to use anyfloat. By popular...
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 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-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...
2007-09-30 Owen AndersonTemplate-ize more of the DomTree internal implementatio...
2007-09-30 Chris LattnerAdd a new DenseSet abstraction.
2007-09-29 Duncan SandsCheck that the second parameter of init_trampoline
2007-09-29 Gordon HenriksenThis is done already.
2007-09-29 Gordon HenriksenCollector is the base class for garbage collection...
2007-09-29 Gordon HenriksenDemoting CHelpers.h to include/llvm/Support.
2007-09-29 Daniel BerlinSwitch to densemap rather than std::set
2007-09-29 Evan ChengEnabling new condition code modeling scheme.
2007-09-28 Dan GohmanTeach SplitVectorOp how to split INSERT_VECTOR_ELT.
2007-09-28 Evan ChengIf two instructions are both two-address code, favors...
2007-09-28 Chris Lattnerreally fix PR1581, thanks to Daniel Dunbar for pointing
2007-09-28 Chris LattnerMake Value::getNameLen not crash on an empty name,...
2007-09-28 Evan ChengRemove a poor scheduling heuristic.
2007-09-28 Evan ChengTrim some unneeded fields.
next