aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Sparc/Sparc.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-09This change adds co-processor condition branching and conditional traps to th...Chris Dewhurst1-1/+34
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-2/+2
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-2/+2
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-2/+0
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-0/+2
2014-08-07Nuke the old JIT.Rafael Espindola1-2/+0
2014-03-01[Sparc] Add support for parsing annulled branch instructions.Venkatraman Govindaraju1-4/+8
2013-12-26[Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter.Venkatraman Govindaraju1-0/+6
2013-11-24[Sparc] Emit large negative adjustments to SP/FP with sethi+xor instead of se...Venkatraman Govindaraju1-0/+17
2013-10-08[Sparc] Implement JIT for SPARC.Venkatraman Govindaraju1-0/+2
2013-06-08[Sparc] Delete FPMover Pass and remove Fp* Pseudo-instructions from Sparc bac...Venkatraman Govindaraju1-1/+0
2013-06-04Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,Venkatraman Govindaraju1-2/+2
2012-01-10Fix some leftover control reaches end of non-void function warnings.Benjamin Kramer1-2/+2
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie1-1/+0
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng1-15/+1
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng1-1/+2
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng1-1/+2
2010-02-04add support for the sparcv9-*-* target triple to turn onChris Lattner1-0/+1
2009-07-25Add new helpers for registering targets.Daniel Dunbar1-3/+0
2009-07-18Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar1-0/+3
2009-07-14Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene1-2/+3
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin1-1/+1
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin1-1/+2
2009-07-01Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar1-1/+0
2009-04-29Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling1-2/+3
2009-04-29Second attempt:Bill Wendling1-1/+1
2009-04-28r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling1-1/+1
2009-04-28Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling1-1/+1
2009-03-25CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng1-2/+2
2009-02-24Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling1-1/+2
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman1-1/+0
2008-10-03Avoid creating two TargetLowering objects for each target.Dan Gohman1-1/+2
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson1-1/+2
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2006-11-03silence warningsChris Lattner1-1/+1
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner1-1/+1
2006-02-05Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner1-0/+116