Don't keep the log files around. Just pipe to a log file instead.
[oota-llvm.git] / utils / TableGen / RegisterInfoEmitter.cpp
2010-12-14 Jakob Stoklund OlesenIntroduce TargetRegisterInfo::getOverlaps(Reg), returni...
2010-12-13 Chris Lattnereliminate the Records global variable, patch by Garriso...
2010-08-25 Eric ChristopherSplit out register class subclassing to a separate...
2010-06-18 Dan GohmanStart TargetRegisterClass indices at 0 instead of 1...
2010-05-28 Jakob Stoklund OlesenEmit TargetRegisterInfo::composeSubRegIndices().
2010-05-26 Jakob Stoklund OlesenCheck that inherited subregisters all have a direct...
2010-05-26 Jakob Stoklund OlesenSuppress emmission of empty subreg/superreg/alias sets.
2010-05-26 Jakob Stoklund OlesenReplace the SubRegSet tablegen class with a less error...
2010-05-26 Jakob Stoklund OlesenRevert "Replace the SubRegSet tablegen class with a...
2010-05-26 Jakob Stoklund OlesenReplace the SubRegSet tablegen class with a less error...
2010-05-25 Jakob Stoklund OlesenDrop the SuperregHashTable. It is essentially the same...
2010-05-25 Jakob Stoklund OlesenPrint symbolic SubRegIndex names on machine operands.
2010-05-25 Jakob Stoklund OlesenIgnore NumberHack and give each SubRegIndex instance...
2010-05-24 Jakob Stoklund OlesenSwitch SubRegSet to using symbolic SubRegIndices
2010-05-24 Jakob Stoklund OlesenReplace the tablegen RegisterClass field SubRegClassLis...
2010-05-24 Jakob Stoklund OlesenAdd the SubRegIndex TableGen class.
2009-12-09 Daniel DunbarRemove unneeded ';' and a class/struct mismatch (notice...
2009-11-14 Evan ChengAdded getSubRegIndex(A,B) that returns subreg index...
2009-09-13 Chris Lattnereliminate the TargetRegisterDesc::AsmName field, the...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-07-30 Dan GohmanMinor whitespace tidiness.
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2009-04-30 Jakob Stoklund OlesenSlightly change TableGen's definition of a register...
2009-04-13 Dan GohmanAdd a new TargetInstrInfo MachineInstr opcode, COPY_TO_...
2009-04-09 Owen AndersonGive register alias checking the hash table treatment...
2009-04-09 Owen AndersonConvert TargetRegisterInfo's super-register checking...
2009-04-03 Chris Lattner"This adds a getName() method to TargetRegisterClass...
2009-01-22 Evan ChengEliminate a couple of fields from TargetRegisterClass...
2008-10-17 Dan GohmanFun x86 encoding tricks: when adding an immediate value...
2008-09-11 Evan ChengIndentation.
2008-09-11 Evan ChengChange getSubReg semantics. It now returns zero if...
2008-09-08 Dan GohmanFix typos in (generated) comments.
2008-08-26 Cedric Venet- small bug corrected: incorrect iterator type.
2008-08-26 Chris Lattnerstabilize more printing, this doesn't cause a problem
2008-08-26 Chris Lattnerstablize SubRegsSet printing, part of PR2590
2008-08-26 Chris LattnerStabilize 'getDwarfRegNumFull' output to not depend...
2008-08-14 Owen AndersonSpeed up addRegisterDead by adding more fast checks...
2008-07-07 Evan ChengTargetRegisterDesc::Name field is the same as the abstr...
2008-07-01 Owen AndersonMake the subregister hashtable output more readable...
2008-07-01 Owen AndersonUse delete[] instead of free on an array created with...
2008-07-01 Owen AndersonImplement suggestions from Chris:
2008-07-01 Owen AndersonReplace the dynamically computed std::set lookup method...
2008-06-30 Evan ChengEliminate TargetRegisterDesc::ImmSubRegs. It's no longe...
2008-06-26 Dale JohannesenFixes the last x86-64 test failure in compat.exp:
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-04-15 Chuck Rose IIIVisualStudio project files updated. #include <algorith...
2008-04-15 Evan ChengSort sub-registers and super-registers lists according...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-11 Chris Lattneremit an ID # for each regclass ID. Chris doesn't like...
2008-02-26 Bill WendlingRename PrintableName to Name.
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-24 Bill WendlingSome platforms use the same name for 32-bit and 64...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-01-05 Chris Lattnerchange getQualifiedName to be a global function.
2007-12-29 Chris Lattnerremove attributions from utils.
2007-11-13 Dale JohannesenAdd parameter to getDwarfRegNum to permit targets
2007-11-12 Owen AndersonFix on 64-bit machines.
2007-11-11 Anton KorobeynikovUse TableGen to emit information for dwarf register...
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
next