summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
Commit message (Expand)AuthorAgeFilesLines
* Redo the 3 existing low-precision expansions toDale Johannesen2008-09-081-47/+38
* Reverting r55898 to r55909. One of these patches was causing an ICE during th...Bill Wendling2008-09-081-33/+37
* Add VISIBILITY_HIDDEN on SDISelAsmOperandInfoDaniel Dunbar2008-09-081-1/+1
* Unbreak and fix indentationAnton Korobeynikov2008-09-081-37/+33
* Next limited float precision expansion (log2 12 bits)Dale Johannesen2008-09-051-3/+43
* Add the next limited-precision expansion.Dale Johannesen2008-09-051-3/+42
* Add hooks for other intrinsics to get low-precision expansions.Dale Johannesen2008-09-051-12/+56
* Add -flimit-float-precision to enable some faster,Dale Johannesen2008-09-051-3/+55
* Add an include of SmallSet.h.Dan Gohman2008-09-041-0/+1
* Clean up uses of TargetLowering::getTargetMachine.Dan Gohman2008-09-041-1/+1
* Add intrinsics for log, log2, log10, exp, exp2.Dale Johannesen2008-09-041-0/+25
* Put RegsForValue in the llvm namespace to avoid warnings aboutDan Gohman2008-09-031-1/+1
* Create HandlePHINodesInSuccessorBlocksFast, a version ofDan Gohman2008-09-031-3/+58
* Split the SelectionDAG-building code, including the FunctionLoweringInfoDan Gohman2008-09-031-0/+4765
OpenPOWER on IntegriCloud