Go to file
Rafael Espindola ce7f52db48 Add an initial implementation of archive symbol table generation.
The symbol table has forward references in the file. Instead of allocating
a temporary buffer or counting the size and then writing, this implementation
writes a dummy value first and patches it once the final value is known.

There is room for performance improvement. I will implement them as soon as I
get some other features (like a ranlib mode) in.

llvm-svn: 186934
2013-07-23 10:47:01 +00:00
clang C++1y literal suffix support: 2013-07-23 08:14:48 +00:00
clang-tools-extra Revert "cp11-migrate: Integration with LibFormat" 2013-07-22 21:03:56 +00:00
compiler-rt [sanitizer] Change strip_path_prefix flag behavior. 2013-07-22 16:14:38 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Implement generic upsample() 2013-07-19 16:44:37 +00:00
libcxx Add some missing cv-qualifiers. 2013-07-23 01:24:30 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld [PECOFF] Support -fixed command line option to disable base relocations. 2013-07-23 01:29:50 +00:00
lldb Fixed a potential crash in the GetOSVersion code 2013-07-23 01:38:41 +00:00
llvm Add an initial implementation of archive symbol table generation. 2013-07-23 10:47:01 +00:00
polly RegisterPass: Unhide -polly-show and -polly-show-only 2013-07-22 04:11:00 +00:00