aboutsummaryrefslogtreecommitdiff
path: root/include/llvm
AgeCommit message (Expand)Author
2004-05-23Add getCaller() method.Vikram S. Adve
2004-05-23Complete rewrite of the code that merges DS graphs for equivalence classesVikram S. Adve
2004-05-23Fix size/offset assertion to allow negative offsets and folded nodes.Vikram S. Adve
2004-05-23Fix a typo in the head-of-file comment.Brian Gaeke
2004-05-21It's not clear to me whether the old version was correct C++ code, but inChris Lattner
2004-05-21Starting an identifier with an _ is not legal C/C++ code.Chris Lattner
2004-05-19Declare function defined in namespace llvm as gcc-3.4 doesn't accept a defini...Alkis Evlogimenos
2004-05-17Minor aesthetic alignments; no functional changes.Misha Brukman
2004-05-17* Minor aesthetic alignment of iterator declarationsMisha Brukman
2004-05-17Define erase forwarding method on tracesBrian Gaeke
2004-05-12Fix a comment.Brian Gaeke
2004-05-12Add a NextMBBNumber field w/ incrementing accessor method, forBrian Gaeke
2004-05-12Add a Number field w/ accessor method, for function-level unique numberingBrian Gaeke
2004-05-09Add support for inserting all prototypes up-frontChris Lattner
2004-05-08Fixed up sched graph.Tanya Lattner
2004-05-08Registering the ModuloScheduling pass.Tanya Lattner
2004-05-08Changed CPUResource to allow access to max num users for a resource.Tanya Lattner
2004-05-07Add the enum corresponding to the source change I made earlierChris Lattner
2004-05-06Fix for gcc3.4: invalid use of forward delacred class on line 93Alkis Evlogimenos
2004-05-05Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke
2004-05-04Apply simplification suggested by Chris: why assign() when operator = will do?Brian Gaeke
2004-05-04Add "Args" optional argument to AbstractInterpreter factory methods, whichBrian Gaeke
2004-05-04Provide visit(Module&) and visitModule(Module&) functionality.Misha Brukman
2004-05-04Add BBTrace accessor method and data member.Brian Gaeke
2004-05-04New header file containing profile info enums shared between the C++ analysisBrian Gaeke
2004-05-02Initialize member out of paranoiaChris Lattner
2004-05-02Chris told me to take these assertions out a few days ago, but I forgot toBrian Gaeke
2004-05-01Stop LiveVariables from using BasicBlocks as part of the mapping, insteadChris Lattner
2004-05-01Move the GraphTraits for MachineBasicBlocks to the MachineBasicBlock file.Chris Lattner
2004-04-30Sorry, now friend class name should be right!!Tanya Lattner
2004-04-30Fixed friend class name for ModuloScheduling.Tanya Lattner
2004-04-30Fixed friend class name for ModuloSchedTanya Lattner
2004-04-30Removing MachineResource class.Tanya Lattner
2004-04-29Add machine-CFG graph traits specializations.Brian Gaeke
2004-04-28* Make contained ostream not public.Misha Brukman
2004-04-28* Add ability to get and set the output streamMisha Brukman
2004-04-28Add pred./succ. list size methods.Brian Gaeke
2004-04-28Move private methods to end of class decl at Chris's requestBrian Gaeke
2004-04-28Fix thinkos that Chris caught for me.Brian Gaeke
2004-04-28Add machine-code CFG support: MachineBasicBlocks may now have their ownBrian Gaeke
2004-04-27Fix warningChris Lattner
2004-04-27Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner
2004-04-26Because I like being able to instantiate the cfgprinter from external projects,Brian Gaeke
2004-04-26Fix a typo in a comment.Brian Gaeke
2004-04-23Aggregating function arguments is now an option. Default is `no', as before.Misha Brukman
2004-04-23Remove the SCEV::expandCodeFor method, add a new SCEVVisitor class.Chris Lattner
2004-04-23Merged this file into the SparcV9 target.Brian Gaeke
2004-04-23Add emitWordAt() - a quick and dirty interface that the machine-dependentBrian Gaeke
2004-04-22Clarify the logic: the flag is renamed to `deleteFn' to signify it will deleteMisha Brukman
2004-04-22Add a boolean flag to delete this function from module, leaving the rest behind.Misha Brukman