Fix a bug where scalarrepl would discard offset if type would match.
[oota-llvm.git] / lib /
2008-01-30 Chris LattnerFix a bug where scalarrepl would discard offset if...
2008-01-30 Dan GohmanFactor the addressing mode and the load/store VT out...
2008-01-29 Evan ChengWork in progress. This patch *fixes* x86-64 calls which...
2008-01-29 Duncan SandsWhen expanding an operand, it's not the result value
2008-01-29 Chris LattnerDon't let globalopt hack on volatile loads or stores.
2008-01-29 Dan GohmanUse empty() instead of comparing size() with zero.
2008-01-29 Dan GohmanFix a typo in a comment.
2008-01-29 Dan GohmanFix 80-col violations.
2008-01-29 Dan GohmanRemove top-level const qualifiers from casts, avoiding...
2008-01-29 Dan GohmanFix a typo in a comment.
2008-01-29 Dan GohmanAdd explicit keywords.
2008-01-29 Chris Lattnereliminate additions of 0.0 when they are obviously...
2008-01-29 Duncan SandsUse getPreferredAlignmentLog or getPreferredAlignment
2008-01-29 Owen AndersonAdd support for eliminating memcpy's at the end of...
2008-01-29 Owen AndersonRegAllocBigBlock doesn't need LiveVariables either.
2008-01-29 Nate BegemanProperly expand extract-element for non-power-of-2...
2008-01-29 Dale JohannesenHandle 'X' constraint in asm's better.
2008-01-29 Devang PatelFilter loops that subtract induction variables.
2008-01-29 Scott MichelOverhaul Cell SPU's addressing mode internals so that...
2008-01-28 Lauro Ramos VenancioSimplify the code and fix a typo.
2008-01-28 Lauro Ramos VenancioFix fpcmp infinite loop when comparing "29-266" with...
2008-01-28 Bill WendlingIf the function has no machine instructions, then emit...
2008-01-28 Chris LattnerTransform calls to memcpy into llvm.memcpy calls, patch...
2008-01-28 Nick LewyckyHandle some more combinations of extend and icmp. Fixes...
2008-01-28 Chris LattnerFix PR1932 by disabling an xform invalid for fdiv.
2008-01-28 Chris LattnerFix PR1938 by forcing the code that uses an undefined...
2008-01-27 Chris LattnerFix PowerPC/./2007-10-18-PtrArithmetic.ll
2008-01-27 Chris Lattnerfix a crash on CodeGen/X86/vector-rem.ll
2008-01-27 Owen AndersonReg alloc doesn't really need LiveVariables.
2008-01-27 Nick LewyckyBe more careful modifying the use_list while also itera...
2008-01-27 Duncan SandsRevert r46393: readonly/readnone functions are no
2008-01-27 Chris LattnerImplement some dag combines that allow doing fneg/fabs...
2008-01-27 Chris Lattneradd a note
2008-01-27 Chris LattnerUse fldz and fld1 for long double constants instead...
2008-01-27 Bill WendlingThe CorrelatedExpressionElimination pass is known to...
2008-01-27 Chris LattnerFor long double constants, print an approximation of...
2008-01-27 Chris LattnerFold fptrunc(add (fpextend x), (fpextend y)) -> add...
2008-01-26 Chris LattnerAdd some notes.
2008-01-26 Chris LattnerRemove some code for inferring alignment info from...
2008-01-26 Chris LattnerInfer alignment of loads and increase their alignment...
2008-01-26 Bill WendlingIf there's no instructions being emitted on X86 for...
2008-01-26 Bill WendlingIf there are no machine instructions emitted for a...
2008-01-26 Duncan SandsCreate an explicit copy for byval parameters even
2008-01-26 Bill WendlingIf we have a function like this:
2008-01-26 Chris LattnerFix some bugs in SimplifyNodeWithTwoResults where it...
2008-01-26 Chris Lattnerdon't bother making x&-1 only to simplify it in dag...
2008-01-25 Chris Lattnerreduce indentation
2008-01-25 Duncan SandsDo this more neatly.
2008-01-25 Chris Lattnerfix long lines.
2008-01-25 Chris LattnerJITEmitter.cpp was trying to sync the icache for functi...
2008-01-25 Owen AndersonDeadStoreElimination can treat byval parameters as...
2008-01-25 Chris LattnerAdd skeletal code to increase the alignment of loads...
2008-01-25 Chris Lattnermove MachineFrameInfo::CreateFixedObject out of line...
2008-01-25 Chris Lattnerinclude alignment and volatility information in -view...
2008-01-25 Chris Lattneroptimize fxor like for
2008-01-25 Chris LattnerAdd target-specific dag combines for FAND(x,0) and...
2008-01-25 Anton KorobeynikovProvide correct DWARF register numbering for debug...
2008-01-24 Chris LattnerDon't dump the function!
2008-01-24 Chris LattnergetUnderlyingObject can return null, handle this.
2008-01-24 Chris LattnerTeach basicaa that 'byval' arguments define a new memor...
2008-01-24 Chris LattnerAdd hasByValAttr() and hasNoAliasAttr() methods to...
2008-01-24 Chris Lattnerclarify a comment, thanks Duncan.
2008-01-24 Chris LattnerSignificantly simplify and improve handling of FP funct...
2008-01-24 Chris LattnerFix this buggy transformation. Two observations:
2008-01-24 Chris LattnerThe dag combiner is missing revisiting nodes that it...
2008-01-24 Chris Lattnerfold fp_round(fp_round(x)) -> fp_round(x).
2008-01-24 Anton KorobeynikovFix potential buffer overflow
2008-01-24 Owen AndersonMove some functionality for adding flags to MachineInst...
2008-01-24 Evan ChengForgot these.
2008-01-23 Evan ChengLet each target decide byval alignment. For X86, it...
2008-01-23 Duncan SandsThe last pieces needed for loading arbitrary
2008-01-23 Dale JohannesenHonor explicit section information on Darwin.
2008-01-22 Owen AndersonFix an iterator invalidation issue.
2008-01-22 Evan ChengSSE varargs arguments are passed in memory.
2008-01-22 Chris LattnerSimplify SelectionDAG::getNode so that a big switch...
2008-01-22 Duncan SandsThe final piece needed for storing arbitrary precision
2008-01-22 Nick LewyckyEnable the fix I just checked in, silly me.
2008-01-22 Nick LewyckyMultiply can be evaluated in a different type, so long...
2008-01-22 Chris LattnerTrivial patch to fix two warnings, please pull into...
2008-01-21 Owen AndersonClarify a deviation from the original algorithm.
2008-01-21 Owen AndersonImprove a few comments.
2008-01-21 Duncan SandsIt turns out that in C++ it is legal to declare functions
2008-01-21 Duncan SandsCheck that sret is only used on pointers to types
2008-01-21 Duncan SandsBe consistent with other attribute methods, and
2008-01-21 Dale JohannesenMove DAG-changing code out of #ifndef NDEBUG.
2008-01-20 Duncan SandsMake sure the caller doesn't use freed memory.
2008-01-20 Anton KorobeynikovHonour ByVal parameter attribute for name decoration
2008-01-20 Anton KorobeynikovRemove Darwin'ism
2008-01-20 Anton KorobeynikovEnable PIC codegen on x86-64/linux
2008-01-20 Duncan SandsInitializing an unsigned with ~0UL causes the compiler
2008-01-20 Dale JohannesenDo not generate a FP_ROUND of f64 to f64.
2008-01-19 Duncan SandsNeed to handle any 'nest' parameter before integer
2008-01-19 Ted KremenekAdded FoldingSet style 'profiling' support for APSInt.
2008-01-19 Ted KremenekAdded FoldingSet style 'profiling' support for APInt.
2008-01-19 Ted KremenekMade 'FoldingSetNodeID' a proper class instead of a...
2008-01-18 Dale JohannesenImplement flt_rounds for PowerPC.
2008-01-18 Chris Lattnerremove extraneous &'s.
2008-01-18 Chris Lattnerget symbolic information for ppc ldbl nodes.
2008-01-18 Chris LattnerFix a latent bug exposed by my truncstore patch. We...
2008-01-18 Chris Lattnermake a method public
next