Add stub method for long shift codegen.
[oota-llvm.git] / lib / Target /
2004-11-22 Brian GaekeAdd stub method for long shift codegen.
2004-11-22 Brian GaekeUpdate to-do list.
2004-11-22 Chris LattnerInitial checkin of the V9 relocation types
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 Nate BegemanFix Shootout-C++/wc, which was broken by my recent...
2004-11-21 Chris LattnerThere is no reason to emit function stubs for direct...
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-21 Chris Lattnerignore generated files
2004-11-21 Chris Lattnerignore generated files.
2004-11-20 Chris LattnerRemove all JIT specific code and switch the code genera...
2004-11-20 Chris LattnerImplement the X86 JIT interfaces
2004-11-20 Chris LattnerDescribe the X86 target-specific relocations.
2004-11-20 Chris LattnerWe implement these interfaces
2004-11-20 Chris LattnerAdjust to changed interfaces
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 Chris LattnerThis method was never implemented
2004-11-20 Chris LattnerRemove this method, it's not clear how it could be...
2004-11-20 Chris LattnergetJITStubForFunction is optional and unimplemented...
2004-11-20 Chris LattnergetJITStubForFunction is optional and unimplemented...
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 Tanya LattnerMade modsched hidden and changed so it matches the...
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 BrukmanFix file comment header
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 Chris LattnerDont' forget to switch back to decimal output
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-19 Nate BegemanEliminate another 6k register copies that the register...
2004-11-19 Nate BegemanGenerate fewer reg-reg copies for the register allocato...
2004-11-18 Tanya LattnerFixed to fit in 80 columns.
2004-11-18 Tanya LattnerAdding option to llc for ModuloScheduling. By default...
2004-11-18 Brian GaekeRewrite LoadArgumentsToVirtualRegs, making it match...
2004-11-18 Brian GaekeUpdate current expected failures list - expand it to...
2004-11-18 Nate BegemanEliminate another common source of moves that the regis...
2004-11-18 Nate BegemanWhen accessing the base register for global variables...
2004-11-18 Nate BegemanClean up and fix cast codegen by removing cases that...
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 Tanya LattnerAdded my own defMap. Only saving values that are not...
2004-11-16 Chris LattnerFix a major bug in the signed shr code, which apparentl...
2004-11-16 Brian GaekeUpdate list of failing benchmarks
2004-11-16 Brian GaekeCorrect the implicit-defs information for indirect...
2004-11-16 Chris LattnerSimplify namespaces
2004-11-16 Chris LattnerRemove a dead function, which died when we got GAS...
2004-11-16 Chris LattnerImplement a simple FIXME: if we are emitting a basic...
2004-11-16 Chris Lattner* Merge some win32 ifdefs together
2004-11-15 Chris LattnerAdd debug-only=jit printout, so we see when lazily...
2004-11-15 Chris LattnerSimplify and rearrange long shift code
2004-11-15 Misha BrukmanAdd BCTR and LWZU instruction opcodes
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 Misha BrukmanGhostLinkage should not reach asm printing stage
2004-11-14 Misha BrukmanHandle GhostLinkage (should not ever reach the assembly...
2004-11-14 Misha BrukmanFix build on Linux/PowerPC64 using SuSE GCC (#undef...
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-13 Chris LattnerDon't print unneeded labels
2004-11-13 Chris LattnerHack around stupidity in GCC, fixing Burg with the...
2004-11-13 Chris Lattnershld is a very high latency operation. Instead of emitt...
2004-11-13 Chris LattnerAdd missing check
2004-11-13 Chris LattnerCompile:
2004-11-10 John CriswellCorrect the name of stosd for the AT&T syntax:
2004-11-09 Nate BegemanAllow hbd to be bugpointable on darwin by fixing common...
2004-11-08 Nate BegemanPut int the getReg cast optimization from x86 so that...
2004-11-07 Nate BegemanDisable bogus cast elimination when the cast is used...
2004-11-07 Chris LattnerDecompose* is V9 specific, make it internal
2004-11-07 Chris LattnerMove this file from lib/Transforms/Scalar
2004-11-05 John CriswellFix compilation problem; make the cast and the LHS...
2004-11-05 Chris LattnerQuiet VC++ warnings
2004-11-04 Nate BegemanThanks to sabre for pointing out that we were incorrect...
2004-11-04 Brian GaekeHandle "call" operands of type long/ulong passed in...
2004-11-02 Chris LattnerFix this function to not say that longs have 8-byte...
2004-11-02 Tanya LattnerAdded gross hacks such as creating my own def-use map...
2004-11-02 Chris LattnerFix a warning
2004-11-01 Chris LattnerAdd placeholder variable to make Win32 work, applied...
2004-10-30 Reid SpencerInternalize variable names to prevent recursive assignm...
2004-10-30 Tanya LattnerFixed bug with infinite epilogues.
2004-10-29 Brian GaekeChange name of target lib to conform to new naming...
2004-10-29 Brian GaekeRemove dependency on MRegisterInfo::getRegClass
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-27 Nate BegemanMove destructor out of line to avoid vtable emission...
next