Re: [llvm-commits] Size of long double (X86_FP80Ty)

2007-09-30 Thread Duncan Sands
By the way, to be consistent, getTypeSize for an APInt should return the number of bits rounded up to a multiple of 8, rather than rounded up to a power of 2 as it is now. Shall I make this change? Ciao, Duncan. ___ llvm-commits mailing list

[llvm-commits] [llvm] r42480 - /llvm/trunk/include/llvm/ADT/StringMap.h

2007-09-30 Thread Chris Lattner
Author: lattner Date: Sun Sep 30 03:31:46 2007 New Revision: 42480 URL: http://llvm.org/viewvc/llvm-project?rev=42480view=rev Log: Add a helper useful when mapping from a map element to its hash node. Modified: llvm/trunk/include/llvm/ADT/StringMap.h Modified:

[llvm-commits] [llvm] r42482 - in /llvm/trunk/lib/Target: ARM/ARMAsmPrinter.cpp X86/X86AsmPrinter.h

2007-09-30 Thread Gordon Henriksen
Author: gordon Date: Sun Sep 30 08:39:29 2007 New Revision: 42482 URL: http://llvm.org/viewvc/llvm-project?rev=42482view=rev Log: AsmPrinters overriding getAnalysisUsage should call super. And not super's super, either. Modified: llvm/trunk/lib/Target/ARM/ARMAsmPrinter.cpp

[llvm-commits] [llvm] r42483 - /llvm/trunk/lib/Support/APFloat.cpp

2007-09-30 Thread Dale Johannesen
Author: johannes Date: Sun Sep 30 13:17:01 2007 New Revision: 42483 URL: http://llvm.org/viewvc/llvm-project?rev=42483view=rev Log: Simplify and fix signed int - FP conversions. Modified: llvm/trunk/lib/Support/APFloat.cpp Modified: llvm/trunk/lib/Support/APFloat.cpp URL:

[llvm-commits] [llvm] r42484 - in /llvm/trunk/lib: CodeGen/SelectionDAG/LegalizeDAG.cpp CodeGen/SelectionDAG/SelectionDAG.cpp ExecutionEngine/ExecutionEngine.cpp VMCore/ConstantFold.cpp

2007-09-30 Thread Dale Johannesen
Author: johannes Date: Sun Sep 30 13:19:03 2007 New Revision: 42484 URL: http://llvm.org/viewvc/llvm-project?rev=42484view=rev Log: Constant fold int-to-long-double conversions; use APFloat for int-to-float/double; use round-to-nearest for these (implementation-defined, seems to match gcc).

[llvm-commits] [llvm] r42486 - /llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

2007-09-30 Thread Dale Johannesen
Author: johannes Date: Sun Sep 30 14:08:12 2007 New Revision: 42486 URL: http://llvm.org/viewvc/llvm-project?rev=42486view=rev Log: remove dup comment Modified: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp Modified: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp URL:

[llvm-commits] CVS: llvm-www/demo/index.cgi

2007-09-30 Thread Chris Lattner
Changes in directory llvm-www/demo: index.cgi updated: 1.74 - 1.75 --- Log message: Make stats generation work again, give an example to start people off, make script relocatable, on error, give the user helpful hints. --- Diffs of the changes: (+35 -24) index.cgi | 59