Add functions for determining if the stdin/out/err is connected to a
[oota-llvm.git] / utils /
2004-12-30 Reid Spencer* Don't include weak definitions as a definition
2004-12-30 Reid SpencerA Perl script to generate an HTML definition list conta...
2004-12-26 Reid SpencerRevert the last patch so that the LLVMGCCDIR environmen...
2004-12-24 Reid SpencerRemove references to LLVMGCCDIR because it was only...
2004-12-17 Tanya LattnerAlways print out DejagnuTest results to stdout so that...
2004-12-16 Chris LattnerPortability fix, thanks to Markus F.X.J. Oberhumer.
2004-12-14 Chris LattnerUse user time, not wall time, for optimizer time.
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351: libLLVMSupport now depends on libLLVMSystem
2004-12-09 Test CommitTest commit
2004-12-06 Reid SpencerFor PR387:
2004-12-06 Reid SpencerRevert previous changes to remove -enable-linscan and...
2004-12-06 Reid SpencerRather than break all the nightly test invocations...
2004-12-06 Reid SpencerRemove LLC-BETA and linear scan options as they are...
2004-12-04 Reid SpencerPrint out something useful instead of a blank table...
2004-12-04 Chris LattnerMove the dejagnu section to immediately before the...
2004-12-04 Chris LattnerRemove last remnants of qmtest stuff
2004-12-04 Tanya LattnerRun dejagnu by default.
2004-12-04 Tanya LattnerRemoved QMTest functions. The nightly tester no longer...
2004-12-03 John CriswellRemoved QMTests as I will be zapping them soon.
2004-11-23 Reid SpencerMake sure the timing output is also sent to the log...
2004-11-23 Chris LattnerChange formats, as suggested by Duraid
2004-11-22 Tanya LattnerMoved dejagnu log link to the template.
2004-11-22 Tanya LattnerChanged to catch stderror of dejagnu and fixed missing...
2004-11-21 Tanya LattnerMade dejagnu option lower case.
2004-11-21 Tanya LattnerAdded the ability to run Dejagnu tests.
2004-11-14 Reid SpencerFix usage of changed function prototype
2004-11-08 Misha Brukman* Add support for f2c and the -f2c switch to enable...
2004-11-06 Chris LattnerAdjust to printing user+system times instead of wall...
2004-11-05 Chris LattnerQuiet VC++ warnings
2004-10-30 Vikram S. AdveFix patterns to match only one-char words.
2004-10-30 Reid SpencerInternalize variable names to prevent recursive assignm...
2004-10-29 Vikram S. AdvePrint P and [AR] files on update.
2004-10-28 Reid SpencerFix the dependency of lex.o on gram.tab.h
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-26 Reid SpencerAdd EXTRA_DIST for additional files to be distributed.
2004-10-25 Reid SpencerNew Makefile Features:
2004-10-23 Chris LattnerMake VC happier, patch contributed by Morten Ofstad
2004-10-22 Reid SpencerRemove double colon rule for gram.tab.h so it doesn...
2004-10-22 Reid SpencerWe're not doing automake any more
2004-10-22 Reid SpencerAdjust to changes in Makefile.rules
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-10-14 Misha Brukman* Factor out (into new fn) a loop emitting operand...
2004-10-14 Misha Brukman* Add option to read isLittleEndianEncoding for InstrIn...
2004-10-13 Chris LattnerPatch to make VS happier, thanks to Morten Ofstad for...
2004-10-13 Reid SpencerUpdates for changes in Makefile rules.
2004-10-12 Chris LattnerDon't emit the method into the llvm namespace, let...
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-08 Reid SpencerRemove unused variable.
2004-10-08 Reid SpencerMake it so that positional parameters can have spaces...
2004-10-08 Misha BrukmanProperly `quote' names, and don't forget to add the...
2004-10-08 Misha BrukmanFix usage description typo
2004-10-08 Misha BrukmanMake comment header span the entire line
2004-10-07 Reid SpencerMake these scripts work on SunOS too.
2004-10-03 Chris LattnerCorrectly parse variant notation
2004-10-03 Chris LattnerAdd initial support for variants. This just parses...
2004-09-30 Misha Brukman#include DataTypes.h to compile on MinGW, patch by...
2004-09-28 Misha Brukman* Add `deplibs' keyword for specifying a list of depend...
2004-09-28 Misha BrukmanAdd `deplibs' keyword for specifying a list of dependen...
2004-09-28 Nate BegemanAdd support for the isLoad and isStore flags, needed...
2004-09-28 Chris LattnerTurn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG
2004-09-28 Brian GaekeTouch output files before reading or writing them,...
2004-09-20 Reid SpencerDocumentation upgrade.
2004-09-20 Reid SpencerFinish the documentation.
2004-09-20 Reid SpencerTighten up the specification of what counts as a code...
2004-09-20 Reid SpencerBase the implementation on the llvmdo script so that...
2004-09-20 Reid SpencerFixed to actually work correctly and be the basis for...
2004-09-20 Chris LattnerDon't count .lo files :)
2004-09-18 Chris LattnerDon't include libtool "object" files
2004-09-14 Chris LattnerRevamp the Register class, and allow the use of the...
2004-09-06 Reid SpencerModify the lines of code counting mechanism to use...
2004-09-06 Reid SpencerAdded a tool to more accurately count the lines of...
2004-09-05 Reid SpencerRemove double paren use in system() function so that...
2004-09-05 Reid SpencerMake the NightlyTest run tests out of projects/llvm...
2004-09-03 Reid SpencerClean up some "clean:" targets so they use $(VERB)...
2004-09-03 Reid SpencerMake tblgen's exception handling a little more robust...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerLink with LLVMsystem.a for operating system independence.
2004-08-29 Reid SpencerRemoveFileOnErrorSignal is now in the llvm::sys namespa...
2004-08-24 Reid SpencerAdd the examples directory to these scripts.
2004-08-21 Chris LattnerAlignment is now in bits.
2004-08-21 Chris LattnerMake alignment be in bits, just like size is
2004-08-21 Chris LattnerInfer the spillsize/alignment of a register based on...
2004-08-21 Chris LattnerSupport "Methods" in register classes in CodgeGenRegist...
2004-08-21 Chris LattnerStart parsing register classes into a more structured...
2004-08-21 Chris LattnerRead in declared reg sizes
2004-08-17 Chris LattnerDo not #include files into the llvm namespace
2004-08-16 Chris LattnerUse CodeGenRegister class to make reading in of registe...
2004-08-16 Chris LattnerAdd initial support for register and register class...
2004-08-15 Chris LattnerRemove awareness of isDummyClass
2004-08-15 Chris LattnerInclude .td and .txt files in the greps. This will...
2004-08-14 Chris LattnerMake the AsmWriter a first-class tblgen object. Allow...
2004-08-11 Chris LattnerFix minor bug in previous checkin
2004-08-11 Chris Lattnerchange how we invoke the printer. Instead of passing...
2004-08-11 Chris LattnerStart parsing more information from the Operand information
2004-08-11 Chris LattnerRemove special case hacks
next