YEs, we really do want to sort.
[oota-llvm.git] / lib /
2002-06-30 Chris LattnerRemove diff-cluttering tags
2002-06-30 Chris LattnerRemove tag that just clutters diffs
2002-06-30 Chris LattnerFix anands changes
2002-06-30 Chris LattnerConvert tabs to spaces
2002-06-30 Chris LattnerFix anand's last checkin
2002-06-25 Anand Shuklachanges for 64bit gcc
2002-06-25 Anand Shuklaadded include<iostream> for cerr
2002-06-25 Anand Shuklaadded include<iostream> for cerr
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Anand Shuklaadditions and bug fixes
2002-06-25 Anand Shuklaadded include<iostream> for cerr
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Anand Shuklaminor change in removing endl
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris Lattner*** empty log message ***
2002-06-25 Chris Lattner* Update with MegaPatch
2002-06-25 Chris Lattner* Update to work with Megapatch
2002-06-25 Chris LattnerRemove DynamicConstantMerge pass, because it did not...
2002-06-25 Chris LattnerRemove "fixers" for problems in GCC generated code...
2002-06-25 Anand ShuklaRelocating Graph.h
2002-06-05 Chris LattnerFix constness
2002-06-05 Chris LattnerFix Constness problems
2002-06-05 Chris LattnerFix constness problem
2002-06-05 Chris LattnerFix constness problems now that the cast operators...
2002-06-04 Chris Lattner* Be more typesafe: cast<x> now no longer discards...
2002-06-04 Chris LattnerDisable debugging output
2002-06-03 Chris Lattner*** empty log message ***
2002-05-28 Chris LattnerAvoid deleting individual instructions until AFTER...
2002-05-26 Chris LattnerSimplify the interface to local DCE and Constant prop
2002-05-26 Chris LattnerSupport opaque type printing a little bit at least
2002-05-26 Chris LattnerDo not remove type names that contain a .
2002-05-24 Chris LattnerFix "unimplemented features":
2002-05-24 Chris LattnerSplit the FunctionResolution pass out of CleanGCCOutput...
2002-05-24 Chris LattnerFix comments to reflect reality
2002-05-24 Chris LattnerSupport programs that do not #include <malloc.h> or...
2002-05-23 Chris LattnerFold add X, 0 for floating point types as well
2002-05-23 Chris LattnerFix bug: test/Regression/Transforms/ADCE/2002-05-23...
2002-05-23 Chris LattnerConvert RegClass::IsColorUsedArr from a dynamically...
2002-05-22 Chris LattnerAvoid creating the symbol table if we don't need it.
2002-05-22 Chris LattnerSupport function declarations with either %XXX or ...
2002-05-22 Chris LattnerPrint out function name with % style instead of ""...
2002-05-22 Chris LattnerConvert code to use the DEBUG macro so that debug code...
2002-05-22 Chris LattnerFix and implement ADCE to finally work!
2002-05-22 Chris LattnerConvert transforms over to standardize debugging output...
2002-05-22 Chris LattnerUse the new DEBUG(x) macro to allow debugging code...
2002-05-22 Chris LattnerMove debug options out of header files so that the...
2002-05-22 Chris LattnerMove the DEBUG_LV option out of the public header file...
2002-05-22 Chris LattnerAvoid #including CommandLine.h
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-22 Chris LattnerFix bug: test/Regression/Transforms/SCCP/2002-05-21...
2002-05-21 Chris Lattner* Fix typeo
2002-05-21 Chris LattnerAdd implementation of SimplifyCFG
2002-05-21 Chris LattnerNew CFG Simplification pass: removed from the old DCE...
2002-05-21 Chris LattnerSimplify interface to ConstantFoldTerminator
2002-05-21 Chris LattnerFix bug: test/Regression/Transforms/CFGSimplify/2002...
2002-05-21 Chris LattnerFix bug: test/Regression/CBackend/2002-05-21-MissingRet...
2002-05-21 Mehwish NagdaFixed the makefile to not die when compiling a new...
2002-05-20 Chris Lattner* Change commandline options a bit to be nicer
2002-05-20 Chris LattnerHide debugging options
2002-05-20 Chris LattnerRemove explicit support for tracing code. It should...
2002-05-20 Chris LattnerRemove tracing code hack
2002-05-20 Chris LattnerFix bug: test/Regression/Transforms/SCCP/2002-05-20...
2002-05-20 Chris LattnerDon't lose namespace qualifications on previous patch.
2002-05-19 Chris LattnerRename IsPowerOf2 to isPowerOf2
2002-05-19 Vikram S. AdveLink with test/Libraries/libinstr32.a for runtime routines
2002-05-19 Vikram S. AdveAdded external functions for hashing pointers to sequen...
2002-05-19 Vikram S. AdveInstrnsBefore and InstrnsAfter are now vectors instead...
2002-05-19 Vikram S. AdveHash pointer values to a sequence number to get identic...
2002-05-19 Vikram S. AdveBetter folding getelementptr operations with mixed
2002-05-19 Vikram S. AdvecpValue2Value now needs a vector of MachineInstr to...
2002-05-19 Vikram S. AdveAnnotation class for MachineInstr.
2002-05-19 Vikram S. AdveNumerous bug fixes:
2002-05-19 Vikram S. AdveAdd integer register size field.
2002-05-19 Vikram S. AdveNumerous bug fixes:
2002-05-17 Chris LattnerFix bug: test/Regression/CBackend/2002-05-16-NameCollid...
2002-05-16 Chris Lattner* Make debug output conditional on #define
2002-05-14 Chris Lattner* Fix bug: test/Regression/Transforms/GCSE/2002-05...
2002-05-14 Chris LattnerFix bug: test/Regression/Transforms/InstCombine/2002...
2002-05-14 Chris LattnerAvoid emitting a useless comment for a basic block...
2002-05-14 Chris LattnerFix bug: test/Regression/Transforms/InstCombine/2002...
2002-05-14 Chris LattnerFix a major source of "type unsafety", where a cast...
2002-05-14 Chris LattnerImplement elimination of loads
2002-05-13 Chris LattnerTrivial cleanups
2002-05-13 Chris LattnerAdd method to check to see if two _Instructions_ domina...
2002-05-10 Chris LattnerInitial checkin of LICM pass
2002-05-10 Chris LattnerWe actually need this code for the release build to...
2002-05-10 Chris LattnerAdd support for printing out statistics information...
2002-05-10 Chris LattnerFix some bugs, straighten stuff out, more work needs...
2002-05-10 Chris LattnerInitial checkin of Statistic class.
2002-05-10 Chris Lattner* Add support for the -stats command line option to...
2002-05-10 Chris LattnerInitial checkin of the PiNodeInsertion pass
2002-05-09 Chris LattnerLast minor cleanups, this code still does not work...
2002-05-09 Chris LattnerTwo Cleanups to generated C code:
2002-05-09 Chris Lattner* Remove CInstPrintVisitor class, incorporating it...
next