| Commit message (Expand) | Author | Age | Files | Lines |
| * | [GlobalISel] Change representation of shuffle masks in MachineOperand. | Eli Friedman | 2020-01-13 | 1 | -0/+6 |
| * | Work on cleaning up denormal mode handling | Matt Arsenault | 2019-11-19 | 1 | -0/+15 |
| * | Sink MachineFunction private method out of line | Reid Kleckner | 2019-11-13 | 1 | -0/+9 |
| * | [cfi] Add flag to always generate .debug_frame | David Candler | 2019-10-31 | 1 | -0/+7 |
| * | Recommit "Add a heap alloc site marker field to the ExtraInfo in MachineInstrs" | Amy Huang | 2019-10-28 | 1 | -16/+4 |
| * | Revert "Add an instruction marker field to the ExtraInfo in MachineInstrs." | Amy Huang | 2019-10-25 | 1 | -4/+16 |
| * | Add an instruction marker field to the ExtraInfo in MachineInstrs. | Amy Huang | 2019-10-25 | 1 | -16/+4 |
| * | [DebugInfo][If-Converter] Update call site info during the optimization | Nikola Prica | 2019-10-08 | 1 | -9/+25 |
| * | [Alignment][NFC] Remove unneeded llvm:: scoping on Align types | Guillaume Chatelet | 2019-09-27 | 1 | -1/+1 |
| * | [Alignment][NFC] DataLayout migration to llvm::Align | Guillaume Chatelet | 2019-09-23 | 1 | -3/+3 |
| * | [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir... | Guillaume Chatelet | 2019-09-11 | 1 | -4/+4 |
| * | [LLVM][Alignment] Make functions using log of alignment explicit | Guillaume Chatelet | 2019-09-05 | 1 | -8/+9 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -1/+1 |
| * | [COFF] Change a variable type to be const in the HeapAllocSite map. | Amy Huang | 2019-07-18 | 1 | -2/+3 |
| * | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 2019-07-16 | 1 | -1/+1 |
| * | [Backend] Keep call site info valid through the backend | Djordje Todorovic | 2019-06-27 | 1 | -0/+23 |
| * | [CodeGen] Improve formatting of jump tables (NFC) | Evandro Menezes | 2019-06-26 | 1 | -1/+3 |
| * | [CodeGen] Add getMachineMemOperand + MachineMemOperand::Flags allocator helpe... | Simon Pilgrim | 2019-06-13 | 1 | -0/+9 |
| * | Recommitting r358783 and r358786 "[MS] Emit S_HEAPALLOCSITE debug info" with ... | Amy Huang | 2019-04-24 | 1 | -0/+11 |
| * | Revert "[MS] Emit S_HEAPALLOCSITE debug info" because of ToTWin64(db) | Amy Huang | 2019-04-23 | 1 | -11/+0 |
| * | Attempt to fix buildbot failure in commit 1bb57bac959ac163fd7d8a76d734ca3e0ec... | Amy Huang | 2019-04-19 | 1 | -1/+1 |
| * | [MS] Emit S_HEAPALLOCSITE debug info | Amy Huang | 2019-04-19 | 1 | -0/+11 |
| * | Move addFrameInst out of line and remove the MCDwarf.h include. | Eric Christopher | 2019-04-12 | 1 | -0/+6 |
| * | [IR] Refactor attribute methods in Function class (NFC) | Evandro Menezes | 2019-04-04 | 1 | -1/+1 |
| * | GlobalISel: Use helper function for MMO splitting | Matt Arsenault | 2019-01-31 | 1 | -12/+11 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [GISel]: Add support for CSEing continuously during GISel passes. | Aditya Nandakumar | 2019-01-16 | 1 | -2/+2 |
| * | Use llvm::copy. NFC | Fangrui Song | 2018-11-17 | 1 | -1/+1 |
| * | MachineFunction: Store more specific reference to LLVMTargetMachine; NFC | Matthias Braun | 2018-11-05 | 1 | -1/+2 |
| * | Reland "[WebAssembly] LSDA info generation" | Heejin Ahn | 2018-10-25 | 1 | -20/+25 |
| * | Revert "[WebAssembly] LSDA info generation" | Krasimir Georgiev | 2018-10-16 | 1 | -25/+20 |
| * | [WebAssembly] LSDA info generation | Heejin Ahn | 2018-10-16 | 1 | -20/+25 |
| * | Fix comment indentation in addLandingPad | Heejin Ahn | 2018-09-29 | 1 | -3/+2 |
| * | [WebAssembly] Fix memory leak on WasmEHFuncInfo | Heejin Ahn | 2018-09-28 | 1 | -0/+5 |
| * | Silence compiler warning about unused variable introduced in r343018 | Mikael Holmen | 2018-09-26 | 1 | -1/+1 |
| * | Unify landing pad information adding routines (NFC) | Heejin Ahn | 2018-09-25 | 1 | -30/+38 |
| * | Add the ability to register callbacks for removal and insertion of MachineInstrs | Aditya Nandakumar | 2018-09-20 | 1 | -0/+13 |
| * | [MI] Change the array of `MachineMemOperand` pointers to be | Chandler Carruth | 2018-08-16 | 1 | -71/+6 |
| * | CodeGen: Cleanup regmask construction; NFC | Matthias Braun | 2018-07-26 | 1 | -0/+8 |
| * | [WebAssembly] Add WasmEHFuncInfo for unwind destination information | Heejin Ahn | 2018-06-19 | 1 | -0/+6 |
| * | [MIR] Reset unique MBB numbering in MachineFunction::reset() | Roman Tereshin | 2018-04-30 | 1 | -0/+1 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | [CodeGen] Don't omit any redundant information in -debug output | Francis Visoiu Mistrih | 2018-02-26 | 1 | -3/+2 |
| * | [CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::print | Francis Visoiu Mistrih | 2018-01-18 | 1 | -1/+1 |
| * | [CodeGen] Print RegClasses on MI in verbose mode | Francis Visoiu Mistrih | 2018-01-18 | 1 | -1/+3 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -5/+4 |
| * | MachineFunction: Slight refactoring; NFC | Matthias Braun | 2017-12-15 | 1 | -15/+15 |
| * | [CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and de... | Francis Visoiu Mistrih | 2017-12-13 | 1 | -1/+5 |
| * | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -2/+2 |
| * | [CodeGen] Rename functions PrintReg* to printReg* | Francis Visoiu Mistrih | 2017-11-28 | 1 | -2/+2 |