| 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 |
| * | Use assembler expressions to lay out the EH LSDA. | Rafael Espindola | 2018-02-09 | 1 | -1/+4 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -6/+6 |
| * | Remove redundant includes from lib/CodeGen. | Michael Zolotukhin | 2017-12-13 | 1 | -7/+0 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -2/+2 |
| * | Move TargetFrameLowering.h to CodeGen where it's implemented | David Blaikie | 2017-11-03 | 1 | -1/+1 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -1/+1 |
| * | PR 31534: When emitting both DWARF unwind tables and debug information, | Joerg Sonnenberger | 2017-01-05 | 1 | -1/+2 |
| * | Emit .cfi_sections before the first .cfi_startproc | Joerg Sonnenberger | 2017-01-02 | 1 | -7/+6 |
| * | Move most EH from MachineModuleInfo to MachineFunction | Matthias Braun | 2016-12-01 | 1 | -3/+4 |
| * | Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction" | Eric Christopher | 2016-12-01 | 1 | -4/+3 |
| * | Move most EH from MachineModuleInfo to MachineFunction | Matthias Braun | 2016-11-30 | 1 | -3/+4 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -2/+0 |
| * | [EH] Handle non-Function personalities like unknown personalities | Reid Kleckner | 2015-08-31 | 1 | -1/+0 |
| * | Reapply "Add reverse(ContainerTy) range adapter." | Pete Cooper | 2015-07-29 | 1 | -2/+1 |
| * | Revert "Add reverse(ContainerTy) range adapter." | Pete Cooper | 2015-07-29 | 1 | -1/+2 |
| * | Add reverse(ContainerTy) range adapter. | Pete Cooper | 2015-07-29 | 1 | -2/+1 |
| * | Use make_range(rbegin(), rend()) to allow foreach loops. NFC. | Pete Cooper | 2015-07-24 | 1 | -3/+2 |
| * | [CodeGen] Force emission of personality directive if explicitly specified | Keno Fischer | 2015-07-14 | 1 | -15/+23 |
| * | [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr. | Lang Hames | 2015-04-24 | 1 | -11/+11 |
| * | Move the EH symbol to the asm printer and use it for the SJLJ case too. | Rafael Espindola | 2015-03-17 | 1 | -2/+0 |
| * | Replace a use of GetTempSymbol with createTempSymbol. | Rafael Espindola | 2015-03-17 | 1 | -2/+2 |
| * | Print jump tables before exception tables. | Rafael Espindola | 2015-03-09 | 1 | -9/+2 |
| * | Centralize handling of the eh_begin and eh_end labels. | Rafael Espindola | 2015-02-27 | 1 | -4/+0 |
| * | Use MMI->getPersonality() instead of MMI->getPersonalities()[MMI->getPersonal... | Reid Kleckner | 2015-01-14 | 1 | -2/+1 |
| * | Allow the use of functions as typeinfo in landingpad clauses | Reid Kleckner | 2014-11-14 | 1 | -3/+3 |
| * | Revert r221150, as it broke sanitizer tests | Oliver Stannard | 2014-11-03 | 1 | -1/+1 |
| * | Emit .eh_frame with relocations to functions, rather than sections | Oliver Stannard | 2014-11-03 | 1 | -1/+1 |
| * | CodeGen: refactor DwarfException | Saleem Abdulrasool | 2014-06-11 | 1 | -4/+3 |
| * | Fix ARM EHABI when function has landingpad and nounwind. | Logan Chien | 2014-05-14 | 1 | -8/+7 |
| * | Prepare support of Itanium ABI on ARM as opposed to EHABI by | Joerg Sonnenberger | 2014-04-30 | 1 | -2/+4 |
| * | [C++] Use 'nullptr'. | Craig Topper | 2014-04-24 | 1 | -1/+1 |
| * | Generate the DWARF stack frame decode operations in the function prologue for... | Artyom Skrobov | 2014-02-14 | 1 | -1/+17 |
| * | Enable EHABI by default | Renato Golin | 2014-01-29 | 1 | -22/+14 |
| * | Make getTargetStreamer return a possibly null pointer. | Rafael Espindola | 2014-01-14 | 1 | -1/+1 |
| * | Move the llvm mangler to lib/IR. | Rafael Espindola | 2014-01-07 | 1 | -1/+1 |
| * | Reland 196270 "Generalize debug info / EH emission in AsmPrinter" | Timur Iskhodzhanov | 2013-12-03 | 1 | -1/+1 |
| * | Rename DwarfException methods so the new names are consistent with DwarfDebug... | Timur Iskhodzhanov | 2013-11-26 | 1 | -5/+5 |
| * | Add a helper getSymbol to AsmPrinter. | Rafael Espindola | 2013-10-29 | 1 | -1/+1 |
| * | Add a MCTargetStreamer interface. | Rafael Espindola | 2013-10-08 | 1 | -5/+11 |
| * | Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ... | Benjamin Kramer | 2013-02-15 | 1 | -1/+1 |
| * | Remove unneeded "TargetMachine.h" #includes. | Jakub Staszak | 2013-02-09 | 1 | -1/+0 |
| * | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -2/+2 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -9/+9 |
| * | Make AsmPrinter::EmitTTypeReference() more robust - put | Anton Korobeynikov | 2012-11-19 | 1 | -10/+3 |
| * | Factor out type info emission into separate routine. | Anton Korobeynikov | 2012-11-19 | 1 | -0/+49 |
| * | Fix really stupid ARM EHABI info generation bug: we should not emit | Anton Korobeynikov | 2012-11-14 | 1 | -11/+14 |
| * | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -1/+1 |
| * | Remove unused private member variables uncovered by the recent changes to cla... | Benjamin Kramer | 2012-07-20 | 1 | -3/+1 |
| * | An option to selectively enable part of ARM EHABI support. | Evgeniy Stepanov | 2012-01-24 | 1 | -5/+14 |