Use the same tls section name as msvc.
[oota-llvm.git] / lib / CodeGen / TargetLoweringBase.cpp
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-10-25 Tim NorthoverLegalizeDAG: allow libcalls for max/min atomic operations
2013-10-23 Tom StellardSelectionDAG: Pass along the original argument/element...
2013-10-21 Matt ArsenaultRemove unused TargetLowering field.
2013-10-18 David MajnemerCodeGen: Emit a libcall if the target doesn't support...
2013-08-26 Tom StellardSelectionDAG: Use correct pointer size when lowering...
2013-08-19 Hal FinkelAdd a llvm.copysign intrinsic
2013-08-12 Michael Gottesman[stackprotector] Add in the stackprotector libcall.
2013-08-09 Hal FinkelSet ISD::FROUND to Expand by default for all types
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-04-20 Tim NorthoverRemove unused ShouldFoldAtomicFences flag.
2013-04-05 Bill WendlingUse the target options specified on a function to reset...
2013-03-29 Benjamin KramerRemove the old CodePlacementOpt pass.
2013-03-01 Akira HatanakaSet properties for f128 type.
2013-03-01 Michael LiaoFix PR10475
2013-02-20 Jim GrosbachUpdate TargetLowering ivars for name policy.
2013-02-15 Paul Redmondenable SDISel sincos optimization for GNU environments
2013-01-29 Evan ChengTeach SDISel to combine fsin / fcos into a fsincos...
2013-01-11 Benjamin KramerSplit TargetLowering into a CodeGen and a SelectionDAG...