Revert "Introduce a string_ostream string builder facilty"
[oota-llvm.git] / lib / MC / MCContext.cpp
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-19 Oliver StannardEmit DWARF info for all code section in an assembly...
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-05-01 David BlaikieFix uninitialized variable introduced in r207739.
2014-04-22 Kevin EnderbyChange the prototype for MCContext::FatalError() so...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-11 David BlaikiePull out a named variable for the cached section names...
2014-04-10 David BlaikieRemove lazy-initialization of section caches in MCContext
2014-04-10 David BlaikieReimplement debug info compression by compressing the...
2014-04-10 David BlaikieRevert debug info compression support.
2014-03-29 Tim NorthoverMachO: allow each section to have a linker-private...
2014-03-28 David BlaikieDebug Compression: Avoid compression debug_frame for now
2014-03-27 David BlaikieDebugInfo: Support for compressed debug info sections
2014-03-14 Jim GrosbachMC: don't create a backtrace for diagnostics.
2014-03-14 David BlaikieMCContext: Remove redundant assignment
2014-03-13 David BlaikieMCDwarf: Rename MCDwarfFileTable to MCDwarfLineTable
2014-03-13 David BlaikieMCDwarf: Sink file/directory creation down into MCDwarf...
2014-03-13 David BlaikieMCDwarf: Oh, and move the directory string over to...
2014-03-13 David BlaikieMCDwarf: Simplify MCDwarfFile to just use std::string...
2014-03-13 David BlaikieMCDwarf: Simply MCDwarfFile since it really is just...
2014-03-13 Rafael EspindolaUse printable names to implement directional labels.
2014-03-13 David BlaikieRemove stale comment
2014-03-13 David BlaikieMCDwarf: Refactor line table handling into a single...
2014-03-12 David BlaikieMCDwarf: Invert the Section+CU->LineEntries mapping...
2014-03-12 David BlaikieCorrect typo ("a entry" -> "an entry")
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-10 Andrew TrickFix a crash that occurs when PWD is invalid.
2013-12-10 Andrew Trickwhitespace
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-03 David BlaikieAvoid buffer copies when a Twine already is a StringRef.
2013-11-19 Rafael EspindolaSupport multiple COFF sections with the same name but...
2013-10-22 David BlaikieMC: Support multiple sections with the same name in...
2013-07-06 Nico RieckMC: Implement COFF .linkonce directive
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-06-16 Benjamin KramerSilence warning in Release builds.
2013-06-14 Rafael EspindolaReplace use of PathV1.h in MCContext.cpp.
2013-06-13 Rafael EspindolaDon't use PathV1.h in Signals.h.
2013-03-12 Manman RenDebug Info: use SmallVector instead of std::vector...
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-02-20 Pedro Artigasclear new map and initialize new variable
2013-02-05 Manman RenDwarf: support for LTO where a single object file can...
2012-12-18 Eric ChristopherFormatting.
2012-12-18 Eric ChristopherAdd support for passing -main-file-name all the way...
2012-12-17 Chandler CarruthPrepare LLVM to fix PR14625, exposing a hook in MCConte...
2012-12-12 Pedro ArtigasMake the MCStreamer have a reset method and call that...
2012-12-06 Pedro Artigasfixed valgrind issues of prior commit, this change...
2012-12-06 NAKAMURA TakumiRevert r169456, "change MCContext to work on the doInit...
2012-12-06 Pedro Artigaschange MCContext to work on the doInitialization/doFina...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-18 Roman DivackyAvoid symbol name clash when filling TOC.
2012-07-03 NAKAMURA TakumiMCContext.cpp: Fixup for my odd previous commit. No...
2012-07-03 NAKAMURA TakumiMCContext::GetDwarfFile(): Make FileName parsing tolera...
2012-01-26 Jim GrosbachAdd simple support for keeping MCFixup source information.
2012-01-26 Jim GrosbachAdd SourceMgr to MCContext for backend diagnostics.
2011-11-01 Kevin EnderbyFixed a bug in the code to create a dwarf file and...
2011-11-01 Kevin EnderbyFirst part of support for generating dwarf for assembly...
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-12 Nick LewyckyHoist vector.size() computation out of the loop. No...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-04-18 Eli FriedmanMake the StringMaps attached to MCContext use the MCCon...
2011-04-09 Benjamin KramerDon't store Twine temporaries, it's not safe.
2011-03-28 Daniel DunbarMC: Add support for disabling "temporary label" behavio...
2011-01-23 Rafael EspindolaRemove duplicated code.
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-01 Rafael EspindolaRename temporary symbols if they conflict with artifici...
2010-11-26 Michael J. SpencerFix Whitespace.
2010-11-16 Rafael EspindolaAdd .loc methods to the streamer.
2010-11-13 Rafael EspindolaParse and remember discriminators in .loc line. I try...
2010-11-11 Rafael EspindolaInitial comdat implementation.
2010-11-10 Rafael EspindolaUse MCSectionELF in places we know we have an ELF section.
2010-11-09 Rafael EspindolaFixed version of 118639 with an extra assert to catch...
2010-11-09 Rafael EspindolaRevert previous patch. Missed a case.
2010-11-09 Rafael EspindolaRemove IsExplicit. It was always false.
2010-10-04 Kevin EnderbyIncorporate suggestions by Daniel Dunbar after his...
2010-09-30 Jan Wen VoungMove logic of determining ELF entsize from the .s print...
2010-08-31 Kevin EnderbyThis is the second of three patches to implement suppor...
2010-08-24 Kevin EnderbyFirst bit of support for the dwarf .loc directive....
2010-08-16 Matt FlemingAdd ELF ObjectWriter and Streamer support.
2010-08-09 Kevin EnderbyNext bit of support for the dwarf .file directive....
2010-07-29 Benjamin KramerStop leaking std::strings in GetDwarfFile.
2010-07-28 Kevin EnderbyAdded first bit of support for the dwarf .file directiv...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-06-28 Kevin EnderbyAdded the darwin .secure_log_unique and .secure_log_res...
2010-05-18 Benjamin KramerSimplify MCContext::(Next|Get)Instance
2010-05-17 Kevin EnderbyAdded support in MC for Directional Local Labels.
2010-05-07 Chris Lattneradd COFF support for COMDAT sections, patch by Nathan...
2010-05-07 Chris Lattnerswitch MCSectionCOFF from a syntactic to semantic repre...
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2010-04-08 Chris Lattnermove macho section uniquing from MCParser and TLOF...
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-17 Chris Lattnerfix GetOrCreateTemporarySymbol to require a name, clients
2010-03-15 Chris Lattnerfix a memory leak yjasskin pointed out: MCSymbol is...
2010-03-14 Chris Lattneradd a new CreateTempSymbol method, the use case for
next