| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | The initial .text section generated in object files was missing the | Eric Christopher | 2018-09-06 | 1 | -1/+13 |
| * | ARM: Remove dead code. NFCI. | Peter Collingbourne | 2018-02-08 | 1 | -3/+0 |
| * | Rewrite ARM execute only support to avoid the use of a command line flag and ... | Eric Christopher | 2017-07-01 | 1 | -19/+15 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -2/+2 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [ARM] Remove ThumbTargetMachines. (NFC) | Florian Hahn | 2017-05-24 | 1 | -2/+2 |
| * | [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ... | Eugene Zelenko | 2017-01-31 | 1 | -4/+7 |
| * | [ARM] Implement execute-only support in CodeGen | Prakhar Bahuguna | 2016-12-15 | 1 | -2/+34 |
| * | CodeGen: simplify TargetMachine::getSymbol interface. NFC. | Tim Northover | 2016-11-22 | 1 | -1/+1 |
| * | Move the Mangler from the AsmPrinter down to TLOF and clean up the | Eric Christopher | 2016-09-16 | 1 | -5/+4 |
| * | MC: Clean up MCExpr naming. NFC. | Jim Grosbach | 2015-05-30 | 1 | -2/+2 |
| * | Remove calls to bare getSubtarget and clean up the functions | Eric Christopher | 2015-01-30 | 1 | -2/+3 |
| * | Compute the ELF SectionKind from the flags. | Rafael Espindola | 2015-01-29 | 1 | -4/+1 |
| * | Allow using normal .eh_frame based unwinding on ARM. Use the same | Joerg Sonnenberger | 2014-05-07 | 1 | -0/+5 |
| * | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -1/+1 |
| * | move getNameWithPrefix and getSymbol to TargetMachine. | Rafael Espindola | 2014-02-19 | 1 | -1/+1 |
| * | Add back r201608, r201622, r201624 and r201625 | Rafael Espindola | 2014-02-19 | 1 | -5/+5 |
| * | Revert r201622 and r201608. | Daniel Jasper | 2014-02-19 | 1 | -5/+5 |
| * | Fix PR18743. | Rafael Espindola | 2014-02-18 | 1 | -5/+5 |
| * | Use a consistent argument order in TargetLoweringObjectFile. | Rafael Espindola | 2014-02-09 | 1 | -5/+4 |
| * | Pass the Mangler by reference. | Rafael Espindola | 2014-02-08 | 1 | -2/+2 |
| * | ARM: Enable use of relocation type tlsldo in debug info for tls data. | Kai Nacke | 2014-02-05 | 1 | -0/+6 |
| * | Revert: ARM: Enable use of relocation type tlsldo in debug info for tls data. | Kai Nacke | 2014-02-04 | 1 | -6/+0 |
| * | ARM: Enable use of relocation type tlsldo in debug info for tls data. | Kai Nacke | 2014-02-04 | 1 | -0/+6 |
| * | Move the llvm mangler to lib/IR. | Rafael Espindola | 2014-01-07 | 1 | -1/+1 |
| * | Move getSymbol to TargetLoweringObjectFile. | Rafael Espindola | 2013-10-29 | 1 | -1/+1 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -3/+3 |
| * | Use TARGET2 relocation for TType references on ARM. | Anton Korobeynikov | 2012-11-14 | 1 | -1/+14 |
| * | Move the support for using .init_array from ARM to the generic | Rafael Espindola | 2012-06-19 | 1 | -41/+2 |
| * | Properly emit ctors / dtors with priorities into desired sections | Anton Korobeynikov | 2012-01-25 | 1 | -2/+33 |
| * | Emit the ctors in the proper order on ARM/EABI. | Anton Korobeynikov | 2011-12-03 | 1 | -0/+1 |
| * | Some first rudimentary support for ARM EHABI: print exception table in "text ... | Anton Korobeynikov | 2011-03-05 | 1 | -1/+2 |
| * | Remove more duplicated code. | Rafael Espindola | 2011-01-23 | 1 | -4/+4 |
| * | Remove duplicated code. | Rafael Espindola | 2011-01-23 | 1 | -3/+4 |
| * | Second set of ARM/MC/ELF changes. | Jason W Kim | 2010-10-11 | 1 | -0/+6 |
| * | delete a forwarding function. | Chris Lattner | 2010-04-08 | 1 | -6/+9 |
| * | Now that the default for Darwin platforms is to place the LSDA into the TEXT | Bill Wendling | 2010-03-15 | 1 | -18/+0 |
| * | The ARM EH experiment worked! | Bill Wendling | 2010-03-09 | 1 | -0/+54 |