Use the triple to figure out if this is a darwin target, not
[oota-llvm.git] / lib / Target / PowerPC / PPCMCInstLower.cpp
2014-10-14 Eric ChristopherUse the triple to figure out if this is a darwin target...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-02-19 Rafael Espindolamove getNameWithPrefix and getSymbol to TargetMachine.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-18 Rafael EspindolaFix PR18743.
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-05 Rafael EspindolaRemove the isImplicitlyPrivate argument of getNameWithP...
2013-12-02 Rafael EspindolaRefactor for clarity and efficiency.
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...