summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGCSEMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added support for machine specific constantpool values. These are useful forEvan Cheng2006-09-121-1/+6
* Start using SDVTList more consistentlyChris Lattner2006-08-151-6/+12
* Add code to resize the CSEMap hash table. This doesn't speedup codegen ofChris Lattner2006-08-141-3/+46
* Add the actual constant to the hash for ConstantPool nodes. Thanks toChris Lattner2006-08-141-0/+1
* Switch to using SuperFastHash instead of adding all elements together. ThisChris Lattner2006-08-121-6/+24
* Switch NodeID to track 32-bit chunks instead of 8-bit chunks, for a 2.5%Chris Lattner2006-08-111-15/+9
* Remove 8 more std::map's.Chris Lattner2006-08-111-0/+18
* Move the BBNodes, GlobalValues, TargetGlobalValues, Constants, TargetConstants,Chris Lattner2006-08-111-0/+26
* Revamp the "CSEMap" datastructure used in the SelectionDAG class. ThisChris Lattner2006-08-071-0/+239
OpenPOWER on IntegriCloud