Fix the SPR field for MTLR, MFLR, MTCTR, and MFCTR instructions.
[oota-llvm.git] / lib / Target /
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
2004-10-17 Chris LattnerRewrite support for cast uint -> FP. In particular...
2004-10-17 Chris LattnerUnify handling of constant pool indexes with the other...
2004-10-17 Chris LattnerGive the asmprinter the ability to print memrefs with...
2004-10-17 Chris Lattnerfold:
2004-10-17 Chris LattnerAll of these labels are off by one now that the unreach...
2004-10-17 Nate BegemanImplement bitfield insert by recognizing the following...
2004-10-17 Chris LattnerI forgot that sparc no longer uses the shared asmwriter...
2004-10-17 Chris LattnerAdd support for unreachable and undef
2004-10-16 Nate BegemanFinally fix one of the oldest FIXMEs in the PowerPC...
2004-10-16 Chris LattnerFix fix fix
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-10-16 Chris LattnerADd support for undef and unreachable
2004-10-16 Chris LattnerTeach the X86 backend about unreachable and undef....
2004-10-16 Chris LattnerAdd support for unreachable and undef
2004-10-16 Chris LattnerAdd a missing dependency
2004-10-16 Chris LattnerFix file header
2004-10-15 Chris LattnerInstruction select globals with offsets better. For...
2004-10-15 Chris LattnerGive the X86 JIT the ability to encode global+disp...
2004-10-15 Chris LattnerGive the X86 asm printer the ability to print out addre...
2004-10-15 Chris LattnerAllow X86 addressing modes to represent globals with...
2004-10-15 Nate BegemanBetter codegen of binary integer ops with 32 bit immedi...
2004-10-14 Misha BrukmanThe field is called `imm22', not simply `imm'
2004-10-14 Misha BrukmanSynthetic instructions RET and RETL need to have all...
2004-10-14 Misha BrukmanClass F2_1 already inherits the imm22 field from class F2
2004-10-14 Misha BrukmanGenerate the SparcV8 code emitter from .td files
2004-10-14 Misha Brukman* In the F3_1 class, default asi to 0 because it's...
2004-10-14 Brian GaekeAdd FSTOI, FDTOI (fp to integer cast) instructions.
2004-10-14 Brian GaekeRewrite emitCastOperation, refactoring parts of it...
2004-10-14 Brian GaekeAdd list of libc procedures we'll use, at some point.
2004-10-14 Misha Brukman* Claim to support machine code emission - return false...
2004-10-14 Misha Brukman* Include the real (generated) version of getBinaryCode...
2004-10-14 Misha Brukman* Make a PPC32-specific code emitter because we have...
2004-10-14 Tanya LattnerChecking in code that works on my simple test case...
2004-10-14 Misha BrukmanThere is only one field in an instruction, and that...
2004-10-14 Misha BrukmanPowerPC instruction definitions use LittleEndian-style...
2004-10-14 Misha BrukmanAdd isLittleEndianEncoding to InstrInfo class, defaults...
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-11 Chris LattnerFix a warning that is emitted on the suns
2004-10-10 Misha BrukmanAdd ModuloScheduling to the recursive build tree
2004-10-10 Misha BrukmanAdjust header file inclusion due to move
2004-10-10 Misha BrukmanAdjust comment header and paths to refect move
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-10 Reid SpencerAdd the new InstrSched directory.
2004-10-10 Tanya LattnerAdded debug information. Fixed several bugs in the...
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-10 Brian GaekeFix assertion failure when calling or returning from...
2004-10-10 Brian GaekeImplement eliminateCallFramePseudoInstr().
2004-10-10 Brian GaekeModel calls as *both* using *and* killing O0..O5, becau...
2004-10-10 Brian GaekeFix whitespace and wrap some long lines.
2004-10-10 Chris Lattnerbling bling!
2004-10-09 Chris LattnerInstead of silently breaking, print notification of...
2004-10-09 Brian Gaekeupdate according to tonight's info
2004-10-09 Brian GaekeImplement getModuleMatchQuality and getJITMatchQuality...
2004-10-08 Chris LattnerThe person who was planning to add SSE support isn...
2004-10-08 Chris LattnerFix a major regression from the bugfix for 2004-10...
2004-10-08 Misha BrukmanAdjust paths due to moving InstrSched to lib/Target...
2004-10-08 Misha BrukmanSingle-space instead of double-spacing in the Makefile
2004-10-08 Misha BrukmanBuild InstrSched as well, and all three subdirs can...
2004-10-08 Misha Brukman* Adjust for the move to lib/Target/SparcV9/InstrSched
2004-10-08 Misha BrukmanSingle-space instead of double-spacing in the Makefile
2004-10-08 Chris LattnerFix bug: 2004-10-08-SelectSetCCFold.llx. Normally...
2004-10-08 Nate BegemanImplement logical and with an immediate that consists...
2004-10-07 Nate BegemanSeveral fixes and enhancements to the PPC32 backend.
2004-10-07 Nate BegemanAdd ori reg, reg, 0 as a move instruction. This can...
2004-10-07 Nate BegemanRemove unnecessary header include
2004-10-06 Chris LattnerCorrect some typeos
2004-10-06 Chris LattnerRemove debugging code, fix encoding problem. This...
2004-10-06 Nate BegemanTurning on fsel code gen now that we can do so would...
2004-10-06 Nate BegemanImplement floating point select for lt, gt, le, ge...
2004-10-06 Chris LattnerCodegen signed mod by 2 or -2 more efficiently. Instea...
2004-10-06 Chris LattnerReally fix FreeBSD, which apparently doesn't tolerate...
2004-10-06 Chris LattnerFix a scary bug with signed division by a power of...
2004-10-06 Chris LattnerCodegen signed divides by 2 and -2 more efficiently...
2004-10-06 Chris LattnerAdd some new instructions. Fix the asm string for...
next