summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Commit message (Expand)AuthorAge
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-01
* remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen.Chris Lattner2012-01-31
* rework this logic to not depend on the last argument to GetConstantStringInfo,Chris Lattner2012-01-31
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Add a RegisterMaskSDNode class.Jakob Stoklund Olesen2012-01-18
* Truncate of undef is just undef of smaller size.Craig Topper2012-01-15
* Update DebugLoc while merging nodes at -O0.Devang Patel2011-12-15
* Add missing cases to SDNode::getOperationName(). Patch by Micah Villmow.Eli Friedman2011-12-14
* Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth2011-12-13
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* Make SelectionDAG::InferPtrAlignment use llvm::ComputeMaskedBits instead of d...Eli Friedman2011-11-28
* Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead.Evan Cheng2011-11-28
* Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.Bill Wendling2011-11-28
* Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad2011-11-15
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-08
* Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'...Eli Friedman2011-11-08
* Reapply r143206, with fixes. Disallow physical register lifetimesDan Gohman2011-11-03
* Revert r143206, as there are still some failing tests.Dan Gohman2011-10-29
* Reapply r143177 and r143179 (reverting r143188), with schedulerDan Gohman2011-10-28
* Speculatively disable Dan's commits 143177 and 143179 to see ifDuncan Sands2011-10-28
* Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUWDan Gohman2011-10-28
* Rename NonScalarIntSafe to something more appropriate.Lang Hames2011-10-26
* Fix a bunch of unused variable warnings when doing a releaseDuncan Sands2011-10-18
* Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer2011-10-16
* Formatting.Eric Christopher2011-10-11
* When inferring the pointer alignment, if the global doesn't have an initializerBill Wendling2011-09-30
* Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach2011-09-27
* Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.Nadav Rotem2011-09-27
* Add vselect target support for targets that do not support blend but do supportNadav Rotem2011-09-13
* Make the SelectionDAG verify that all the operands of BUILD_VECTOR have the s...Eli Friedman2011-09-09
* Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures...Eli Friedman2011-09-07
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-06
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-06
* Basic x86 code generation for atomic load and store instructions.Eli Friedman2011-08-24
* Revert r137562 because it caused PR10674Nadav Rotem2011-08-16
* Fix PR 10635. When generating integer constants, the constant element type mayNadav Rotem2011-08-13
* Don't create a ridiculous EXTRACT_ELEMENT. PR10563.Eli Friedman2011-08-02
* Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to beEli Friedman2011-07-29
* Code generation for 'fence' instruction.Eli Friedman2011-07-27
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-18
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Add assertion for the chain value typeNadav Rotem2011-07-14
* Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich2011-07-08
* Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. TheLang Hames2011-07-07
* Grammar and 80-col.Eric Christopher2011-07-06
* Don't allocate empty read-only SmallVectors during SelectionDAG deallocation.Benjamin Kramer2011-06-18
* Remove dead code.Devang Patel2011-05-24
* - Teach SelectionDAG::isKnownNeverZero to return true (op x, c) when c isEvan Cheng2011-05-24
* Revert 121907 (it causes llc crash) and apply original patch from PR9817.Devang Patel2011-05-23
* While replacing all uses of a SDValue with another value, do not forget to tr...Devang Patel2011-05-23