aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCCodeEmitter.cpp
AgeCommit message (Expand)Author
2005-10-14Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.tdChris Lattner
2005-10-01Modify the ppc backend to use two register classes for FP: F8RC and F4RC.Chris Lattner
2005-08-24Split IMPLICIT_DEF into IMPLICIT_DEF_GPR and IMPLICIT_DEF_FP, so that theChris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-21Support building non-PICNate Begeman
2005-07-20Generate mfocrf when targeting g5. Generate fsqrt/fsqrts when targetin g5.Nate Begeman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-19Add completely untested support for mtcrf/mfcrf encodingChris Lattner
2005-04-18Handle ExternalSymbol operands in the PPC JITChris Lattner
2004-11-25Enable optimization suggested by Chris Lattner to not emit reloc stubs forNate Begeman
2004-11-25There is not a 1-1 mappign between llvm blocks and PPC blocks, do not useChris Lattner
2004-11-24* Rename existing relocations to be more specificChris Lattner
2004-11-24Loads are relocatable tooChris Lattner
2004-11-24Calls do not need a MovPCtoLR instructionChris Lattner
2004-11-24Get constant pools working. This fixes even more programs, allowing us toChris Lattner
2004-11-24Rewrite branches more closely to correct. This makes more stuff pass, andChris Lattner
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