| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | [DebugInfo][If-Converter] Update call site info during the optimization | Nikola Prica | 2019-10-08 | 1 | -1/+1 |
| * | [Backend] Keep call site info valid through the backend | Djordje Todorovic | 2019-06-27 | 1 | -0/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [XRay] Lazily compute MachineLoopInfo instead of requiring it. | Michael Zolotukhin | 2018-03-20 | 1 | -3/+17 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -1/+1 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | [XRay] support conditional return on PPC. | Tim Shen | 2017-09-22 | 1 | -16/+54 |
| * | [XRay][CodeGen][PowerPC] Fix tail exit codegen for XRay in PPC | Dean Michael Berris | 2017-09-08 | 1 | -16/+7 |
| * | Fix mixed line terminators. NFC. | Dimitry Andric | 2017-07-14 | 1 | -3/+3 |
| * | [XRay] Fix computation of function size subject to XRay threshold | Serge Rogatch | 2017-06-09 | 1 | -1/+6 |
| * | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-06-06 | 1 | -7/+14 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [XRay] Detect loops in functions being lowered | Dean Michael Berris | 2017-05-04 | 1 | -16/+30 |
| * | [LLVM][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64el | Sagar Thakur | 2017-02-15 | 1 | -0/+4 |
| * | [XRay] Implement powerpc64le xray. | Tim Shen | 2017-02-10 | 1 | -0/+1 |
| * | [CodeGen] Rename MachineInstrBuilder::addOperand. NFC | Diana Picus | 2017-01-13 | 1 | -1/+1 |
| * | [XRay] Fix assertion failure on empty machine basic blocks (PR 31424) | Dean Michael Berris | 2016-12-19 | 1 | -2/+9 |
| * | Test commit access. | Serge Rogatch | 2016-11-24 | 1 | -0/+1 |
| * | [XRay] Support AArch64 in LLVM | Dean Michael Berris | 2016-11-17 | 1 | -0/+1 |
| * | [XRay] Support for for tail calls for ARM no-Thumb | Dean Michael Berris | 2016-10-18 | 1 | -3/+10 |
| * | [XRay] ARM 32-bit no-Thumb support in LLVM | Dean Michael Berris | 2016-09-19 | 1 | -29/+86 |
| * | Revert "[XRay] ARM 32-bit no-Thumb support in LLVM" | Renato Golin | 2016-09-08 | 1 | -82/+28 |
| * | [XRay] Remove unused variable | Dean Michael Berris | 2016-09-08 | 1 | -2/+2 |
| * | [XRay] ARM 32-bit no-Thumb support in LLVM | Dean Michael Berris | 2016-09-08 | 1 | -28/+82 |
| * | [XRay] Detect and emit sleds for sibling/tail calls | Dean Michael Berris | 2016-09-01 | 1 | -3/+10 |
| * | [XRay] Support multiple return instructions in a single basic block | Dean Michael Berris | 2016-08-31 | 1 | -1/+0 |
| * | Remove extra ';' to appease -Wpedantic | Dean Michael Berris | 2016-07-14 | 1 | -1/+1 |
| * | XRay: Add entry and exit sleds | Dean Michael Berris | 2016-07-14 | 1 | -0/+96 |