Eliminate unsightly ;;
[oota-llvm.git] / lib / Target /
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...
2004-10-27 Nate BegemanFix the build by eliminating some more dead code. ...
2004-10-26 Nate BegemanRemove include of MRegisterInfo.h, since it is already...
2004-10-26 Nate BegemanRemove file that is no longer used, and move include...
2004-10-26 Nate BegemanEliminate usage of MRegisterInfo::getRegClass(physreg)
2004-10-26 Nate BegemanUpdate to-do list
2004-10-26 Nate BegemanFix treecc. Also fix a latent bug in emitBinaryConstOp...
2004-10-25 Chris LattnerDisable the JIT until it can sorta kinda work.
2004-10-25 Chris LattnerRemove dead assert
2004-10-25 John CriswellRemoved dead method, printPHICopiesForSuccessors().
2004-10-25 John CriswellModified switch generation so that only the phi values...
2004-10-24 Nate BegemanImplement more complete and correct codegen for bitfiel...
2004-10-23 Misha Brukman* Correctly handle the MovePCtoLR pseudo-instr with...
2004-10-23 Misha BrukmanAdd BA, BL, and BLA opcodes
2004-10-23 Misha Brukman* Do not emit IMPLICIT_DEF pseudo-instructions
2004-10-23 Misha BrukmanDForm_1, particularly used by store instructions, needs...
2004-10-23 Misha BrukmanFix the SPR field for MTLR, MFLR, MTCTR, and MFCTR...
2004-10-23 Misha BrukmanThe value of the XO field for MFLR and MFCTR is 339...
2004-10-23 Misha BrukmanRemove extraneous blank line
2004-10-23 Misha BrukmanAlign function arguments in function headers
2004-10-23 Nate BegemanKill casts from integer types to unsigned byte, when...
2004-10-22 Reid SpencerClean up the output from this makefile so its not verbose.
2004-10-22 Misha BrukmanAdjust rules for building .inc files due to Reid's...
2004-10-22 Reid SpencerAdjust to changes in Makefile.rules
2004-10-22 Reid SpencerWe won't use automake
2004-10-21 Misha BrukmanRemove debug code emitter from the JIT
2004-10-21 Alkis EvlogimenosMake this compile.
2004-10-21 Misha Brukman* Added basic support for JITing functions, basic block...
2004-10-20 Nate BegemanDon't clear or sign extend bool->int. This fires a...
2004-10-20 John CriswellSmall performance improvement in generated C code:
2004-10-19 Misha Brukman* Add baseline structural JIT code, but disable the...
2004-10-19 Brian GaekeSimplify mapping info generation. In particular, the...
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-18 Chris LattnerImprove compatibility with VC++, patch contributed...
2004-10-17 Chris LattnerPrint a semicolon for the unreacahble instruction....
2004-10-17 Nate BegemanGenerate correct stubs for weak-linked symbols
2004-10-17 Chris LattnerThe first hunk corrects a bug when printing undef null...
2004-10-17 Chris LattnerDon't print stuff out from the code generator. This...
2004-10-17 Reid SpencerMake the library name SparcV9 specific
2004-10-17 Reid SpencerConsolidate the definitions
2004-10-17 Reid SpencerPPC32GenCodeEmitter instead of PowerPCGenCodeEmitter
next