summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon
Commit message (Expand)AuthorAgeFilesLines
* Move RDF from Hexagon to CodegenScott Constable2020-06-2413-4711/+16
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-146-7/+7
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-111-8/+7
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-101-0/+1
* CodeGen: Use LLT instead of EVT in getRegisterByNameMatt Arsenault2020-01-092-2/+2
* [MC] Add parameter `Address` to MCInstrPrinter::printInstructionFangrui Song2020-01-062-4/+4
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-063-7/+9
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-061-1/+1
* Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."Florian Hahn2020-01-041-1/+1
* [SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).Florian Hahn2020-01-041-1/+1
* Move tail call disabling code to target independent codeReid Kleckner2020-01-031-10/+1
* [DAGCombine] Initialize the default operation action for SIGN_EXTEND_INREG fo...QingShan Zhang2020-01-032-0/+11
* [SelectionDAG] Disallow indirect "i" constraintFangrui Song2019-12-291-1/+0
* Hexagon: Fix missing tablegen mode commentMatt Arsenault2019-12-271-1/+1
* [Hexagon] Fixes -Wrange-loop-analysis warningsMark de Wever2019-12-225-10/+10
* Make more use of MachineInstr::mayLoadOrStore.Jay Foad2019-12-196-8/+8
* Revert "Honor -fuse-init-array when os is not specified on x86"Mitch Phillips2019-12-171-0/+1
* Fix assertion failure in getMemOperandWithOffsetWidthKristof Beyls2019-12-171-4/+1
* Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"Guillaume Chatelet2019-12-171-6/+4
* Honor -fuse-init-array when os is not specified on x86Kamlesh Kumar2019-12-161-1/+0
* Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"Guillaume Chatelet2019-12-161-4/+6
* [Alignment][NFC] Deprecate CreateMemCpy/CreateMemMoveGuillaume Chatelet2019-12-161-6/+4
* [IR] Split out target specific intrinsic enums into separate headersReid Kleckner2019-12-117-2/+9
* [ARM] Teach the Arm cost model that a Shift can be folded into other instruct...David Green2019-12-092-11/+14
* Reland 'Fixed -Wdeprecated-copy warnings. NFCI.'Dávid Bolvanský2019-11-232-2/+16
* Revert 'Fixed -Wdeprecated-copy warnings. NFCI.'Dávid Bolvanský2019-11-232-16/+2
* Fixed -Wdeprecated-copy warnings. NFCI.Dávid Bolvanský2019-11-232-2/+16
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-214-4/+4
* [Hexagon] Remove incorrect intrinsic definition and invalid testcaseKrzysztof Parzyszek2019-11-211-3/+0
* DAG: Add function context to isFMAFasterThanFMulAndFAddMatt Arsenault2019-11-192-2/+4
* [SVE][CodeGen] Scalable vector MVT size queriesGraham Hunter2019-11-181-1/+1
* [Hexagon] Validate the iterators before converting them to mux.Sumanth Gundapaneni2019-11-141-2/+8
* Hexagon - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-144-6/+6
* Sink all InitializePasses.h includesReid Kleckner2019-11-1315-9/+24
* [Hexagon] Update PS_aligna with max stack alignment once isel completesKrzysztof Parzyszek2019-11-122-3/+18
* [Hexagon] Fix vector spill expansion to use proper alignmentKrzysztof Parzyszek2019-11-124-105/+173
* [Hexagon] Convert stack object offsets to int64, NFCKrzysztof Parzyszek2019-11-121-1/+1
* [Hexagon] Handle stack realignment in hexagon-vextractKrzysztof Parzyszek2019-11-121-7/+37
* [Hexagon] Require PS_aligna whenever variable-sized objects are presentKrzysztof Parzyszek2019-11-121-3/+3
* Use MCRegister in copyPhysRegMatt Arsenault2019-11-112-3/+3
* [Hexagon] getCompoundCandidateGroup - fix 'false' value is implicitly cast to...Simon Pilgrim2019-11-051-5/+5
* [cfi] Add flag to always generate .debug_frameDavid Candler2019-10-311-2/+1
* Fix pattern error for S2_tstbit_i instructionIkhlas Ajbar2019-10-301-2/+2
* [Hexagon] Handle remaining registers in getRegisterByName()Krzysztof Parzyszek2019-10-291-2/+64
* [Alignment][NFC] getMemoryOpCost uses MaybeAlignGuillaume Chatelet2019-10-252-13/+23
* [Hexagon] Fix typo. NFCShoaib Meenai2019-10-231-1/+1
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+2
* Use Align for TFL::TransientStackAlignmentGuillaume Chatelet2019-10-211-1/+1
* Prune two MachineInstr.h includes, fix up depsReid Kleckner2019-10-193-3/+3
* [Alignment][NFC] Use Align for TargetFrameLowering/SubtargetGuillaume Chatelet2019-10-171-1/+1
OpenPOWER on IntegriCloud