Add prototype for new CloneBasicBlock function
[oota-llvm.git] / support /
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
2002-09-17 Chris LattnerInitial checkin of burg files
2002-09-13 Chris LattnerSubmitted by Casey Carter:
2002-09-10 Chris LattnerRemove extra #include
2002-09-08 Chris LattnerCheckin initial support for automatic memory leak detec...
2002-09-03 Chris LattnerMinor bug fix.
2002-09-02 Chris LattnerFix bugs
2002-09-02 Chris LattnerAdd printing support to ConstantRange class
2002-09-01 Chris LattnerInitial implementation of ConstantRange support
2002-08-07 Chris LattnerSimplify writing custom parsers.
2002-08-02 Chris LattnerFix lli with no arguments
2002-07-31 Chris LattnerFix bug that was causing problems for lli
2002-07-29 Chris Lattner* Fix assertion failure caused by command line argument...
2002-07-27 Chris LattnerRemove needless #include
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerFix problem that GCC3.1 doesn't like.
2002-07-24 Chris LattnerFix a bug exposed by lli
2002-07-23 Chris LattnerInitial checkin
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Chris LattnerMinor bugfix, prevents error in LLI
2002-07-22 Chris Lattner*** empty log message ***
2002-07-22 Chris LattnerCheckin CommandLine 2.0
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-05 Chris LattnerFix const problems
2002-05-22 Chris LattnerImplement a new command line option, -debug, which...
2002-05-22 Chris LattnerAdd ability to update existing variables with values...
2002-05-10 Chris LattnerInitial checkin of Statistic class.
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-18 Chris LattnerAdd new api for basic signal handling for tools
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-02-24 Chris Lattner64 bit clean now
2002-01-31 Chris LattnerIf an invalid alternative is listed for an argument...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris Lattner* Implement support for folding multiple single letter...
2001-10-29 Chris LattnerCheckin of C string stuff. Fix several bugs, including...
2001-10-28 Chris LattnerInitial checkin of name mangling code moved from linker
2001-10-27 Chris LattnerProvide option to enable eating of all arguments follow...
2001-10-24 Chris LattnerClean up error handling a bit. Add / as a seperator...
next