llvm-6502/lib
Jeffrey Yasskin 8f6d9a729e Add a --with-oprofile flag to configure, which uses OProfile's agent
library to tell it the addresses of JITted functions.  For a
particular program, this changes the opreport -l output from:

samples %    image name        symbol name
48182  98.9729 anon (tgid:19412 range:0x7f12ccaab000-0x7f12cdaab000) anon (tgid:19412 range:0x7f12ccaab000-0x7f12cdaab000)
11     0.0226  libstdc++.so.6.0.9    /usr/lib/libstdc++.so.6.0.9

to:

samples %    image name        symbol name
24565  60.7308 19814.jo        fib_left
15365  37.9861 19814.jo        fib_right
22     0.0544  ld-2.7.so       do_lookup_x



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75279 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-10 21:08:20 +00:00
..
Analysis Remove ScalarEvolution::hasSCEV, which isn't being used, and which 2009-07-10 20:25:29 +00:00
Archive Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the 2009-07-01 23:13:44 +00:00
AsmParser This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? 2009-07-09 23:48:35 +00:00
Bitcode This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? 2009-07-09 23:48:35 +00:00
CodeGen Avoid compiler warnings if assertions turned off. 2009-07-10 20:07:07 +00:00
CompilerDriver Remove some duplication. 2009-07-09 19:37:17 +00:00
Debugger Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the 2009-07-01 23:13:44 +00:00
ExecutionEngine Add a --with-oprofile flag to configure, which uses OProfile's agent 2009-07-10 21:08:20 +00:00
Linker Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. 2009-07-08 19:03:57 +00:00
MC add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! 2009-07-09 17:25:12 +00:00
Support Add some hooks that a redesigned AsmStream needs to do its job. These 2009-07-09 23:43:41 +00:00
System eraseFromDisk no longer throws. 2009-07-09 16:17:28 +00:00
Target code model is never set to default. 2009-07-10 21:03:06 +00:00
Transforms Push LLVMContext through the PatternMatch API. 2009-07-10 17:35:01 +00:00
VMCore This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? 2009-07-09 23:48:35 +00:00
Makefile LLVMC doesn't need ENABLE_PIC to build now. 2009-07-04 03:54:54 +00:00