summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-43/+43
| | | | | | sed -Ei 's/[[:space:]]+$//' include/**/*.{def,h,td} lib/**/*.{cpp,h} llvm-svn: 338293
* Fix known typosAlp Toker2014-01-241-7/+7
| | | | | | | Sweep the codebase for common typos. Includes some changes to visible function names that were misspelt. llvm-svn: 200018
* Adding comments to clarify the reason for non-standard style in these files.Andrew Kaylor2012-10-101-0/+5
| | | | | | Patch committed on behalf of Kirill Uhanov llvm-svn: 165589
* Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2012-09-281-0/+254
Patch committed on behalf of Kirill Uhanov llvm-svn: 164831
OpenPOWER on IntegriCloud