aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCContext.cpp
AgeCommit message (Expand)Author
2013-03-12Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren
2013-03-07Debug Info: store the files and directories for each compile unit.Manman Ren
2013-02-20clear new map and initialize new variablePedro Artigas
2013-02-05Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren
2012-12-18Formatting.Eric Christopher
2012-12-18Add support for passing -main-file-name all the way through toEric Christopher
2012-12-17Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth
2012-12-12Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas
2012-12-06fixed valgrind issues of prior commit, this change applies r169456 changes ba...Pedro Artigas
2012-12-06Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi
2012-12-06change MCContext to work on the doInitialization/doFinalization modelPedro Artigas
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-09-18Avoid symbol name clash when filling TOC.Roman Divacky
2012-07-03MCContext.cpp: Fixup for my odd previous commit. No functional changes.NAKAMURA Takumi
2012-07-03MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep w...NAKAMURA Takumi
2012-01-26Add simple support for keeping MCFixup source information.Jim Grosbach
2012-01-26Add SourceMgr to MCContext for backend diagnostics.Jim Grosbach
2011-11-01Fixed a bug in the code to create a dwarf file and directory table entires whenKevin Enderby
2011-11-01First part of support for generating dwarf for assembly source files with theKevin Enderby
2011-10-17Add support for a new extension to the .file directive:Nick Lewycky
2011-10-12Hoist vector.size() computation out of the loop. No functionality change.Nick Lewycky
2011-07-20Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng
2011-07-20Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng
2011-04-18Make the StringMaps attached to MCContext use the MCContext's allocator; Eli Friedman
2011-04-09Don't store Twine temporaries, it's not safe.Benjamin Kramer
2011-03-28MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar
2011-01-23Remove duplicated code.Rafael Espindola
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola
2010-12-01Rename temporary symbols if they conflict with artificial symbols createdRafael Espindola
2010-11-26Fix Whitespace.Michael J. Spencer
2010-11-16Add .loc methods to the streamer.Rafael Espindola
2010-11-13Parse and remember discriminators in .loc line. I try to output them withRafael Espindola
2010-11-11Initial comdat implementation.Rafael Espindola
2010-11-10Use MCSectionELF in places we know we have an ELF section.Rafael Espindola
2010-11-09Fixed version of 118639 with an extra assert to catch similar problemsRafael Espindola
2010-11-09Revert previous patch. Missed a case.Rafael Espindola
2010-11-09Remove IsExplicit. It was always false.Rafael Espindola
2010-10-04Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!Kevin Enderby
2010-09-30Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung
2010-08-31This is the second of three patches to implement support for the .loc directiveKevin Enderby
2010-08-24First bit of support for the dwarf .loc directive. This patch updates theKevin Enderby
2010-08-16Add ELF ObjectWriter and Streamer support.Matt Fleming
2010-08-09Next bit of support for the dwarf .file directive. This patch takes theKevin Enderby
2010-07-29Stop leaking std::strings in GetDwarfFile.Benjamin Kramer
2010-07-28Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-06-28Added the darwin .secure_log_unique and .secure_log_reset directives.Kevin Enderby