summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...Tanya Lattner2004-05-242-5/+6
* Added MachineFunction parent* to MachineBasicBlock. Customized ilist templateTanya Lattner2004-05-242-3/+37
* Changed clone to be const.Tanya Lattner2004-05-241-1/+1
* Add the new GC intrinsicsChris Lattner2004-05-231-12/+17
* Add a new prototypeChris Lattner2004-05-231-2/+11
* Several *major* changes to the AA interfaces:Chris Lattner2004-05-231-11/+43
* Add interfaces to update value numbering resultsChris Lattner2004-05-231-5/+22
* Rename a methodChris Lattner2004-05-231-3/+3
* Fixed up my changes to add support for cloning Machine Instructions.Tanya Lattner2004-05-231-7/+2
* Remove virtual destructor from InstVisitor. This class should never beAlkis Evlogimenos2004-05-231-2/+0
* Adding support to clone MachineInstrTanya Lattner2004-05-231-1/+13
* Remember the set of leaders. Also compute on demand and cache the equivVikram S. Adve2004-05-232-64/+104
* Add getCaller() method.Vikram S. Adve2004-05-231-0/+5
* Complete rewrite of the code that merges DS graphs for equivalence classesVikram S. Adve2004-05-231-0/+176
* Fix size/offset assertion to allow negative offsets and folded nodes.Vikram S. Adve2004-05-232-2/+16
* Fix a typo in the head-of-file comment.Brian Gaeke2004-05-231-14/+21
* It's not clear to me whether the old version was correct C++ code, but inChris Lattner2004-05-211-3/+3
* Starting an identifier with an _ is not legal C/C++ code.Chris Lattner2004-05-211-7/+7
* Declare function defined in namespace llvm as gcc-3.4 doesn't accept a defini...Alkis Evlogimenos2004-05-191-0/+8
* Minor aesthetic alignments; no functional changes.Misha Brukman2004-05-171-3/+3
* * Minor aesthetic alignment of iterator declarationsMisha Brukman2004-05-171-5/+2
* Define erase forwarding method on tracesBrian Gaeke2004-05-171-0/+3
* Fix a comment.Brian Gaeke2004-05-121-2/+4
* Add a NextMBBNumber field w/ incrementing accessor method, forBrian Gaeke2004-05-121-0/+7
* Add a Number field w/ accessor method, for function-level unique numberingBrian Gaeke2004-05-121-1/+8
* Add support for inserting all prototypes up-frontChris Lattner2004-05-092-0/+14
* Fixed up sched graph.Tanya Lattner2004-05-081-4/+3
* Registering the ModuloScheduling pass.Tanya Lattner2004-05-081-0/+4
* Changed CPUResource to allow access to max num users for a resource.Tanya Lattner2004-05-081-3/+2
* Add the enum corresponding to the source change I made earlierChris Lattner2004-05-072-4/+6
* Fix for gcc3.4: invalid use of forward delacred class on line 93Alkis Evlogimenos2004-05-061-2/+1
* Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke2004-05-052-6/+4
* Apply simplification suggested by Chris: why assign() when operator = will do?Brian Gaeke2004-05-041-2/+2
* Add "Args" optional argument to AbstractInterpreter factory methods, whichBrian Gaeke2004-05-041-8/+20
* Provide visit(Module&) and visitModule(Module&) functionality.Misha Brukman2004-05-041-0/+5
* Add BBTrace accessor method and data member.Brian Gaeke2004-05-041-0/+6
* New header file containing profile info enums shared between the C++ analysisBrian Gaeke2004-05-041-0/+28
* Initialize member out of paranoiaChris Lattner2004-05-021-2/+1
* Chris told me to take these assertions out a few days ago, but I forgot toBrian Gaeke2004-05-021-10/+0
* Stop LiveVariables from using BasicBlocks as part of the mapping, insteadChris Lattner2004-05-011-10/+6
* Move the GraphTraits for MachineBasicBlocks to the MachineBasicBlock file.Chris Lattner2004-05-012-124/+70
* Sorry, now friend class name should be right!!Tanya Lattner2004-04-301-1/+1
* Fixed friend class name for ModuloScheduling.Tanya Lattner2004-04-301-2/+2
* Fixed friend class name for ModuloSchedTanya Lattner2004-04-301-3/+3
* Removing MachineResource class.Tanya Lattner2004-04-301-15/+5
* Add machine-CFG graph traits specializations.Brian Gaeke2004-04-291-0/+124
* * Make contained ostream not public.Misha Brukman2004-04-281-26/+11
* * Add ability to get and set the output streamMisha Brukman2004-04-281-11/+23
* Add pred./succ. list size methods.Brian Gaeke2004-04-281-0/+2
* Move private methods to end of class decl at Chris's requestBrian Gaeke2004-04-281-26/+26