Go to file
Daniel Dunbar 2b88e03404 lib: Add support for library wide utility functions, and make compilerrt_abort()
a real boy.
 - The utility module needs to be included into every produced library, because
   we don't have enough dependency tracking to know exactly which other modules
   might require the utilities.

llvm-svn: 144751
2011-11-16 01:19:19 +00:00
clang Fix a bunch of really nasty bugs in how we compute alignment for reference lvalues. PR11376. 2011-11-16 00:42:57 +00:00
compiler-rt lib: Add support for library wide utility functions, and make compilerrt_abort() 2011-11-16 01:19:19 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx On FreeBSD, define a macro that causes the unimplemented C99 math.h functions to be declared. This prevents <cmath> users from being broken, unless they actually use the C++ wrappers that call the missing functions. 2011-11-13 17:15:33 +00:00
libcxxabi reformatted to match Clang style; thanks to John McCall for the nudge 2011-08-15 18:06:47 +00:00
lldb Fixed a crash when we merrily went on to try to log 2011-11-16 00:40:13 +00:00
llvm test commit to verify that commit access works (added blank line) 2011-11-16 01:14:38 +00:00
polly ScopLib: Fix export/import after parameters are now tagged with isl_ids. 2011-11-15 11:39:02 +00:00