summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Blackfin/BlackfinTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the Blackfin backend.Dan Gohman2011-10-251-43/+0
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-2/+4
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-4/+4
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-3/+0
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-081-1/+1
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-1/+2
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-1/+1
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-1/+1
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-111-0/+1
* indicate what the native integer types for the target are.Chris Lattner2009-11-071-1/+1
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-121-3/+1
* pass the TargetTriple down from each target ctor to theChris Lattner2009-08-111-1/+1
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-021-12/+2
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-021-1/+1
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-021-0/+54
OpenPOWER on IntegriCloud