Don't use PassInfo* as a type identifier for passes. Instead, use the address of...
[oota-llvm.git] / lib / Target / PowerPC / PPCCodeEmitter.cpp
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