Go to file
Matt Arsenault ed9f76d37b Fix inserting instructions before last in bundle.
The builder inserts from before the insert point,
not after, so this would insert before the last
instruction in the bundle instead of after it.

I'm not sure if this can actually be a problem
with any of the current insertions.

llvm-svn: 189285
2013-08-26 23:08:37 +00:00
clang Since r179585, __declspec(property) has gotten special treatment as an attribute where it is not processed as part of the typical Sema attribute functionality. Specifying this attribute as being "ignored" because there is no sema handler for it as a Decl attribute, and no AST node generated for it. 2013-08-26 22:49:09 +00:00
clang-tools-extra clang-replace: Delete change description files 2013-08-26 19:58:59 +00:00
compiler-rt [sanitizer] Add a fast version of StackDepotGet() for use in LSan. 2013-08-26 13:24:43 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Add mul_hi implementation [v2] 2013-08-19 18:31:49 +00:00
libcxx G M: Improvements to Windows support. 2013-08-26 20:18:01 +00:00
libcxxabi Propagate the removal of _LIBCPP_CANTTHROW (r189046) to libcxxabi. This fixes http://llvm.org/bugs/show_bug.cgi?id=16996. 2013-08-25 17:00:57 +00:00
lld [PECOFF] Add Support for entry point symbol name 2013-08-26 19:55:09 +00:00
lldb unused variable, typedef requires name warning cleanup 2013-08-26 17:07:34 +00:00
llvm Fix inserting instructions before last in bundle. 2013-08-26 23:08:37 +00:00
polly Remove unneeded comma and update formatting 2013-08-24 17:58:59 +00:00