llvm/lib
Chris Lattner 097af7fc8f add a simple mechanism for formatted output. This gives raw_ostream's
all the power and risk of fprintf format strings.  Use them like this:

  OS << format("%10.4f", 42.0) << "\n" << format("%x", 42) << '\n';



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55246 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-23 19:23:10 +00:00
..
Analysis Temporarily reverting r55137. This was causing the bootstrap to go into an 2008-08-21 22:40:10 +00:00
Archive Fold the useful features of alist and alist_node into ilist, and 2008-07-28 21:51:04 +00:00
AsmParser Regenerate. 2008-08-17 18:48:50 +00:00
Bitcode Switch from an O(n) method to an O(1) method for changing non-constant 2008-08-21 17:31:45 +00:00
CodeGen Make MBBMap a DenseMap instead of a std::map. 2008-08-23 02:44:46 +00:00
Debugger - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an empty string for ConstantAggregateZero case which surprises selectiondag. 2008-06-30 07:31:25 +00:00
ExecutionEngine Get rid of a couple of dynamic_cast. 2008-08-20 00:28:12 +00:00
Linker Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes 2008-07-14 07:23:24 +00:00
Support add a simple mechanism for formatted output. This gives raw_ostream's 2008-08-23 19:23:10 +00:00
System add a helper method to sys::Path for clang, patch by 2008-08-11 23:39:47 +00:00
Target Provide a 64 bit variant of mmx.maskmovq intrinsic lowering. 2008-08-23 15:53:19 +00:00
Transforms Add a new trivial -inst-namer pass which makes it possible to diff the 2008-08-23 06:07:02 +00:00
VMCore Reverting r55227. This was causing the following failures in the regression 2008-08-23 09:46:46 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00