Mark R2 as available for allocation on Darwin/PPC32, but not AIX/PPC64
[oota-llvm.git] / lib /
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 Chris LattnerRemove a bunch of ad-hoc target-specific flags that...
2004-08-11 Chris LattnerRemove a dead method
2004-08-11 Chris LattnerFinally, the entire instruction asmprinter is now gener...
2004-08-11 Chris LattnerAdd asmprintergen support for the last X86 instruction...
2004-08-11 Chris LattnerThis file is long dead
2004-08-11 Chris LattnerScrunch memoperands, add a few more for floating point...
2004-08-11 Chris LattnerMove hacks up
2004-08-11 Chris LattnerMake FPI take asm string and operand list
2004-08-11 Chris LattnerNuke the Im*i* patterns, by asmprintergenifying all...
2004-08-11 Chris LattnerX86 instructions that read-modify-write memory are...
2004-08-11 Chris LattnerGet rid of the Im8, Im16, Im32 classes, converting...
2004-08-11 Nate BegemanFix 255.vortex by using getClassB instead of getClass
2004-08-11 Chris LattnerRemove dead method
2004-08-11 Chris LattnerConvert asmprinter to new style of instruction printer
2004-08-11 Chris LattnerFill out immediate operand classes, add a new Operand...
2004-08-11 Chris LattnerFix InstCombine/2004-08-10-BoolSetCC.ll, a bug that...
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 BrukmanImplement new constructor.
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 Chris LattnerThis is purely a formatting patch that gets us closer...
2004-08-10 Chris LattnerDrop the first argument of FPI, and asmprinterify fxch
2004-08-10 Nate BegemanFix casts of float to unsigned long
2004-08-10 Misha BrukmanFix file header comment: update filename, set tablegen...
2004-08-10 Chris LattnerThis purely mechanical patch gives the "I" tblgen class...
2004-08-10 Chris LattnerConvert Ii32 instructions over to use the asmprinter...
2004-08-10 Misha BrukmanDForm 5/6 extended mneumonics take 3 arguments.
2004-08-10 Misha Brukman* Instruction definitions moved to SparcV9InstrInfo...
2004-08-10 Misha BrukmanRenamed SparcV9_Reg.td -> SparcV9RegisterInfo.td for...
2004-08-10 Misha BrukmanFix DForm_4: format is `op r, r, i'
2004-08-10 Misha BrukmanFix comment header, specify type of file `tablegen'.
2004-08-10 Chris LattnerConvert the Ii16 instructions over
2004-08-10 Chris LattnerConvert all Ii8 instructions over to the autogenerated...
2004-08-10 Misha BrukmanDefine the target name so we can use it via TableGen.
2004-08-10 Chris LattnerPaper over CBackend/2004-08-09-va-end-null.ll
2004-08-09 Misha BrukmanStub definition of the PowerPC CodeEmitter class; this...
2004-08-09 Misha BrukmanCodePrinter -> AsmPrinter
2004-08-09 Chris LattnerFix InstCombine/2004-08-09-RemInfLoop.llx
2004-08-09 Misha BrukmanRemove ClassPrefix variable as it's no longer used.
2004-08-09 Misha BrukmanThe (future) SparcV8 JIT would do well to have a class...
2004-08-09 Misha BrukmanDefine the ClassPrefix for SparcV9.
2004-08-09 Misha BrukmanDefine a ClassPrefix for PowerPC.
2004-08-09 Misha BrukmanClasses need to have a prefix name, so that they can...
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-08 Chris LattnerFix another really nasty regression that Anshu pointed...
2004-08-08 Chris LattnerAdd standard print/dump methods to CallGraph classes.
2004-08-08 Chris LattnerTwo fixes:
2004-08-08 Chris LattnerThis DEBUG is buggy. comment it out because it's not...
2004-08-07 Reid SpencerGet rid of a warning when compiling optimized. Uninitia...
2004-08-07 Chris LattnerOk get rid of the REST of the tabs
2004-08-07 Chris LattnerDeath to tabs
2004-08-06 Brian GaekedumpSavedState has outlived its usefulness.
2004-08-06 Alkis EvlogimenosSplit assertion to two in order to give better assertio...
2004-08-06 Chris LattnerChanges commited for Nate Begeman:
2004-08-06 Brian GaekeUpdate the To-Do list according to my notes + assertions
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-05 Misha BrukmanPowerPC is a real target now.
2004-08-05 Alkis EvlogimenosMake GlobalVariable constructor assert when an initiali...
2004-08-04 Reid SpencerTurn a use of intptr_t into a reinterpret_cast<uint64_t...
2004-08-04 Chris LattnerFix another minor problem that exists if you ahve multi...
2004-08-04 Chris LattnerFix a typeo
2004-08-04 Chris LattnerAdd a hack to work around a problem my changes exposed
2004-08-04 Misha BrukmanHand-propagate the constant TARGET_NAME which was makin...
2004-08-04 Misha Brukman* Remove unnecessary comment
2004-08-04 Misha BrukmanAlign dependencies so they don't hurt the eyes to look...
2004-08-04 Misha BrukmanRemove unused instruction classes
2004-08-04 Misha BrukmanMake tablegen targets depend on PowerPCInstrFormats...
2004-08-04 Chris LattnerFix a latent bug exposed by my recent changes
2004-08-04 Chris LattnerIt is not possible to catch SIGKILL, don't bother trying.
2004-08-04 Chris LattnergetValues does not exist
2004-08-04 Chris LattnergetValues is gone
2004-08-04 Alkis EvlogimenosClean up whitespace.
2004-08-04 Alkis EvlogimenosConvert indentation to 2 spaces.
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-08-04 Chris LattnerFix a major regression in my previous checkin
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-08-04 Brian GaekeGet rid of the only use of TargetInstrInfo::getResultPo...
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-08-04 Chris LattnerFindGlobalNamed used to take 2.92s out of 8.39s running...
2004-08-04 Brian GaekeInclude SparcV9TmpInstr.h to pick up the def. of TmpIns...
2004-08-04 Brian GaekeTighten up some whitespace. Include SparcV9TmpInstr...
2004-08-04 Brian GaekeInclude SparcV9BurgISel.h, to pick up the definition of
2004-08-04 Brian GaekeInclude SparcV9TmpInstr.h instead of llvm/CodeGen/Instr...
next