aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCSectionELF.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-5/+14
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-19/+4
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-8/+6
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-9/+14
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-1/+2
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* Remove extraneous debugging code.Eric Christopher2012-12-131-2/+0
* Add a way of printing out an arbitrary label name for a sectionEric Christopher2012-12-131-0/+9
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Remove unnecessary classof()'sSean Silva2012-10-111-1/+0
* Prune some includes and forward declarations.Craig Topper2012-03-261-0/+1
* Speculatively revert commit 127478 (jsjodin) in an attempt to fix theDuncan Sands2011-03-121-0/+6
* Remove optimization emitting a reference insted of label difference, since it...Jan Sjödin2011-03-111-6/+0
* Move broken HasCommonSymbols to ELFWriter.cpp.Rafael Espindola2011-02-141-5/+0
* Remove more duplicated code.Rafael Espindola2011-01-231-48/+2
* Remove duplicated code.Rafael Espindola2011-01-231-73/+0
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-171-0/+1
* Initial comdat implementation.Rafael Espindola2010-11-111-2/+7
* Fixed version of 118639 with an extra assert to catch similar problemsRafael Espindola2010-11-091-9/+2
* Revert previous patch. Missed a case.Rafael Espindola2010-11-091-2/+9
* Remove IsExplicit. It was always false.Rafael Espindola2010-11-091-9/+2
* Second set of ARM/MC/ELF changes.Jason W Kim2010-10-111-1/+12
* Cleanup Whitespace.Michael J. Spencer2010-10-061-12/+12
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-041-1/+2
* Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung2010-09-301-0/+4
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-161-2/+3
* ELF entry size support.Matt Fleming2010-08-161-0/+5
* MC: Add dyn_cast support to MCSection.Daniel Dunbar2010-05-171-1/+6
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-081-26/+17
* eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner2010-04-041-0/+5
* Don't save a temporary string into a StringRef field.Jeffrey Yasskin2010-03-151-1/+1
* fix MCSectionELF to not leak memory, just like I did for MCSymbol.Chris Lattner2010-03-151-5/+4
* resolve a fixme: the "nonexecutable stack directive" is actuallyChris Lattner2010-01-231-1/+1
* Simplify some uses of str(n)cmp with StringRef.Benjamin Kramer2010-01-221-2/+1
* Pass StringRef by value.Daniel Dunbar2009-11-061-2/+2
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-3/+3
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-3/+3
* add support for target-specific ELF section flags, add a new MCSectionXCoreChris Lattner2009-08-151-7/+29
* *try* to use a better name to describe how common symbols are marked on the e...Bruno Cardoso Lopes2009-08-141-2/+4
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-131-9/+5
* Add a method to return if the ELF section contains only common symbols!Bruno Cardoso Lopes2009-08-131-0/+3
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-131-0/+168