summaryrefslogtreecommitdiff
path: root/lib/Target/Nios2
AgeCommit message (Expand)Author
2018-05-21MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne
2018-05-21MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne
2018-05-17ARC, Nios2: Silence build warnings. NFCI.Peter Collingbourne
2018-05-15Nios2: Unbreak build.Peter Collingbourne
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-04-04Sort targetgen calls in lib/Target/*/CMakeLists.Nico Weber
2018-01-26[SelectionDAGISel] Add a debug print before call to Select. Adjust where blan...Craig Topper
2018-01-09[Nios2] Arithmetic instructions for R1 and R2 ISA.Nikolai Bozhenov
2017-12-07[Nios2] final infrastructure to provide compilation of a return from a functionNikolai Bozhenov
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-11-03Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie
2017-10-12Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun
2017-10-12TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun
2017-09-20Remove the default subtarget from the new Nios2 port. It's unused and depreca...Eric Christopher
2017-09-19[Nios2] Subtarget, basic infrastructure for frame, instructions and registersNikolai Bozhenov
2017-05-29[Nios2] Target registrationNikolai Bozhenov