oota-llvm.git
2005-03-05 Chris LattnerConstants never get names.
2005-03-05 Chris LattnerRemove the 2nd argument to Value::setName
2005-03-05 Chris LattnerRemove the second argument to Value::setName, it is...
2005-03-05 Chris LattnerNew testcase for PR533
2005-03-05 Chris Lattnerdon't break the build on 32-bit hosts.
2005-03-05 Chris LattnerThis file is all commented out.
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 Chris LattnerTestcase for a bug that caused us to miscompile ptrdist...
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-03 Chris LattnerAdd an argument.
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-02 Chris LattnerNow that type does not derive from Value, these do...
2005-03-01 Misha BrukmanFix HTML-4.01 Strict compliance
2005-03-01 Misha BrukmanUse a colon instead of a period since we're introducing...
2005-03-01 Reid SpencerCorrect a typo in Makefile.rules.
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 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:
next