| 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 |
| * | 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 |
| * | Revert "Add a warning if someone attempts to add extra section flags to secti... | Eric Christopher | 2018-08-05 | 1 | -36/+16 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -1/+1 |
| * | Add an entry for rodata constant merge sections to the default | Eric Christopher | 2018-07-02 | 1 | -0/+3 |
| * | Add a warning if someone attempts to add extra section flags to sections | Eric Christopher | 2018-06-25 | 1 | -16/+33 |
| * | Remove FIXME comment about WIP. | Eric Christopher | 2018-06-21 | 1 | -1/+0 |
| * | [MC] Add assembler support for .cg_profile. | Michael J. Spencer | 2018-06-02 | 1 | -0/+45 |
| * | Reflow formatting after previous NFC commit. | Eric Christopher | 2018-04-24 | 1 | -6/+6 |
| * | Change if-conditionals to else-if as they should all be mutually exclusive. | Eric Christopher | 2018-04-24 | 1 | -3/+3 |
| * | Delay creating an alias for @@@. | Rafael Espindola | 2018-03-09 | 1 | -2/+1 |
| * | Don't treat .symver as a regular alias definition. | Rafael Espindola | 2018-03-09 | 1 | -3/+0 |
| * | CodeGen: support an extension to pass linker options on ELF | Saleem Abdulrasool | 2018-01-30 | 1 | -0/+2 |
| * | [MC] - Stop ignoring invalid meta data symbols. | George Rimar | 2017-12-31 | 1 | -1/+1 |
| * | [MC] - Disallow invalid section groups declarations. | George Rimar | 2017-12-25 | 1 | -2/+2 |
| * | [MC] - Teach llvm-mc to handle comdats whose names are numbers. | George Rimar | 2017-12-24 | 1 | -1/+5 |
| * | Remove unused variables. No functionality change. | Benjamin Kramer | 2017-10-08 | 1 | -1/+0 |
| * | [MC] - llvm-mc hangs on non-english characters. | George Rimar | 2017-10-05 | 1 | -1/+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 |
| * | [MC] Set defaults based on section names and support name suffixes | Petr Hosek | 2017-04-04 | 1 | -6/+15 |
| * | Change section flag character for SHF_LINK_ORDER to "o". | Evgeniy Stepanov | 2017-04-04 | 1 | -1/+1 |
| * | Add default typo to .tbss.* | Rafael Espindola | 2017-03-22 | 1 | -0/+2 |
| * | Set the default type for .bss.foo. | Rafael Espindola | 2017-03-22 | 1 | -0/+2 |
| * | Produce INIT_ARRAY for sections named .init_array.* | Rafael Espindola | 2017-03-22 | 1 | -1/+5 |
| * | [Asm] Don't list '@<type>' in diag when '@' is a comment | Oliver Stannard | 2017-03-17 | 1 | -2/+6 |
| * | Fix asm printing of associated sections. | Evgeniy Stepanov | 2017-03-14 | 1 | -8/+8 |
| * | [MC] Accept a numeric value as an ELF section header's type | Simon Atanasyan | 2017-03-10 | 1 | -2/+5 |
| * | Perform symbol binding for .symver versioned symbols | Teresa Johnson | 2017-03-09 | 1 | -0/+1 |
| * | Make it possible to set SHF_LINK_ORDER explicitly. | Rafael Espindola | 2017-02-09 | 1 | -2/+25 |
| * | [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m... | Eugene Zelenko | 2017-02-07 | 1 | -7/+18 |
| * | Move more code to helper functions. NFC. | Rafael Espindola | 2017-01-31 | 1 | -39/+60 |
| * | Move some code to a helper function. NFC. | Rafael Espindola | 2017-01-31 | 1 | -48/+59 |
| * | Allow ELF section flags to be specified numerically | Prakhar Bahuguna | 2016-12-15 | 1 | -0/+4 |
| * | [ARM] Implement execute-only support in CodeGen | Prakhar Bahuguna | 2016-12-15 | 1 | -0/+3 |
| * | [MC] Cleanup Error Handling in AsmParser | Nirav Dave | 2016-07-18 | 1 | -0/+8 |
| * | Provide support for preserving assembly comments | Nirav Dave | 2016-07-11 | 1 | -0/+1 |
| * | Apply clang-tidy's modernize-loop-convert to lib/MC. | Benjamin Kramer | 2016-06-26 | 1 | -2/+2 |
| * | [ELF][gcc compatibility]: support section names with special characters (e.g.... | Marina Yatsina | 2016-03-22 | 1 | -8/+9 |
| * | Stop producing .data.rel sections. | Rafael Espindola | 2015-11-18 | 1 | -8/+6 |
| * | Drop prelink support. | Rafael Espindola | 2015-11-17 | 1 | -8/+0 |
| * | Fix PR23872: Integrated assembler error message when using .type directive wi... | Gabor Ballabas | 2015-07-01 | 1 | -4/+10 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
| * | Create a MCSymbolELF. | Rafael Espindola | 2015-06-02 | 1 | -3/+3 |
| * | MC: Clean up MCExpr naming. NFC. | Jim Grosbach | 2015-05-30 | 1 | -1/+1 |
| * | There is only one current section. | Rafael Espindola | 2015-05-27 | 1 | -3/+5 |