[llvm-commits] [llvm] r54695 - /llvm/trunk/lib/Target/ARM/README-Thumb.txt
Jim Grosbach
grosbach at apple.com
Tue Aug 12 11:34:48 PDT 2008
Author: grosbach
Date: Tue Aug 12 13:34:45 2008
New Revision: 54695
URL: http://llvm.org/viewvc/llvm-project?rev=54695&view=rev
Log:
Whitespace cleanup. Test commit.
Modified:
llvm/trunk/lib/Target/ARM/README-Thumb.txt
Modified: llvm/trunk/lib/Target/ARM/README-Thumb.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/README-Thumb.txt?rev=54695&r1=54694&r2=54695&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/README-Thumb.txt (original)
+++ llvm/trunk/lib/Target/ARM/README-Thumb.txt Tue Aug 12 13:34:45 2008
@@ -4,6 +4,7 @@
* Add support for compiling functions in both ARM and Thumb mode, then taking
the smallest.
+
* Add support for compiling individual basic blocks in thumb mode, when in a
larger ARM function. This can be used for presumed cold code, like paths
to abort (failure path of asserts), EH handling code, etc.
More information about the llvm-commits
mailing list