aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.Bill Wendling2011-11-281-1/+0
* Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad2011-11-151-1/+0
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-081-14/+20
* Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'...Eli Friedman2011-11-081-0/+6
* Reapply r143206, with fixes. Disallow physical register lifetimesDan Gohman2011-11-031-0/+16
* Revert r143206, as there are still some failing tests.Dan Gohman2011-10-291-16/+0
* Reapply r143177 and r143179 (reverting r143188), with schedulerDan Gohman2011-10-281-0/+16
* Speculatively disable Dan's commits 143177 and 143179 to see ifDuncan Sands2011-10-281-16/+0
* Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUWDan Gohman2011-10-281-0/+16
* Rename NonScalarIntSafe to something more appropriate.Lang Hames2011-10-261-4/+4
* Fix a bunch of unused variable warnings when doing a releaseDuncan Sands2011-10-181-0/+1
* Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer2011-10-161-1/+1
* Formatting.Eric Christopher2011-10-111-2/+1
* 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