[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
[oota-llvm.git] / lib / Target / XCore / XCoreAsmPrinter.cpp
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-02-02 Eric ChristopherRemove unused class variable.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-19 Rafael EspindolaBring r226038 back.
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-16 Timur IskhodzhanovRevert r226242 - Revert Revert Don't create new comdats...
2015-01-16 Rafael EspindolaRevert "Revert Don't create new comdats in CodeGen"
2015-01-15 Timur IskhodzhanovRevert Don't create new comdats in CodeGen
2015-01-14 Rafael EspindolaDon't create new comdats in CodeGen.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-06 Richard Osborne[XCore] Add support for the "m" inline asm constraint.
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-02-18 Robert LyttonXCore target: Handle common linkage
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-27 Benjamin KramerXCore: Fix typo in function name.
2014-01-26 Rafael EspindolaAdd a XCoreTargetStreamer and port over the simple...
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-02 Rafael EspindolaRemove dead code.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-11 Robert LyttonXCore target fix bug in emitArrayBound() causing segmen...
2013-08-01 Robert LyttonXcore target
2013-07-16 Richard Osborne[XCore] Fix printing of inline asm operands.
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-05-04 Richard Osborne[XCore] Move lowering of thread local storage to a...
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-16 Richard OsborneChange XCoreAsmPrinter to lower MachineInstrs to MCInst...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-26 Jack CarterThere are a number of generic inline asm operand modifi...
2011-10-11 Richard OsborneImplement the emitFrameIndexDebugValue and getDebugValu...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-06-19 Jay FoadFix a FIXME by making GlobalVariable::getInitializer...
2010-11-14 Chris Lattnermove all the target's asmprinters into the main target...
2009-08-15 Richard OsborneMove XCore AsmPrinter to XCore/AsmPrinter directory.
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-08 Chris Lattnerdon't check the result of printInstruction anymore.
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-21 Chris Lattnerreduce indentation by using an early exit.
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-15 Daniel DunbarRegister AsmPrinter for XCore, MSP430, and PIC16 targets.
2009-07-15 Daniel DunbarRemove unused function.
2009-07-15 Richard OsborneRemove the xcore-file-directive option now that LLVM...
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r75615, which depended on 75610.
2009-07-14 Chris LattnerRename getValueName -> getMangledName.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-24 Chris Lattnersink dwarf finalization out of each target into AsmPrin...
2009-06-24 Chris Lattnereliminate the ExtWeakSymbols set from AsmPrinter. ...
2009-06-19 Devang PatelMove up dwarf writer initialization in common AsmPrinte...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-11 Duncan SandsRemove the one-definition-rule version of extern_weak
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-08 Devang PatelConvert DwarfWriter into a pass.
2008-11-07 Richard OsborneFix compile warnings.
2008-11-07 Richard OsborneAdd XCore backend.