oota-llvm.git
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.
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 ChengUpdate tests.
2007-11-29 Evan ChengReplace the odd kill# hack with something less fragile.
2007-11-29 Duncan SandsSmall parameter attributes cleanup.
2007-11-29 Chris LattnerPass the whole StringMapEntry into StringMapEntryInitia...
2007-11-29 Chris Lattnerprovide an optional API to allow datatypes in a stringm...
2007-11-29 Evan ChengFixed various live interval splitting bugs / compile...
2007-11-29 Evan ChengKill info update bug.
2007-11-28 Chris LattnerNew testcase for PR1744
2007-11-28 Chris LattnerWork around a GCC bug, producing this code:
2007-11-28 Chris LattnerAdd a note
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 Chris Lattnerupgrade this test
2007-11-28 Chris Lattnermake this test have a deterministic result.
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-28 Duncan SandsRevert previous "fix" - the breakage was due to some
2007-11-28 Duncan SandsThis test somehow got an extra "not" during the
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 Chris Lattnerxfail a test
2007-11-28 Chris Lattnerupdate this test after the fmrrd fix
2007-11-28 Tanya LattnerFix typo
2007-11-28 Tanya LattnerModified instructions to configure llvm-test by configu...
2007-11-28 Tanya LattnerFix bug in regression tests that ignored stderr output...
2007-11-28 Evan ChengRecover compile time regression.
2007-11-27 Owen AndersonAdd MachineLoopInfo. This is not yet tested.
2007-11-27 Chris Lattnercommit testcase I forgot to svn add.
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 Ted KremenekUpdated GenLibDeps.pl to employ "use strict" to help...
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 Anton KorobeynikovAdd testcase for last llvm-gcc tweaks
2007-11-27 Ted KremenekAdded quotes around $(NM_PATH) argument to GenLibDeps...
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 Zhou ShengMake this pass for CYGWIN.
2007-11-27 Zhou ShengMake this testcase compatible with CYGWIN.
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-27 Owen AndersonAdd accessor for getting the underlying templated type...
2007-11-27 Chuck Rose IIIMoving TGLexer.h from source to header file tab in...
2007-11-27 Dan GohmanChange &| to |&.
next