summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcSubtarget.h
Commit message (Expand)AuthorAge
* [Sparc] Add VIS instructions to sparc backend.Venkatraman Govindaraju2014-03-02
* Only generate the popc instruction for SPARC CPUs that implement it.Jakob Stoklund Olesen2014-01-26
* Move Sparc's getDataLayout out of line and add comments.Rafael Espindola2013-12-11
* [Sparc] Add long double (f128) instructions to sparc backend. Venkatraman Govindaraju2013-08-25
* Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,Venkatraman Govindaraju2013-06-04
* [Sparc] Generate correct code for leaf functions with stack objects Venkatraman Govindaraju2013-06-01
* SPARC v9 stack pointer bias.Jakob Stoklund Olesen2013-04-06
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-07
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-01
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-01
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-01
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* add support for the sparcv9-*-* target triple to turn onChris Lattner2010-02-04
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-02
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-23
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner2006-02-05
* Rest of subtarget support, remove references to ppcChris Lattner2006-01-26
* Add trivial subtarget supportChris Lattner2006-01-26