aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Blackfin/BlackfinISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-231-3/+0
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-211-1/+0
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-121-1/+2
* add some missing #includesChris Lattner2009-11-071-1/+1
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-251-12/+12
* Use getStoreSize() instead of getStoreSizeInBits()/8.Dan Gohman2009-09-231-1/+1
* Tabs -> spaces, and remove trailing whitespace.Daniel Dunbar2009-09-201-2/+2
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-3/+3
* Record variable debug info at ISel time directly.Devang Patel2009-08-221-1/+0
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-82/+82
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-86/+86
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-101-1/+1
* Add support for READCYCLECOUNTER in Blackfin back-end.Jakob Stoklund Olesen2009-08-081-0/+31
* Major calling convention code refactoring.Dan Gohman2009-08-051-63/+41
* Minor stylistic cleanups in the Blackfin target.Jakob Stoklund Olesen2009-08-031-6/+6
* Inline assembly support for Blackfin.Jakob Stoklund Olesen2009-08-021-12/+82
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-021-0/+536