oota-llvm.git
2007-12-08 Chuck Rose IIIAdding MachineLoopInfo.h,.cpp and MachineLICP.cpp to...
2007-12-07 Bill WendlingInitial commit of the machine code LICM pass. It succes...
2007-12-07 Evan ChengAdd comment.
2007-12-07 Evan ChengMuch improved v8i16 shuffles. (Step 1).
2007-12-07 Owen AndersonFix a stupid error that Chris pointed out.
2007-12-07 Evan ChengNew test case.
2007-12-07 Evan ChengAdd an option to control this heuristic tweak so I...
2007-12-06 Evan ChengRemove a bogus optimization. It's not possible to do...
2007-12-06 Evan ChengFix a bogus test case.
2007-12-06 Dale JohannesenRedo previous patch so optimization only done for i1.
2007-12-06 Evan ChengTurning simple splitting on. Start testing new coalesce...
2007-12-06 Chris Lattnerthird time around: instead of disabling this completely,
2007-12-06 Chris LattnerActually, disable this code for now. More analysis...
2007-12-06 Chris Lattnerimplement a readme entry, compiling the code into:
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 Chris Lattnerfix this when run on non x86 hosts.
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 Lattnerimprove header guard
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 Bill WendlingAlphabetizing; I want to be the last in the file!!...
2007-12-05 Scott MichelRegenerated configure after autoconf/configure.ac change.
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 Michelfixed header attribution
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-05 Ted KremenekAdded "Emitter" functor to allow easy emitting of eleme...
2007-12-04 Evan ChengRemove a unsafe optimization. This fixes 401.bzip2.
2007-12-04 Devang PatelAdd --with-llvmgcc= and --with-llvmgxx= configure options.
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 Gordon HenriksenTrack dependencies when creating symlinks to LLVM libra...
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 John CriswellFixed typo.
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 Chris LattnerDescribe the notion of 'owners' of the code.
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-03 Nick Lewyckylli -trace was removed back in 2003.
2007-12-03 Nick LewyckyType::IntTy hasn't existed for a while. Just sub in...
2007-12-03 Chris Lattnerexplain what I need to grant commit access.
2007-12-02 Chris Lattnerfix typo noticed by Joshua Pennington
2007-12-02 Evan ChengRemove redundant foldMemoryOperand variants and other...
2007-12-01 Gordon HenriksenAdding ocamldoc-style comments for the Ocaml bindings.
2007-12-01 Gordon HenriksenFix a typo noticed by Alain Frisch.
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 Owen AndersonFixes for MachineLoopInfo, mostly from Evan. With...
2007-12-01 Evan ChengAllow some reloads to be folded in multi-use cases...
2007-12-01 Eric ChristopherAdd target triple to include/llvm/Config/config.h.in...
2007-12-01 Devang PatelChange LinkTimeOptimizer.h install location.
2007-11-30 Devang PatelChange lib lto install location.
2007-11-30 Ted KremenekFixed subtle bug in Deserializer::JumpTo when jumping...
2007-11-30 Ted KremenekFixed potential bug where CurWord is not zeroed out...
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.
next