oota-llvm.git
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-10 Chris Lattnerremove some dead code.
2007-12-10 Chris Lattnerfix some warnings.
2007-12-10 Chris LattnerFix a big problem in the recent dtor refactoring work...
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-12-09 Chris LattnerDuncan points out that the subtraction is unneeded...
2007-12-09 Gordon HenriksenUpgrading this test to 2.0 .ll syntax.
2007-12-09 Chris LattnerFix PR1782, patch by Wojtek Matyjewicz!
2007-12-09 Gordon HenriksenFix a very silly typo.
2007-12-09 Chris LattnerFix accidental commit by Bill.
2007-12-09 Chris LattnerAdd support for splitting the operand of a return instr...
2007-12-08 Bill WendlingReverting 44702. It wasn't correct to rename them.
2007-12-08 Chris Lattneradd many new cases to SplitResult. SplitResult now...
2007-12-08 Chris LattnerImplement splitting support for store, allowing us...
2007-12-08 Chris Lattnerimplement vector splitting of load, undef, and binops.
2007-12-08 Chris Lattnerimplement some methods.
2007-12-08 Chris Lattneradd scaffolding for splitting of vectors.
2007-12-08 Nate BegemanProject cleanups
2007-12-08 Chris LattnerRemove dead file and directory.
2007-12-08 Chris Lattnerreorganize header to separate into functional blocks.
2007-12-08 Chris Lattnersplit scalarization out to its own file.
2007-12-08 Chris LattnerSplit expansion out into its own file.
2007-12-08 Chris LattnerSplit promotion support out to its own file.
2007-12-08 Chris LattnerRename LegalizeDAGTypes.cpp -> LegalizeTypes.cpp
2007-12-08 Chris LattnerSplit the class definition of DAGTypeLegalizer out...
2007-12-08 Gordon HenriksenIncorporating review feedback from Reid.
2007-12-08 Chris Lattnerremove dead #include.
2007-12-08 Chris Lattneradd #include
2007-12-08 Chris Lattnereliminate dependency on Bitcode headers.
2007-12-08 Chris Lattnerremove dead #include, APInt.h already has the needed...
2007-12-08 Chris Lattnerproper #include order.
2007-12-08 Gordon HenriksenIgnoring generated files.
2007-12-08 Gordon HenriksenAdding a StringPool data structure, which GC will use.
2007-12-08 Gordon HenriksenFix bug in constructing Ocaml option types in the bindings.
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 Chris LattnerImplement correct isa<UnaryInstruction>, problem report...
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-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.
next