forked from OSchip/llvm-project
parent
050b91cd28
commit
643e60e19c
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
* Add support for compiling functions in both ARM and Thumb mode, then taking
|
* Add support for compiling functions in both ARM and Thumb mode, then taking
|
||||||
the smallest.
|
the smallest.
|
||||||
|
|
||||||
* Add support for compiling individual basic blocks in thumb mode, when in a
|
* 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
|
larger ARM function. This can be used for presumed cold code, like paths
|
||||||
to abort (failure path of asserts), EH handling code, etc.
|
to abort (failure path of asserts), EH handling code, etc.
|
||||||
|
|
Loading…
Reference in New Issue