| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add IR support, ELF section and user documentation for partitioning feature. | Peter Collingbourne | 2019-05-29 | 1 | -0/+2 |
| * | [ELF] Implement Dependent Libraries Feature | Ben Dunbobbin | 2019-05-17 | 1 | -0/+2 |
| * | [MC] Clean up unused inline function and non-anchor defaulted destructors; NFCI | Hubert Tong | 2019-02-09 | 1 | -2/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Hexagon] Handle Hexagon's SHF_HEX_GPREL section flag | Krzysztof Parzyszek | 2018-11-09 | 1 | -0/+3 |
| * | [MC] Add assembler support for .cg_profile. | Michael J. Spencer | 2018-06-02 | 1 | -0/+2 |
| * | CodeGen: support an extension to pass linker options on ELF | Saleem Abdulrasool | 2018-01-30 | 1 | -0/+2 |
| * | [Triple] Add isThumb and isARM functions. | Florian Hahn | 2017-08-12 | 1 | -2/+1 |
| * | MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table. | Peter Collingbourne | 2017-06-14 | 1 | -0/+2 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -1/+1 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Change section flag character for SHF_LINK_ORDER to "o". | Evgeniy Stepanov | 2017-04-04 | 1 | -1/+1 |
| * | Fix asm printing of associated sections. | Evgeniy Stepanov | 2017-03-14 | 1 | -0/+8 |
| * | [MC] Set SHT_MIPS_DWARF section type for all .debug_* sections on MIPS | Simon Atanasyan | 2017-03-10 | 1 | -0/+4 |
| * | [MC] Accept a numeric value as an ELF section header's type | Simon Atanasyan | 2017-03-10 | 1 | -0/+4 |
| * | [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m... | Eugene Zelenko | 2017-02-14 | 1 | -6/+4 |
| * | Only print architecture dependent flags for that architecture. | Rafael Espindola | 2017-01-30 | 1 | -7/+12 |
| * | [ARM] Implement execute-only support in CodeGen | Prakhar Bahuguna | 2016-12-15 | 1 | -0/+2 |
| * | Bring r252305 back with a test fix. | Rafael Espindola | 2015-11-06 | 1 | -0/+2 |
| * | MCAsmInfo: Allow targets to specify when the .section directive should be omi... | Tom Stellard | 2015-09-25 | 1 | -6/+1 |
| * | MC: Add target hook to control symbol quoting | Matt Arsenault | 2015-06-09 | 1 | -4/+9 |
| * | Use a comma after the unique keyword. | Rafael Espindola | 2015-04-06 | 1 | -1/+1 |
| * | Implement unique sections with an unique ID. | Rafael Espindola | 2015-04-04 | 1 | -3/+3 |
| * | Add r228980 back. | Rafael Espindola | 2015-02-17 | 1 | -0/+7 |
| * | Revert a series of commits starting at r228886 which is triggering some | Chandler Carruth | 2015-02-13 | 1 | -7/+0 |
| * | Add support for having multiple sections with the same name and comdat. | Rafael Espindola | 2015-02-12 | 1 | -0/+7 |
| * | Compute the ELF SectionKind from the flags. | Rafael Espindola | 2015-01-29 | 1 | -10/+0 |
| * | delete function name from comment | Sanjay Patel | 2014-10-09 | 1 | -2/+2 |
| * | Remove AllowQuotesInName and friends from MCAsmInfo. | Rafael Espindola | 2013-11-13 | 1 | -23/+30 |
| * | ELF: Add support for the exclude section bit for gas compat. | Benjamin Kramer | 2013-09-15 | 1 | -0/+4 |
| * | Add support for subsections to the ELF assembler. Fixes PR8717. | Peter Collingbourne | 2013-04-17 | 1 | -2/+10 |
| * | Tidy up. Trailing whitespace. | Jim Grosbach | 2012-05-11 | 1 | -6/+6 |
| * | Be nice to Xcore and the XMOS assembler and avoid quoting section names | Joerg Sonnenberger | 2011-03-04 | 1 | -12/+18 |
| * | Bug#9033: For the ELF assembler output, always quote the section name. | Joerg Sonnenberger | 2011-03-03 | 1 | -2/+16 |
| * | Switch llvm to using comdats. For now always use groups with a single | Rafael Espindola | 2011-02-14 | 1 | -0/+4 |
| * | Move broken HasCommonSymbols to ELFWriter.cpp. | Rafael Espindola | 2011-02-14 | 1 | -11/+0 |
| * | Remove more duplicated code. | Rafael Espindola | 2011-01-23 | 1 | -15/+15 |
| * | Remove duplicated code. | Rafael Espindola | 2011-01-23 | 1 | -7/+9 |
| * | Add support for @note. Patch by Jörg Sonnenberger. | Rafael Espindola | 2010-12-26 | 1 | -0/+2 |
| * | make isVirtualSection a virtual method on MCSection. Chris' suggestion. | Rafael Espindola | 2010-11-17 | 1 | -0/+4 |
| * | Fixed version of 118639 with an extra assert to catch similar problems | Rafael Espindola | 2010-11-09 | 1 | -32/+23 |
| * | Revert previous patch. Missed a case. | Rafael Espindola | 2010-11-09 | 1 | -22/+32 |
| * | Remove IsExplicit. It was always false. | Rafael Espindola | 2010-11-09 | 1 | -32/+22 |
| * | Add hook in MCSection to decide when to use "optimized nops", for each | Jan Wen Voung | 2010-10-04 | 1 | -0/+4 |
| * | Move logic of determining ELF entsize from the .s printer to initialization | Jan Wen Voung | 2010-09-30 | 1 | -12/+11 |
| * | move elf section uniquing to MCContext. Along the way | Chris Lattner | 2010-04-08 | 1 | -57/+57 |
| * | Simplify some uses of str(n)cmp with StringRef. | Benjamin Kramer | 2010-01-22 | 1 | -7/+5 |
| * | tidy | Chris Lattner | 2010-01-13 | 1 | -4/+3 |
| * | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -1/+1 |
| * | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 1 | -7/+7 |