[llvm-commits] [llvm] r98748 - /llvm/trunk/docs/ReleaseNotes.html

Chris Lattner sabre at nondot.org
Wed Mar 17 11:15:53 PDT 2010


Author: lattner
Date: Wed Mar 17 13:15:52 2010
New Revision: 98748

URL: http://llvm.org/viewvc/llvm-project?rev=98748&view=rev
Log:
notes from evan

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=98748&r1=98747&r2=98748&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Mar 17 13:15:52 2010
@@ -464,13 +464,19 @@
 completely llvm-gcc NEON support.
 Can transcode from GAS to intel syntax with "llvm-mc foo.s -output-asm-variant=1"
 JIT debug information with GDB 7.0
-New CodeGen Level LICM And CSE (did it make 2.7?)
+New CodeGen Level CSE
 CMake can now run tests, what other improvements?
-ARM/Thumb register scavenging improvements?
+ARM/Thumb using reg scavenging for stack object address materialization (PEI).
 New SSAUpdater and MachineSSAUpdater classes for unstructured ssa updating,
   changed jump threading, GVN, etc to use it which simplified them and speed
   them up.
 Combiner-AA improvements, why not on by default?
+Pre-regalloc tail duplication
+x86 sibcall optimization
+New LSR with full strength reduction mode
+The most awesome sext / zext optimization pass. ?
+
+
 
 CondProp pass removed (functionality merged into jump threading).
 AndersAA got removed (from 2.7 or mainline?)





More information about the llvm-commits mailing list