Bool alignment on MacOSX/PowerPC is 4 bytes.
[oota-llvm.git] / lib / Target / PowerPC / PPCTargetMachine.cpp
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