summaryrefslogtreecommitdiff
path: root/lib/MC/MCContext.cpp
Commit message (Expand)AuthorAge
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Fix a crash that occurs when PWD is invalid.Andrew Trick2013-12-10
* whitespaceAndrew Trick2013-12-10
* Correct word hyphenationsAlp Toker2013-12-05
* Avoid buffer copies when a Twine already is a StringRef.David Blaikie2013-12-03
* Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola2013-11-19
* MC: Support multiple sections with the same name in the same comdat groupDavid Blaikie2013-10-22
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-06
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Silence warning in Release builds.Benjamin Kramer2013-06-16
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-14
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-13
* Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren2013-03-12
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-07
* clear new map and initialize new variablePedro Artigas2013-02-20
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-05
* Formatting.Eric Christopher2012-12-18
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-18
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-17
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-12
* fixed valgrind issues of prior commit, this change applies r169456 changes ba...Pedro Artigas2012-12-06
* Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi2012-12-06
* change MCContext to work on the doInitialization/doFinalization modelPedro Artigas2012-12-06
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Avoid symbol name clash when filling TOC.Roman Divacky2012-09-18
* MCContext.cpp: Fixup for my odd previous commit. No functional changes.NAKAMURA Takumi2012-07-03
* MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep w...NAKAMURA Takumi2012-07-03
* Add simple support for keeping MCFixup source information.Jim Grosbach2012-01-26
* Add SourceMgr to MCContext for backend diagnostics.Jim Grosbach2012-01-26
* Fixed a bug in the code to create a dwarf file and directory table entires whenKevin Enderby2011-11-01
* First part of support for generating dwarf for assembly source files with theKevin Enderby2011-11-01
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Hoist vector.size() computation out of the loop. No functionality change.Nick Lewycky2011-10-12
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Make the StringMaps attached to MCContext use the MCContext's allocator; Eli Friedman2011-04-18
* Don't store Twine temporaries, it's not safe.Benjamin Kramer2011-04-09
* MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar2011-03-28
* Remove duplicated code.Rafael Espindola2011-01-23
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-10
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-09
* Rename temporary symbols if they conflict with artificial symbols createdRafael Espindola2010-12-01
* Fix Whitespace.Michael J. Spencer2010-11-26
* Add .loc methods to the streamer.Rafael Espindola2010-11-16
* Parse and remember discriminators in .loc line. I try to output them withRafael Espindola2010-11-13
* Initial comdat implementation.Rafael Espindola2010-11-11
* Use MCSectionELF in places we know we have an ELF section.Rafael Espindola2010-11-10
* Fixed version of 118639 with an extra assert to catch similar problemsRafael Espindola2010-11-09