Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [patch] bug 15055 Add Unistd.h to OProfileWrapper.cpp | Will Schmidt | 2013-02-07 | 1 | -0/+1 |
| | | | | | | | | Add #include <unistd.h> to OProfileWrapper.cpp. This provides the declarations for 'read' and 'close' that are otherwise missing, and result in 'error: <foo> was not declared in this scope'. This matches the issue as reported in bug 15055 "Can no longer compile LLVM with --with-oprofile" llvm-svn: 174661 | ||||
* | Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted ↵ | Eli Bendersky | 2012-03-13 | 1 | -0/+263 |
code in LLVM. Also refactor the existing OProfile profiling code to reuse the same interfaces with the VTune profiling code. In addition, unit tests for the profiling interfaces were added. This patch was prepared by Andrew Kaylor and Daniel Malea, and reviewed in the llvm-commits list by Jim Grosbach llvm-svn: 152620 |