Eliminate all remaining tabs and trailing spaces.
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9BurgISel.cpp
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-06-22 Andrew LenharthIf we support structs as va_list, we must pass pointers...
2005-06-19 Andrew Lenharthso this doesn't crash when run. It is hard to tell...
2005-06-18 Andrew LenharthOK, at least get rid of old stuff, and mark what needs...
2005-06-18 Reid SpencerClean up some uninitialized variables and missing retur...
2005-05-11 Tanya LattnerFixed issue that broke ssa.
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-09 Chris LattnerFix CodeGen/SparcV9/2005-05-09-GEP-Crash.ll a crash...
2005-01-24 Chris LattnerFix a spurious warning.
2005-01-17 Tanya LattnerAdded tmp instructions to preserve ssa.
2005-01-16 Tanya LattnerAdded paramters to a few functions in order to allow...
2005-01-16 Tanya LattnerFixed a couple of instructions that broke SSA.
2004-11-23 Tanya LattnerChanged the CreateCodeToLoadConst function to preserve...
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-18 Chris LattnerConvert to the new MachineFunctionInfo interface
2004-08-18 Brian GaekeThe Create*Const methods don't need to pass around...
2004-08-16 Chris LattnerMove MachineCodeForInstruction.h and MachineFunctionInf...
2004-08-12 Chris LattnerInstead of a virtual method call, lets try a direct...
2004-08-12 Chris LattnerVirtual method calls are overrated.
2004-08-12 Chris LattnerWhen we want a constant, just use it, instead of callin...
2004-08-04 Brian GaekeGet rid of the only use of TargetInstrInfo::getResultPo...
2004-08-04 Brian GaekeAll the SparcV9 BURG instruction selector pieces have...