Fix a problem that Nate noticed, where spill code was not getting coallesced
[oota-llvm.git] / lib / Target / Sparc /
2005-09-07 Chris Lattnerignore generated files
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-08-19 Chris LattnerSplit RegisterClass 'Methods' into MethodProtos and...
2005-08-19 Chris LattnerFix code that assumes the register info will be dumped...
2005-08-19 Chris Lattnerput reg classes in namespaces
2005-08-17 Jim LaskeyPromote dependency for MathExtras.h out of Constants.h.
2005-08-17 Jim LaskeyCulling out use of unions for converting FP to bits...
2005-08-16 Nate BegemanImplement BR_CC and BRTWOWAY_CC. This allows the remov...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-10 Chris LattnerChange *EXTLOAD to use an VTSDNode operand instead...
2005-07-10 Chris LattnerChange TRUNCSTORE to use a VTSDNode operand instead...
2005-06-27 Andrew Lenharthsome call work
2005-06-25 Chris LattnerRefactor the addPassesToEmitAssembly interface into...
2005-06-18 Andrew Lenharthcore changes for varargs
2005-06-17 Andrew LenharthA start at a Sparc V8 Pattern ISel. Anyone want to...
2005-05-18 Misha BrukmanWrap long lines
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-01-01 Chris LattnerSubstantially improve the code generated by non-folded...
2004-12-17 Chris LattnerRemove unused #include
2004-12-14 Brian GaekeThe mystery of Olden/tsp solved, and more opportunities...
2004-12-14 Brian GaekeGet rid of shifts by zero in most cases.
2004-12-13 Chris LattnerAdd some notes
2004-12-13 Brian GaekeAdd V8 SPEC status.
2004-12-12 Chris LattnerUse the target triple to pick this target.
2004-12-12 Brian GaekeComplete the list of MultiSource failures.
2004-12-12 Brian Gaekehbd should be working now.
2004-12-12 Brian GaekeFinally enable the setcc-branch folding code.
2004-12-12 Brian GaekeAdd (currently disabled) code for canFoldSetCC
2004-12-12 Brian GaekeAdd stubs for setcc-branch folding support.
2004-12-11 Brian GaekePrint llvm code one function at a time.
2004-12-11 Brian GaekeJIT should print LLVM each function before selecting...
2004-12-11 Brian GaekeBools are *also* not ints. Sigh. Furthermore, most...
2004-12-11 Brian GaekeLook for many more moves to fold (previously, we only
2004-12-11 Brian GaekeMake GEPs not suck so much:
2004-12-11 Brian GaekeUpdate lists of failing benchmarks, including info...
2004-12-10 Brian GaekeMove -lowerselect later in the chain; some select instr...
2004-12-10 Brian GaekeAdd the rest of the multiply instructions.
2004-12-10 Brian GaekeSupport binary operations with immediates for <= cInt.
2004-12-10 Brian GaekeUpdate lists of failing benchmarks (except C++...someth...
2004-12-10 Brian GaekeAdjust paths: Sparc/V8 --> SparcV8
2004-12-10 Brian GaekeMake this file self-contained.
2004-12-10 Brian GaekeUpdate list of failing MultiSource benchmarks. It works...
2004-12-10 Brian GaekeWhen FpMOVDs appeared in pairs, we were mistakenly...
2004-12-09 Brian GaekeWe're continuing to make progress on MultiSource.
2004-12-09 Brian GaekeBytes and shorts are aligned differently from words.
2004-12-09 Brian GaekeFix asm-printing directives (how did we not see this...
2004-12-03 Brian GaekeThis code rotted - change it to call abort() until...
2004-11-30 Brian GaekeUpdate list of failing benchmarks.
2004-11-30 Brian GaekeIf we're about to emit something like:
2004-11-24 Brian GaekeUpdate list of failing benchmarks.
2004-11-24 Brian GaekeFix bug in emitGEPOperation with large struct-member...
2004-11-23 Brian GaekeSupport shr long/ulong.
2004-11-23 Brian GaekeSupport printing ConstantAggregateZeros.
2004-11-23 Brian GaekeUpdate failing SingleSource test-case list.
2004-11-23 Brian Gaekepseudocode for 64-bit lshr.
2004-11-23 Brian GaekeAdd more known-failing tests.
2004-11-23 Brian GaekeAdd the rest of the logical instructions.
2004-11-22 Brian GaekeAdd stub method for long shift codegen.
2004-11-22 Brian GaekeUpdate to-do list.
2004-11-21 Brian GaekeImplement setcc on longs.
2004-11-21 Brian GaekeAdd all the rest of the ADD and SUB variants, some...
2004-11-21 Brian GaekeSupport add, sub, mul, div, rem on longs/ulongs (latter...
2004-11-21 Brian GaekeUpdate to-do list.
2004-11-21 Brian GaekeFix extraStack calculation -- I think in fact it might...
2004-11-21 Brian GaekeUpdate list of failing benchmarks & to-do list.
2004-11-20 Brian GaekeSupport most cases of vaarg (except double).
2004-11-20 Brian GaekeUpdate failing test cases & to-do list.
2004-11-20 Brian GaekeImplement vacopy and vanext.
2004-11-20 Misha BrukmanRevert the patch that adds Function* for each 64-bit...
2004-11-19 Misha BrukmanFix grammar
2004-11-19 Misha BrukmanAdd protoypes for 64-bit long/ulong div, mul, and rem...
2004-11-19 Misha BrukmanHandle GhostLinkage case for completeness (should not...
2004-11-19 Brian GaekeAdd VANext and VAArg stubs.
2004-11-19 Brian GaekeImplement va_start.
2004-11-19 Brian GaekeFirst part of varargs support: getting all varargs...
2004-11-19 Brian Gaekeva_end can safely be codegen'd to nothing on v8.
2004-11-19 Brian GaekeA very sorry stub implementation of varargs intrinsics...
2004-11-19 Brian GaekeUpdate list of expected test failures.
2004-11-19 Brian GaekeFix bug in casting to long/ulong.
2004-11-18 Brian GaekeRewrite LoadArgumentsToVirtualRegs, making it match...
2004-11-18 Brian GaekeUpdate current expected failures list - expand it to...
2004-11-18 Brian GaekeAllocate fewer registers and tighten up alignment restr...
2004-11-17 Brian GaekeUpdate to-do list.
2004-11-17 Brian GaekeUpdate list of failing SingleSource Benchmarks
2004-11-17 Brian GaekeWe were (somehow) getting the wrong branch opcode for...
2004-11-16 Brian GaekeUpdate list of failing benchmarks
2004-11-16 Brian GaekeCorrect the implicit-defs information for indirect...
2004-11-15 Brian GaekeUpdate list of failing Benchmarks.
2004-11-15 Brian GaekeExpand Defs to encompass all the possibly-call-clobbere...
2004-11-14 Brian GaekeFix problem with insertion point for ADJCALLSTACKDOWN.
2004-11-14 Brian GaekeUpdate lists of failing unit tests.
2004-11-14 Brian GaekeFix NotTest - round up extraStack to the nearest double...
2004-11-14 Brian GaekeUpdate failing Benchmarks; point out that I'm skipping...
2004-11-14 Brian GaekeUpdate expected UnitTests failures.
2004-11-14 Brian GaekeRewrite outgoing arg handling to handle more weird...
2004-11-14 Brian GaekeSupport UndefValue emission.
2004-11-04 Brian GaekeHandle "call" operands of type long/ulong passed in...
2004-10-29 Brian GaekeChange name of target lib to conform to new naming...
next