Go to file
Jakob Stoklund Olesen f30fa58ebb Fix a problem with the reverse bundle iterators.
This showed up the first time rend() was called on a bundled instruction
in the Mips backend.

Also avoid dereferencing end() in bundle_iterator::operator++().

We still don't have a place to put unit tests for this stuff.

llvm-svn: 158310
2012-06-11 15:11:12 +00:00
clang We were computing the visibility and linkage of template parameters, but 2012-06-11 14:29:58 +00:00
compiler-rt [Sanitizer] Use __libc_malloc/__libc_free instead of malloc/free inside internal allocator on Linux (important for TSan) 2012-06-09 09:21:44 +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 Revert pair constructors back to using is_convertible instead of is_constructible. This should pull things into alignment with the final draft. Fixes http://llvm.org/bugs/show_bug.cgi?id=13063#add_comment. 2012-06-09 20:01:23 +00:00
libcxxabi Fix bug in cxa_demangle involving template substitution. 2012-05-02 15:38:11 +00:00
lld put the public function createReaderPECOFF() in the lld namespace and everything else in is own namespace 2012-06-07 02:23:48 +00:00
lldb Incorporate suggestions from Jim, add "USING LLDB" and "FILES" sections. 2012-06-08 23:49:32 +00:00
llvm Fix a problem with the reverse bundle iterators. 2012-06-11 15:11:12 +00:00
polly Add some tests for the independent blocks pass. 2012-06-11 10:25:12 +00:00