projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec867a2
)
Whitespace cleanup. Test commit.
author
Jim Grosbach
<grosbach@apple.com>
Tue, 12 Aug 2008 18:34:45 +0000
(18:34 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Tue, 12 Aug 2008 18:34:45 +0000
(18:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54695
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/README-Thumb.txt
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/README-Thumb.txt
b/lib/Target/ARM/README-Thumb.txt
index 5bd16a34335662b341c3c002b55e1c9904504b47..4d3200b445c1298c6bd80006fb481844eee254f6 100644
(file)
--- a/
lib/Target/ARM/README-Thumb.txt
+++ b/
lib/Target/ARM/README-Thumb.txt
@@
-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.