Remove this method.
[oota-llvm.git] / lib / CodeGen /
2004-11-22 Chris LattnerFix the FIXME, nuke the JIT specific forceCompilationOf...
2004-11-22 Chris LattnerThese methods are obsolete
2004-11-20 Chris LattnerAdjust to changed interfaces
2004-11-20 Chris LattnerAdd getCurrentPCOffset() and addRelocation() methods.
2004-11-19 Chris LattnerMatch change in MachineCodeEmitter prototype.
2004-11-18 Chris Lattner* There is no reason for SpillWeights to be an instance var
2004-11-18 Chris LattnerThere is no need to check to see if j overflowed in...
2004-11-18 Chris LattnerModerate head scratching reveals that this conditional...
2004-11-18 Chris LattnerFix a couple of bugs where we considered physregs past...
2004-11-18 Chris LattnerFix typeo
2004-11-18 Chris LattnerStart using the iterators in the fixed_ intervals to...
2004-11-18 Chris LattnerTake another .7 seconds off of linear scan time.
2004-11-18 Chris LattnerAdd a counter for the number of times linscan has to...
2004-11-18 Chris LattnerAdd ability to give hints to the overlaps routines.
2004-11-18 Chris Lattner* Improve comments/documentation substantially
2004-11-18 Chris LattnerAdd new advanceTo method
2004-11-18 Chris LattnerFix a minor bug in expiredAt. endNumber() is the first...
2004-11-18 Chris LattnerRename some methods, use 'begin' instead of 'start...
2004-11-16 Brian GaekeGive a better message for a common assertion failure.
2004-11-05 Chris LattnerDo not make i have bigger scope that we need
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-26 Chris LattnerMove method bodies that depend on <algorithm> from...
2004-10-26 Chris LattnerClean up the MachineBasicBlock.h file, percolating...
2004-10-26 Chris LattnerReduce usage of MRegisterInfo::getRegClass
2004-10-25 Chris LattnerDo not use variable sized arrays in C++, they are non...
2004-10-25 Chris LattnerPatch to support MSVC better, contributed by Morten...
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-16 Chris LattnerAdd support for undef
2004-10-15 Chris LattnerAllow machine operands to represent global variables...
2004-10-15 Chris LattnerThis patch fixes the nasty bug that caused 175.vpr...
2004-10-15 Chris LattnerThis patch adds and improves debugging output. No...
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Misha BrukmanModuloScheduling has moved to lib/Target/SparcV9
2004-10-10 Misha BrukmanModuloScheduling moved to lib/Target/SparcV9 as it...
2004-10-10 Tanya LattnerAdded debug information. Fixed several bugs in the...
2004-10-10 Reid SpencerRemove the InstrSched directory (moved to SparcV9)
2004-10-10 Reid SpencerDirectory no long exists (moved to Targets/SparcV9).
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-08 Misha BrukmanHyphenate target-(in)dependent for more tasty grammar...
2004-10-08 Misha BrukmanInstrSched has been moved to lib/Target/SparcV9
2004-10-08 Misha BrukmanInstrSched is SparcV9-specific and so has been moved...
2004-10-08 Misha BrukmanSingle-space instead of double-spacing in the Makefile
2004-10-01 Chris LattnerDo not repeat the map lookup
2004-10-01 Chris LattnerWhen a virtual register is folded into an instruction...
2004-10-01 Chris LattnerAdd a simple little improvement to the local spiller...
2004-10-01 Chris LattnerSubstantially revamp the local spiller, causing it...
2004-10-01 Chris LattnerPretty print a bit nicer :)
2004-10-01 Alkis EvlogimenosDocument this class a bit :-)
2004-09-30 Chris LattnerUse more efficient map operations. Fix a bug that...
2004-09-30 Chris LattnerThere is no need to call MachineInstr::print directly...
2004-09-30 Chris Lattner* Wrap some comments to 80 cols
2004-09-30 Chris LattnerSimplify the logic in the simple spiller and capitalize...
2004-09-30 Chris LattnerSwitch from defaulting to the 'local' spiller to the...
2004-09-30 Chris LattnerDon't use a densemap for keeping track of which vregs...
2004-09-30 Chris LattnerUse longer and more explicit names for instance vars...
2004-09-30 Chris LattnerFree the VirtRegMap at the end of MachineFunction proce...
2004-09-30 Chris LattnerReindent code, improve comments, move huge nested metho...
2004-09-28 Alkis EvlogimenosAdd includes and use std:: for standard library calls...
2004-09-28 Alkis EvlogimenosFix includes. Patch contributed by Paolo Invernizzi!
2004-09-09 Alkis EvlogimenosGrow the map on entry so that we don't crash if joinInt...
2004-09-08 Alkis EvlogimenosUse a DenseMap for mapping reg->reg. This improves...
2004-09-05 Alkis EvlogimenosIndent to 2 spaces and cleanup excess whitespace.
2004-09-05 Alkis EvlogimenosIndent to 2 spaces.
2004-09-03 Misha BrukmanOrder #includes alphabetically, local .h files first.
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2004-09-02 Alkis EvlogimenosChange the way we choose a free register: instead of...
2004-09-02 Alkis EvlogimenosChange the way we choose a free register: instead of...
2004-09-02 Alkis EvlogimenosWe don't need to sort the added vector as unhandled...
2004-09-01 Reid SpencerChanges For Bug 352
2004-09-01 Alkis EvlogimenosBe a bit more efficient when processing the active...
2004-09-01 Alkis EvlogimenosGive a better assertion if we see a use before a def.
2004-08-31 Alkis EvlogimenosMinor code clarity changes.
2004-08-29 Nate BegemanPut this change back in after testing from Reid proved...
2004-08-28 Alkis EvlogimenosRemove dead code.
2004-08-27 Alkis EvlogimenosNow that LiveIntervals::addIntervalsForSpills is fixed...
2004-08-27 Alkis EvlogimenosOnly update LiveVariables if it is available. addInterv...
2004-08-27 Alkis EvlogimenosBack out this change as it broke the build last night...
2004-08-27 Nate BegemanBack out change to divide getSpillSize by 8 until I...
2004-08-27 Alkis EvlogimenosThe linear scan variants do not require the LiveVariabl...
2004-08-27 Nate BegemanRegister sizes are in bits, not bytes
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo and don't expose...
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo.
2004-08-24 Chris LattnerFix a bug in a previous checkin of mine, correcting
2004-08-24 Chris LattnerDo not use .xword and friends to emit zeros on V9....
2004-08-21 Chris LattnerRegister info alignment is in bits, frame object alignm...
2004-08-21 Chris LattnerNow that we have per-register spill size/alignment...
2004-08-18 Brian GaekeInstead of using isDummyPhiInstr, we just compare the...
2004-08-18 Brian GaekeInstead of using isDummyPhiInstr, we just compare the...
2004-08-18 Chris LattnerRename var
2004-08-17 Chris LattnerAdd support for targets without a .zero directive
2004-08-17 Chris LattnerAdd support for alignment
2004-08-17 Chris LattnerUse a designated comment character when printing comments.
2004-08-17 Chris LattnerAdd support for targets that have .quad, drop extra...
2004-08-17 Chris LattnerImplement emitGlobalConstant
2004-08-17 Chris LattnerWe now allow targets to use any prefix they want for...
2004-08-17 Chris LattnerSome asmwriters want an _ prefix
2004-08-16 Chris LattnerInitial implementation of the asmprinter base class
2004-08-16 Chris LattnerMove this code to lib/Target/SparcV9/MachineFunctionInf...
2004-08-16 Chris LattnerThis file is moving to lib/Target/SparcV9
next