aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Major calling convention code refactoring.Dan Gohman2009-08-051-55/+26
* Propogate the Depth argument when callingDan Gohman2009-08-041-1/+2
* Print the target flags as an int instead of a char, as they aren'tDan Gohman2009-08-011-4/+4
* Allow targets to define libcall names for mem(cpy,set,move) intrinsics, rathe...Sanjiv Gupta2009-07-301-3/+6
* Move types back to the 2.5 API.Owen Anderson2009-07-291-6/+5
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-271-1/+1
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-1/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+1
* Fix some minor MSVC compiler warnings.Daniel Dunbar2009-07-191-2/+2
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-161-1/+1
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-161-1/+1
* 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