(1) Rematerialize nodes from the globals graph into the current graph
[oota-llvm.git] / support /
2003-07-15 Misha BrukmanFixed a bug: outputting name of variable instead of...
2003-07-15 Misha BrukmanThis optimization greatly enhances efficiency of creati...
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-10 Misha BrukmanFixed grammatical error.
2003-07-10 Misha BrukmanLowercase versions of `occurrence' need to be spelled...
2003-07-10 Misha Brukman`Occurrence' has no `a' and the `r' is doubled.
2003-07-07 Misha BrukmanStop using the `Offset' variable, as we are cycling...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-28 Chris LattnerAdd support for 'unsigned' command line arguments
2003-06-27 John CriswellAdded code to the clean rule that deletes files placed...
2003-06-19 Chris LattnerRemove usage of sys/unistd.h
2003-06-17 Brian GaekePut ifdefs around use of malloc.h/mallinfo, which isn...
2003-06-17 Chris LattnerFix misspelling of ExtraSources, hopefully to unbreak...
2003-06-16 Chris LattnerActually, change it to use explicit new/delete, which...
2003-06-16 Chris LattnerRemove usage of alloca
2003-06-16 Brian GaekeIsolate machine-dependent use of <alloca.h> in "Support...
2003-06-11 John CriswellAdded assert.h so that it compiles under newer versions...
2003-06-11 John CriswellUpdated to the new Makefile.common.
2003-06-06 Chris LattnerOld versions of GCC doesn't have <ostream> :(
2003-06-06 Chris LattnerFix compilation problem with some versions of G++
2003-06-06 Chris LattnerFix problem with perror
2003-06-06 Misha BrukmanAll debug print statements are now output with the...
2003-06-05 Misha Brukman* Stop ignoring cc registers, since we actually use...
2003-06-03 Chris LattnerSpiff up options a bit
2003-06-03 Chris LattnerAdd -o support for TableGen
2003-06-03 Chris LattnerMake tablegen use more structured command line options
2003-06-03 Misha BrukmanStop ignoring the `cc' field, we actually use it now...
2003-05-30 Misha BrukmangetValueOp() now takes a MachineInstr as well as a...
2003-05-28 Misha BrukmanOutput the opcode name of the instruction being emitted...
2003-05-27 Misha BrukmanCannot output `static' in generated cpp code: results...
2003-05-27 Misha Brukman* Now outputting a static function getBinaryCodeForInst...
2003-05-27 Chris LattnerMake _sure_ we don't go into an infinite loop if a...
2003-05-24 Misha BrukmanAdd ability to utilize the code emitter generator ...
2003-05-24 Misha BrukmanFirst cut at the Code Generator using the TableGen...
2003-05-22 Chris LattnerRemove long dead code
2003-05-22 Chris LattnerAdd using declarations
2003-05-22 Chris LattnerAdd new CommaSeparated option modifier
2003-05-22 Chris LattnerDestroy using declarations
2003-05-20 Misha BrukmanI fixed that ``thang'', yo.
2003-05-09 Chris LattnerAdd a new info-output-file option (hidden from --help...
2003-03-31 Chris LattnerUpdate to work with newer versions of bison
2003-02-13 Chris LattnerMake more compatible with GCC 2.96
2003-02-13 Chris LattnerRemove gunk that was supposed to make space evaluation...
2003-02-12 Chris LattnerDon't output times in "scientific" notation
2003-02-09 Chris LattnerRemove the -debug option from release executables
2003-02-05 Chris LattnerSquelch warning
2003-01-30 Chris Lattner* Add new -track-memory option to tools which enables...
2003-01-29 Chris LattnerFix build problem on sparc
2003-01-29 Chris LattnerFix warning on sparc
2003-01-20 Chris LattnerFix warnings
2003-01-14 Chris LattnerMove annotation to support library
2003-01-13 Chris LattnerFix static initializer ordering dependency
2002-12-24 Chris LattnerFix compilation on GCC 3.2
2002-12-23 Chris LattnerNew files for miscompilation detection
2002-12-06 Chris LattnerFix bug
2002-12-06 Chris LattnerAllow printing partially constructed bitsets
2002-12-06 Chris LattnerDon't delete values that may still be referenced!
2002-12-06 Chris LattnerTighten up assertion checking
2002-12-03 Chris LattnerAdd code that can be used for debugging
2002-12-03 Chris LattnerContinue implementing field initializers
2002-12-03 Chris LattnerDon't delete temporary files
2002-12-02 Misha BrukmanIgnore generated files gram.tab.c and gram.tab.h
2002-12-02 Misha BrukmanIgnore generated files FileLexer.* and FileParser.*
2002-12-02 Chris LattnerContinued support for field intitializers
2002-12-02 Chris LattnerContinued support for field initializer
2002-12-02 Chris LattnerContinued support for Field Initializer
2002-12-02 Chris LattnerAdjustments due to new FieldInit stuff
2002-12-02 Chris LattnerAdd comments, factor out common code
2002-12-02 Chris LattnerAdd support for field exprs
2002-12-02 Chris Lattner* Move BitsInit::resolveReferences up with the rest...
2002-12-02 Chris LattnerInitial support for Field Expressions
2002-12-02 Chris LattnerAdd correct dependency
2002-12-02 Chris LattnerSplit up targets
2002-12-02 Chris LattnerAdd comments
2002-12-02 Chris LattnerInitial checkin of TableGen utility
2002-11-18 Chris LattnerAdd peak memory usage measurement capability
2002-11-04 Chris LattnerSimplify code
2002-11-04 Chris LattnerSun can now use mallinfo()
2002-11-04 Chris LattnerAllow memory sizes to be negative, remove obsolete...
2002-11-04 Chris Lattnermallinfo is not available on sun apparently :(
2002-11-04 Chris LattnerMinor fix to space accounting
2002-11-04 Chris LattnerImplement MaxRSS in terms of mallinfo instead of the...
2002-11-01 Chris LattnerFix burg build problem.
2002-10-27 Chris LattnerAdd #include
2002-10-27 Chris LattnerWork better with other versions of bison
2002-10-04 Anand ShuklaAdded #include<unistd.h> to compile with solaris gcc3.2
2002-10-04 Anand Shuklaadded cast to unsigned to compile with gcc3.2 (sparc)
2002-10-01 Chris Lattner - Rework Statistics:
2002-10-01 Chris LattnerCheckin generic interval timer support
2002-09-22 Chris LattnerClean up dead rules
2002-09-22 Chris LattnerFix tons of warnings, convert burg to use Makefile...
2002-09-20 Vikram S. AdveBuild burg separately for different architectures.
2002-09-20 Vikram S. AdveInclude our config and system-specific Makefiles to...
2002-09-19 Chris LattnerAdd an optimization to support the most common access...
2002-09-17 Chris LattnerTEst commit
2002-09-17 Chris LattnerTest commit
2002-09-17 Chris LattnerTest change
2002-09-17 Chris LattnerWe need an 'all' target to build burg, add it back
2002-09-17 Chris LattnerDon't run tests by default
2002-09-17 Chris LattnerInitial checkin of burg documetnation files
next