summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Nios2
Commit message (Expand)AuthorAgeFilesLines
* [Nios2] Remove Nios2 backendCraig Topper2019-01-1550-2941/+0
* [Targets] Add errors for tiny and kernel codemodel on targets that don't supp...David Green2018-12-071-11/+3
* [nios2] Add missing Nios2CodeGen -> Nios2AsmPrinter linkageMichal Gorny2018-11-211-0/+1
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-214-13/+10
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-212-3/+3
* ARC, Nios2: Silence build warnings. NFCI.Peter Collingbourne2018-05-173-5/+1
* Nios2: Unbreak build.Peter Collingbourne2018-05-152-5/+6
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-1/+1
* Sort targetgen calls in lib/Target/*/CMakeLists.Nico Weber2018-04-041-7/+2
* [SelectionDAGISel] Add a debug print before call to Select. Adjust where blan...Craig Topper2018-01-261-3/+0
* [Nios2] Arithmetic instructions for R1 and R2 ISA.Nikolai Bozhenov2018-01-095-11/+138
* [Nios2] final infrastructure to provide compilation of a return from a functionNikolai Bozhenov2017-12-0745-109/+1857
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-172-2/+2
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-122-3/+3
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-122-3/+3
* Remove the default subtarget from the new Nios2 port. It's unused and depreca...Eric Christopher2017-09-202-9/+1
* [Nios2] Subtarget, basic infrastructure for frame, instructions and registersNikolai Bozhenov2017-09-1915-20/+545
* [Nios2] Target registrationNikolai Bozhenov2017-05-2916-0/+570
OpenPOWER on IntegriCloud