simplify some code.
[oota-llvm.git] / lib /
2007-12-06 Chris Lattnersimplify some code.
2007-12-06 Chris Lattnerimplement the rest of the functionality from SelectionD...
2007-12-06 Chuck Rose IIIAdjust VStudio files to add JITMemoryManager files...
2007-12-06 Chris Lattnermove some ashr-specific code out of commonShiftTransfor...
2007-12-06 Dale JohannesenFix PR1842.
2007-12-06 Chris Lattneradd a new ExecutionEngine::createJIT which can be used...
2007-12-06 Chris Lattnersimplify creation of the interpreter, make ExecutionEng...
2007-12-06 Evan ChengFix for PR1831: if all defs of an interval are re-mater...
2007-12-05 Evan ChengIf both result of the {s|z}xt and its source are live...
2007-12-05 Chris Lattnersplit the JIT memory management code out from the main...
2007-12-05 Chris Lattneradd a note
2007-12-05 Chris Lattneradd a note
2007-12-05 Scott MichelMinor updates:
2007-12-05 Duncan SandsCommit 44487 broke bootstrap of llvm-gcc-4.2. It is
2007-12-05 Evan ChengAdded canFoldMemoryOperand for PPC.
2007-12-05 Evan ChengUpdate foldMemoryOperand.
2007-12-05 Chris Lattnerfix warnings
2007-12-05 Chris Lattnerallow this to build
2007-12-05 Neil BoothPrior commit updated wrong if, apologies.
2007-12-05 Neil BoothHandle zero correctly.
2007-12-05 Evan ChengMachineInstr can change. Store indexes instead.
2007-12-05 Evan ChengIf a split live interval is spilled again, remove the...
2007-12-05 Evan ChengClobber more bugs.
2007-12-05 Evan ChengFix kill info for split intervals.
2007-12-05 Chris Lattnermore scalarization
2007-12-05 Chris Lattnerscalarize vector binops
2007-12-05 Evan Cheng- Mark last use of a split interval as kill instead...
2007-12-05 Evan ChengAdd a argument to storeRegToStackSlot and storeRegToAdd...
2007-12-05 Scott MichelMore stuff for CellSPU -- this should be enough to...
2007-12-05 Scott MichelUpdated source file headers to llvm coding standard.
2007-12-05 Scott MichelTwo missing files.
2007-12-05 Scott MichelMain CellSPU backend files checked in. Intrinsics and...
2007-12-05 Dale JohannesenHandle 0 correctly in string->APFloat conversion.
2007-12-04 Evan ChengRemove a unsafe optimization. This fixes 401.bzip2.
2007-12-04 Scott MichelMore files in the CellSPU drop...
2007-12-04 Scott MichelMore of the Cell SPU code drop from "Team Aerospace".
2007-12-04 Evan ChengSpiller unfold optimization bug: do not clobber a reusa...
2007-12-04 Chris LattnerImplement framework for scalarizing node results. ...
2007-12-04 Chris Lattnerstart providing framework for scalarizing vectors.
2007-12-04 Evan ChengDiscard split intervals made empty due to folding.
2007-12-03 Scott MichelMore CellSPU files... more to follow.
2007-12-03 Scott MichelMakefile fragment for CellSPU.
2007-12-03 Scott MichelFirst commit to CellSPU. More to follow
2007-12-03 Evan ChengBug fixes.
2007-12-03 Anton KorobeynikovRegenerate
2007-12-03 Anton KorobeynikovFix fallout from my last patch: don't reject varargs...
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-12-03 Chris Lattnerupdate file comment.
2007-12-03 Anton KorobeynikovRegenerate
2007-12-03 Devang PatelIf ExitValue operand is also defined in Loop header...
2007-12-03 Anton KorobeynikovMore sanity checks for function types.
2007-12-03 Gordon HenriksenApplying Anton's binmode fix to the other ofstream...
2007-12-03 Anton KorobeynikovSorry, typo :)
2007-12-03 Anton KorobeynikovOpen output file correctly. This is extremely important for
2007-12-03 Evan ChengTypo
2007-12-03 Evan ChengUpdate kill info for uses of split intervals.
2007-12-03 Anton KorobeynikovProvide hook for _alloca to make JITing on Cygwin sligh...
2007-12-02 Evan ChengRemove redundant foldMemoryOperand variants and other...
2007-12-01 Duncan SandsIntegrate the readonly/readnone logic more deeply
2007-12-01 Evan ChengFix a bug where splitting cause some unnecessary spilling.
2007-12-01 Evan ChengAllow some reloads to be folded in multi-use cases...
2007-11-30 Ted KremenekFixed subtle bug in Deserializer::JumpTo when jumping...
2007-11-30 Evan ChengDo not fold reload into an instruction with multiple...
2007-11-30 Chris Lattnerchain update requests properly.
2007-11-30 Duncan SandsSmall optimization of parameter attribute lookup.
2007-11-30 Duncan SandsAdd a convenience method for modifying parameter
2007-11-30 Duncan SandsCheck that there are not more attributes than
2007-11-30 Devang PatelProvide a way to update DescGlobals cache directly.
2007-11-29 Evan ChengDo not lose rematerialization info when spilling alread...
2007-11-29 Owen AndersonFix a miscompilation in spiff on PPC.
2007-11-29 Evan ChengFix a major performance issue with splitting. If there...
2007-11-29 Evan ChengReplace the odd kill# hack with something less fragile.
2007-11-29 Duncan SandsSmall parameter attributes cleanup.
2007-11-29 Evan ChengFixed various live interval splitting bugs / compile...
2007-11-29 Evan ChengKill info update bug.
2007-11-28 Chris LattnerWork around a GCC bug, producing this code:
2007-11-28 Chris LattnerImplement ExpandOperationResult for ppc i64 fp->int...
2007-11-28 Chris Lattnerfor consistency, allow a fallthrough if the final check...
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-28 Duncan SandsMy compiler complains that "x always evaluates to true"
2007-11-28 Duncan SandsAdd missing newlines at EOF.
2007-11-28 Evan ChengRecover compile time regression.
2007-11-27 Owen AndersonAdd MachineLoopInfo. This is not yet tested.
2007-11-27 Chris Lattnerseveral entries got significantly better, though they...
2007-11-27 Chris Lattnerimplement a trivial readme entry.
2007-11-27 Chris LattnerFix a crash on invalid code due to memcpy lowering.
2007-11-27 Chris LattnerMake this actually work on systems that support ppc...
2007-11-27 Chris LattnerUnbreak all of the darwin/ppc32 JIT failures having...
2007-11-27 Nate BegemanSupport returning non-power-of-2 vectors to unblock...
2007-11-27 Andrew Lenharthsomething wrong with this opt
2007-11-27 Chris LattnerUnbreak backwards compatibility with bytecode format...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-27 Chris Lattnererr, no really.
2007-11-27 Chris Lattnerdon't depend on ADL.
2007-11-27 Owen AndersonMake LoopInfoBase more generic, in preparation for...
2007-11-26 Dan GohmanDon't lower srem/urem X%C to X-X/C*C unless the divisio...
2007-11-26 Owen AndersonFix another bug that was causing siod to fail.
2007-11-26 Owen AndersonFix a silly bug that Nicholas noticed.
2007-11-26 Owen AndersonAllow GVN to eliminate read-only function calls when...
2007-11-25 Anton KorobeynikovRemove another leak. Due to some reason AliasSetTracker...
next