summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/XRayInstrumentation.cpp
Commit message (Expand)AuthorAgeFilesLines
* [XRay] Fix computation of function size subject to XRay thresholdSerge Rogatch2017-06-091-1/+6
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-06-061-7/+14
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [XRay] Detect loops in functions being loweredDean Michael Berris2017-05-041-16/+30
* [LLVM][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64elSagar Thakur2017-02-151-0/+4
* [XRay] Implement powerpc64le xray.Tim Shen2017-02-101-0/+1
* [CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus2017-01-131-1/+1
* [XRay] Fix assertion failure on empty machine basic blocks (PR 31424)Dean Michael Berris2016-12-191-2/+9
* Test commit access.Serge Rogatch2016-11-241-0/+1
* [XRay] Support AArch64 in LLVMDean Michael Berris2016-11-171-0/+1
* [XRay] Support for for tail calls for ARM no-ThumbDean Michael Berris2016-10-181-3/+10
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-191-29/+86
* Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"Renato Golin2016-09-081-82/+28
* [XRay] Remove unused variableDean Michael Berris2016-09-081-2/+2
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-081-28/+82
* [XRay] Detect and emit sleds for sibling/tail callsDean Michael Berris2016-09-011-3/+10
* [XRay] Support multiple return instructions in a single basic blockDean Michael Berris2016-08-311-1/+0
* Remove extra ';' to appease -WpedanticDean Michael Berris2016-07-141-1/+1
* XRay: Add entry and exit sledsDean Michael Berris2016-07-141-0/+96
OpenPOWER on IntegriCloud