ADd support for TargetGlobalAddress nodes
[oota-llvm.git] / include / llvm / Target /
2005-08-19 Chris LattnerAdd a new field to TargetInstrDescriptor for tracking...
2005-08-18 Nate BegemanRemove the X86 and PowerPC Simple instruction selectors...
2005-08-05 Chris LattnerSince getSubtarget() always provides a const Subtarget...
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-22 Andrew Lenharthallow constants to be relocated like GV (necessary...
2005-07-19 Reid SpencerFor: memory operations -> stores
2005-07-12 Nate BegemanClean up and add comments to the newly implemented...
2005-07-12 Nate BegemanClean up the TargetSubtarget class a bit, removing...
2005-07-12 Nate BegemanImplement Subtarget support
2005-07-05 Chris LattnerMake several cleanups to Andrews varargs change:
2005-06-25 Chris Lattneradd some new file types
2005-06-25 Chris Lattnerrefactor these interfaces a bit
2005-06-18 Andrew Lenharthheader file changes for varargs
2005-06-17 Tanya LattnerAdded ModuloSchedSB as a friend class.
2005-05-14 Chris LattnerPass the dag into LowerOperation
2005-05-13 Chris LattnerAdd an isTailCall flag to LowerCallTo
2005-05-12 Chris LattnerLowerCallTo now takes the cc to use
2005-05-12 Chris LattnerAdd a little hook
2005-04-30 Chris LattnerExpose an option allowing unsafe math optimizations...
2005-04-25 Reid SpencerShut GCC 4.0 up about classes that have virtual functio...
2005-04-23 Misha Brukman* The aesthetic police is on patrol!!...
2005-04-23 Chris LattnerAdd a helper method
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-15 Nate BegemanMake pattern isel default for ppc
2005-04-07 Chris LattnerAllow targets which produce setcc results in non-MVT...
2005-03-26 Nate BegemanChange LowerCallTo to take a boolean isVarArg argument...
2005-03-13 Chris Lattneradd a helper method
2005-01-19 Chris LattnerAdd a new method, described in the comment.
2005-01-19 Chris LattnerMove all data members to the end of the class.
2005-01-16 Chris LattnerAdd comments
2005-01-16 Chris LattnerRevamp supported ops. Instead of just being supported...
2005-01-16 Chris LattnerImprove compatiblity with HPUX on Itanium, patch by...
2005-01-16 Chris LattnerMove some information out of LegalizeDAG into the gener...
2005-01-15 Chris LattnerAdd a new target-independent code generator flag.
2005-01-09 Chris LattnerAdd interfaces to lower varargs and return/frame addres...
2005-01-08 Chris LattnerMake LowerCallTo more generic and useful.
2005-01-07 Chris LattnerFirst draft of a new Target interface
2005-01-02 Chris LattnerAdd some bits that can be set on instructions. Renumbe...
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.
next