| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added support for "#pragma clang section relro=<name>" | Dmitry Mikulin | 2019-10-15 | 1 | -0/+1 |
| * | [AsmPrinter] Make the encoding of call sites in .gcc_except_table configurabl... | Alex Bradbury | 2019-07-17 | 1 | -0/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [MC] Move EH DWARF encodings from MC to CodeGen, NFC | Reid Kleckner | 2018-08-09 | 1 | -0/+3 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -2/+2 |
| * | Remove boolean argument from isSuitableFromBSS. | Eric Christopher | 2018-05-27 | 1 | -8/+5 |
| * | Cleanups for getKindForGlobal: | Eric Christopher | 2018-05-27 | 1 | -11/+10 |
| * | Remove an unneeded (& mislayered) include from Target/TargetLoweringObjectFil... | David Blaikie | 2018-03-26 | 1 | -1/+0 |
| * | Move TargetLoweringObjectFile from CodeGen to Target to fix layering | David Blaikie | 2018-03-23 | 1 | -1/+1 |
| * | Place undefined globals in .bss instead of .data | Eli Friedman | 2018-02-06 | 1 | -1/+14 |
| * | Remove redundant includes from lib/Target/*.cpp. | Michael Zolotukhin | 2017-12-13 | 1 | -2/+0 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -3/+3 |
| * | Don't pass the code model to MC | Rafael Espindola | 2017-08-02 | 1 | -2/+2 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -1/+1 |
| * | Add support for #pragma clang section | Javed Absar | 2017-06-05 | 1 | -0/+14 |
| * | Remove unnecessary conditions as suggested by clang-tidy. NFC | Gabor Horvath | 2017-05-01 | 1 | -1/+1 |
| * | [TargetLowering] Simplfiy a bit. NFCI. | Davide Italiano | 2017-01-14 | 1 | -4/+1 |
| * | CodeGen: simplify TargetMachine::getSymbol interface. NFC. | Tim Northover | 2016-11-22 | 1 | -2/+2 |
| * | Target: Change various section classifiers in TargetLoweringObjectFile to tak... | Peter Collingbourne | 2016-10-24 | 1 | -8/+9 |
| * | Trying to fix Mangler memory leak in TargetLoweringObjectFile. | Eric Liu | 2016-09-16 | 1 | -0/+2 |
| * | Move the Mangler from the AsmPrinter down to TLOF and clean up the | Eric Christopher | 2016-09-16 | 1 | -19/+16 |
| * | [ARM] Add support for embedded position-independent code | Oliver Stannard | 2016-08-08 | 1 | -6/+7 |
| * | Use isPositionIndependent(). NFC. | Rafael Espindola | 2016-06-28 | 1 | -2/+1 |
| * | Simplify. NFC. | Rafael Espindola | 2016-06-24 | 1 | -10/+1 |
| * | IR: Introduce local_unnamed_addr attribute. | Peter Collingbourne | 2016-06-14 | 1 | -1/+1 |
| * | Don't pass a Reloc::Model to MC. | Rafael Espindola | 2016-05-18 | 1 | -1/+2 |
| * | [X86] Create mergeable constant pool entries for AVX | David Majnemer | 2016-02-22 | 1 | -0/+1 |
| * | [X86] Use the correct alignment for COMDAT constant pool entries | David Majnemer | 2016-02-21 | 1 | -2/+5 |
| * | Stop producing .data.rel sections. | Rafael Espindola | 2015-11-18 | 1 | -3/+3 |
| * | Drop prelink support. | Rafael Espindola | 2015-11-17 | 1 | -25/+5 |
| * | CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering. | Peter Collingbourne | 2015-11-03 | 1 | -3/+3 |
| * | Remove DataLayout from TargetLoweringObjectFile, redirect to Module | Mehdi Amini | 2015-07-16 | 1 | -8/+7 |
| * | Clean up redundant copies of Triple objects. NFC | Daniel Sanders | 2015-06-16 | 1 | -1/+1 |
| * | Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec... | Daniel Sanders | 2015-06-16 | 1 | -2/+2 |
| * | Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject... | Daniel Sanders | 2015-06-15 | 1 | -2/+2 |
| * | Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. | Daniel Sanders | 2015-06-15 | 1 | -2/+2 |
| * | MC: Clean up MCExpr naming. NFC. | Jim Grosbach | 2015-05-30 | 1 | -4/+4 |
| * | Move alignment from MCSectionData to MCSection. | Rafael Espindola | 2015-05-21 | 1 | -11/+11 |
| * | MC: Clean up method names in MCContext. | Jim Grosbach | 2015-05-18 | 1 | -2/+2 |
| * | Remove superfluous .str() and replace std::string concatenation with Twine. | Yaron Keren | 2015-03-27 | 1 | -1/+1 |
| * | COFF: Let globals with private linkage reside in their own section | David Majnemer | 2015-03-17 | 1 | -0/+6 |
| * | Revert "COFF: Let globals with private linkage reside in their own section" | David Majnemer | 2015-03-17 | 1 | -6/+0 |
| * | COFF: Let globals with private linkage reside in their own section | David Majnemer | 2015-03-17 | 1 | -0/+6 |
| * | Add r228939 back with a fix. | Rafael Espindola | 2015-02-17 | 1 | -0/+18 |
| * | Revert "On ELF, put PIC jump tables in a non executable section." | Matthias Braun | 2015-02-14 | 1 | -18/+0 |
| * | On ELF, put PIC jump tables in a non executable section. | Rafael Espindola | 2015-02-12 | 1 | -0/+18 |
| * | Put each jump table in an independent section if the function is too. | Rafael Espindola | 2015-02-12 | 1 | -0/+5 |
| * | Remove MergeableConst. | Rafael Espindola | 2015-01-29 | 1 | -1/+2 |
| * | Move DataLayout back to the TargetMachine from TargetSubtargetInfo | Eric Christopher | 2015-01-26 | 1 | -3/+2 |
| * | Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision | Lang Hames | 2015-01-09 | 1 | -6/+0 |