aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix warningChris Lattner2002-11-152-6/+2
* include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber() inlineBrian Gaeke2002-11-147-78/+137
* Gives the count for various instructions.Dinakar Dhurjati2002-11-131-0/+189
* Pass to compute various statisics related to DSGraphs.Vikram S. Adve2002-11-131-0/+86
* Fix bug: 2002-11-13-PointerFunction.llChris Lattner2002-11-131-1/+40
* New testcaseChris Lattner2002-11-131-0/+13
* Add new numbersChris Lattner2002-11-121-7/+69
* Inline graphs from outside the SCC into the SCC before SCC resolution startsChris Lattner2002-11-121-4/+104
* Remove dead method, add new methodChris Lattner2002-11-122-14/+18
* Fix two bugs:Chris Lattner2002-11-121-27/+27
* Add new numbersChris Lattner2002-11-121-1/+58
* Fix bugChris Lattner2002-11-112-6/+4
* Handle a mismatch between # function args and call site argsChris Lattner2002-11-111-1/+2
* Elimiante calls to a node with nothing in it.Chris Lattner2002-11-111-36/+45
* Complete rewrite of BU code to use Tarjan's SCC finding algorithm to driveChris Lattner2002-11-111-265/+351
* Almost complete rewrite of BU closure codeChris Lattner2002-11-112-2/+30
* More numbersChris Lattner2002-11-111-1/+120
* InstSelectSimple.cpp: (visitReturnInst) Add return instructions with returnBrian Gaeke2002-11-113-18/+129
* Mark stuff reachable by _AUX_ calls as incomplete in the BU graphChris Lattner2002-11-111-9/+15
* Fix infinite loop in the BU algorithm. Unfortunately this dies a seriousChris Lattner2002-11-111-30/+177
* Print the right call set sizeChris Lattner2002-11-111-1/+3
* Use call site mergeWith method to simplify codeChris Lattner2002-11-111-5/+1
* add methodChris Lattner2002-11-102-0/+6