aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/Sparc.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+14
* Merging r195576:Bill Wendling2013-11-271-0/+17
* [Sparc] Implement JIT for SPARC.Venkatraman Govindaraju2013-10-081-0/+2
* [Sparc] Delete FPMover Pass and remove Fp* Pseudo-instructions from Sparc bac...Venkatraman Govindaraju2013-06-081-1/+0
* Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,Venkatraman Govindaraju2013-06-041-2/+2
* Fix some leftover control reaches end of non-void function warnings.Benjamin Kramer2012-01-101-2/+2
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-1/+0
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-15/+1
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-281-1/+2
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-1/+2
* add support for the sparcv9-*-* target triple to turn onChris Lattner2010-02-041-0/+1
* Add new helpers for registering targets.Daniel Dunbar2009-07-251-3/+0
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-181-0/+3
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-2/+3
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-1/+1
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-1/+2
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-1/+0
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-2/+3
* Second attempt:Bill Wendling2009-04-291-1/+1
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-1/+1
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-1/+1
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-2/+2
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-1/+2
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* Avoid creating two TargetLowering objects for each target.Dan Gohman2008-10-031-1/+2
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-1/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* silence warningsChris Lattner2006-11-031-1/+1
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-1/+1
* Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner2006-02-051-46/+43
* treat conditional branches the same way as conditional moves (giving themChris Lattner2006-01-311-34/+0
* compactify all of the integer conditional moves into one instruction that takesChris Lattner2006-01-311-1/+111
* remove the V8 simple iselChris Lattner2006-01-231-1/+0
* Add the framework for a dag-dag iselChris Lattner2005-12-171-0/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Add createSparcV8FPMoverPass().Brian Gaeke2004-09-291-0/+1
* Add references to delay slot filler pass.Brian Gaeke2004-04-061-0/+1
* Asm printer support, based on x86 - only prints mnemonics for nowBrian Gaeke2004-03-041-2/+2
* Add an instruction selector capable of selecting 'ret void'Chris Lattner2004-02-291-5/+3
* SparcV8 skeletonBrian Gaeke2004-02-251-0/+42