* Rename existing relocations to be more specific
[oota-llvm.git] / lib / Target / PowerPC / PPCCodeEmitter.cpp
2004-11-24 Chris Lattner* Rename existing relocations to be more specific
2004-11-24 Chris LattnerLoads are relocatable too
2004-11-24 Chris LattnerCalls do not need a MovPCtoLR instruction
2004-11-24 Chris LattnerGet constant pools working. This fixes even more progr...
2004-11-24 Chris LattnerRewrite branches more closely to correct. This makes...
2004-11-23 Chris LattnerEnumerate CR registers
2004-11-23 Chris LattnerSquelch a bogus warning.
2004-11-23 Chris LattnerFix a minor bug
2004-11-23 Chris LattnerEmit relocations for the global variable using instruct...
2004-11-22 Chris LattnerRemove some dead code
2004-11-22 Chris LattnerDisable this.
2004-11-22 Chris LattnerThis chunk of code needs to be rewritten
2004-11-20 Chris LattnergetJITStubForFunction is optional and unimplemented...
2004-11-16 Chris LattnerSimplify namespaces
2004-10-23 Misha Brukman* Correctly handle the MovePCtoLR pseudo-instr with...
2004-10-23 Misha Brukman* Do not emit IMPLICIT_DEF pseudo-instructions
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-14 Misha Brukman* Claim to support machine code emission - return false...
2004-10-14 Misha Brukman* Include the real (generated) version of getBinaryCode...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-11 Misha BrukmanBreaking up the PowerPC target into 32- and 64-bit...
2004-08-09 Misha BrukmanStub definition of the PowerPC CodeEmitter class; this...
2004-06-21 Misha BrukmanInitial revision