summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* When inferring the pointer alignment, if the global doesn't have an initializerBill Wendling2011-09-301-0/+2
* Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach2011-09-271-2/+2
* Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.Nadav Rotem2011-09-271-0/+6
* Add vselect target support for targets that do not support blend but do supportNadav Rotem2011-09-131-0/+4
* Make the SelectionDAG verify that all the operands of BUILD_VECTOR have the s...Eli Friedman2011-09-091-1/+4
* Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures...Eli Friedman2011-09-071-2/+17
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-061-8/+20
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-061-1/+2
* Basic x86 code generation for atomic load and store instructions.Eli Friedman2011-08-241-3/+58
* Revert r137562 because it caused PR10674Nadav Rotem2011-08-161-7/+0
* Fix PR 10635. When generating integer constants, the constant element type mayNadav Rotem2011-08-131-0/+7
* Don't create a ridiculous EXTRACT_ELEMENT. PR10563.Eli Friedman2011-08-021-0/+1
* Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to beEli Friedman2011-07-291-8/+20
* Code generation for 'fence' instruction.Eli Friedman2011-07-271-0/+1
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-181-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-9/+9
* Add assertion for the chain value typeNadav Rotem2011-07-141-0/+10
* Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich2011-07-081-0/+1
* Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. TheLang Hames2011-07-071-15/+30
* Grammar and 80-col.Eric Christopher2011-07-061-7/+7
* Don't allocate empty read-only SmallVectors during SelectionDAG deallocation.Benjamin Kramer2011-06-181-3/+3
* Remove dead code.Devang Patel2011-05-241-10/+0
* - Teach SelectionDAG::isKnownNeverZero to return true (op x, c) when c isEvan Cheng2011-05-241-5/+13
* Revert 121907 (it causes llc crash) and apply original patch from PR9817.Devang Patel2011-05-231-3/+0
* While replacing all uses of a SDValue with another value, do not forget to tr...Devang Patel2011-05-231-0/+3
* Other parts of the SelectionDAG framework assume that targets use their point...Owen Anderson2011-05-021-1/+1
* sext(undef) = 0, because the top bits will all be the same.Evan Cheng2011-03-151-1/+5
* BIT_CONVERT has been renamed to BITCAST.Evan Cheng2011-03-141-1/+1
* Minor optimization. sign-ext/anyext of undef is still undef.Evan Cheng2011-03-141-0/+4
* Use the correct LHS type when determining the legalization of a shift's RHS t...Owen Anderson2011-03-071-3/+4
* Avoid exponential blow-up when printing DAGs.Bob Wilson2011-03-021-2/+5
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-251-6/+6
* Add a getNumSignBits() method to APInt.Cameron Zwarich2011-02-241-6/+1
* Do not lose debug info of an inlined function argument even if the argument i...Devang Patel2011-02-181-5/+11
* Roll out r125794 to help diagnose the llvm-gcc-i386-linux-selfhost failure.Cameron Zwarich2011-02-181-6/+4
* Do not lose debug info of an inlined function argument even if the argument i...Devang Patel2011-02-171-4/+6
* Swap VT and DebugLoc operands of getExtLoad() for consistency withStuart Hastings2011-02-161-2/+2
* fix two comment thinkosChris Lattner2011-02-141-1/+1
* Enhance ComputeMaskedBits to know that aligned frameindexesChris Lattner2011-02-131-8/+35
* Revisit my fix for PR9028: the issue is that DAGCombine was Chris Lattner2011-02-131-0/+7
* Remove comment about an argument that was removed couple of years ago.Devang Patel2011-02-071-1/+0
* Take Bill Wendling's suggestion for structuring a couple of asserts.Matt Beaumont-Gay2011-02-011-6/+6
* Speculatively revert r124380.Devang Patel2011-01-271-1/+1
* While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ...Devang Patel2011-01-271-1/+1
* Try harder to not have unused variables.Matt Beaumont-Gay2011-01-271-0/+2
* Opt-mode -Wunused-variable cleanupMatt Beaumont-Gay2011-01-271-4/+2
* [AVX] Add INSERT_SUBVECTOR and support it on x86. This provides aDavid Greene2011-01-261-0/+25
* [AVX] Support EXTRACT_SUBVECTOR on x86. This provides a defaultDavid Greene2011-01-261-3/+22
* Provide an interface to transfer SDDbgValue from one SDNode to another.Devang Patel2011-01-251-0/+17
* Null initialize a few variables flagged byTed Kremenek2011-01-231-1/+1
OpenPOWER on IntegriCloud