oota-llvm.git
2005-03-01 Alkis EvlogimenosLower llvm.isunordered(a, b) into a != a | b != b.
2005-02-28 Chris Lattnercleanup my miswording
2005-02-28 Chris LattnerRemove tabs from file.
2005-02-28 Chris LattnerAdd a test for llvm.prefetch.
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 Chris LattnerAdd a prefetch intrinsic, patch contributed by Justin...
2005-02-28 Chris LattnerDocument llvm.prefetch, patch contributed by Justin...
2005-02-28 Andrew Lenharthfix integer division and stuff
2005-02-28 Chris LattnerAdam Treat implemented this :)
2005-02-28 Reid SpencerChanges to enable creation of native executables direct...
2005-02-28 Reid SpencerA few small steps toward HTML 4.01 Strict compliance.
2005-02-28 Reid SpencerAdd a little more detail about the configuration proces...
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 LattnerBug fixed
2005-02-27 Chris LattnerNew testcase for PR529
2005-02-27 Chris LattnerFix this to create a recursive mutex. Patch by Evan...
2005-02-27 Chris LattnerUse const iterators where possible. Patch by Evan...
2005-02-27 Chris LattnerRename include guard, patch contributed by Evan Jones!
2005-02-27 Chris LattnerTeach globalopt how memset/cpy/move affect memory,...
2005-02-27 Chris Lattnernew testcase globalopt should handle.
2005-02-27 Chris Lattnernew testcase globalopt should implement
2005-02-27 Chris LattnerTest that a global is marked constant when it can be.
2005-02-27 Alkis EvlogimenosAdd llc to tools.
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 LattnerFix misspellings, 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 LattnerA testcase that we miscompile, noticed from the demo...
2005-02-26 Chris LattnerFix a case where we incorrectly returned hasComputableL...
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 Lattneradd an entry, add links to entries for demo page.
2005-02-25 Chris LattnerHandle null a bit more carefully.
2005-02-24 Reid SpencerUse DataInstall macro instead of INSTALL.
2005-02-24 Reid SpencerRemove a -C I forgot to remove earlier.
2005-02-24 Reid SpencerDon't try to strip bytecode files!
2005-02-24 Reid SpencerThe install program doesn't know how to strip bytecode...
2005-02-24 Reid SpencerFor PR528:
2005-02-24 Chris LattnerThis instruction:
2005-02-24 Reid SpencerAdjust to changes needed to more easily support project...
2005-02-24 Reid SpencerUpdate to reflect various changes in the autoconf direc...
2005-02-24 Reid SpencerRemove auxilliary files that are now picked up from...
2005-02-24 Reid Spencer* Move all the "standard" configuration stuff to the...
2005-02-24 Reid SpencerDon't put generated files into CVS.
2005-02-24 Chris LattnerFix a bug introduced by revision 1.187 of this file.
2005-02-24 Reid Spencer* Fix an output message
2005-02-24 Andrew Lenharthfix Allocas. Really. I mean it this time.
2005-02-24 Reid SpencerAdd a call to AC_CONFIG_COMMANDS to ensure that llvm_sr...
2005-02-24 Reid SpencerThis macro cannot assume that the location of install...
2005-02-24 Reid SpencerAdd a new macro for configuring projects, LLVM_CONFIG_P...
2005-02-24 Chris LattnerFix some problems where the verifier would crash on...
2005-02-24 Reid SpencerFix the other half of PR528 .. don't try to strip heade...
2005-02-24 Chris LattnerImplement Transforms/SimplifyCFG/switch_thread.ll
2005-02-24 Chris Lattnernew testcase for a simple optimization that simplifycfg...
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 Reid SpencerFor PR528:
2005-02-24 Chris Lattneradd a new method.
2005-02-24 Tanya LattnerOnly print out machine instructions before modulo sched...
2005-02-24 Chris Lattneradd another testcase to make sure it gets turned into...
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 LattnerAdd new method.
2005-02-23 Chris LattnerReduce the amount of searching this assertion does...
2005-02-23 Chris LattnerFix a bugpoint crash that JeffC noticed, looking like...
2005-02-23 Chris LattnerSilence some uninit variable warnings.
2005-02-23 Tanya LattnerFixed bug in findAllcircuits. Fixed branch addition...
2005-02-22 Chris Lattnerremove some more dead templates and a dead macro.
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 LattnerRemove a bunch of dead templates.
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-21 Chris Lattneradd another plausible reason
2005-02-21 Chris Lattnernew testcase for PR523
2005-02-20 Chris LattnerBug fixed.
2005-02-20 Chris LattnerNew testcase for PR522.
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 Chris Lattnertypeo
2005-02-19 Chris LattnerNew entry.
2005-02-19 Chris LattnerBug fixed.
2005-02-19 Chris LattnerTestcase for PR520
next