aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc
Commit message (Expand)AuthorAgeFilesLines
* Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman2007-01-291-0/+4
* Make LABEL a builtin opcode.Jim Laskey2007-01-261-1/+1
* hasFP() is now a virtual method of MRegisterInfo.Evan Cheng2007-01-232-0/+5
* Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner2007-01-201-2/+2
* Fix naming inconsistency.Evan Cheng2007-01-022-8/+8
* For PR950:Reid Spencer2006-12-311-19/+21
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-193-7/+10
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-075-10/+5
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-063-4/+4
* These asm printers shouldn't use assembly/writer.hChris Lattner2006-12-061-6/+1
* MachineInstr::setOpcode -> MachineInstr::setInstrDescriptorEvan Cheng2006-11-301-3/+4
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-276-29/+38
* Properly transfer kill / dead info.Evan Cheng2006-11-151-5/+9
* Matches MachineInstr changes.Evan Cheng2006-11-133-8/+10
* Match tblegen changes.Evan Cheng2006-11-081-6/+7
* remove redundant/dead varsChris Lattner2006-11-031-2/+0
* silence warningsChris Lattner2006-11-031-1/+1
* For PR786:Reid Spencer2006-11-021-2/+0
* All targets expand BR_JT for now.Evan Cheng2006-10-301-1/+2
* don't dist internal readmeChris Lattner2006-10-281-1/+0
* fix warning about missing newline at end of fileRafael Espindola2006-10-241-1/+1
* implement uncond branch insertion for sparc to fix regressions from last nightChris Lattner2006-10-242-0/+13
* Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng2006-10-132-13/+12
* adjcallstackup/down clobbers the stack pointerChris Lattner2006-10-121-2/+2
* Add properties to ComplexPattern.Evan Cheng2006-10-111-2/+2
* Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng2006-10-092-26/+26
* Make use of getStore().Evan Cheng2006-10-051-8/+7
* Use getSectionForFunctionChris Lattner2006-10-051-3/+5
* Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add anEvan Cheng2006-10-041-4/+4
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-0/+8
* Reflects MachineConstantPoolEntry changes.Evan Cheng2006-09-121-1/+1
* 1. Remove condition on delete.Jim Laskey2006-09-072-5/+9
* Make target asm info a property of the target machine.Jim Laskey2006-09-072-14/+6
* Break out target asm info into separate files.Jim Laskey2006-09-072-0/+56
* Separate target specific asm properties from the asm printers.Jim Laskey2006-09-061-4/+12
* Completely eliminate def&use operands. Now a register operand is EITHER aChris Lattner2006-09-051-2/+2
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-042-54/+18
* Simplify target construction.Chris Lattner2006-09-031-1/+1
* Use a couple of multiclass patterns to factor some integer ops.Chris Lattner2006-09-012-135/+51
* remove a bunch of commentsChris Lattner2006-09-011-54/+0
* SelectNodeTo now returns a SDNode*.Evan Cheng2006-08-261-2/+2
* Select() no longer require Result operand by reference.Evan Cheng2006-08-261-6/+4
* Match tblgen changes.Evan Cheng2006-08-261-6/+8
* Constify some methods. Patch provided by Anton Vayvod, thanks!Chris Lattner2006-08-171-2/+2
* SelectNodeTo() may return a SDOperand that is different from the input.Evan Cheng2006-08-161-3/+3
* Match tablegen changes.Evan Cheng2006-08-111-6/+6
* CALLSEQ_* produces chain even if that's not needed.Evan Cheng2006-08-111-2/+4
* Start eliminating temporary vectors used to create DAG nodes. Instead, passChris Lattner2006-08-081-24/+14
* Match tablegen isel changes.Evan Cheng2006-08-071-14/+5
* Remove InFlightSet hack. No longer needed.Evan Cheng2006-07-281-1/+0