aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/TargetLoweringBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-201-1/+0
* Use the target options specified on a function to reset the back-end.Bill Wendling2013-04-051-39/+44
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-291-1/+0
* Set properties for f128 type.Akira Hatanaka2013-03-011-0/+9
* Fix PR10475Michael Liao2013-03-011-1/+8
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-201-5/+5
* enable SDISel sincos optimization for GNU environmentsPaul Redmond2013-02-151-8/+17
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-291-0/+7
* Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer2013-01-111-0/+1274