oota-llvm.git
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerDescription of a large patch that I checked in
2002-06-25 Chris LattnerSimplify the code that adds passes so compilation can...
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-24 Chris LattnerTest more thoroughly
2002-06-24 Chris LattnerExpose the analyzer
2002-06-24 Chris LattnerBasic test of the inlinr
2002-06-24 Chris LattnerTestcase for unimplemented feature
2002-06-24 Chris LattnerCheckin descriptive note
2002-06-10 Chris LattnerMark some stuff as done
2002-06-08 Chris LattnerNew testcases for verifier
2002-06-05 Chris LattnerFix constness
2002-06-05 Chris LattnerFix Constness problems
2002-06-05 Chris LattnerFix const 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-06-03 Chris LattnerAllow const bb's to be checked for containment in a...
2002-05-28 Chris LattnerAvoid deleting individual instructions until AFTER...
2002-05-28 Chris LattnerNew testcase that is a distilled form of the other one
2002-05-28 Chris LattnerNew testcase that crashes ADCE
2002-05-26 Chris LattnerSimplify the interface to local dce and constprop
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 LattnerTestcases to show what -funcresolve does.
2002-05-24 Chris LattnerRun FuncResolve tests
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 LattnerNew testcase, to be inspected by hand
2002-05-23 Chris LattnerNo need to run dce with adce right behind!
2002-05-23 Chris LattnerNew testcase
2002-05-23 Chris LattnerMake sure the extracted function has external linkage...
2002-05-23 Chris LattnerNew testcase
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 LattnerNew testcase
2002-05-23 Chris LattnerConvert RegClass::IsColorUsedArr from a dynamically...
2002-05-23 Chris LattnerAdd a new setSuccessor method to terminator instructions
2002-05-23 Chris LattnerImplement DataTypes.h in terms of inttypes.h
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 LattnerRemove spaces from function names
2002-05-22 Chris LattnerNew testcase
2002-05-22 Chris LattnerRun profile paths tests
2002-05-22 Chris LattnerTest cases for profile paths pass
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 LattnerAdd the ADCE pass to gccas finally!
2002-05-22 Chris LattnerNew testcase
2002-05-22 Chris LattnerBuild the extract utility
2002-05-22 Chris LattnerInitial checkin of the "extract" utility
2002-05-22 Chris LattnerAdd more testcases for ADCE
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-22 Chris LattnerMust run cfgsimplify to eliminate dead blocks
2002-05-21 Chris LattnerNew testcase
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 LattnerExpose cfg simplification pass
2002-05-21 Chris LattnerSimplify CFG after code generation is done
2002-05-21 Chris LattnerSimplify interface to ConstantFoldTerminator
2002-05-21 Chris LattnerExpose CFG simplification pass
2002-05-21 Chris LattnerNew testcase
2002-05-21 Chris LattnerFix bug: test/Regression/Transforms/CFGSimplify/2002...
2002-05-21 Chris LattnerUpdate run line
2002-05-21 Chris LattnerThis testcase was very broken! The block could not...
2002-05-21 Chris LattnerNew testcase
2002-05-21 Chris LattnerFix bug: test/Regression/CBackend/2002-05-21-MissingRet...
2002-05-21 Chris LattnerNew TEstcase
2002-05-21 Mehwish NagdaFixed the makefile to not die when compiling a new...
2002-05-20 Chris LattnerRemove unneccesary path from link line now
2002-05-20 Chris LattnerAllow libraries to specify other libraries to link to
2002-05-20 Chris Lattner* Change commandline options a bit to be nicer
2002-05-20 Chris LattnerHide debugging options
2002-05-20 Chris LattnerFix tracing code support to link in the tracing routine...
2002-05-20 Chris LattnerRemove explicit support for tracing code. It should...
2002-05-20 Chris LattnerRemove tracing code hack
2002-05-20 Chris LattnerTracelib is now an LLVM library just like all other...
2002-05-20 Chris Lattner* If hashing a pointer, cast it to a 64 bit number...
2002-05-20 Chris LattnerNew testcase for bug
2002-05-20 Chris LattnerFix bug: test/Regression/Transforms/SCCP/2002-05-20...
next