| Commit message (Expand) | Author | Age | Files | Lines |
| * | [StackMaps] Be explicit about label formation [NFC] (try 2) | Philip Reames | 2019-12-19 | 1 | -11/+11 |
| * | Temporarily Revert "[StackMaps] Be explicit about label formation [NFC]" | Eric Christopher | 2019-12-19 | 1 | -11/+11 |
| * | [StackMaps] Be explicit about label formation [NFC] | Philip Reames | 2019-12-19 | 1 | -11/+11 |
| * | Fix operator precedence warning. NFC. | Simon Pilgrim | 2019-11-09 | 1 | -1/+1 |
| * | MCRegisterInfo: Merge getLLVMRegNum and getLLVMRegNumFromEH | Pavel Labath | 2019-09-24 | 1 | -1/+1 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -2/+2 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 1 | -5/+4 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -11/+11 |
| * | [CodeGen] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-06 | 1 | -5/+5 |
| * | Mark all library options as hidden. | Zachary Turner | 2017-12-01 | 1 | -1/+1 |
| * | [CodeGen] Always use `printReg` to print registers in both MIR and debug | Francis Visoiu Mistrih | 2017-11-30 | 1 | -4/+4 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -3/+3 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [StackMaps] Increase the size of the "location size" field | Sanjoy Das | 2017-04-28 | 1 | -6/+12 |
| * | Move size and alignment information of regclass to TargetRegisterInfo | Krzysztof Parzyszek | 2017-04-24 | 1 | -2/+3 |
| * | [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 2017-02-22 | 1 | -6/+18 |
| * | [Stackmap] Added callsite counts to emitted function information. | Sanjoy Das | 2016-09-14 | 1 | -13/+21 |
| * | [stackmaps] Remove an unneeded member variable [NFC] | Philip Reames | 2016-08-23 | 1 | -2/+1 |
| * | [stackmaps] More extraction of common code [NFCI] | Philip Reames | 2016-08-23 | 1 | -6/+5 |
| * | Remove unused data member to unbreak -Werror builds. | Richard Smith | 2016-08-23 | 1 | -2/+1 |
| * | [stackmaps] Extract out magic constants [NFCI] | Philip Reames | 2016-08-23 | 1 | -3/+10 |
| * | Use the range variant of remove_if instead of unpacking begin/end | David Majnemer | 2016-08-12 | 1 | -2/+1 |
| * | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 2016-07-28 | 1 | -3/+3 |
| * | Fix a couple of redundant conditional expressions (PR27283, PR28282) | Hans Wennborg | 2016-04-11 | 1 | -2/+2 |
| * | Move most user of TargetMachine::getDataLayout to the Module one | Mehdi Amini | 2015-07-16 | 1 | -1/+3 |
| * | [StackMap] Use lambdas to specify the sort and erase conditions. NFC. | Juergen Ributzka | 2015-07-09 | 1 | -6/+14 |
| * | [StackMap] Rename variables to be more consistent. NFC. | Juergen Ributzka | 2015-07-09 | 1 | -40/+38 |
| * | [StackMaps] Use emplace_back when possible. NFC. | Juergen Ributzka | 2015-07-09 | 1 | -5/+5 |
| * | Run clang-format before making changes to StackMaps. NFC. | Juergen Ributzka | 2015-07-08 | 1 | -39/+38 |
| * | MC: Clean up MCExpr naming. NFC. | Jim Grosbach | 2015-05-30 | 1 | -3/+3 |
| * | Move alignment from MCSectionData to MCSection. | Rafael Espindola | 2015-05-21 | 1 | -2/+2 |
| * | MC: Clean up method names in MCContext. | Jim Grosbach | 2015-05-18 | 1 | -2/+2 |
| * | [Statepoints] Support for "patchable" statepoints. | Sanjoy Das | 2015-05-12 | 1 | -3/+2 |
| * | [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr. | Lang Hames | 2015-04-24 | 1 | -4/+4 |
| * | Remove dead calls and function arguments dealing with TRI in StackMaps. | Eric Christopher | 2015-03-20 | 1 | -4/+2 |
| * | Rewrite StackMap location handling to pre-compute the dwarf register | Eric Christopher | 2015-03-20 | 1 | -83/+95 |
| * | Use the cached subtarget on the MachineFunction when the AsmPrinter | Eric Christopher | 2015-03-19 | 1 | -1/+1 |
| * | Use the cached subtarget off of the machine function. | Eric Christopher | 2015-03-13 | 1 | -1/+1 |
| * | Move DataLayout back to the TargetMachine from TargetSubtargetInfo | Eric Christopher | 2015-01-26 | 1 | -2/+1 |
| * | [StackMaps] Use CurrentFnSymForSize | Hal Finkel | 2015-01-13 | 1 | -1/+1 |
| * | [Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-... | Philip Reames | 2014-12-01 | 1 | -0/+12 |
| * | The patchpoint lowering logic would crash with live constants equal to | Sanjoy Das | 2014-11-04 | 1 | -0/+10 |
| * | Change logic in StackMaps::recordStackMapOpers to use the isInt<32> | Sanjoy Das | 2014-11-04 | 1 | -2/+1 |
| * | Remove unnecessary copying or replace it with moves in a bunch of places. | Benjamin Kramer | 2014-10-04 | 1 | -1/+2 |
| * | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 2014-08-05 | 1 | -2/+1 |
| * | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -5/+9 |
| * | Explicitly report runtime stack realignment in StackMap section | Philip Reames | 2014-08-01 | 1 | -1/+4 |
| * | [Stackmaps] Pacify windows buildbot. | Juergen Ributzka | 2014-05-01 | 1 | -0/+3 |