Use the mangler consistently instead of using getGlobalPrefix directly.
[oota-llvm.git] / lib / Target / PowerPC / PPCMCInstLower.cpp
2013-11-28 Rafael EspindolaUse the mangler consistently instead of using getGlobal...
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-07-08 Ulrich Weigand[PowerPC] Always use "assembler dialect" 1
2013-07-05 Ulrich Weigand[PowerPC] Support @tls in the asm parser
2013-06-21 Ulrich Weigand[PowerPC] Rename some more VK_PPC_ enums
2013-06-20 Ulrich Weigand[PowerPC] Remove unused parameter
2013-06-20 Ulrich Weigand[PowerPC] Optimize @ha/@l constructs
2013-05-23 Ulrich Weigand[PowerPC] Clean up generation of ha16() / lo16() markers
2013-04-27 Rafael EspindolaMake all darwin ppc stubs local.
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...