Go to file
Benjamin Kramer 4b7dd64d82 IndexedMap: Default to SmallVector<T, 0>
This looks ridiculous but SmallVector's realloc tricks really help with
large vectors of PODs, such as our virtreg IndexedMap.

llvm-svn: 230866
2015-02-28 20:15:07 +00:00
clang Add change accidentally missed from r230840. 2015-02-28 09:58:41 +00:00
clang-tools-extra Add 'let' to the help message. 2015-02-27 17:53:23 +00:00
compiler-rt Fix OS X build failure with Command Line Tools and without full Xcode installation 2015-02-28 12:25:10 +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 libclc/math: Add cospi 2015-02-26 15:42:00 +00:00
libcxx Add self to CREDITS.txt 2015-02-26 00:48:22 +00:00
libcxxabi Unwind: make it build on Darwin again 2015-02-28 02:23:54 +00:00
lld Do s/_context/_ctx/ to Resolver.cpp. 2015-02-27 23:40:00 +00:00
lldb Temporarily XFAIL TestLaunchWithShellExpand to get the build green 2015-02-28 01:10:57 +00:00
llgo Build cgo and llgo-go 2015-02-14 01:46:01 +00:00
llvm IndexedMap: Default to SmallVector<T, 0> 2015-02-28 20:15:07 +00:00
openmp Removed all header files for OpenMP 2.5 2015-02-25 18:38:08 +00:00
polly Update obsolete comment 2015-02-28 17:10:06 +00:00