llvm-project/compiler-rt/test/timing
Chandler Carruth 6acfaaf3aa Remove the old, and non-functional CMake build system from CompilerRT.
I cannot build any part of this successfully on either Linux or Darwin,
and the replacement is worlds simpler by requiring that this be built as
a subproject of LLVM. If this breaks you for any reason, please let me
know, and let me know what your use case is.

llvm-svn: 154059
2012-04-04 22:12:01 +00:00
..
ashldi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
ashrdi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
divdi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatdidf.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatdisf.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatdixf.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatundidf.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatundisf.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
floatundixf.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
lshrdi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
moddi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
muldi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
negdi2.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
time Add support for "platform" configurations, which define a suite of compiler-rt 2010-01-18 06:49:33 +00:00
timing.h Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
udivdi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
umoddi3.c Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00