Go to file
Chris Lattner 7e5d8aa6f9 Now that -loop-idiom uses TargetLibraryInfo properly, it doesn't
need to be pulled out of the pass manager when the user specifies 
-fno-builtin.  It can intelligently determine which libcalls to
optimize based on what is enabled in TargetLibraryInfo.  This 
allows -fno-builtin-foo to work someday.

llvm-svn: 125981
2011-02-18 22:36:36 +00:00
clang If -fno-builtin is passed, tell TargetLibraryInfo to 2011-02-18 22:34:47 +00:00
compiler-rt clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin. 2011-01-21 18:23:47 +00:00
debuginfo-tests test case for r125249. 2011-02-10 00:41:14 +00:00
libcxx Change install name to libc++.1.dylib 2011-02-16 00:40:06 +00:00
lldb Add code to emulate LDRB (literal) Arm instruction. 2011-02-18 22:24:22 +00:00
llvm Now that -loop-idiom uses TargetLibraryInfo properly, it doesn't 2011-02-18 22:36:36 +00:00