Fix PPC64 CR spill location for callee-saved registers
[oota-llvm.git] / lib / Target / PowerPC / PPCMCInstLower.cpp
2013-02-21 Bill SchmidtRelocation enablement for PPC DAG postprocessing pass
2013-02-20 Jakub StaszakAdd missing #include.
2012-12-13 Bill SchmidtThis is just a clean-up patch that simplifies the initi...
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-06-04 Roman DivackyImplement local-exec TLS on PowerPC.
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-18 Jakob Stoklund OlesenIgnore register mask operands when lowering instruction...
2011-06-09 Roman DivackyFix emission of PPC64 assembler on non-darwin platforms...
2010-11-15 Chris Lattnerconvert the operand bits into bitfields since they...
2010-11-15 Chris Lattneradd targetoperand flags for jump tables, constant pool...
2010-11-14 Chris Lattnerimplement support for the MO_DARWIN_STUB TargetOperand...
2010-11-14 Chris Lattnerimplement basic support for symbol operand lowering,
2010-11-14 Chris Lattnerswitch PPC to a simplified MCInstLowering model.
2010-11-14 Chris Lattnerstub out PPCMCInstLowering, add a new option that uses...