summaryrefslogtreecommitdiffstats
path: root/lib/MC/MCContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-40/+60
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-69/+86
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-17/+31
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-13/+49
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-14/+39
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-62/+40
* Update to LLVM 3.5a.Stephen Hines2014-04-241-98/+50
* Merging r195148:Bill Wendling2013-11-271-13/+31
* MC: Support multiple sections with the same name in the same comdat groupDavid Blaikie2013-10-221-6/+12
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-061-5/+13
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-5/+5
* Silence warning in Release builds.Benjamin Kramer2013-06-161-0/+1
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-141-2/+4
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-131-0/+1
* Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren2013-03-121-3/+3
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-071-4/+7
* clear new map and initialize new variablePedro Artigas2013-02-201-0/+2
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-051-1/+1
* Formatting.Eric Christopher2012-12-181-1/+1
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-181-0/+6
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-171-1/+2
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-121-19/+15
* fixed valgrind issues of prior commit, this change applies r169456 changes ba...Pedro Artigas2012-12-061-8/+42
* Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi2012-12-061-31/+6
* change MCContext to work on the doInitialization/doFinalization modelPedro Artigas2012-12-061-6/+31
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-7/+7
* Avoid symbol name clash when filling TOC.Roman Divacky2012-09-181-0/+6
* MCContext.cpp: Fixup for my odd previous commit. No functional changes.NAKAMURA Takumi2012-07-031-1/+1
* MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep w...NAKAMURA Takumi2012-07-031-5/+5
* Add simple support for keeping MCFixup source information.Jim Grosbach2012-01-261-0/+19
* Add SourceMgr to MCContext for backend diagnostics.Jim Grosbach2012-01-261-2/+2
* Fixed a bug in the code to create a dwarf file and directory table entires whenKevin Enderby2011-11-011-2/+4
* First part of support for generating dwarf for assembly source files with theKevin Enderby2011-11-011-0/+2
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-171-15/+18
* Hoist vector.size() computation out of the loop. No functionality change.Nick Lewycky2011-10-121-1/+2
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-5/+2
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-2/+3
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-2/+4
* Make the StringMaps attached to MCContext use the MCContext's allocator; Eli Friedman2011-04-181-1/+3
* Don't store Twine temporaries, it's not safe.Benjamin Kramer2011-04-091-8/+6
* MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar2011-03-281-3/+6
* Remove duplicated code.Rafael Espindola2011-01-231-1/+2
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-2/+6
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-3/+2
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-2/+3
* Rename temporary symbols if they conflict with artificial symbols createdRafael Espindola2010-12-011-10/+35
* Fix Whitespace.Michael J. Spencer2010-11-261-14/+14
* Add .loc methods to the streamer.Rafael Espindola2010-11-161-1/+1
* Parse and remember discriminators in .loc line. I try to output them withRafael Espindola2010-11-131-1/+1
* Initial comdat implementation.Rafael Espindola2010-11-111-2/+20