summaryrefslogtreecommitdiffstats
path: root/llvm/lib/XRay/InstrumentationMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-xray] Add AArch64 to llvm-xray extractAditya Kumar2019-11-081-5/+17
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-4/+5
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-5/+4
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-4/+5
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-4/+4
* Open native file handles to avoid converting from FDs, NFCReid Kleckner2019-07-111-6/+9
* [Support] Move llvm::MemoryBuffer to sys::fs::file_tReid Kleckner2019-07-101-1/+2
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-3/+4
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-161-4/+3
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-161-3/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Object] Rename getRelrRelocationType to getRelativeRelocationTypeFangrui Song2018-12-141-6/+6
* [llvm-xray] Use correct variable namePetr Hosek2018-12-141-2/+2
* [llvm-xray] Store offset pointers in temporariesPetr Hosek2018-12-141-2/+4
* [llvm-xray] Support for PIEPetr Hosek2018-12-141-2/+41
* [Xray] tooling allow MachO format supportDavid Carlier2018-09-101-4/+4
* [XRay][tools] Support new kinds of instrumentation map entriesDean Michael Berris2017-08-211-1/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [XRay] Implement powerpc64le xray.Tim Shen2017-02-101-1/+2
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings in Subta...Eugene Zelenko2017-02-091-25/+28
* [XRay] Define the InstrumentationMap typeDean Michael Berris2017-02-011-0/+194
OpenPOWER on IntegriCloud