|
From: <fa...@us...> - 2012-08-20 00:54:25
|
Revision: 217
http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=217&view=rev
Author: faluco
Date: 2012-08-20 00:54:19 +0000 (Mon, 20 Aug 2012)
Log Message:
-----------
Implement a branch selector pass.
This pass makes long branch destinations reachable by combining brcc+{r}jmp for conditional branches and changes rjmp to jmp when the destination is 4096 bytes away.
Modified Paths:
--------------
llvm/trunk/AVR/AVR.h
llvm/trunk/AVR/AVRInstrInfo.cpp
llvm/trunk/AVR/AVRInstrInfo.h
llvm/trunk/AVR/AVRInstrInfo.td
llvm/trunk/AVR/AVRTargetMachine.cpp
llvm/trunk/AVR/CMakeLists.txt
Added Paths:
-----------
llvm/trunk/AVR/AVRBranchSelector.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|