aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Blackfin
Commit message (Expand)AuthorAgeFilesLines
* Major calling convention code refactoring.Dan Gohman2009-08-052-66/+61
* Restlyize to match other targets, fixes cmake build to boot.Mike Stump2009-08-042-2/+7
* Most flags are reserved registers on Blackfin.Jakob Stoklund Olesen2009-08-041-0/+11
* Update CMake files.Ted Kremenek2009-08-032-0/+2
* Minor stylistic cleanups in the Blackfin target.Jakob Stoklund Olesen2009-08-033-42/+46
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-022-16/+3
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-023-8/+3
* Remove unneeded intrinsics from Blackfin backend.Jakob Stoklund Olesen2009-08-021-7/+1
* Add some basic blackfin intrinsics.Jakob Stoklund Olesen2009-08-021-1/+42
* Add support for CPU features (i.e., bugs) and workarounds.Jakob Stoklund Olesen2009-08-024-8/+250
* Inline assembly support for Blackfin.Jakob Stoklund Olesen2009-08-023-12/+137
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-0228-0/+3787