Add a new TargetNameParser class, which is useful for parsing options.
[oota-llvm.git] / include / llvm / Target /
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...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Misha BrukmanSince this function returns an int, let's actually...
2003-11-04 Alkis EvlogimenosUpdate documentation since it was misleading: make...
2003-11-04 Alkis EvlogimenosChange all machine basic block modifier functions in...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-20 Brian GaekeMake replaceMachineCodeForFunction return void.
2003-10-17 Brian GaekeAdd stub version of replaceMachineCodeForFunction....
2003-09-30 Chris LattnerStandardize header file comments
2003-09-01 Chris LattnerRemove dead file
2003-09-01 Chris LattnerNo longer require an OptInfo
2003-08-24 Chris LattnerTargets should configure themselves based on the module...
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-15 Chris LattnerRemove extraneous #include
2003-08-13 Brian GaekeaddPassesToJITCompile and addPassesToEmitMachineCode...
2003-08-03 Chris LattnerThe NOOP instruction is no longer needed. Instead...
2003-07-30 Chris LattnerCode generation passes don't need access to raw LLVM...
2003-07-29 Vikram S. AdveUnify all constant evaluations that depend on register...
2003-07-29 Vikram S. AdveMoved insertCallerSavingCode() to PhyRegAlloc and
2003-07-29 Chris LattnerMove value type enums to CodeGen/ValueTypes.h
2003-07-25 Vikram S. AdveChange the way unused regs. are marked and found to...
2003-07-25 Chris Lattner#include <cassert> as necessary...
2003-07-20 Anand ShuklaAdded special consideration for instrumentation strategy
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-27 Brian GaekeNice tasty llc fixes. These should fix LLC for x86...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-06-03 Chris LattnerRemove noncopyableV base classes, as they were confusin...
2003-05-31 Vikram S. AdveMade a single common InvalidRegNum = -1.
2003-05-29 Misha BrukmanFixed misspelling and broke a line that was wrapping.
2003-05-27 Misha BrukmanAllow allocation of a Sparc TargetMachine.
2003-05-27 Vikram S. Adve(1) Added special register class containing (for now...
2003-05-25 Vikram S. AdveMake case of GetNumOfInt/FloatArgRegs functions to...
2003-05-24 Misha BrukmanReword to remove reference to how things worked in...
2003-05-24 Misha BrukmanNOP instructions are pseudo-instructions. We should...
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-04-25 Chris LattnerFix method name type-o
2003-04-25 Chris LattnerDefault ctor doesn't provide name
2003-04-24 Chris LattnerAdd new targetdata ctor to create a targetdata appropri...
2003-04-07 Misha BrukmanMust use std::pair instead of just 'pair'.
2003-04-07 Guochun Shiadded a function and a member to the TargetSchedInfo...
2003-01-15 Chris LattnerSimplify the interface
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
next