Interchange Dwarf numbers of ESP and EBP on x86 Darwin.
[oota-llvm.git] / utils / TableGen / RegisterInfoEmitter.cpp
2007-11-07 Dale JohannesenInterchange Dwarf numbers of ESP and EBP on x86 Darwin.
2007-09-19 Evan ChengAdd CopyCost to TargetRegisterClass. This specifies...
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-07-27 Chuck Rose IIIVStudio compiler errors and placing Function*->ExFunc...
2007-07-26 Christopher LambHave register info provide the inverse mapping of regis...
2007-06-27 Evan ChengOne additional field in TargetRegisterDesc.
2007-06-26 Evan ChengAdd immediate sub-registers.
2007-06-13 Christopher LambAdd support to tablegen for specifying subregister...
2007-06-04 Bill WendlingPatches by Chuck Rose to unbreak V Studio builds.
2007-06-04 Dan GohmanRemove the operator<< for MVT::ValueType in preparation...
2007-05-01 Nate BegemanA bit of feedback from Chris that I missed; error rathe...
2007-05-01 Nate Begemanllvm bug #1350, parts 1, 2, and 3.
2007-04-21 Evan ChengBug fix; add super-registers sets.
2007-04-20 Evan ChengAdd sub-registers sets.
2007-02-26 Chris Lattneremit an enum value for the # of target registers.
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-07-21 Jim LaskeyUse an enumeration to eliminate data relocations.
2006-07-19 Evan ChengMake sub- and super- register classes const.
2006-07-18 Evan ChengMake sub- super- reg-class tables static.
2006-06-15 Evan ChengAllow more use of iPTR in patterns.
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-18 Evan ChengDon't generate getCalleeSaveReg and getCalleeSaveRegCla...
2006-05-11 Evan ChengAlso add super- register classes info.
2006-05-09 Evan ChengAdd sub-register class information.
2006-03-24 Jim LaskeyAdd dwarf register numbering to register data.
2005-12-27 Duraid MadinaThis gets most of the backends building with HP HappyC++.
2005-12-01 Nate BegemanSupport multiple ValueTypes per RegisterClass, needed...
2005-10-28 Chris LattnerSwitch more code over to using getValueAsListOfDefs...
2005-10-02 Chris LattnerEmit the value type for each register class.
2005-09-30 Chris LattnerRename MRegisterDesc -> TargetRegisterDesc for consistency
2005-09-30 Chris Lattnerremove some more initializers
2005-09-30 Chris Lattnertrim down the target info structs now that we have...
2005-09-30 Chris LattnerCompute a preferred spill register class for each calle...
2005-09-30 Chris Lattnerallow regs to be in multiple reg classes
2005-08-19 Chris LattnerExpose the derived register classes to the public heade...
2005-08-19 Chris LattnerSplit register class "Methods" into MethodProtos and...
2005-08-19 Chris LattnerRefactor to use Target.getRegisterClasses consistently...
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-09-14 Chris LattnerRevamp the Register class, and allow the use of the...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-21 Chris LattnerMake alignment be in bits, just like size is
2004-08-21 Chris LattnerInfer the spillsize/alignment of a register based on...
2004-08-21 Chris LattnerSupport "Methods" in register classes in CodgeGenRegist...
2004-08-21 Chris LattnerStart parsing register classes into a more structured...
2004-08-17 Chris LattnerDo not #include files into the llvm namespace
2004-08-16 Chris LattnerUse CodeGenRegister class to make reading in of registe...
2004-08-15 Chris LattnerRemove awareness of isDummyClass
2004-08-01 Chris LattnerRename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h)
2004-08-01 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header.
2003-10-08 Alkis EvlogimenosChange MRegisterDesc::AliasSet, TargetInstrDescriptor...
2003-08-15 Chris LattnerIgnore dummy register classes
2003-08-07 Chris LattnerAdd and use a new method
2003-08-07 Chris LattnerStart using the CodeGeneratorWrappers
2003-08-06 Chris LattnerExport the register classes so that the instruction...
2003-08-06 Chris Lattnerconvert over to using TableGen backends
2003-08-03 Chris LattnerAllow registers to specify a custom name
2003-08-03 Chris Lattner* Changes to allow lists of any type
2003-08-03 Chris LattnerMake the register numbers line up more frequently
2003-08-03 Chris LattnerFinish the register info emitter
2003-08-01 Chris Lattneradd support for emitting register classes
2003-08-01 Chris LattnerAdd the ability to emit register file enums
2003-08-01 Chris LattnerInitial checkin of register info emitter