aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCCodeEmitter.cpp
AgeCommit message (Expand)Author
2004-11-23Enumerate CR registersChris Lattner
2004-11-23Squelch a bogus warning.Chris Lattner
2004-11-23Fix a minor bugChris Lattner
2004-11-23Emit relocations for the global variable using instructions. This gets usChris Lattner
2004-11-22Remove some dead codeChris Lattner
2004-11-22Disable this.Chris Lattner
2004-11-22This chunk of code needs to be rewrittenChris Lattner
2004-11-20getJITStubForFunction is optional and unimplemented, just remove it.Chris Lattner
2004-11-16Simplify namespacesChris Lattner
2004-10-23* Correctly handle the MovePCtoLR pseudo-instr with a bl to next instrMisha Brukman
2004-10-23* Do not emit IMPLICIT_DEF pseudo-instructionsMisha Brukman
2004-10-21Remove debug code emitter from the JITMisha Brukman
2004-10-21Make this compile.Alkis Evlogimenos
2004-10-21* Added basic support for JITing functions, basic blocks, instruction encoding,Misha Brukman
2004-10-14* Claim to support machine code emission - return false fromMisha Brukman
2004-10-14* Include the real (generated) version of getBinaryCodeForInstr()Misha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-08-11Breaking up the PowerPC target into 32- and 64-bit subparts, Part I: 32-bit.Misha Brukman
2004-08-09Stub definition of the PowerPC CodeEmitter class; this isn't functional (yet).Misha Brukman
2004-06-21Initial revisionMisha Brukman