aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a new Module::getNamedFunction methodChris Lattner2002-11-192-3/+18
* Ignore options that are ""Chris Lattner2002-11-191-1/+1
* Remove extra target.a entryChris Lattner2002-11-191-1/+1
* Brian Gaeke says:Brian Gaeke2002-11-193-12/+43
* *** empty log message ***Nick Hildenbrandt2002-11-182-8/+16
* Add peak memory usage measurement capabilityChris Lattner2002-11-182-16/+242
* Add facility to compute peak memory usageChris Lattner2002-11-182-0/+22
* Inline DSTypeRec stuff into DSNodeChris Lattner2002-11-182-24/+36
* Inline DSTypeRec into DSNodeChris Lattner2002-11-182-30/+0
* Add peak memory usage measurement stuffChris Lattner2002-11-181-40/+64
* Add peak memory usage supportChris Lattner2002-11-181-1/+4
* Add statsChris Lattner2002-11-181-4/+15
* Templatize graph traits and iterator to work with const and non-const clientsChris Lattner2002-11-182-14/+54
* *** empty log message ***Nick Hildenbrandt2002-11-182-84/+92
* Add helper methodChris Lattner2002-11-181-0/+4
* Start trying to print instructions more correctly. For now we also print out...Chris Lattner2002-11-182-4/+182
* Expose base opcodeChris Lattner2002-11-182-0/+20
* Start to add more information to instr.defChris Lattner2002-11-184-94/+136
* Add instruction annotation about whether it has a 0x0F opcode prefixChris Lattner2002-11-182-17/+24
* Add more void flagsChris Lattner2002-11-181-3/+3
* Set the void flag on instructions that should get itChris Lattner2002-11-181-11/+11
* Print is const!Chris Lattner2002-11-172-2/+2
* Pass on a targetmachineChris Lattner2002-11-171-2/+3
* Make sure that print gets a targetmachineChris Lattner2002-11-172-2/+4
* Arrange to have a TargetMachine available in X86InstrInfo::printChris Lattner2002-11-173-7/+10
* Omit the indirect node when printing call graphsChris Lattner2002-11-171-1/+3
* Wow, I'm incapable of the simplest things today...Chris Lattner2002-11-171-1/+1
* Rename registers to follow the intel style of all capsChris Lattner2002-11-171-27/+29
* Fix misleading indentationChris Lattner2002-11-171-3/+2
* Add machine independant printer interfaceChris Lattner2002-11-172-0/+12
* Reorganize printing interface a bitChris Lattner2002-11-174-27/+35
* Add default implementation of printing interfaceChris Lattner2002-11-171-3/+5
* Finish enumating codeChris Lattner2002-11-171-3/+22
* Fix minor detailChris Lattner2002-11-172-2/+2
* Add more numbersChris Lattner2002-11-171-1/+170
* Add hack to only consider indirect calls indirect if they do more than castChris Lattner2002-11-171-6/+14
* Add MaxSCC statisticsChris Lattner2002-11-171-6/+25
* Count CallInsts correctly, remove unneccesary initializersChris Lattner2002-11-171-37/+3
* Remove unused methodsChris Lattner2002-11-171-2/+0
* Remove only uses of markDef/markDefAndUse methodsChris Lattner2002-11-171-6/+9
* Fix Mul/Div clobbersChris Lattner2002-11-172-24/+46
* Convert to use an enum to access def/use/use&def information. These makeChris Lattner2002-11-172-22/+54
* Fix a few typos, implement load/storeChris Lattner2002-11-172-24/+90
* New testcase for loads and storesChris Lattner2002-11-171-0/+12
* Add functions to buld X86 specific constructsChris Lattner2002-11-171-0/+28
* Return const refefrences to enable default constructionChris Lattner2002-11-171-7/+8
* Add information about memory index representationChris Lattner2002-11-171-1/+26
* Add load/store instructionsChris Lattner2002-11-171-1/+9
* Switch visitRet to use getClass()Chris Lattner2002-11-172-146/+132
* UpdatesNick Hildenbrandt2002-11-151-3/+3