1. 8c78a0b Drop 'const' by Devang Patel · 19 years ago
  2. e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 19 years ago
  3. 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 19 years ago
  4. 3f4e6e8 For PR1163: by Reid Spencer · 19 years ago
  5. aa237256 Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago
  6. 517caef Added documented rsprofiler interface. Also remove new profiler passes, the by Andrew Lenharth · 20 years ago
  7. 93e59f6 Random sampling (aka Arnold and Ryder) profiling. This is still preliminary, but it works on spec on x86 and alpha. The idea is to allow profiling passes to remember what profiling they inserted, then a random sampling framework is inserted which consists of duplicated basic blocks (without profiling), such that at each backedge in the program and entry into every function, the framework chooses whether to use the instrumented code or the instrumentation free code. The goal of such a framework is to make it reasonably cheap to do random sampling of very expensive profiling products (such as load-value profiling). by Andrew Lenharth · 20 years ago