* Add data structures and code to track the call sites for each function
[oota-llvm.git] / lib / CodeGen /
2002-10-14 Vikram S. AdveSignificant improvement: GEP used by a load or store...
2002-10-13 Vikram S. AdveUse vectors instead of hash_maps for issueGaps and...
2002-10-13 Vikram S. AdveMajor bug fix: was not adding CD edges for RETURNs!
2002-10-11 Vikram S. AdveMajor bug fix: spill code for an instruction in a delay...
2002-10-11 Vikram S. AdveDon't pad variables in stack slots for performance!
2002-09-29 Vikram S. AdveBug fix in folding getElementPtr instructions: don...
2002-09-29 Vikram S. AdveConvert DIRS to PARALLEL_DIRS. They can be built indep...
2002-09-28 Vikram S. AdveAdded a couple of helper methods for live range constru...
2002-09-28 Vikram S. AdveLive ranges for Return value and return address of...
2002-09-28 Vikram S. AdveFixed method getReturnValue(): it should return NULL...
2002-09-28 Vikram S. AdveFixed incorrect assertion: spill code for function...
2002-09-27 Vikram S. AdveSign-extend integer constants from original type size...
2002-09-20 Vikram S. AdveAdd method IGNode::getCombinedDegree to count the sum...
2002-09-20 Vikram S. AdveAdd PostOpts/ and rename PreSelection/ to PreOpts/.
2002-09-20 Vikram S. AdveAdd method MachineInstr::replace to rewrite a machine...
2002-09-20 Vikram S. AdveAllow copy coalescing in more cases: if sum of node...
2002-09-20 Vikram S. AdvePeephole optimization pass on final machine code.
2002-09-20 Vikram S. AdveFiles moved to CodeGen/PreOpts.
2002-09-20 Vikram S. AdveMoving these files from Code/PreSelection to here.
2002-09-17 Chris LattnerDon't put default parameter values into .cpp files...
2002-09-17 Chris LattnerAdd support for GCC 2.96
2002-09-16 Vikram S. AdveAdd subdirectory PreSelection.
2002-09-16 Vikram S. AdveNew preselection pass that specializes LLVM code for...
2002-09-16 Vikram S. AdveDump routine now writes out allocated register numbers...
2002-09-16 Vikram S. AdveImprove and fix error in allocating stack slots: adjust...
2002-09-16 Vikram S. AdveAdd a version of ChooseRegOrImmed to handle numerical...
2002-09-16 Vikram S. AdveAdd an assertion.
2002-09-15 Vikram S. AdveFix typos in previous checkin.
2002-09-15 Chris LattnerRegAllocCommon no longer includes CommandLine.h so...
2002-09-14 Vikram S. AdveBreak RA_DEBUG option into several levels to get better...
2002-09-14 Vikram S. AdveRemove unnecessary include.
2002-09-14 Vikram S. AdveBreak RA_DEBUG option into several levels to get better...
2002-09-14 Vikram S. AdveMoving to lib/CodeGen/RegAlloc.
2002-09-12 Chris LattnerFix a bug I introduced into the code generator. :(
2002-09-11 Chris Lattner - Change getelementptr instruction to use long indexe...
2002-09-08 Chris LattnerMake sure the leakdetector is told about temporary...
2002-09-08 Chris LattnerInform the memory leak detector that TmpInstruction...
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-08-27 Anand Shuklamoved this file from lib/Reoptimizer/Mapping
2002-08-27 Anand ShuklaMakefile for new sub directory
2002-08-27 Anand ShuklaAdded Mapping subdir
2002-08-24 Vikram S. AdveUse newly-added type inspection support in InstTreeNode...
2002-08-24 Vikram S. AdveMoved code here to extract memory instruction indices...
2002-08-23 Anand ShuklaAdded #include <alloca.h>
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Vikram S. AdvedumpNode() does not need to print MachineInstrs.
2002-08-15 Vikram S. AdveUnary Not (boolean and bitwise) is no longer a separate...
2002-08-14 Vikram S. AdveAdd method MachineInstr::substituteValue() which substi...
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-08-09 Chris LattnerWe are using std::vector, so remove extraneous namespac...
2002-08-09 Chris LattnerVery minor cleanups
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-04 Vikram S. AdveAdd function GetConstantValueAsUnsignedInt.
2002-07-30 Chris Lattner* Move InstructionSelection Pass here instead of living...
2002-07-30 Chris LattnerRemove unused vector
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 Chris Lattner*** empty log message ***
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-22 Mehwish Nagdamoving to the Reoptimizer/Mapping dir
2002-07-22 Chris Lattner*** empty log message ***
2002-07-19 Mehwish Nagdachanged size computation
2002-07-17 Mehwish Nagdaadded check for Function with 0 BB
2002-07-16 Mehwish NagdaNow will profile all Basic Blocks
2002-07-15 Mehwish NagdaInitial checking : Writes LLVM - MI mappiing to the...
2002-07-11 Anand Shuklaadded std:: to endl
2002-07-10 Vikram S. AdveFix print of BB name in dump().
2002-07-10 Vikram S. AdveAdd support for marking each operand as a %hh, %hm...
2002-07-09 Anand Shuklachanged mem_fun to std::mem_fun
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. AdveRename static struct Initializer to avoid name conflict...
2002-07-08 Vikram S. AdveFix printing of BB in dump.
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. AdveImplementation of class MachineCodeForBasicBlock.
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. AdveMoved class MachineCodeForBasicBlock to MachineCodeForB...
2002-07-08 Vikram S. AdveMachineInstr* in vector are not const (and never really...
2002-06-30 Chris LattnerRemove tag that just clutters diffs
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-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 LattnerAvoid #including CommandLine.h
2002-05-20 Chris LattnerHide debugging options
2002-05-20 Chris LattnerDon't lose namespace qualifications on previous patch.
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-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-04-29 Chris LattnerAdd neccesary #include
next