summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson2009-08-121-7/+9
* Fix warnings.Owen Anderson2009-08-111-4/+4
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-77/+78
* Tidy #includes.Dan Gohman2009-08-111-0/+1
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-111-0/+1
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-238/+238
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-101-1/+2
* 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
OpenPOWER on IntegriCloud