summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2005-03-21If merging two calls like: foo(A) and bar(B, C), make sure the result has twoChris Lattner1-0/+3
2005-03-21rename a method add a data structure.Chris Lattner1-1/+21
2005-03-21Provide a guaranteed definition of intptr_t. Thansk to Evan Jones forChris Lattner1-0/+1
2005-03-20Remove the InlinedGlobals set which is always empty.Chris Lattner1-14/+0
2005-03-20add a methodChris Lattner1-0/+5
2005-03-20rename some methods and add some new methods for dealing with the globals listChris Lattner1-4/+21
2005-03-19Constant-propagate the value of `isL' variable and eliminate it.Misha Brukman1-2/+1
2005-03-19Silence VC++ warning about mixing intptr_t and bool, and about unused variabl...Jeff Cohen1-1/+1
2005-03-19Make each scalar map contain a reference to an equivalence class of globalChris Lattner1-16/+79
2005-03-19Each DS collection now contains an equivalence class of globals values.Chris Lattner2-2/+27
2005-03-19add a method to clear globals from a nodeChris Lattner1-0/+1
2005-03-19Two fixes for the copy ctor/operator=:Chris Lattner1-4/+7
2005-03-19add some methods, fix a major bug in getLeader() that was causing things toChris Lattner1-3/+27
2005-03-19implement a proper copy ctor, operator= and add a helper method.Chris Lattner1-0/+24
2005-03-19Add new function getPtrPtrFromArrayPtr().Alkis Evlogimenos1-0/+4
2005-03-19Rewrite this class, making the following improvements:Chris Lattner1-79/+189
2005-03-17add 3 methodsChris Lattner1-0/+8
2005-03-17daintyDuraid Madina1-1/+2
2005-03-16remove compat_iterator, which is dead in the tree.Chris Lattner1-92/+0
2005-03-16remove use of compat_iteratorChris Lattner2-9/+11
2005-03-16Don't provide default hash struct instantiation.Jeff Cohen1-6/+9
2005-03-16Add adapter class to let VC++ hash_map use GCC's hash struct.Jeff Cohen1-0/+26
2005-03-16Fix grammar wrt apostrophe'sMisha Brukman1-3/+3
2005-03-16Convert tabs to spacesMisha Brukman2-14/+14
2005-03-15remove warning, make computeGGToGMapping return an invnodemap.Chris Lattner1-7/+8
2005-03-15add support for hashing nodehandles.Chris Lattner1-0/+9
2005-03-15add iterators for return nodes list.Chris Lattner1-0/+7
2005-03-15Do it right...Jeff Cohen1-1/+1
2005-03-15Fix VC++ breakage.Jeff Cohen1-1/+1
2005-03-15remove reverse BB iterators.Chris Lattner1-7/+0
2005-03-15remove a whole bunch of dead methods. Noone should use reverse iterators any...Chris Lattner2-66/+0
2005-03-15Rename method, add counterpart.Chris Lattner1-2/+8
2005-03-14Remove the reverse iterators for arguments and global vars.Chris Lattner2-40/+89
2005-03-14Add a useful method.Chris Lattner1-0/+4
2005-03-13Add support for printing EQ graphsChris Lattner1-0/+8
2005-03-13add a helper methodChris Lattner1-0/+5
2005-03-12remove this from the PA namespace, leaving it in the llvm nsChris Lattner1-7/+2
2005-03-11Fix some crashes noted by John Mellor-Crummey's group.Chris Lattner1-0/+6
2005-03-09Allow the live interval analysis pass to be a bit more aggressive aboutChris Lattner1-3/+9
2005-03-09Use static_cast and #include Instructions.hChris Lattner1-6/+10
2005-03-09export two methodsChris Lattner1-0/+10
2005-03-07Fix problems compiling with G++ 4.x.x with -pedantic. Thanks toChris Lattner2-5/+5
2005-03-06new helper methodChris Lattner1-0/+15
2005-03-06move some method declarations around to make it clear that users shouldChris Lattner1-49/+52
2005-03-06this method is never called.Chris Lattner1-11/+0
2005-03-06the only caller of insertEntry is insert, inline it and remove insertEntryChris Lattner1-7/+1
2005-03-06remove this method.Chris Lattner1-4/+0
2005-03-06Delete the really inefficient method: void remove(const Type* Typ);Chris Lattner1-14/+1
2005-03-06InternallyInconsistent is dead!Chris Lattner1-11/+1
2005-03-06remove these dead methods.Chris Lattner1-30/+0