summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move the contents of the CodeGen/TargetMachine/Sparc directory to Target/SparcChris Lattner2001-09-141-2016/+0
| | | | llvm-svn: 560
* This checkin represents some cleanup of the backend, implementing the ↵Chris Lattner2001-09-141-2/+1
| | | | | | | | | | following things: 1. The TargetMachine structure is free to decide the process a particular target uses to generate code. 2. All of the gooee details of the sparc backend are now localized in the lib/CodeGen/TargetMAchine/Sparc directory. The Sparc.h file that is globally visible is just a stub. 3. The Sparc.h file that esxists now will dissapear entirely someday when we have multiple backends chosen by a factory of some sort. llvm-svn: 559
* * Clean up InstrForestChris Lattner2001-09-121-7/+7
| | | | | | | | | | | | * Fix ins sel problem, test case: void "foo" (int *%x, int *%y) begin seteq int *%x, %y ret void end llvm-svn: 552
* Eliminate 'BasicNode' from InstrForest.Chris Lattner2001-09-111-10/+5
| | | | llvm-svn: 551
* Use type checking predicatesChris Lattner2001-09-101-14/+12
| | | | llvm-svn: 543
* Implement the subset of the GetConstantValueAsSignedInt function that is ↵Chris Lattner2001-09-091-0/+32
| | | | | | needed, locally. Remove the two support functions to inline their contents. llvm-svn: 525
* Handle cast float-to-float or cast double-to-double.Vikram S. Adve2001-09-091-4/+17
| | | | llvm-svn: 512
* Updates to work with new lack of constant poolChris Lattner2001-09-071-22/+5
| | | | llvm-svn: 490
* Major changes too hard to document :-)Vikram S. Adve2001-08-281-766/+1115
| | | | llvm-svn: 400
* Convert to use the new factored out TargetData classChris Lattner2001-08-271-7/+5
| | | | llvm-svn: 381
* Changed case 64 to make the first arg of phi a defintionRuchira Sasanka2001-08-131-1/+1
| | | | llvm-svn: 355
* Add CC operand as 4th operand of SUBcc, and mark it as a def.Vikram S. Adve2001-08-061-6/+5
| | | | llvm-svn: 348
* Generate dummy Phi machine instruction, plus a bug fix for BrCond(boolreg).Vikram S. Adve2001-07-311-3/+19
| | | | llvm-svn: 334
* Bug fixes:Vikram S. Adve2001-07-281-194/+381
| | | | | | | | | | Store bool result in register after SetCC if the bool value is used by anything other than a branch. Forward-substitute operand of a VM instruction for which no machine instruction is generated (e.g., Cast). Other changes due to changes to classes TargetMachine and MachineInstr. llvm-svn: 309
* Removal of the redundant CompileContext wrapperChris Lattner2001-07-231-27/+23
| | | | llvm-svn: 274
* Make code fit in 80 columns moreChris Lattner2001-07-211-24/+19
| | | | llvm-svn: 259
* Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner2001-07-211-4/+4
| | | | llvm-svn: 253
* Description of the SPARC as a target architecture.Vikram S. Adve2001-07-211-0/+1456
llvm-svn: 233
OpenPOWER on IntegriCloud