Go to file
Cameron Zwarich ddeabf78a0 Fix a conversion from a forward iterator to a reverse iterator in
MachineBasicBlock::SplitCriticalEdge. Since this is an iterator rather than
an instr_iterator, the isBundled() check only passes if getFirstTerminator()
returned end() and the garbage memory happens to lean that way.

Multiple successors can be present without any terminator instructions in the
case of exception handling with a fallthrough.

llvm-svn: 175383
2013-02-17 01:45:04 +00:00
clang Use trailing documentation comments properly 2013-02-16 22:21:38 +00:00
clang-tools-extra Propagate changes through no-op transforms 2013-02-15 19:38:28 +00:00
compiler-rt [ASan] make variables unsigned to silence warnings - attempt 2 2013-02-15 19:22:49 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Bruce Mitchener: Minor typo fixes. 2013-02-15 15:37:50 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [Core,Driver,ELF] Differentiate static and dynamic executables. 2013-02-14 20:32:00 +00:00
lldb <rdar://problem/13121056> 2013-02-16 22:53:04 +00:00
llvm Fix a conversion from a forward iterator to a reverse iterator in 2013-02-17 01:45:04 +00:00
polly capitalize SCEV to match the current naming convention 2013-02-15 21:26:53 +00:00