aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/libprofile/PathProfiling.c
Commit message (Expand)AuthorAgeFilesLines
* PathProfiling.c: Get rid of using "inline". We may expect compiler shall opti...NAKAMURA Takumi2011-11-081-7/+2
* runtime/libprofile/PathProfiling.c: Use __inline__ to appease clang -std=gnu8...NAKAMURA Takumi2011-11-081-3/+3
* runtime/libprofile/PathProfiling.c: Don't use // comment in C source.NAKAMURA Takumi2011-04-301-1/+1
* win32: Include DataTypes.h instead of stdint.h to try and fix a Win32 buildDaniel Dunbar2011-04-291-1/+1
* Cleanup some DOS newlines.Daniel Dunbar2011-04-291-8/+8
* Unbreak the MSVC build:Francois Pichet2011-04-291-3/+11
* Use static inline to do the right thing when built in C99 mode. Of course,Nick Lewycky2011-04-271-2/+3
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Implementation of path profiling.Andrew Trick2011-01-291-0/+266