summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Blackfin/BlackfinFrameLowering.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Blackfin backend.Dan Gohman2011-10-251-130/+0
| | | | llvm-svn: 142880
* Blackfin always uses a reserved call frame.Jakob Stoklund Olesen2011-06-031-0/+6
| | | | | | | Materializing the stack pointer update before a call requires a scratch register that may not be available. llvm-svn: 132601
* Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen2011-01-131-1/+1
| | | | llvm-svn: 123399
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs ↵Anton Korobeynikov2011-01-101-0/+124
and fixes here and there. llvm-svn: 123170
OpenPOWER on IntegriCloud