aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/TargetLoweringBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* SelectionDAG: Use correct pointer size when lowering function arguments v2Tom Stellard2013-08-261-0/+13
* Add a llvm.copysign intrinsicHal Finkel2013-08-191-0/+5
* [stackprotector] Add in the stackprotector libcall.Michael Gottesman2013-08-121-0/+7
* Set ISD::FROUND to Expand by default for all typesHal Finkel2013-08-091-4/+3
* Add ISD::FROUND for libm round()Hal Finkel2013-08-071-0/+9
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-181-1/+1
* 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