summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcISelDAGToDAG.cpp
Commit message (Expand)AuthorAge
...
* In TargetLowering::LowerCallTo, don't assert thatDuncan Sands2008-02-14
* Change how FP immediates are handled. Nate Begeman2008-02-14
* Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBitsDan Gohman2008-02-13
* Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t.Dan Gohman2008-02-13
* Re-apply the memory operand changes, with a fix for the staticDan Gohman2008-02-06
* Dwarf requires variable entries to be in the source order. Right now, since w...Evan Cheng2008-02-04
* explicitly include Compiler.h instead of getting it from tblgen in the middle...Chris Lattner2008-02-03
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-02
* Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng2008-01-31
* Create a new class, MemOperand, for describing memory referencesDan Gohman2008-01-31
* Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope...Evan Cheng2008-01-30
* The last pieces needed for loading arbitraryDuncan Sands2008-01-23
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-31
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-30
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling2007-11-13
* Set ISD::FPOW to Expand.Dan Gohman2007-10-11
* Fix CodeGen/Generic/BasicInstrs.llx on sparc by marking divremChris Lattner2007-10-10
* Fold the adjust_trampoline intrinsic intoDuncan Sands2007-09-11
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-27
* Fix CodeGen/Generic/print-arith-fp.ll on sparc (PR1551)Chris Lattner2007-07-13
* Assert when TLS is not implemented.Lauro Ramos Venancio2007-07-11
* Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits fromDan Gohman2007-06-22
* Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov2007-03-07
* Simplify lowering and selection of exception ops.Jim Laskey2007-02-22
* Support to provide exception and selector registers.Jim Laskey2007-02-21
* Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman2007-01-29
* Make LABEL a builtin opcode.Jim Laskey2007-01-26
* For PR950:Reid Spencer2006-12-31
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-27
* Match tblegen changes.Evan Cheng2006-11-08
* All targets expand BR_JT for now.Evan Cheng2006-10-30
* Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng2006-10-13
* Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng2006-10-09
* Make use of getStore().Evan Cheng2006-10-05
* Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add anEvan Cheng2006-10-04
* Reflects MachineConstantPoolEntry changes.Evan Cheng2006-09-12
* SelectNodeTo now returns a SDNode*.Evan Cheng2006-08-26
* Select() no longer require Result operand by reference.Evan Cheng2006-08-26
* Match tblgen changes.Evan Cheng2006-08-26
* SelectNodeTo() may return a SDOperand that is different from the input.Evan Cheng2006-08-16
* Match tablegen changes.Evan Cheng2006-08-11
* Start eliminating temporary vectors used to create DAG nodes. Instead, passChris Lattner2006-08-08
* Match tablegen isel changes.Evan Cheng2006-08-07
* Remove InFlightSet hack. No longer needed.Evan Cheng2006-07-28
* Type of extract_element index operand should be iPTR.Evan Cheng2006-06-15
* Change RET node to include signness information of the return values. i.e.Evan Cheng2006-05-26
* Add support for the missing FP condition codesChris Lattner2006-05-25
* Assert if InflightSet is not cleared after instruction selecting a BB.Evan Cheng2006-05-25