- Sep 17, 2012
-
-
Benjamin Kramer authored
Hopefully unbreaks compiler-rt build on linux. llvm-svn: 164025
-
- Sep 14, 2012
-
-
Bill Wendling authored
With the advent of the __llvm_gcov_flush function, we need to be able to merge counts into the .gcda files in an intelligent manner. This involves reading the file if it exists, adding the counts together, and then writing the results. <rdar://problem/12185886> llvm-svn: 163923
-
- May 29, 2012
-
-
Alexey Samsonov authored
llvm-svn: 157600
-
- May 28, 2012
-
-
Bill Wendling authored
llvm-svn: 157573
-
- Mar 30, 2012
-
-
Benjamin Kramer authored
- Add memcpy and memcmp to the stub headers. - __uint128_t is not available on 32 bit platforms. It's also unused so just comment it out for now. llvm-svn: 153779
-
- Dec 08, 2011
-
-
Daniel Dunbar authored
llvm-svn: 146188
-
Daniel Dunbar authored
the main compiler-rt and profile modules, at least on x86. llvm-svn: 146131
-
- Nov 16, 2011
-
-
Daniel Dunbar authored
- Motivation is explained in the README, but basically it is convenient to be able to build compiler-rt free standing. Since our external dependencies are so small, we can achieve this relatively easily by just stubbing out the declarations of the external dependencies. - This is in no way, shape, or form intended to be complete, it is just the minimal stubs necessary to support the stuff we use. llvm-svn: 144843
-