revert r79631
[oota-llvm.git] / lib / Target / Blackfin /
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-18 Jakob Stoklund OlesenSimplify RegScavenger::FindUnusedReg.
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-12 Jakob Stoklund OlesenMove immediate constant predicate templates from the...
2009-08-11 Chris LattnerChange the asmprinter to print the comment character...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-11 Chris Lattnerpass the TargetTriple down from each target ctor to the
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Owen AndersonStart moving TargetLowering away from using full MVTs...
2009-08-08 Jakob Stoklund OlesenAdd support for READCYCLECOUNTER in Blackfin back-end.
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-04 Mike StumpRestlyize to match other targets, fixes cmake build...
2009-08-04 Jakob Stoklund OlesenMost flags are reserved registers on Blackfin.
2009-08-03 Ted KremenekUpdate CMake files.
2009-08-03 Jakob Stoklund OlesenMinor stylistic cleanups in the Blackfin target.
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-08-02 Jakob Stoklund OlesenRemove unneeded intrinsics from Blackfin backend.
2009-08-02 Jakob Stoklund OlesenAdd some basic blackfin intrinsics.
2009-08-02 Jakob Stoklund OlesenAdd support for CPU features (i.e., bugs) and workarounds.
2009-08-02 Jakob Stoklund OlesenInline assembly support for Blackfin.
2009-08-02 Jakob Stoklund OlesenAnalog Devices Blackfin back-end.