summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetLoweringBase.cpp
Commit message (Expand)AuthorAge
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-20
* Use the target options specified on a function to reset the back-end.Bill Wendling2013-04-05
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-29
* Set properties for f128 type.Akira Hatanaka2013-03-01
* Fix PR10475Michael Liao2013-03-01
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-20
* enable SDISel sincos optimization for GNU environmentsPaul Redmond2013-02-15
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-29
* Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer2013-01-11