aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/TargetLoweringBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM with patches for fp16Pirama Arumuga Nainar2015-05-261-4/+13
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-13/+6
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-58/+62
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-30/+165
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-21/+66
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-45/+65
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-19/+19
* Update to LLVM 3.5a.Stephen Hines2014-04-241-7/+77
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+1
* LegalizeDAG: allow libcalls for max/min atomic operationsTim Northover2013-10-251-0/+20
* SelectionDAG: Pass along the original argument/element type in ISD::InputArgTom Stellard2013-10-231-1/+1
* Remove unused TargetLowering field.Matt Arsenault2013-10-211-1/+0
* CodeGen: Emit a libcall if the target doesn't support 16-byte wide atomicsDavid Majnemer2013-10-181-0/+8
* 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