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