aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Added support to allow clients to custom widen. For X86, custom widen vectors...Mon P Wang2009-11-301-0/+61
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-231-18/+0
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-211-19/+1
* Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman2009-11-201-5/+10
* Adjust isConstantSplat to allow for big-endian targets.Dale Johannesen2009-11-131-4/+7
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-121-2/+2
* Fix memoizing of CvtRndSatSDNodeMon P Wang2009-11-071-1/+2
* Avoid printing a redundant space in SDNode->dump().Dan Gohman2009-11-051-2/+1
* Make -print-machineinstrs more readable.Dan Gohman2009-10-311-2/+2
* Initial target-independent CodeGen support for BlockAddresses.Dan Gohman2009-10-301-0/+31
* Remove some unnecessary spaces in debug output.Dan Gohman2009-10-291-3/+3
* Rewrite SelectionDAG::isPredecessorOf to be iterative instead ofDan Gohman2009-10-281-21/+16
* Fix null pointer dereference.Anton Korobeynikov2009-10-221-1/+1
* -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixedEvan Cheng2009-10-181-41/+15
* Only fixed stack objects and spill slots should be get FixedStack PseudoSourc...Evan Cheng2009-10-181-15/+41
* Revert 84315 for now. Re-thinking the patch.Evan Cheng2009-10-171-5/+5
* Rename getFixedStack to getStackObject. The stack objects represented are notEvan Cheng2009-10-171-5/+5
* Report errors correctly for unselected target intrinsics.Jakob Stoklund Olesen2009-10-151-6/+9
* Introduce new convenience methods for sign extending orDuncan Sands2009-10-131-0/+12
* Make getMachineNode return a MachineSDNode* instead of a generic SDNode*Dan Gohman2009-10-101-42/+53
* Add a SelectionDAG getTargetInsertSubreg convenience function,Bob Wilson2009-10-081-0/+11
* Improve MachineMemOperand handling.Dan Gohman2009-09-251-204/+309
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-251-44/+44
* Add a version of dumpr() that has a SelectionDAG* argument.Dan Gohman2009-09-251-0/+5
* Use getStoreSize() instead of getStoreSizeInBits()/8.Dan Gohman2009-09-231-1/+1
* Rename several variables from EVT to more descriptive names, now that EVTDan Gohman2009-09-231-10/+10
* Give MachineMemOperand an operator<<, factoring out code fromDan Gohman2009-09-231-4/+1
* Change MachineMemOperand's alignment value to be the alignment ofDan Gohman2009-09-211-2/+2
* tidy upChris Lattner2009-09-201-3/+3
* Do not add the SVOffset to the Node CSE ID. The same pointer argument cannot...Nate Begeman2009-09-151-5/+0
* Better solution for tracking both the original alignment of the access, and t...Nate Begeman2009-09-151-22/+19
* Remove incorrect CSE code from r81813.Nate Begeman2009-09-151-2/+0
* Add an "original alignment" field to load and store nodes. This enables theNate Begeman2009-09-151-13/+23
* Recognize more opportunities to use SSE min and max instructions,Dan Gohman2009-09-031-0/+13
* Reapply 79977.Devang Patel2009-08-281-1/+1
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-1/+1
* Get rid of this horrible "benign race" by exploiting ManagedStatic to initializeOwen Anderson2009-08-251-7/+14
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-251-1/+1
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-6/+7
* Record variable debug info at ISel time directly.Devang Patel2009-08-221-2/+0
* Reapply r79708 with the appropriate fix for the case that still requires lock...Owen Anderson2009-08-221-2/+6
* revert r79708 + r79711Chris Lattner2009-08-221-5/+3
* Actually remove unused static. Previous commit removed trailingEric Christopher2009-08-221-1/+0
* Remove unused static.Eric Christopher2009-08-221-20/+20
* Ease contention on this lock by noticing that all writes to the VTs array willOwen Anderson2009-08-221-2/+5
* Add an x86 peep that narrows TEST instructions to forms that useDan Gohman2009-08-191-0/+11
* Needs to check whether unaligned load / store of i64 is legal here.Evan Cheng2009-08-151-4/+3
* Unbreak build. Evan, please make sure my changes are correct.Benjamin Kramer2009-08-151-1/+1
* Allow targets to specify their choice of calling conventions perAnton Korobeynikov2009-08-141-3/+6
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-9/+13