| Commit message (Expand) | Author | Age | Files | Lines |
* | Use llvm::stable_sort | Fangrui Song | 2019-04-23 | 1 | -4/+5 |
* | 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 | -1/+1 |
* | [MI] Change the array of `MachineMemOperand` pointers to be | Chandler Carruth | 2018-08-16 | 1 | -7/+5 |
* | [SDAG] Remove the reliance on MI's allocation strategy for | Chandler Carruth | 2018-08-14 | 1 | -1/+1 |
* | [CodeGen] Fix inconsistent declaration parameter name | Fangrui Song | 2018-07-16 | 1 | -1/+1 |
* | CodeGen: Remove pipeline dependencies on StackProtector; NFC | Matthias Braun | 2018-07-13 | 1 | -10/+11 |
* | Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipe... | Matthias Braun | 2018-07-12 | 1 | -11/+10 |
* | CodeGen: Remove pipeline dependencies on StackProtector; NFC | Matthias Braun | 2018-07-12 | 1 | -10/+11 |
* | StackColoring: better handling of statically unreachable code | Than McIntosh | 2018-05-29 | 1 | -2/+5 |
* | Revert changes from D46265. | Than McIntosh | 2018-05-18 | 1 | -5/+2 |
* | StackColoring: better handling of statically unreachable code | Than McIntosh | 2018-05-18 | 1 | -2/+5 |
* | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -34/+38 |
* | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 1 | -3/+3 |
* | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
* | [CodeGen] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-06 | 1 | -1/+1 |
* | Fix a bunch of typoes. NFC | Fangrui Song | 2018-03-30 | 1 | -1/+1 |
* | Stylish change. NFC | Xin Tong | 2018-03-19 | 1 | -2/+2 |
* | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -3/+2 |
* | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -1/+1 |
* | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
* | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -1/+1 |
* | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -1/+1 |
* | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-09-29 | 1 | -32/+45 |
* | [StackColoring] Update AliasAnalysis information in stack coloring pass (part 2) | Hiroshi Inoue | 2017-08-02 | 1 | -4/+4 |
* | [StackColoring] Update AliasAnalysis information in stack coloring pass | Hiroshi Inoue | 2017-08-01 | 1 | -7/+51 |
* | StackColoring: smarter check for slot overlap | Than McIntosh | 2017-06-12 | 1 | -60/+177 |
* | CodeGen: Rename DEBUG_TYPE to match passnames | Matthias Braun | 2017-05-25 | 1 | -5/+5 |
* | BitVector: add iterators for set bits | Francis Visoiu Mistrih | 2017-05-17 | 1 | -4/+2 |
* | [StackColoring] Remove unused header file for post-order traversal. Update co... | Craig Topper | 2017-03-15 | 1 | -4/+2 |
* | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -12/+10 |
* | Move VariableDbgInfo from MachineModuleInfo to MachineFunction | Matthias Braun | 2016-11-30 | 1 | -2/+1 |
* | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 2016-07-28 | 1 | -1/+1 |
* | Better fix for PR27903. | Than McIntosh | 2016-06-01 | 1 | -13/+26 |
* | Update the stack coloring pass to remove lifetime intrinsics in the optnone/o... | Andrew Kaylor | 2016-05-27 | 1 | -4/+2 |
* | Disable lifetime-start-on-first-use analysis. | Than McIntosh | 2016-05-27 | 1 | -2/+2 |
* | Rework/enhance stack coloring data flow analysis. | Than McIntosh | 2016-05-24 | 1 | -108/+413 |
* | Fix build failure under NDEBUG. | Than McIntosh | 2016-04-27 | 1 | -0/+4 |
* | Refactor debugging code, NFC. | Than McIntosh | 2016-04-27 | 1 | -31/+30 |
* | Re-commit optimization bisect support (r267022) without new pass manager supp... | Andrew Kaylor | 2016-04-22 | 1 | -1/+1 |
* | Revert "Initial implementation of optimization bisect support." | Vedant Kumar | 2016-04-22 | 1 | -1/+1 |
* | Initial implementation of optimization bisect support. | Andrew Kaylor | 2016-04-21 | 1 | -1/+1 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -1/+0 |
* | [X86] Don't give catch objects a displacement of zero | David Majnemer | 2016-03-03 | 1 | -4/+7 |
* | CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC | Duncan P. N. Exon Smith | 2016-02-27 | 1 | -3/+3 |
* | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -1/+1 |
* | Reapply r257105 "[Verifier] Check that debug values have proper size" | Keno Fischer | 2016-01-15 | 1 | -2/+14 |
* | Re-Revert r257105 (Verifier debug info changes) | Keno Fischer | 2016-01-13 | 1 | -14/+2 |
* | Reapply r257105 "[Verifier] Check that debug values have proper size" | Keno Fischer | 2016-01-13 | 1 | -2/+14 |
* | [WinEH] CatchHandler which don't have catch objects in StackColoring | David Majnemer | 2016-01-08 | 1 | -1/+3 |