summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove extra target.a entryChris Lattner2002-11-19
* Brian Gaeke says:Brian Gaeke2002-11-19
* *** empty log message ***Nick Hildenbrandt2002-11-18
* Add peak memory usage measurement capabilityChris Lattner2002-11-18
* Add facility to compute peak memory usageChris Lattner2002-11-18
* Inline DSTypeRec stuff into DSNodeChris Lattner2002-11-18
* Inline DSTypeRec into DSNodeChris Lattner2002-11-18
* Add peak memory usage measurement stuffChris Lattner2002-11-18
* Add peak memory usage supportChris Lattner2002-11-18
* Add statsChris Lattner2002-11-18
* Templatize graph traits and iterator to work with const and non-const clientsChris Lattner2002-11-18
* *** empty log message ***Nick Hildenbrandt2002-11-18
* Add helper methodChris Lattner2002-11-18
* Start trying to print instructions more correctly. For now we also print out...Chris Lattner2002-11-18
* Expose base opcodeChris Lattner2002-11-18
* Start to add more information to instr.defChris Lattner2002-11-18
* Add instruction annotation about whether it has a 0x0F opcode prefixChris Lattner2002-11-18
* Add more void flagsChris Lattner2002-11-18
* Set the void flag on instructions that should get itChris Lattner2002-11-18
* Print is const!Chris Lattner2002-11-17
* Pass on a targetmachineChris Lattner2002-11-17
* Make sure that print gets a targetmachineChris Lattner2002-11-17
* Arrange to have a TargetMachine available in X86InstrInfo::printChris Lattner2002-11-17
* Omit the indirect node when printing call graphsChris Lattner2002-11-17
* Wow, I'm incapable of the simplest things today...Chris Lattner2002-11-17
* Rename registers to follow the intel style of all capsChris Lattner2002-11-17
* Fix misleading indentationChris Lattner2002-11-17
* Add machine independant printer interfaceChris Lattner2002-11-17
* Reorganize printing interface a bitChris Lattner2002-11-17
* Add default implementation of printing interfaceChris Lattner2002-11-17
* Finish enumating codeChris Lattner2002-11-17
* Fix minor detailChris Lattner2002-11-17
* Add more numbersChris Lattner2002-11-17
* Add hack to only consider indirect calls indirect if they do more than castChris Lattner2002-11-17
* Add MaxSCC statisticsChris Lattner2002-11-17
* Count CallInsts correctly, remove unneccesary initializersChris Lattner2002-11-17
* Remove unused methodsChris Lattner2002-11-17
* Remove only uses of markDef/markDefAndUse methodsChris Lattner2002-11-17
* Fix Mul/Div clobbersChris Lattner2002-11-17
* Convert to use an enum to access def/use/use&def information. These makeChris Lattner2002-11-17
* Fix a few typos, implement load/storeChris Lattner2002-11-17
* New testcase for loads and storesChris Lattner2002-11-17
* Add functions to buld X86 specific constructsChris Lattner2002-11-17
* Return const refefrences to enable default constructionChris Lattner2002-11-17
* Add information about memory index representationChris Lattner2002-11-17
* Add load/store instructionsChris Lattner2002-11-17
* Switch visitRet to use getClass()Chris Lattner2002-11-17
* UpdatesNick Hildenbrandt2002-11-15
* Fix warningChris Lattner2002-11-15
* include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber() inlineBrian Gaeke2002-11-14