Don't keep the log files around. Just pipe to a log file instead.
[oota-llvm.git] / utils / TableGen / CodeGenRegisters.h
2010-11-06 Chris Lattneradd (and document) the ability for alias results to...
2010-08-25 Eric ChristopherSplit out register class subclassing to a separate...
2010-05-24 Jakob Stoklund OlesenReplace the tablegen RegisterClass field SubRegClassLis...
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...
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2007-12-29 Chris Lattnerremove attributions from utils.
2007-09-19 Evan ChengAdd CopyCost to TargetRegisterClass. This specifies...
2007-09-14 Dan GohmanRemove spurious consts. This fixes warnings with compil...
2007-06-13 Christopher LambAdd support to tablegen for specifying subregister...
2005-12-30 Nate BegemanAdd support for generating v4i32 altivec code
2005-12-05 Chris LattnerAdd some methods
2005-12-01 Nate BegemanSupport multiple ValueTypes per RegisterClass, needed...
2005-09-08 Chris LattnerCompute the value types that are natively supported...
2005-08-19 Chris LattnerSplit register class "Methods" into MethodProtos and...
2005-08-19 Chris LattnerRead the namespace field from register classes
2005-04-22 Misha BrukmanRemove trailing whitespace
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-21 Chris LattnerRead in declared reg sizes
2004-08-16 Chris LattnerAdd initial support for register and register class...