Age | Commit message (Expand) | Author | Files | Lines |
2023-02-07 | [CodeGen] Define and use MachineOperand::getOperandNo | Jay Foad | 1 | -1/+1 |
2023-01-13 | [CodeGen] Remove uses of Register::isPhysicalRegister/isVirtualRegister. NFC | Craig Topper | 1 | -1/+1 |
2023-01-09 | [Inline Spiller] Extend the snippet by statepoint uses | Serguei Katkov | 1 | -0/+17 |
2022-11-24 | [Alignment][NFC] Use Align in MCStreamer::emitValueToAlignment | Guillaume Chatelet | 1 | -2/+2 |
2022-07-17 | [CodeGen] Qualify auto variables in for loops (NFC) | Kazu Hirata | 1 | -1/+1 |
2022-06-10 | [MC] De-capitalize SwitchSection. NFC | Fangrui Song | 1 | -1/+1 |
2022-06-07 | [MC] De-capitalize MCStreamer functions | Fangrui Song | 1 | -1/+1 |
2021-03-30 | [NFC][CodeGen] Tidy up TargetRegisterInfo stack realignment functions | Tomas Matheson | 1 | -1/+1 |
2021-01-18 | [Statepoint] Handle `undef` operands in statepoint. | Denis Antrushin | 1 | -0/+6 |
2021-01-13 | [Verifier] Extend statepoint verifier to cover more constants | Serguei Katkov | 1 | -25/+36 |
2020-12-20 | [Analysis, IR, CodeGen] Use llvm::erase_if (NFC) | Kazu Hirata | 1 | -4/+1 |
2020-10-20 | NFC: Fix -Wsign-compare warnings on 32-bit builds | Hubert Tong | 1 | -1/+1 |
2020-10-14 | Fix an apparent typo. `assert()` must not contain side-effects. NFC. | Michael Liao | 1 | -1/+1 |
2020-10-06 | Silence -Wunused-variable in NDEBUG mode | Dmitri Gribenko | 1 | -0/+1 |
2020-10-06 | [Statepoints] Change statepoint machine instr format to better suit VReg lowe... | Denis Antrushin | 1 | -6/+128 |
2020-09-09 | [Statepoints] Properly handle const base pointer. | Denis Antrushin | 1 | -0/+23 |
2020-08-05 | [llvm-readobj/elf] - Add a testing for --stackmap and refine the implementation. | Georgii Rymar | 1 | -1/+1 |
2020-02-29 | [MC] Add MCStreamer::emitInt{8,16,32,64} | Fangrui Song | 1 | -18/+18 |
2020-02-18 | [NFC] Remove trailing space | Jim Lin | 1 | -1/+1 |
2020-02-14 | [MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex} | Fangrui Song | 1 | -31/+31 |
2020-02-14 | [MC] De-capitalize another set of MCStreamer::Emit* functions | Fangrui Song | 1 | -4/+4 |
2019-12-19 | [StackMaps] Be explicit about label formation [NFC] (try 2) | Philip Reames | 1 | -11/+11 |
2019-12-19 | Temporarily Revert "[StackMaps] Be explicit about label formation [NFC]" | Eric Christopher | 1 | -11/+11 |
2019-12-19 | [StackMaps] Be explicit about label formation [NFC] | Philip Reames | 1 | -11/+11 |
2019-11-09 | Fix operator precedence warning. NFC. | Simon Pilgrim | 1 | -1/+1 |
2019-09-24 | MCRegisterInfo: Merge getLLVMRegNum and getLLVMRegNumFromEH | Pavel Labath | 1 | -1/+1 |
2019-08-15 | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 1 | -2/+2 |
2019-08-01 | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 1 | -1/+1 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-09-27 | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 1 | -5/+4 |
2018-05-14 | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 1 | -11/+11 |
2018-04-06 | [CodeGen] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 1 | -5/+5 |
2017-12-01 | Mark all library options as hidden. | Zachary Turner | 1 | -1/+1 |
2017-11-30 | [CodeGen] Always use `printReg` to print registers in both MIR and debug | Francis Visoiu Mistrih | 1 | -4/+4 |
2017-11-17 | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 1 | -3/+3 |
2017-06-06 | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 1 | -1/+1 |
2017-04-28 | [StackMaps] Increase the size of the "location size" field | Sanjoy Das | 1 | -6/+12 |
2017-04-24 | Move size and alignment information of regclass to TargetRegisterInfo | Krzysztof Parzyszek | 1 | -2/+3 |
2017-02-22 | [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 1 | -6/+18 |
2016-09-14 | [Stackmap] Added callsite counts to emitted function information. | Sanjoy Das | 1 | -13/+21 |
2016-08-23 | [stackmaps] Remove an unneeded member variable [NFC] | Philip Reames | 1 | -2/+1 |
2016-08-23 | [stackmaps] More extraction of common code [NFCI] | Philip Reames | 1 | -6/+5 |
2016-08-23 | Remove unused data member to unbreak -Werror builds. | Richard Smith | 1 | -2/+1 |
2016-08-23 | [stackmaps] Extract out magic constants [NFCI] | Philip Reames | 1 | -3/+10 |
2016-08-12 | Use the range variant of remove_if instead of unpacking begin/end | David Majnemer | 1 | -2/+1 |
2016-07-28 | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 1 | -3/+3 |
2016-04-11 | Fix a couple of redundant conditional expressions (PR27283, PR28282) | Hans Wennborg | 1 | -2/+2 |
2015-07-16 | Move most user of TargetMachine::getDataLayout to the Module one | Mehdi Amini | 1 | -1/+3 |
2015-07-09 | [StackMap] Use lambdas to specify the sort and erase conditions. NFC. | Juergen Ributzka | 1 | -6/+14 |
2015-07-09 | [StackMap] Rename variables to be more consistent. NFC. | Juergen Ributzka | 1 | -40/+38 |