Remove this method.
[oota-llvm.git] / lib / Target / PowerPC / PPCTargetMachine.cpp
2004-11-23 Chris LattnerRemove this method.
2004-11-23 Nate BegemanDon't return value from void function. This is only...
2004-11-23 Chris LattnerBe really paranoid about not breaking stuff yet
2004-11-23 Chris LattnerMove JITInfo from PPCTM to PPC32TM
2004-11-20 Chris LattnerRemove this method, it's not clear how it could be...
2004-10-25 Chris LattnerDisable the JIT until it can sorta kinda work.
2004-10-10 Chris Lattnerbling bling!
2004-09-04 Nate BegemanAll PPC instructions are now auto-printed
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-20 Chris LattnerDo not register ppc64 yet, as it breaks the SparcV9...
2004-08-19 Misha BrukmanLR needs to be saved at 16-byte offset on a 64-bit...
2004-08-17 Misha BrukmanNo need for an `is64bit' flag
2004-08-14 Nate BegemanReplace PowerPCPEI.cpp with target independant PrologEp...
2004-08-12 Misha BrukmanDisable PPC64 backend by default because LLC cannot...
2004-08-11 Misha Brukman* Move AIX into the llvm namespace to be accessed from...
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 Misha BrukmanBreaking up the PowerPC target into 32- and 64-bit...
2004-08-09 Misha BrukmanCodePrinter -> AsmPrinter
2004-08-06 Chris LattnerChanges commited for Nate Begeman:
2004-07-27 Misha BrukmanRun the branch selection pass right before the asm...
2004-07-23 Misha BrukmanBool alignment on MacOSX/PowerPC is 4 bytes.
2004-07-20 Misha BrukmanShorts are aligned to 2 bytes, bools to 1 byte (in...
2004-07-20 Misha BrukmanDouble alignment in structs is 4 bytes, not 8. Patch...
2004-07-17 Misha BrukmanWe don't really need to #include IPO.h into this file.
2004-07-16 Misha BrukmanDefine double alignment as 8 bytes now that assert...
2004-07-15 Chris LattnerRevert stuff that I didn't mean to checkin
2004-07-15 Chris LattnerPatches towards fixing PR341
2004-07-12 Misha BrukmanImplement getModuleMatchQuality and getJITMatchQuality...
2004-07-11 Chris LattnerDelete the allocate*TargetMachine function, which is...
2004-07-11 Chris LattnerMake these format a bit nicer
2004-07-11 Chris LattnerAuto-registrate target
2004-07-02 Chris LattnerFix all of those problems that the PPC backend has...
2004-07-01 Misha BrukmanWrap long line
2004-06-29 Misha BrukmanLower ConstantExpressions before the code generator.
2004-06-29 Chris LattnerThe code generator should work with unreachable blocks...
2004-06-28 Misha BrukmanCan't print out machine code before it is constructed.
2004-06-25 Misha BrukmanAllow debugging machine instrs (by printout) before...
2004-06-24 Misha BrukmanAdd option to print out machine code before register...
2004-06-21 Misha Brukmanllvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLower...
2004-06-21 Misha BrukmanInitial revision