Go to file
Filip Pizlo 7aa695e026 This threads SectionName through the allocateCodeSection/allocateDataSection APIs, both in C++ and C land.
It's useful for the memory managers that are allocating a section to know what the name of the section is.  
At a minimum, this is useful for low-level debugging - it's customary for JITs to be able to tell you what 
memory they allocated, and as part of any such dump, they should be able to tell you some meta-data about 
what each allocation is for.  This allows clients that supply their own memory managers to do this.  
Additionally, we also envision the SectionName being useful for passing meta-data from within LLVM to an LLVM 
client.

This changes both the C and C++ APIs, and all of the clients of those APIs within LLVM.  I'm assuming that 
it's safe to change the C++ API because that API is allowed to change.  I'm assuming that it's safe to change 
the C API because we haven't shipped the API in a release yet (LLVM 3.3 doesn't include the MCJIT memory 
management C API).

llvm-svn: 191804
2013-10-02 00:59:25 +00:00
clang Debug Info: update testing cases when the derived-from field of a 2013-10-01 23:46:19 +00:00
clang-tools-extra clang-apply-replacements: Fixing doxygen warning 2013-10-01 13:21:39 +00:00
compiler-rt Add top-level CMake 'compiler-rt' target to build all compiler-rt libraries 2013-10-01 12:52:15 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Remove non-printable chars that snuck in back in July; thanks to Yaron Keren for the catch 2013-10-01 13:28:20 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld [mach-o] Add support for -mllvm to darwin driver 2013-09-28 00:29:33 +00:00
lldb Update RNBRemote to handle the new pseudo_regs field added to DNBRegisterInfo 2013-10-01 23:54:23 +00:00
llvm This threads SectionName through the allocateCodeSection/allocateDataSection APIs, both in C++ and C land. 2013-10-02 00:59:25 +00:00
openmp First attempt to import OpenMP runtime 2013-09-27 10:38:44 +00:00
polly clang-format recent change 2013-09-17 03:30:36 +00:00