summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARC
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-145-5/+5
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-111-2/+0
* [MC] Add parameter `Address` to MCInstrPrinter::printInstructionFangrui Song2020-01-062-2/+2
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-062-4/+5
* Fix typo "psuedo" in commentsJay Foad2020-01-031-1/+1
* Make more use of MachineInstr::mayLoadOrStore.Jay Foad2019-12-191-1/+1
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-213-3/+3
* [ARC] Add InitializePasses header to fix ARC build.Pete Couperus2019-11-192-0/+2
* Use MCRegister in copyPhysRegMatt Arsenault2019-11-112-3/+3
* [cfi] Add flag to always generate .debug_frameDavid Candler2019-10-311-1/+1
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+2
* [Alignment][NFC] Use Align for TargetFrameLowering/SubtargetGuillaume Chatelet2019-10-171-2/+2
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-1/+1
* [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...Guillaume Chatelet2019-09-111-2/+2
* [LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet2019-09-051-1/+1
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-153-7/+7
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Fix ARC after r367633Daniel Sanders2019-08-021-4/+2
* ARC: Fix -Wimplicit-fallthroughMatt Arsenault2019-06-241-0/+4
* CodeGen: Introduce a class for registersMatt Arsenault2019-06-243-4/+4
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-115-5/+5
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-105-5/+5
* [ARC] Cleanup ARCAsmPrinter.Pete Couperus2019-05-291-16/+0
* Uncomment LLVM_FALLTHROUGH.Pete Couperus2019-05-151-1/+1
* [ARC] Create a TargetInfo header. NFCRichard Trieu2019-05-147-3/+25
* [ARC] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1110-31/+5
* Add explicit dependency to MCDwarf.h in ARC backend.Pete Couperus2019-04-151-0/+1
* [ARC] Add ARCOptAddrMode pass to generate postincrement loads/stores.Pete Couperus2019-03-205-2/+514
* [ARC] Add more load/store variants.Pete Couperus2019-03-144-52/+182
* [ARC] Better classify add/sub immediate instructions in frame lowering.Pete Couperus2019-03-141-10/+40
* [CodeGen][ARC][SystemZ][WebAssembly] Use MachineInstr::isInlineAsm in more pl...Craig Topper2019-02-041-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1942-168/+126
* [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
OpenPOWER on IntegriCloud