aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-2027-250/+159
* Fix minor bugsChris Lattner2002-11-201-2/+2
* Eliminate the concept of a deferred symbol table. The optimization really is...Chris Lattner2002-11-202-35/+4
* Add mapping in MachineFunction from SSA regs to Register Classes. Also,Misha Brukman2002-11-202-2/+22
* Sigh. Fixed some speling.Misha Brukman2002-11-201-3/+3
* SSARegMap -- the mapping between SSARegisters and their RegisterClasses, whichMisha Brukman2002-11-202-0/+53
* Thanks to the R8, R16, and R32 macros, I can now deal with registers thatMisha Brukman2002-11-201-27/+40
* Remove unneccesary #includeChris Lattner2002-11-191-1/+0
* Implement the CloneFunction functionChris Lattner2002-11-191-0/+40
* Minor changes to cloning interfaceChris Lattner2002-11-193-19/+38
* Fix two fixmes: integrate with inlining, and documentChris Lattner2002-11-191-6/+7
* Add support for bugpointChris Lattner2002-11-191-0/+1
* Extend function cloning interface to support inliningChris Lattner2002-11-191-2/+7
* Rework inline pass to use cloning infrastructure to do the dirty workChris Lattner2002-11-192-119/+52
* This file is supersumed by Utils/Cloning.hChris Lattner2002-11-192-40/+0
* Start using the new function cloning headerChris Lattner2002-11-192-4/+5
* Merge cloning and inlining utilitiesChris Lattner2002-11-191-0/+41
* Move MutatStructTypes.h out of IPOChris Lattner2002-11-192-2/+2
* Move inlining pass to IPO.hChris Lattner2002-11-192-4/+5
* Rename CloneFunction.h to Cloning.hChris Lattner2002-11-191-1/+1
* Move the function extractor pass from tools/extract into lib/Xform/IPOChris Lattner2002-11-194-182/+109
* 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