aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCSectionELF.h
AgeCommit message (Expand)Author
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth
2012-12-13Remove extraneous debugging code.Eric Christopher
2012-12-13Add a way of printing out an arbitrary label name for a sectionEric Christopher
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-10-11Remove unnecessary classof()'sSean Silva
2012-03-26Prune some includes and forward declarations.Craig Topper
2011-03-12Speculatively revert commit 127478 (jsjodin) in an attempt to fix theDuncan Sands
2011-03-11Remove optimization emitting a reference insted of label difference, since it...Jan Sjödin
2011-02-14Move broken HasCommonSymbols to ELFWriter.cpp.Rafael Espindola
2011-01-23Remove more duplicated code.Rafael Espindola
2011-01-23Remove duplicated code.Rafael Espindola
2010-11-17make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola
2010-11-11Initial comdat implementation.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-11Second set of ARM/MC/ELF changes.Jason W Kim
2010-10-06Cleanup Whitespace.Michael J. Spencer
2010-10-04Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung
2010-09-30Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung
2010-08-16Add ELF ObjectWriter and Streamer support.Matt Fleming
2010-08-16ELF entry size support.Matt Fleming
2010-05-17MC: Add dyn_cast support to MCSection.Daniel Dunbar
2010-04-08move elf section uniquing to MCContext. Along the wayChris Lattner
2010-04-04eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner
2010-03-15Don't save a temporary string into a StringRef field.Jeffrey Yasskin
2010-03-15fix MCSectionELF to not leak memory, just like I did for MCSymbol.Chris Lattner
2010-01-23resolve a fixme: the "nonexecutable stack directive" is actuallyChris Lattner
2010-01-22Simplify some uses of str(n)cmp with StringRef.Benjamin Kramer
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-08-22rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-15add support for target-specific ELF section flags, add a new MCSectionXCoreChris Lattner
2009-08-14*try* to use a better name to describe how common symbols are marked on the e...Bruno Cardoso Lopes
2009-08-13Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes
2009-08-13Add a method to return if the ELF section contains only common symbols!Bruno Cardoso Lopes
2009-08-13Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes