Ignoring generated files.
[oota-llvm.git] / lib /
2007-12-08 Gordon HenriksenAdding a StringPool data structure, which GC will use.
2007-12-08 Chris Lattneraesthetic changes, no functionality change. Evan,...
2007-12-08 Bill WendlingRenaming:
2007-12-08 Chris LattnerFix a significant code quality regression I introduced...
2007-12-08 Chris Lattnerimplement __builtin_return_addr(0) on ppc.
2007-12-08 Chris Lattnerrefactor some code to avoid overloading the name 'usesL...
2007-12-08 Bill WendlingIncorporated comments from Evan and Chris:
2007-12-08 Owen AndersonFix several cache coherence bugs in MemDep/GVN that...
2007-12-08 Evan ChengDoh
2007-12-08 Evan ChengFix a compilation warning.
2007-12-08 Evan ChengFix a compilation warning.
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 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 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 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...
next