Go to file
Fariborz Jahanian 6362803cfe block literal irgen: several improvements on naming block
literal helper functions. All helper functions (global
and locals) use block_invoke as their prefix. Local literal
helper names are prefixed by their enclosing mangled function
names. Blocks in non-local initializers (e.g. a global variable 
or a C++11 field) are prefixed by their mangled variable name. 
The descriminator number added to end of the name starts off 
with blank (for first block) and _<N> (for the N+2-th block).

llvm-svn: 159206
2012-06-26 16:06:38 +00:00
clang block literal irgen: several improvements on naming block 2012-06-26 16:06:38 +00:00
compiler-rt [tsan] added LargeMmapAllocator, a part of the new tsan allocator 2012-06-26 14:23:32 +00:00
debuginfo-tests Fix this for buggy gdb behavior alongside the change 2012-06-05 18:16:03 +00:00
libclc configure.py: Add an install rule. 2012-06-01 17:29:59 +00:00
libcxx fix help with bash 2012-06-25 23:51:05 +00:00
libcxxabi Don't dereference root in __parse_ctor_dtor_name unless it is known to not be null. 2012-06-15 21:57:51 +00:00
lld Fix CMake build to use target_link_libraries. Patch by Sidney Manning! 2012-06-25 21:42:38 +00:00
lldb Add API logging to SBCommandInterpreter::HandleCompletion(). 2012-06-26 01:21:59 +00:00
llvm There are a number of generic inline asm operand modifiers that 2012-06-26 13:49:27 +00:00
polly Add TempScop::isWrite() function. 2012-06-22 10:59:36 +00:00