Use the appropriate 64-bit register description file.
[oota-llvm.git] / lib / Target / PowerPC /
2004-08-19 Misha BrukmanUse the appropriate 64-bit register description file.
2004-08-19 Misha BrukmanFix more remaining 32-bit vestiges of PowerPC
2004-08-19 Misha BrukmanFix another vestige of the 32-bit PowerPC backend.
2004-08-19 Misha BrukmanCorrect character prepended to global symbols ('.'...
2004-08-19 Misha Brukman* Eliminate global base register, r2 is used for that...
2004-08-19 Misha BrukmanWrap long lines.
2004-08-19 Nate BegemanConvert casts that will have no effect into move instru...
2004-08-19 Nate BegemanClean up floating point instruction selection.
2004-08-18 Chris LattnerRename var
2004-08-17 Misha BrukmanThis file is no longer used.
2004-08-17 Chris LattnerStart using alignment output routines from AsmPrinter.
2004-08-17 Chris LattnerPrint comments with ;
2004-08-17 Nate BegemanRe-fix hiding the Frame Pointer from the register alloc...
2004-08-17 Chris LattnerUse the emitGlobalConstant defined in AsmPrinter
2004-08-17 Chris LattnerNew, more general, interface.
2004-08-17 Misha BrukmanRewrite targets/rules to generate files for just PowerP...
2004-08-17 Misha BrukmanRegister classes are target-dependent
2004-08-17 Misha Brukman#include <map> is not necessary here
2004-08-17 Misha Brukman`PowerPC' is no longer a real target
2004-08-17 Misha BrukmanMove variables and methods which need PPC{32,64}* disti...
2004-08-17 Misha BrukmanNo need for an `is64bit' flag
2004-08-17 Misha BrukmanPowerPCInstrInfo and PowerPCRegisterInfo have gone...
2004-08-17 Misha BrukmanConsistently name passed with 32 or 64 in their name
2004-08-17 Misha BrukmanPowerPCRegisterInfo no longer takes a bool to different...
2004-08-17 Misha BrukmanThe PowerPCInstrInfo class has gone away.
2004-08-17 Misha BrukmanPowerPCInstrInfo has gone away, PPC32 and PPC64 share...
2004-08-17 Misha BrukmanPowerPC 32-/64-bit split: Part II, 64-bit customization...
2004-08-17 Misha BrukmanPowerPC 32-/64-bit split: Part I, PPC32* bit files...
2004-08-17 Chris LattnerPrint float constants as 4 byte values.
2004-08-17 Chris LattnerMake sure to put an _ prefix on all identifiers!
2004-08-16 Chris LattnerMore changes to make PPC32 and X86 more similar
2004-08-16 Chris LattnerMinor changes to make the diff be nothing against the...
2004-08-16 Chris LattnerFinegrainify namespacification
2004-08-16 Chris LattnerThere is no need for a cast here
2004-08-16 Nate BegemanUpdate the current state of the world
2004-08-16 Nate BegemanFix typo of the word 'implicit' I made resolving a...
2004-08-16 Nate BegemanFix frame pointer handling:
2004-08-16 Nate BegemanFix mismatched adjust down/up of SP in functions that...
2004-08-15 Chris LattnerInsertion methods now return void instead of #instrs...
2004-08-15 Chris LattnerThese methods no longer take a TargetRegisterClass...
2004-08-15 Alkis EvlogimenosMake this compile on gc 3.4.1 (static_cast to non-const...
2004-08-15 Nate BegemanAdd future optimization opportunity
2004-08-15 Nate BegemanFix float to int codepath by always allocating 8 bytes...
2004-08-15 Chris LattnerZimm16 is now dead. Its entry is not removed from...
2004-08-15 Chris LattnerConvert all of the DForm_6* operations, which makes...
2004-08-15 Chris LattnerReenable the CCRC
2004-08-15 Chris LattnerConvert the DForm_4 over to the asmprintergen
2004-08-15 Nate BegemanRemove dead code
2004-08-14 Chris LattnerPrint mflr using the asmwriter generator
2004-08-14 Nate BegemanReplace PowerPCPEI.cpp with target independant PrologEp...
2004-08-14 Nate BegemanAdd support for frame pointers, and large offsets from...
2004-08-14 Nate BegemanAdd indexed forms of load doubleword and load word...
2004-08-14 Nate BegemanFix handling of FP constants with single precision...
2004-08-14 Nate BegemanAdd initial support for using the generated asm writer...
2004-08-14 Nate BegemanAdd generation of asm writer from tablegen files to...
2004-08-13 Nate BegemanRemove an unneeded header and forward declaration
2004-08-13 Nate BegemanFix siod by switching BoolTy to byte rather than int...
2004-08-13 Nate BegemanFix 177.mesa compilation, don't use floating point...
2004-08-13 Nate BegemanFix llc crasher compiling siod by giving BuildMI the...
2004-08-13 Nate BegemanLongs are in one register on PowerPC 64; use appropriat...
2004-08-13 Nate BegemanAdd some more 64 bit instructions we need for the Power...
2004-08-12 Misha BrukmanDisable PPC64 backend by default because LLC cannot...
2004-08-12 Misha Brukman* Correct 64-bit version: blr 1 (not 0)
2004-08-12 Misha Brukman* Print out full names for non-GPR or -FPR registers
2004-08-12 Misha Brukman* Pointers are 8 bytes, hence cLong type on 64-bit PPC
2004-08-12 Misha BrukmanEliminate special-casing 14-bit immediate load/store...
2004-08-12 Misha BrukmanCorrectly print out ASCII literal strings on AIX
2004-08-12 Misha BrukmanMark R2 as available for allocation on Darwin/PPC32...
2004-08-11 Misha Brukman* Move AIX into the llvm namespace to be accessed from...
2004-08-11 Misha BrukmanSet the is64bit flag and propagate it to PowerPCRegiste...
2004-08-11 Misha Brukman* Set the is64bit boolean flag in PowerPCRegisterInfo
2004-08-11 Misha Brukman64-bit instruction selector and AIX-specific 64-bit...
2004-08-11 Misha BrukmanFix names of 64-bit CMP*D* opcodes, add LWA and STD...
2004-08-11 Misha BrukmanAdd support for 64-bit CMPDI, CMPLDI, and CMPLD opcodes
2004-08-11 Misha BrukmanAdd doubleword load/store (64-bit only).
2004-08-11 Misha BrukmanHyphenate ##-bit and remove first-person from comments.
2004-08-11 Nate BegemanClean up 32/64bit and Darwin/AIX split. Next steps...
2004-08-11 Chris LattnerFix a case where constantexprs could leak into the...
2004-08-11 Nate BegemanFix 255.vortex by using getClassB instead of getClass
2004-08-11 Misha BrukmanBreaking up the PowerPC target into 32- and 64-bit...
2004-08-11 Misha BrukmanBreaking up the PowerPC target into 32- and 64-bit...
2004-08-11 Misha BrukmanBreaking up the PowerPC target into 32- and 64-bit...
2004-08-10 Misha BrukmanRenamed PPC32 (namespace for regs, opcodes) to PPC...
2004-08-10 Misha Brukman* Fix file header to use tablegen emacs mode instead...
2004-08-10 Nate BegemanFix casts of float to unsigned long
2004-08-10 Misha BrukmanDForm 5/6 extended mneumonics take 3 arguments.
2004-08-10 Misha BrukmanFix DForm_4: format is `op r, r, i'
2004-08-09 Misha BrukmanStub definition of the PowerPC CodeEmitter class; this...
2004-08-09 Misha BrukmanCodePrinter -> AsmPrinter
2004-08-09 Misha BrukmanRemove ClassPrefix variable as it's no longer used.
2004-08-09 Misha BrukmanDefine a ClassPrefix for PowerPC.
2004-08-09 Misha BrukmanGenerate a code emitter for PowerPC as well, this will...
2004-08-09 Misha BrukmanUse instruction formats as defined in the PowerPC ISA...
2004-08-09 Reid SpencerFix stack size processing now that the return address...
2004-08-06 Chris LattnerChanges commited for Nate Begeman:
2004-08-05 John CriswellAdded Louis Gerbarg. Louis is given credit in the...
2004-08-05 John CriswellAdd additional copyright notice for the PowerPC backend.
2004-08-05 Misha BrukmanSimplify makefile by combining all TableGen dependencie...
2004-08-04 Misha BrukmanAlign dependencies so they don't hurt the eyes to look...
2004-08-04 Misha BrukmanRemove unused instruction classes
next