llvm-project/clang/lib
Daniel Dunbar 3779e1f49a Initial cut at integrating compiler-rt (on Darwin) w/ clang build.
- compiler-rt should be checked out into $LLVM_SRC_ROOT/projects/compiler-rt.

 - On Darwin, this will automatically build the runtime libraries clang needs
   into $OBJROOT/lib/clang/<version>/darwin/...

 - The mechanism can easily support other platforms, and can eventually support
   multiple platforms once clang has some kind of configure process (for
   specifying the desired targets).

 - Feedback on the approach is welcome.

llvm-svn: 93910
2010-01-19 21:12:58 +00:00
..
AST float, double, and long double do need extra data in the 2010-01-18 20:37:56 +00:00
Analysis Tighten code and rework indentation of some if() branches (for readability). No functionality change. 2010-01-19 20:52:05 +00:00
Basic long long is 64 bits on msp430 2010-01-14 20:22:45 +00:00
CodeGen Emit human readable names for operators. 2010-01-19 02:02:11 +00:00
Driver Fix possible memory leak by using an OwningPtr. 2010-01-19 01:29:05 +00:00
Frontend Avoid an instantiation of std::sort. 2010-01-19 17:42:20 +00:00
Headers _mm_xor_ps does a xor not a nxor. The other 'xor' builtins look fine, 2010-01-07 00:36:41 +00:00
Index Add -cursor-at=file:line:column command line option to c-index-test, 2010-01-15 19:40:17 +00:00
Lex allow the HandlerComment callback to push tokens into the 2010-01-18 22:35:47 +00:00
Parse allow the HandlerComment callback to push tokens into the 2010-01-18 22:35:47 +00:00
Rewrite Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText(). 2010-01-07 18:00:35 +00:00
Runtime Initial cut at integrating compiler-rt (on Darwin) w/ clang build. 2010-01-19 21:12:58 +00:00
Sema Eliminate cursor kinds used to express definitions. Instead, provide 2010-01-19 19:34:47 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Initial cut at integrating compiler-rt (on Darwin) w/ clang build. 2010-01-19 21:12:58 +00:00