Go to file
Philip Reames a6ebf075b1 Code cleanup [NFC]
The assertion here was more expensive then it needed to be.  We're only inserting allocas in the entry block, so we only need to consider ones in the entry block.

llvm-svn: 233362
2015-03-27 05:53:16 +00:00
clang [Modules] When walking the lookup results in a namespace, sort them by 2015-03-27 01:48:11 +00:00
clang-tools-extra Fix false positive on anonymous namespaces in headers. 2015-03-24 15:21:45 +00:00
compiler-rt [UBSan] Explicitly list all supported OS/arch pairs supported by UBSan. 2015-03-26 17:26:04 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement fast_distance builtin 2015-03-23 18:10:04 +00:00
libcxx Add readelf support to abi_check. Prefer readelf over nm 2015-03-27 05:44:59 +00:00
libcxxabi Don't print debugging messages to stdout. 2015-03-19 09:17:21 +00:00
lld Rename ELFLinkingContext instances "ctx" intead of "context". 2015-03-27 01:36:17 +00:00
lldb Allow ExpectedFailure* decorators to work with optional arguments 2015-03-27 00:26:52 +00:00
llgo llgoi: Fix type identity for imported binary packages. 2015-03-18 08:34:40 +00:00
llvm Code cleanup [NFC] 2015-03-27 05:53:16 +00:00
openmp fix for broken commit 231774 2015-03-10 10:14:57 +00:00
polly Fix stupid memory leak 2015-03-26 22:22:33 +00:00