summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-11/+11
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-11/+12
* Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned Eli Friedman2009-07-091-5/+8
* As Chris pointed out, we don't actually need to pass the context around here.Owen Anderson2009-07-091-2/+2
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-091-6/+8
* Make SelectionDAG::getVectorShuffle work properly for VECTOR_SHUFFLEDan Gohman2009-07-091-2/+2
* SelectionDAG::SignBitIsZero doesn't work right for vectors,Chris Lattner2009-07-071-0/+4
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-071-1/+1
* Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...Tilmann Scheller2009-07-031-5/+6
* fix a typo that GCC should have caught that causes crashes with -view-*-dagsChris Lattner2009-06-271-1/+1
* fix a really subtle bug in the cross section of aliases and TLS:Chris Lattner2009-06-261-9/+3
* add targetflags to jump tables and constant pool entries.Chris Lattner2009-06-251-6/+24
* allow setting target operand flags on TargetGlobalAddress nodes.Chris Lattner2009-06-251-6/+19
* start bringing targetoperand flags into isel, first up, ExternalSymbol.Chris Lattner2009-06-251-7/+13
* Provide guards for this shared structure. I'm not sure this actually needsOwen Anderson2009-06-251-3/+8
* Rewrite 73900 per Duncan's suggestion.Dale Johannesen2009-06-241-19/+9
* Fix memcpy expansion so it won't generate invalidDale Johannesen2009-06-221-6/+25
* Add new function attribute - noimplicitfloatDevang Patel2009-06-051-1/+1
* Don't do the X * 0.0 -> 0.0 transformation in instcombine, becauseDan Gohman2009-06-041-5/+8
* Fix comments.Dan Gohman2009-06-041-2/+2
* Revert 72707 and 72709, for the moment.Dale Johannesen2009-06-021-0/+1
* Make the implicit inputs and outputs of target-independentDale Johannesen2009-06-011-1/+0
* Untabification.Bill Wendling2009-05-301-4/+4
* Make DBG_STOPPOINT nodes, and therefore DBG_LABEL labels, get a DebugLoc, so ...Chris Lattner2009-05-041-1/+2
* Update comment, replace theoretically impossible check with an assert.Nate Begeman2009-04-291-3/+1
* Implement review feedback for vector shuffle work.Nate Begeman2009-04-291-25/+33
* Add a public method called getAddressSpace() to the GlobalAddressSDNode.Sanjiv Gupta2009-04-291-0/+7
* 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.Nate Begeman2009-04-271-19/+135
* Fix PR 4057, a crash doing float->char const folding.Dale Johannesen2009-04-241-3/+4
* Revert 69952. Causes testsuite failures on linux x86-64.Rafael Espindola2009-04-241-131/+22
* PR2957Nate Begeman2009-04-241-22/+131
* Simplify this code. getConstant knows how to makeDan Gohman2009-04-201-10/+3
* Revise my previous change 68996 as suggested by Duncan.Bob Wilson2009-04-201-1/+2
* Now that BUILD_VECTOR operands are allowed to beDuncan Sands2009-04-191-9/+6
* Don't try to make BUILD_VECTOR operands have the sameDuncan Sands2009-04-181-1/+4
* Generalize one of the SelectionDAG::ReplaceAllUsesWith overloadsDan Gohman2009-04-151-5/+8
* Change SelectionDAG type legalization to allow BUILD_VECTOR operands to beBob Wilson2009-04-131-4/+15
* Remove the obsolete SelectionDAG::getNodeValueTypes and simplifyDan Gohman2009-04-091-28/+21
* Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused.Dan Gohman2009-04-031-3/+0
* Now that errs() is properly non-buffered, there's no need toDan Gohman2009-03-231-2/+0
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-131-4/+2
* Oops...I committed too much.Bill Wendling2009-03-131-5/+2
* Temporarily XFAIL this test.Bill Wendling2009-03-131-2/+5
* Fix BuildVectorSDNode::isConstantSplat to handle one-element vectors.Bob Wilson2009-03-041-2/+2
* Generalize BuildVectorSDNode::isConstantSplat to use APInts and handleBob Wilson2009-03-021-78/+49
* Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a newBob Wilson2009-03-011-0/+91
* Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.Evan Cheng2009-02-251-144/+12
* Expand tabs to spaces (overlooked in previous commit)Scott Michel2009-02-251-12/+12
* Remove all "cached" data from BuildVectorSDNode, preferring to retrieveScott Michel2009-02-251-13/+8
* Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simpleDan Gohman2009-02-241-1/+1
OpenPOWER on IntegriCloud