summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCSectionELF.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne2019-05-291-0/+2
* [ELF] Implement Dependent Libraries FeatureBen Dunbobbin2019-05-171-0/+2
* [MC] Clean up unused inline function and non-anchor defaulted destructors; NFCIHubert Tong2019-02-091-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Hexagon] Handle Hexagon's SHF_HEX_GPREL section flagKrzysztof Parzyszek2018-11-091-0/+3
* [MC] Add assembler support for .cg_profile.Michael J. Spencer2018-06-021-0/+2
* CodeGen: support an extension to pass linker options on ELFSaleem Abdulrasool2018-01-301-0/+2
* [Triple] Add isThumb and isARM functions.Florian Hahn2017-08-121-2/+1
* MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.Peter Collingbourne2017-06-141-0/+2
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Change section flag character for SHF_LINK_ORDER to "o".Evgeniy Stepanov2017-04-041-1/+1
* Fix asm printing of associated sections.Evgeniy Stepanov2017-03-141-0/+8
* [MC] Set SHT_MIPS_DWARF section type for all .debug_* sections on MIPSSimon Atanasyan2017-03-101-0/+4
* [MC] Accept a numeric value as an ELF section header's typeSimon Atanasyan2017-03-101-0/+4
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-141-6/+4
* Only print architecture dependent flags for that architecture.Rafael Espindola2017-01-301-7/+12
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-151-0/+2
* Bring r252305 back with a test fix.Rafael Espindola2015-11-061-0/+2
* MCAsmInfo: Allow targets to specify when the .section directive should be omi...Tom Stellard2015-09-251-6/+1
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-4/+9
* Use a comma after the unique keyword.Rafael Espindola2015-04-061-1/+1
* Implement unique sections with an unique ID.Rafael Espindola2015-04-041-3/+3
* Add r228980 back.Rafael Espindola2015-02-171-0/+7
* Revert a series of commits starting at r228886 which is triggering someChandler Carruth2015-02-131-7/+0
* Add support for having multiple sections with the same name and comdat.Rafael Espindola2015-02-121-0/+7
* Compute the ELF SectionKind from the flags.Rafael Espindola2015-01-291-10/+0
* delete function name from commentSanjay Patel2014-10-091-2/+2
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-131-23/+30
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-151-0/+4
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-2/+10
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-111-6/+6
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-041-12/+18
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-031-2/+16
* Switch llvm to using comdats. For now always use groups with a singleRafael Espindola2011-02-141-0/+4
* Move broken HasCommonSymbols to ELFWriter.cpp.Rafael Espindola2011-02-141-11/+0
* Remove more duplicated code.Rafael Espindola2011-01-231-15/+15
* Remove duplicated code.Rafael Espindola2011-01-231-7/+9
* Add support for @note. Patch by Jörg Sonnenberger.Rafael Espindola2010-12-261-0/+2
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-171-0/+4
* Fixed version of 118639 with an extra assert to catch similar problemsRafael Espindola2010-11-091-32/+23
* Revert previous patch. Missed a case.Rafael Espindola2010-11-091-22/+32
* Remove IsExplicit. It was always false.Rafael Espindola2010-11-091-32/+22
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-041-0/+4
* Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung2010-09-301-12/+11
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-081-57/+57
* Simplify some uses of str(n)cmp with StringRef.Benjamin Kramer2010-01-221-7/+5
* tidyChris Lattner2010-01-131-4/+3
* Pass StringRef by value.Daniel Dunbar2009-11-061-1/+1
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-7/+7
OpenPOWER on IntegriCloud