summaryrefslogtreecommitdiff
path: root/lib/Target/Blackfin
Commit message (Expand)AuthorAge
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-22
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Record variable debug info at ISel time directly.Devang Patel2009-08-22
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-19
* Simplify RegScavenger::FindUnusedReg.Jakob Stoklund Olesen2009-08-18
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-12
* Move immediate constant predicate templates from the Blackfin target to MathE...Jakob Stoklund Olesen2009-08-12
* Change the asmprinter to print the comment character before theChris Lattner2009-08-11
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* pass the TargetTriple down from each target ctor to theChris Lattner2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-10
* Add support for READCYCLECOUNTER in Blackfin back-end.Jakob Stoklund Olesen2009-08-08
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-08
* Major calling convention code refactoring.Dan Gohman2009-08-05
* Restlyize to match other targets, fixes cmake build to boot.Mike Stump2009-08-04
* Most flags are reserved registers on Blackfin.Jakob Stoklund Olesen2009-08-04
* Update CMake files.Ted Kremenek2009-08-03
* Minor stylistic cleanups in the Blackfin target.Jakob Stoklund Olesen2009-08-03
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-02
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-02
* Remove unneeded intrinsics from Blackfin backend.Jakob Stoklund Olesen2009-08-02
* Add some basic blackfin intrinsics.Jakob Stoklund Olesen2009-08-02
* Add support for CPU features (i.e., bugs) and workarounds.Jakob Stoklund Olesen2009-08-02
* Inline assembly support for Blackfin.Jakob Stoklund Olesen2009-08-02
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-02