oota-llvm.git
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
2005-02-19 Chris LattnerAdjust this test to pass after recent CFE changes....
2005-02-19 Chris LattnerBug fixed.
2005-02-19 Chris LattnerMake this testcase harder, to test the read case as...
2005-02-19 Chris Lattnernew testcase.
2005-02-19 Jeff CohenChange __MINGW to __MINGW32__. Patch submitted by...
2005-02-19 Chris LattnerFix a bug.
2005-02-18 Reid SpencerQuote the value of the PATH variable so that Cygwin...
2005-02-18 Reid SpencerAllow dejagnu tests to run on Windows/Cygwin. Quote...
2005-02-18 Reid SpencerAdjust the help output so that it will fit cleanly...
2005-02-18 Misha Brukman* llvmc does not have a -V switch
2005-02-18 Jeff CohenMake PreventCoreFiles() do the right thing on Windows.
2005-02-17 Misha BrukmanRemove colloquialisms from the documentation.
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...
2005-02-17 Chris LattnerMap doubles from integers, not the double itself.
2005-02-17 Chris LattnerDon't sink argument loads into loops or other bad place...
2005-02-17 Chris LattnerDo not mark obviously unreachable blocks live when...
2005-02-17 Chris LattnerNew files, testing for a crash in ADCE compiling QT...
2005-02-17 Chris LattnerScary typo that fixes Regression/Transforms/IndVarsSimp...
2005-02-17 Chris Lattnernew testcase for PR515
2005-02-16 Reid SpencerRemove the "pax" program from the list of those needed...
2005-02-16 Reid SpencerFix installation of configuration files.
2005-02-16 Reid Spencer* Don't flatten the directory hierarchy when installing...
2005-02-16 Reid SpencerDon't use pax for installing header files. Use the...
2005-02-16 Jeff CohenSomehow tablegen.exe got moved... fix up tablegen invoc...
2005-02-16 Jeff CohenGet bugpoint compiling with VC++ again, not that it...
2005-02-16 Jeff CohenArg list already has program name in it.
2005-02-16 Tanya LattnerFixed node deletion bug.
2005-02-15 Chris LattnerInstead of doing a manual comparison loop, just use...
2005-02-15 Chris LattnerMake this more efficient now that we know both files...
2005-02-15 Misha BrukmanFix spelling
2005-02-15 Reid SpencerAdjust DiffFilesWithTolerance to help poor cygwin's...
2005-02-15 Andrew Lenharthadd Alpha to llc
2005-02-15 Chris LattnerFix a problem where the PPC backend lost track of the...
2005-02-15 Chris LattnerAdd a sanity check.
2005-02-15 Chris LattnerAdd a new method to make it easy to update graphs.
2005-02-15 Chris LattnerBug fixed
next