*** empty log message ***
[oota-llvm.git] / lib / Target /
2002-07-25 Chris LattnerRefix stuff for GCC 2.95, 3.0.4 & 3.1
2002-07-25 Mehwish Nagdanow removes deleted nops from MachineCodeForInstruction
2002-07-25 Mehwish Nagdachanged implementation of LLVM BYTECODE Length
2002-07-25 Chris LattnerAvoid warning message
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerGCC 3.1 changes, finally the burm file builds the FIRST...
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerNon-standard hash classes are not in the std:: namespace
2002-07-24 Chris Lattner*** empty log message ***
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Mehwish Nagdamoving to the Reoptimizer/Mapping dir
2002-07-22 Mehwish Nagdamoved from CodeGen to this dir
2002-07-22 Chris Lattner*** empty log message ***
2002-07-21 Anand ShuklaAdding code for outputing length in .s
2002-07-19 Mehwish Nagdachanged size computation
2002-07-17 Mehwish Nagdaadded check for Function with 0 BB
2002-07-16 Chris Lattner* Make global variables with external linkage get emitt...
2002-07-16 Mehwish NagdaNow will profile all Basic Blocks
2002-07-15 Mehwish NagdaAdded the Mapping Pass to out put Mapping Info to ...
2002-07-15 Mehwish NagdaInitial checking : Writes LLVM - MI mappiing to the...
2002-07-11 Anand Shuklaadded std:: to vector
2002-07-10 Vikram S. AdveBug fix: cast (bool) has higher precedence than %....
2002-07-10 Vikram S. AdveChanged interface to insertCallerSavingCode().
2002-07-10 Vikram S. AdveStop using pseudo-instructions (SETX, SETUW, SETSW)
2002-07-10 Vikram S. AdveAdd support to print %hh, %hm, %lm, or %lo in an operan...
2002-07-10 Vikram S. AdveMajor overhaul to stop using pseudo-instructions (SETX...
2002-07-10 Vikram S. AdveMore important fixes:
2002-07-09 Anand Shuklachanged mem_fun to std::mem_fun
2002-07-09 Anand ShuklaAdded std:: to mem_fun for 64-bit gcc
2002-07-09 Vikram S. AdveAdded support for printing constant global references to
2002-07-08 Vikram S. AdveNumerous changes in interface to class SparcRegInfo...
2002-07-08 Vikram S. Adveclass MachineCodeForBasicBlock is now an annotation...
2002-07-08 Vikram S. AdveBA no longer has the unused CC operand.
2002-07-08 Vikram S. AdveHave to save a boolean (setCC) value whenever use is...
2002-07-08 Vikram S. AdveBA has only one argument.
2002-07-08 Vikram S. AdveSignificant changes to correctly spill CC registers...
2002-07-08 Vikram S. AdveSignificant changes to correctly spill CC registers...
2002-07-08 Vikram S. AdveMachineInstr* in vector are not const (and never really...
2002-07-08 Vikram S. AdveMoved class MachineCodeForBasicBlock to MachineCodeForB...
2002-07-08 Vikram S. AdveMachineInstr::dump() now takes no arguments.
2002-07-08 Vikram S. AdveA single MachineInstr operand may now be both a def...
2002-07-08 Vikram S. AdveA single MachineInstr operand may now be both a def...
2002-07-08 Vikram S. AdvegetUsableUniRegAtMI interface simplified slightly.
2002-07-08 Vikram S. AdveMachineInstr* in vector are not const (and never really...
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-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 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-05 Chris LattnerFix constness
2002-06-05 Chris LattnerFix Constness problems
2002-06-04 Chris LattnerDisable debugging output
2002-05-23 Chris LattnerConvert RegClass::IsColorUsedArr from a dynamically...
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-21 Chris Lattner* Fix typeo
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 LattnerHide debugging options
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. AdveInstrnsBefore and InstrnsAfter are now vectors instead...
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-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...
2002-05-09 Chris LattnerRemove CLocalVars data structure entirely, instead...
2002-05-09 Chris LattnerSimplify code by removing InstLocalVarsVisitor, replaci...
2002-05-09 Chris Lattner* Clean up how PHI nodes are handled
2002-05-09 Chris LattnerEmit:
2002-05-09 Chris Lattner* Print structures types correctly
2002-05-09 Chris Lattner* Continue cleanup of type printing code
2002-05-09 Chris LattnerGut the type printing code so there is only one copy...
2002-05-09 Chris Lattner* Remove dead "constant printing" code
2002-05-09 Chris LattnerRemove gross "Operand" instance variable
2002-05-09 Chris LattnerSimplify and clean up function calls.
2002-05-09 Chris Lattner* Remove dead function
2002-05-09 Chris LattnerMake Getelementptr, load & store all work the right...
2002-05-09 Chris LattnerMany random fixes:
2002-05-09 Chris LattnerIncorporate and purge function before and after printin...
2002-05-09 Chris LattnerFactor out the code to print a value to ONE place.
2002-05-09 Chris LattnerFirst wave of cleanups, looks like the first of many.
2002-05-08 Sumant Kowshik*** empty log message ***
2002-05-07 Chris LattnerExtend TargetData::getIndexedOffset to support arrays...
next