implement Transforms/LoopStrengthReduce/invariant_value_first_arg.ll
[oota-llvm.git] / lib /
2005-03-06 Chris Lattnerimplement Transforms/LoopStrengthReduce/invariant_value...
2005-03-06 Chris Lattnerminor simplifications of the code.
2005-03-06 Chris Lattnertrivial simplification
2005-03-06 Chris LattnerFix a bug where we could corrupt a parent loop's header...
2005-03-06 Chris Lattnerrename insertEntry to insert
2005-03-06 Chris LattnerMerge SymbolTable::removeEntry into SymbolTable::remove...
2005-03-06 Chris LattnerDelete the really inefficient method: void remove(const...
2005-03-06 Chris LattnerMake this MUCH faster by avoiding a linear search in...
2005-03-06 Chris LattnerRemove some really gross and hard to understand code...
2005-03-06 Chris LattnerSimplify some code.
2005-03-06 Chris Lattnerremove these methods.
2005-03-06 Chris Lattnersimplify and speed up some code
2005-03-06 Chris Lattnersimplify some code.
2005-03-06 Chris LattnerThis fixes PR531, a crash when running the CBE on a...
2005-03-05 Jeff CohenReformat comments to fix 80 columns.
2005-03-05 Jeff CohenReuse induction variables created for strength-reduced...
2005-03-05 Chris Lattnerremove all of the various setName implementations,...
2005-03-05 Chris Lattnersecond argument to Value::setName is now gone.
2005-03-05 Chris LattnerMake sure the two arguments of a setcc instruction...
2005-03-05 Chris Lattnerzap
2005-03-05 Chris Lattner2nd arg to setName goes away.
2005-03-05 Chris LattnerConstants never get names.
2005-03-05 Chris LattnerRemove the 2nd argument to Value::setName
2005-03-05 Chris Lattnerdon't break the build on 32-bit hosts.
2005-03-05 Andrew Lenharthfix data size stuff for architectures with bit challeng...
2005-03-04 Chris LattnerDo not compute 1ULL << 64, which is undefined. This...
2005-03-04 Andrew Lenharthfix up stack pointer adjustments
2005-03-04 Chris LattnerTrivial cleanup patch
2005-03-04 Andrew Lenharthfix FCMOVxx typo, set rem and div to hardcode target...
2005-03-04 Jeff CohenAdd support for not strength reducing GEPs where the...
2005-03-03 Andrew Lenharthturn on IEEE for compares
2005-03-03 Andrew Lenharthbeter Select on FP
2005-03-03 Chris LattnerPrint -X like this:
2005-03-03 Andrew LenharthLSR cleanup patch
2005-03-03 Chris LattnerDo not lower malloc's to pass "sizeof" expressions...
2005-03-03 Chris LattnerAdd an optional argument to lower to a specific constan...
2005-03-02 Misha BrukmanFix the spelling of the word `the'
2005-03-02 Chris LattnerPrint the module ID as a comment.
2005-03-02 Chris Lattnercleanup the cfg after lsr
2005-03-02 Andrew Lenharthremove 32 sign extend after 32 sextload and handle...
2005-03-02 Andrew LenharthAdded LSR as a beta pass for alpha
2005-03-02 Chris LattnerAdd a temporary option for llc-beta: -enable-lsr-for...
2005-03-02 Reid SpencerBe slightly more accurate in an error message.
2005-03-02 Chris LattnerFix a nasty order of evaluation bug that Gabor Greif...
2005-03-01 Jeff CohenFixed the following LSR bugs:
2005-03-01 Alkis EvlogimenosLower llvm.isunordered(a, b) into a != a | b != b.
2005-02-28 Chris LattnerRemove tabs from file.
2005-02-28 Chris LattnerAdd support to the C backend for llvm.prefetch. Patch...
2005-02-28 Chris Lattnerrecognize llvm.prefetch. Patch contributed by Justin...
2005-02-28 Chris LattnerVerify llvm.prefetch.
2005-02-28 Chris LattnerLower prefetch to a noop, patch contributed by Justin...
2005-02-28 Andrew Lenharthfix integer division and stuff
2005-02-28 Jeff CohenFix crash in LSR due to attempt to remove original...
2005-02-27 Jeff CohenPHI nodes were incorrectly placed when more than one...
2005-02-27 Jeff CohenFirst pass at improved Loop Strength Reduction. Still...
2005-02-27 Chris LattnerUse const iterators where possible. Patch by Evan...
2005-02-27 Chris LattnerTeach globalopt how memset/cpy/move affect memory,...
2005-02-27 Chris LattnerFix spelling, patch contributed by Gabor Greif!
2005-02-27 Chris LattnerFix spelling, patch contributed by Gabor Greif
2005-02-27 Chris LattnerRemove some stuff I checked in accidentally
2005-02-26 Chris LattnerDCE a dead function
2005-02-26 Reid SpencerImplement an isBytecodeArchive method to determine...
2005-02-26 Chris Lattner1 + 100 + 51 == 152, not 52.
2005-02-26 Chris Lattnerremove extraneous cast
2005-02-25 Andrew Lenharthmake BB labels be exported for debuging, add fp negatio...
2005-02-25 Chris LattnerHandle null a bit more carefully.
2005-02-24 Chris LattnerThis instruction:
2005-02-24 Chris LattnerFix a bug introduced by revision 1.187 of this file.
2005-02-24 Andrew Lenharthfix Allocas. Really. I mean it this time.
2005-02-24 Chris LattnerFix some problems where the verifier would crash on...
2005-02-24 Chris LattnerImplement Transforms/SimplifyCFG/switch_thread.ll
2005-02-24 Chris Lattnerswitch instructions only allow constantints for their...
2005-02-24 Chris Lattneruse more specific cast.
2005-02-24 Chris Lattneradd more checking
2005-02-24 Chris LattnerDo not read free'd memory when printing an error message.
2005-02-24 Chris Lattneradd a new method.
2005-02-24 Tanya LattnerOnly print out machine instructions before modulo sched...
2005-02-23 Andrew LenharthAh the problems you have to fix when you stray from...
2005-02-23 Chris Lattnermake this more efficient. Scan up to 16 nodes, not...
2005-02-23 Chris Lattnernew method
2005-02-23 Chris LattnerReduce the amount of searching this assertion does...
2005-02-23 Chris LattnerSilence some uninit variable warnings.
2005-02-23 Tanya LattnerFixed bug in findAllcircuits. Fixed branch addition...
2005-02-22 Andrew Lenharthoops
2005-02-22 Chris LattnerRemove use of bind_obj, deleter, and finegrainify names...
2005-02-22 Chris LattnerRemove use of bind_obj
2005-02-22 Chris LattnerC++ is not a functional programming language.
2005-02-22 Andrew Lenharthdynamic stack allocas
2005-02-22 Chris LattnerFix a bug in the 'store fpimm, ptr' -> 'store intimm...
2005-02-22 Andrew Lenharthno longer build as a shared library
2005-02-20 Chris LattnerFix problems running the HowToUseJIT on powerpc, and...
2005-02-20 Jeff CohenFix silly mistake.
2005-02-20 Jeff CohenImplement standard I/O redirection in ExecuteAndWait().
2005-02-19 Chris LattnerAdd support for ".so" files compiled with LLVM which...
2005-02-19 Chris LattnerEliminate silly warnings from the linker of the form:
2005-02-19 Jeff CohenChange __MINGW to __MINGW32__. Patch submitted by...
2005-02-18 Jeff CohenMake PreventCoreFiles() do the right thing on Windows.
2005-02-17 Misha BrukmanFix compilation errors with VS 2005, patch contributed...
2005-02-17 Misha BrukmanFix compilation errors with VS 2005, patch by Aaron...
2005-02-17 Chris LattnerDon't rely on doubles comparing identical to each other...
next