For PR351:
[oota-llvm.git] / include / llvm / Target /
2004-11-21 Chris LattnerFix a warning
2004-11-20 Chris LattnerAdd new methods that a target should implement
2004-11-20 Chris LattnerAllow targets to implement relocation support.
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-27 Nate BegemanMove destructor out of line to avoid vtable emission...
2004-10-27 Nate BegemanFix the build by eliminating some more dead code. ...
2004-10-27 Nate BegemanRemove dead data member in MRegisterInfo class. Thanks...
2004-10-26 Nate BegemanRemove method getRegClass from MRegisterInfo, as it...
2004-10-25 Chris LattnerRemove a dead class. Thanks to Morten Ofstad for point...
2004-09-28 Chris LattnerBe consistent with our naming
2004-09-28 Chris LattnerCapture information about whether the target instructio...
2004-09-28 Alkis EvlogimenosUse class instead of struct for defining classes. This...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Nate BegemanUpdate doxygen comment now that getSpillSize is suppose...
2004-08-26 Alkis EvlogimenosAdd getAllocatableSet() function.
2004-08-18 Brian GaekeM_DUMMY_PHI_FLAG is no longer used to distinguish V9...
2004-08-18 Brian GaekeM_PSEUDO_FLAG is no longer used. Get rid of it and...
2004-08-17 Chris LattnerAdd punctuation, add a new method
2004-08-16 Chris LattnerFlags and TSFlags were (thankfully) never used, so...
2004-08-15 Chris LattnerAdd new TargetRegisterClass::contains method
2004-08-15 Chris LattnerImplement a long overdue FIXME, by changing these metho...
2004-08-15 Chris LattnerEliminate the RegisterClass argument, since it can...
2004-08-15 Alkis EvlogimenosMake this compile on gc 3.4.1 (static_cast to non-const...
2004-08-14 Nate BegemanElminiate MachineFunction& argument from eliminateFrame...
2004-08-12 Chris LattnerAllow targets to specify particular stack slots that...
2004-08-12 Chris LattnerRemove dead methods
2004-08-12 Chris LattnerRemove dead methods
2004-08-10 Misha BrukmanAdd new constructor.
2004-08-04 Brian GaekegetResultPos() is dead.
2004-08-01 Tanya LattnerAdding friend MSSchedule for ModuloScheduling pass.
2004-08-01 Chris LattnerFix warning
2004-07-31 Alkis EvlogimenosChange signature to take two basic blocks: the target...
2004-07-31 Alkis EvlogimenosDoxygenify some comments.
2004-07-31 Alkis EvlogimenosRemove const from iterators passed by value.
2004-07-31 Alkis EvlogimenosAdd declarations for insertGoto and reverseBranchCondition.
2004-07-31 Chris LattnerAdd new M_BARRIER_FLAG flag, and isBarrier() method...
2004-07-28 Brian GaekeTargetInstrInfo::hasOperandInterlock() is always true...
2004-07-27 Brian GaekeConstantTypeMustBeLoaded has been incorporated into...
2004-07-27 Brian GaekeAs it happens, none of these TargetInstrInfo methods...
2004-07-27 Chris LattnerAdd a note
2004-07-27 Chris LattnerFix out of date comment
2004-07-23 Misha Brukman* Add a BoolAlignment field to TargetData, default...
2004-07-11 Chris LattnerAdd a new listener class for things that want to be...
2004-07-11 Chris LattnerDelete the allocate*TargetMachine functions. Move...
2004-07-11 Chris LattnerAdd a new TargetNameParser class, which is useful for...
2004-07-11 Chris LattnerFirst cut at TargetMachineRegistry and RegisterTarget...
2004-07-11 Chris LattnerAdd two new "virtual static" methods to the TargetMachi...
2004-07-01 Misha Brukman* Doxygenify comments
2004-06-21 Misha BrukmanSpell out `NoFramePointerElim' for readability.
2004-06-21 Misha BrukmanMake a single `NoFPElim' switch available to all targets.
2004-06-16 Brian GaekeI'm afraid this doesn't exist.
2004-06-11 Misha BrukmanFix grammar: 's is for possessive only.
2004-06-08 Chris LattnerAdd documentation to the TargetFrameInfo class, contrib...
2004-06-04 Chris LattnerFix a nasty bug that caused areAliases to always return...
2004-06-03 Brian GaekeCollapse together the abstract superclass TargetRegInfo...
2004-06-02 Chris LattnerDelete the V9 specific findOptimalStorageSize method...
2004-05-08 Tanya LattnerChanged CPUResource to allow access to max num users...
2004-04-30 Tanya LattnerSorry, now friend class name should be right!!
2004-04-30 Tanya LattnerFixed friend class name for ModuloScheduling.
2004-04-30 Tanya LattnerFixed friend class name for ModuloSched
2004-04-30 Tanya LattnerRemoving MachineResource class.
2004-04-23 Brian GaekeMerged this file into the SparcV9 target.
2004-04-14 Brian GaekeAdd a copy constructor for TargetData.
2004-03-14 Alkis EvlogimenosAnother API change to MRegisterInfo::foldMemoryOperand...
2004-03-14 Alkis EvlogimenosChange MRegisterInfo::foldMemoryOperand to return the...
2004-03-11 Misha BrukmanMove function implementations to a .cpp file, avoid...
2004-03-04 Brian Gaekemake -print-machineinstrs work for both SparcV9 and X86
2004-03-03 Chris LattnerAdd a new constructor
2004-03-01 Brian GaekeTargetCacheInfo has been removed; its only uses were...
2004-02-29 Brian GaekeRemove dead member variables of SparcV9SchedInfo and...
2004-02-29 Chris LattnerEliminate the distinction between "real" and "unreal...
2004-02-29 Chris LattnerScrap a huge layer of cruft out of this interface.
2004-02-28 Chris LattnerAdd hook for V8 target
2004-02-26 Alkis EvlogimenosUncomment assertions that register# != 0 on calls to
2004-02-26 Chris LattnerMake TargetData no longer use annotations!
2004-02-25 Alkis EvlogimenosTemporarily comment out asserts as they break things...
2004-02-25 Alkis EvlogimenosDuh, forgot to close the parenthesis.
2004-02-25 Alkis EvlogimenosAdd assert to isPhysicalRegister and isVirtualRegister...
2004-02-25 Alkis EvlogimenosAdd DenseMap template and actually use it for for mappi...
2004-02-25 Brian GaekeGreat renaming part II: Sparc --> SparcV9 (also include...
2004-02-19 Alkis EvlogimenosThis is needed by assignment verification in linear...
2004-02-17 Chris LattnerSimplify and document the new interface
2004-02-17 Alkis EvlogimenosAdd API to check and fold memory operands into instruct...
2004-02-14 Chris LattnerThe prologue/epilogue related method calls have no...
2004-02-13 Chris LattnerMake sure to provide a prototype for the cbackend
2004-02-13 Alkis EvlogimenosRemove getAllocatedRegNum(). Use getReg() instead.
2004-02-12 Alkis EvlogimenosAdd parent pointer to MachineInstr that points to owning
2004-02-12 Alkis EvlogimenosChange interface so that we can add to the end of a...
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-11 Brian GaekeFix typos in comments.
2004-02-02 Brian GaekeAdd prototype for llvm::allocatePowerPCTargetMachine().
2004-02-01 Alkis EvlogimenosAdd MRegisterInfo::getNumRegs().
2004-01-31 Chris LattnerAdd two static methods to avoid having client code...
2004-01-21 Misha BrukmanIf you call abort(), #include <cstdlib>
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-28 Alkis EvlogimenosAdd TargetInstrInfo::isMoveInstr() to support coalescin...
2003-12-28 Chris LattnerWe may now pass IntrinsicLowering implementations into...
2003-12-22 Chris LattnerDoxygenize methods, add new getIntPtrType method
2003-12-20 Chris LattnerRip JIT specific stuff out of TargetMachine, as per...
2003-12-12 Chris LattnerAdd new getJITStubForFunction method, which may optiona...
next