summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARC
Commit message (Expand)AuthorAgeFilesLines
* [Targets] Add errors for tiny and kernel codemodel on targets that don't supp...David Green2018-12-071-7/+1
* [ARC] Fix macro usage (DEBUG -> LLVM_DEBUG)Tatyana Krasnukha2018-09-101-1/+1
* [ARC] Prevent InstPrinter from crashing on unknown condition codes.Tatyana Krasnukha2018-09-061-3/+8
* ARC, Nios2: Silence build warnings. NFCI.Peter Collingbourne2018-05-174-7/+4
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-146-72/+74
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-014-5/+5
* Consistently sort add_subdirectory calls in lib/Target/*/CMakeLists.txtNico Weber2018-04-231-2/+2
* [ARC] Add LImm support for J/JLYan Luo2018-04-131-5/+17
* Test commit accessYan Luo2018-04-121-1/+1
* [ARC] Add <.f> suffix for F32_GEN4_{DOP|SOP}.Pete Couperus2018-04-061-4/+32
* Sort targetgen calls in lib/Target/*/CMakeLists.Nico Weber2018-04-041-4/+5
* [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...Craig Topper2018-03-291-1/+1
* Fix layering by moving ValueTypes.h from CodeGen to IRDavid Blaikie2018-03-231-1/+1
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* [ARC] Add missing condition codes.Tatyana Krasnukha2018-01-173-0/+10
* (Re-landing) Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-222-5/+4
* Revert "Expose a TargetMachine::getTargetTransformInfo function"Sanjoy Das2017-12-212-4/+5
* Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-212-5/+4
* Fix more inconsistent line endings. NFC.Dimitry Andric2017-12-182-8/+8
* Fix inconsistent line endings in ARCDisassembler.cpp. NFC.Dimitry Andric2017-12-181-3/+3
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-153-14/+12
* [ARC] Add instruction subset for the ARC backend.Tatyana Krasnukha2017-12-024-159/+990
* [CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih2017-11-282-4/+4
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-176-6/+6
* [arc] Fix ambiguous overloaded operator errorDaniel Sanders2017-11-161-1/+1
* [arc] Update TargetInfo to include the new backend name argumentDaniel Sanders2017-11-161-1/+1
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-082-2/+2
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-032-2/+2
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-122-5/+6
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-122-6/+5
* [ARC] Add ARC backend.Pete Couperus2017-08-2447-0/+5494
OpenPOWER on IntegriCloud