summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/SparcV9InstrInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* All the SparcV9 BURG instruction selector pieces have been collected into theBrian Gaeke2004-08-041-789/+0
| | | | | | | new file SparcV9BurgISel.cpp, with exposed interfaces in SparcV9BurgISel.h. The InstrSelection directory is now dead. llvm-svn: 15468
* Fix #includes of i*.h => Instructions.h as per PR403:Chris Lattner2004-07-291-1/+1
| | | | | | http://llvm.cs.uiuc.edu/PR403 . llvm-svn: 15331
* Convert many of the virtual TargetInstrInfo methods used as helperBrian Gaeke2004-07-271-21/+16
| | | | | | | | functions in SparcV9InstrSelection and SparcV9PreSelection into regular old global functions. As it happens, none of them really have anything to do with TargetInstrInfo. llvm-svn: 15278
* bug 122:Reid Spencer2004-07-191-2/+1
| | | | | | | Simplify a conditional operator for a constant result from GV->isNullValue() llvm-svn: 15001
* Inline 4 methodsChris Lattner2004-07-191-12/+12
| | | | llvm-svn: 15000
* bug 122:Reid Spencer2004-07-181-16/+10
| | | | | | | | - Replace ConstantPointerRef usage with GlobalValue usage - Minimize redundant isa<GlobalValue> usage - Correct isa<Constant> for GlobalValue subclass llvm-svn: 14950
* Turn loads of ConstantPointerNulls into loads of zero... don't spillBrian Gaeke2004-06-111-0/+6
| | | | | | them into the constant pool. llvm-svn: 14128
* Convert to the new TargetMachine interface.Chris Lattner2004-06-021-6/+5
| | | | llvm-svn: 13952
* Transform an occurrence of if(...) { assert (0) }.Brian Gaeke2004-05-301-4/+2
| | | | llvm-svn: 13908
* Fix file header comments and include guards -- many files have been moved orBrian Gaeke2004-04-251-1/+5
| | | | | | | renamed since they were last spiffed up, or they just never had proper comments in the first place. llvm-svn: 13148
* Don't include InstrSelectionSupport.h.Brian Gaeke2004-04-071-1/+0
| | | | llvm-svn: 12764
* Adjust to change in TII ctor argumentsChris Lattner2004-02-291-5/+1
| | | | llvm-svn: 11987
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-251-0/+799
llvm-svn: 11826
OpenPOWER on IntegriCloud