summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
Commit message (Expand)AuthorAgeFilesLines
...
* [TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.hAlex Bradbury2016-11-011-4/+4
* [Sparc] Don't overlap variable-sized allocas with other stack variables.James Y Knight2016-10-251-3/+43
* [Sparc][LEON] Detects an erratum on UT699 LEON 3 processors involving roundin...Chris Dewhurst2016-10-196-0/+73
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-101-1/+1
* This pass, fixing an erratum in some LEON 2 processors ensures that the SDIV ...Chris Dewhurst2016-10-105-1/+18
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-097-29/+41
* MC: Remove unused entities.Peter Collingbourne2016-10-091-1/+1
* [Sparc] Implement UMUL_LOHI and SMUL_LOHI instead of MULHS/MULHU/MUL.James Y Knight2016-10-053-18/+6
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-014-11/+7
* Defer asm errors to post-statement failureNirav Dave2016-09-161-9/+7
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-162-12/+11
* Finish renaming remaining analyzeBranch functionsMatt Arsenault2016-09-142-4/+4
* Make analyzeBranch family of instruction names consistentMatt Arsenault2016-09-142-3/+3
* AArch64: Use TTI branch functions in branch relaxationMatt Arsenault2016-09-142-5/+11
* Revert r281336 (and r281337), it caused PR30372.Nico Weber2016-09-131-7/+9
* [Myriad]: set LeonCASA processor featureDouglas Katzman2016-09-131-6/+6
* Defer asm errors to post-statement failureNirav Dave2016-09-131-9/+7
* Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...Eric Christopher2016-09-131-7/+9
* [MC] Defer asm errors to post-statement failureNirav Dave2016-09-121-9/+7
* [Sparc][LEON] Removed the parts of the errata fixes implemented using inline ...Chris Dewhurst2016-09-091-76/+0
* [Sparc][Leon] Corrected supported atomics size for processors supporting Leon...Chris Dewhurst2016-09-061-1/+1
* [Sparc] Mark i128 shift libcalls unavailable in 32-bit mode.James Y Knight2016-09-021-0/+7
* [Myriad]: add missing 'mcpu' valuesDouglas Katzman2016-08-291-0/+3
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-1/+1
* [SelectionDAG] Rename fextend -> fpextend, fround -> fpround, frnd -> froundMichael Kuperstein2016-08-182-11/+11
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-13/+13
* Revert "[Sparc] Leon errata fix passes."James Y Knight2016-08-128-947/+228
* [Sparc][Leon] Missed resetting option flags from check-in 278489.Chris Dewhurst2016-08-121-0/+3
* [Sparc][Leon] Errata fixes for various errata in different versions of the Le...Chris Dewhurst2016-08-127-230/+250
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-2/+1
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-283-56/+56
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-252-2/+5
* [Sparc]: Fix bug in LowerSTORE due to r275592Douglas Katzman2016-07-211-1/+1
* [SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...Justin Lebar2016-07-151-115/+66
* Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar2016-07-152-3/+3
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-1/+2
* Sparc: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith2016-07-081-3/+3
* [Sparc] Leon errata fix passes.Chris Dewhurst2016-07-088-173/+869
* Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...Benjamin Kramer2016-07-021-7/+6
* CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith2016-06-302-32/+30
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-25/+10
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-302-28/+25
* [Sparc] Atomics pass changes to make work with SparcV8 back-ends.Chris Dewhurst2016-06-271-4/+2
* Use isPositionIndependent(). NFC.Rafael Espindola2016-06-271-2/+2
* Use isPositionIndependent(). NFC.Rafael Espindola2016-06-272-5/+3
* Last line of file missing on previous check-in.Chris Dewhurst2016-06-271-0/+1
* [Sparc] Formatting and commenting changes per review.Chris Dewhurst2016-06-272-185/+191
* [sparc] Simplify slow and verbose string matching code to startswith_lower.Benjamin Kramer2016-06-271-15/+10
* Prune some includes from headers and sink some inline functionsReid Kleckner2016-06-222-0/+2
* [SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCalleeKrzysztof Parzyszek2016-06-221-2/+2
OpenPOWER on IntegriCloud