| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "Honor -fuse-init-array when os is not specified on x86" | Mitch Phillips | 2019-12-17 | 1 | -0/+1 |
| * | Honor -fuse-init-array when os is not specified on x86 | Kamlesh Kumar | 2019-12-16 | 1 | -1/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [mips] Fix TestDWARF32Version5Addr8AllForms test failure on MIPS hosts | Simon Atanasyan | 2018-12-03 | 1 | -1/+3 |
| * | [MIPS] Don't crash on unsized extern types with -mgpopt | Alexander Richardson | 2018-01-26 | 1 | -0/+7 |
| * | [mips] Handle variables with an explicit section and interactions with .sdata... | Simon Dardis | 2017-08-16 | 1 | -0/+16 |
| * | [mips] Support -membedded-data and fix a related bug | Simon Dardis | 2017-07-21 | 1 | -2/+15 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -1/+1 |
| * | [mips] Fix debug information for __thread variable | Petar Jovanovic | 2017-01-20 | 1 | -0/+8 |
| * | Target: Change various section classifiers in TargetLoweringObjectFile to tak... | Peter Collingbourne | 2016-10-24 | 1 | -18/+18 |
| * | Move the Mangler from the AsmPrinter down to TLOF and clean up the | Eric Christopher | 2016-09-16 | 1 | -5/+3 |
| * | Unbreak non-X86 targets from fallout caused by r261462 | David Majnemer | 2016-02-21 | 1 | -3/+5 |
| * | [mips] Add SHF_MIPS_GPREL flag to the MIPS .sbss and .sdata sections | Simon Atanasyan | 2016-02-03 | 1 | -2/+4 |
| * | GlobalValue: use getValueType() instead of getType()->getPointerElementType(). | Manuel Jacob | 2016-01-16 | 1 | -1/+1 |
| * | Stop producing .data.rel sections. | Rafael Espindola | 2015-11-18 | 1 | -2/+2 |
| * | Move most user of TargetMachine::getDataLayout to the Module one | Mehdi Amini | 2015-07-16 | 1 | -5/+4 |
| * | Remove DataLayout from TargetLoweringObjectFile, redirect to Module | Mehdi Amini | 2015-07-16 | 1 | -5/+6 |
| * | Revert r238190 and r238197: [mips] Make TTypeEncoding indirect to allow .eh_f... | Daniel Sanders | 2015-05-27 | 1 | -7/+1 |
| * | [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only. | Daniel Sanders | 2015-05-26 | 1 | -1/+7 |
| * | Move alignment from MCSectionData to MCSection. | Rafael Espindola | 2015-05-21 | 1 | -5/+7 |
| * | Grab a subtarget off of a MipsTargetMachine rather than a | Eric Christopher | 2015-03-21 | 1 | -5/+9 |
| * | Compute the ELF SectionKind from the flags. | Rafael Espindola | 2015-01-29 | 1 | -9/+5 |
| * | Move DataLayout back to the TargetMachine from TargetSubtargetInfo | Eric Christopher | 2015-01-26 | 1 | -6/+4 |
| * | [mips] Add the following MIPS options that control gp-relative addressing of | Sasa Stankovic | 2014-11-06 | 1 | -13/+57 |
| * | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -1/+2 |
| * | Pass the Mangler by reference. | Rafael Espindola | 2014-02-08 | 1 | -1/+1 |
| * | Remove another hasRawTextSupport. | Rafael Espindola | 2014-01-31 | 1 | -15/+0 |
| * | Revert r199871 and replace it with a simple check in the debug info | Eric Christopher | 2014-01-28 | 1 | -1/+1 |
| * | Add a variable to track whether or not we've used a unique section, | Eric Christopher | 2014-01-23 | 1 | -1/+1 |
| * | This is a resubmittal. For some reason it broke the bots yesterday | Jack Carter | 2013-01-18 | 1 | -0/+14 |
| * | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -3/+3 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
| * | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -2/+2 |
| * | Fix UseInitArray option for MIPS target. | Logan Chien | 2012-09-05 | 1 | -0/+1 |
| * | Add register Mips::GP to the list of reserved registers if target is bare-metal | Akira Hatanaka | 2012-08-22 | 1 | -2/+3 |
| * | remove Emacs-tag form .cpp files in Mips Backend, and fix some typo. | Jia Liu | 2012-02-17 | 1 | -1/+1 |
| * | add Emacs tag and fix some comment error in file headers | Jia Liu | 2012-02-17 | 1 | -1/+1 |
| * | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -1/+1 |
| * | Reverse unnecessary changes made in r129606 and r129608. There is no change i... | Akira Hatanaka | 2011-04-15 | 1 | -6/+4 |
| * | Fix lines that have incorrect indentation or exceed 80 columns. There is no c... | Akira Hatanaka | 2011-04-15 | 1 | -4/+6 |
| * | Remove more duplicated code. | Rafael Espindola | 2011-01-23 | 1 | -2/+2 |
| * | Remove duplicated code. | Rafael Espindola | 2011-01-23 | 1 | -2/+3 |
| * | Remove trailing spaces of MipsTargetObjectFile.cpp | Che-Liang Chiou | 2010-09-28 | 1 | -10/+10 |
| * | delete a forwarding function. | Chris Lattner | 2010-04-08 | 1 | -6/+7 |
| * | Only use small sections for non linux targets! | Bruno Cardoso Lopes | 2009-11-19 | 1 | -0/+7 |
| * | reintroduce support for Mips "small" section handling. This is | Chris Lattner | 2009-08-13 | 1 | -0/+93 |