aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/Sparc.h
AgeCommit message (Expand)Author
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2006-02-05Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner
2006-01-31treat conditional branches the same way as conditional moves (giving themChris Lattner
2006-01-31compactify all of the integer conditional moves into one instruction that takesChris Lattner
2006-01-23remove the V8 simple iselChris Lattner
2005-12-17Add the framework for a dag-dag iselChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-29Add createSparcV8FPMoverPass().Brian Gaeke
2004-04-06Add references to delay slot filler pass.Brian Gaeke
2004-03-04Asm printer support, based on x86 - only prints mnemonics for nowBrian Gaeke
2004-02-29Add an instruction selector capable of selecting 'ret void'Chris Lattner
2004-02-25SparcV8 skeletonBrian Gaeke