summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcISelLowering.h
Commit message (Expand)AuthorAge
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-18
* several major improvements to the sparc backend: support for weak linkageChris Lattner2009-09-15
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-02
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Major calling convention code refactoring.Dan Gohman2009-08-05
* Don't override LowerArguments in the SPARC backend. In addition to Eli Friedman2009-07-19
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-01
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-30
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-07
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-30
* Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman2008-10-18
* Add rudimentary support for 'r' register operandAnton Korobeynikov2008-10-10
* Fix these enums' starting values to reflect the way thatDan Gohman2008-09-23
* Rename SDOperand to SDValue.Dan Gohman2008-07-27
* Replace some std::vectors that showed up in heap profiling withDan Gohman2008-06-30
* Switch sparc from using LowerCallTo to using LowerOperation(CALL) like Chris Lattner2008-03-17
* split sparc lowering out into SparcISelLowering.{cpp|h} to followChris Lattner2008-03-17