oota-llvm.git
2002-07-08 Vikram S. AdveMoved class MachineCodeForBasicBlock to MachineCodeForB...
2002-07-08 Vikram S. AdveMachineInstr* in vector are not const (and never really...
2002-07-08 Vikram S. AdveAdded two more helper functions for instruction creation.
2002-07-08 Vikram S. AdveMoved MachineCodeForBB to be an annotation on BasicBlock.
2002-07-08 Anand Shuklachanges BBsorting and oredering
2002-07-08 Anand Shuklasmall corrections
2002-07-08 Anand Shuklachanged function numbering
2002-07-03 Anand ShuklaAdd new << to allow printing modules by reference.
2002-06-30 Chris Lattner*** empty log message ***
2002-06-30 Chris LattnerClean up anands patch
2002-06-30 Chris LattnerStrip the symbols out of the bytecode to inflate genera...
2002-06-30 Chris LattnerYEs, we really do want to sort.
2002-06-30 Chris LattnerYes, we REALLY DO want to run the reassociate pass.
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-30 Chris LattnerFix comment
2002-06-28 Chris LattnerCleanup
2002-06-25 Anand Shuklachanges for 64bit gcc
2002-06-25 Anand Shuklaadded include<iostream> for cerr
2002-06-25 Anand ShuklaChanges for 64bit gcc
2002-06-25 Anand Shuklacorrecting makefile: incorrectly checked in wrong versi...
2002-06-25 Anand ShuklaChanges for 64bit gcc
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 Chris LattnerWe must with with GCC 2.95 :(
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerAvoid calling LLVM "Strongly typed"
2002-06-25 Anand ShuklaAdded setSuccessor() method to terminator instructions
2002-06-25 Chris LattnerNew testcase
2002-06-25 Chris LattnerAdd borders to truth tables
2002-06-25 Chris LattnerMinor tuning and fleshing out of the language reference.
2002-06-25 Chris LattnerBuild all subdirectories
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...
next