summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetLoweringBase.cpp
Commit message (Expand)AuthorAge
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* LegalizeDAG: allow libcalls for max/min atomic operationsTim Northover2013-10-25
* SelectionDAG: Pass along the original argument/element type in ISD::InputArgTom Stellard2013-10-23
* Remove unused TargetLowering field.Matt Arsenault2013-10-21
* CodeGen: Emit a libcall if the target doesn't support 16-byte wide atomicsDavid Majnemer2013-10-18
* SelectionDAG: Use correct pointer size when lowering function arguments v2Tom Stellard2013-08-26
* Add a llvm.copysign intrinsicHal Finkel2013-08-19
* [stackprotector] Add in the stackprotector libcall.Michael Gottesman2013-08-12
* Set ISD::FROUND to Expand by default for all typesHal Finkel2013-08-09
* Add ISD::FROUND for libm round()Hal Finkel2013-08-07
* 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