Go to file
Hans Wennborg c5f4c36029 Fix redundant comparison in gcc::Common::ConstructJob.
We were checking "Arch == llvm::Triple::x86_64 || Arch
== llvm::Triple::x86_64", but the rhs should actually check for
powerpc64.

Found while experimenting with a potential new Clang warning.

llvm-svn: 177496
2013-03-20 07:34:27 +00:00
clang Fix redundant comparison in gcc::Common::ConstructJob. 2013-03-20 07:34:27 +00:00
clang-tools-extra Don't replace macro usage if macro body has NULL 2013-03-19 18:47:03 +00:00
compiler-rt Add a way to register and execute "writeout" functions. 2013-03-19 21:01:19 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Fix bug in test; found by AddressSanitizer 2013-03-20 00:01:48 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [ELF][Hexagon] Add Hexagon dynamic relocations 2013-03-20 05:10:02 +00:00
lldb Updated the IRExecutionUnit to keep local copies 2013-03-19 23:03:21 +00:00
llvm [SROA] Don't preserve the IR names in release builds. 2013-03-20 07:30:36 +00:00
polly ScopDetect: Remove some redundant semicolons 2013-03-19 21:44:07 +00:00