aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-08-06Update the To-Do list according to my notes + assertionsBrian Gaeke
2004-08-05Added Louis Gerbarg. Louis is given credit in the CREDITS.TXT file, so IJohn Criswell
2004-08-05Add additional copyright notice for the PowerPC backend.John Criswell
2004-08-05Simplify makefile by combining all TableGen dependencies into one variableMisha Brukman
2004-08-05PowerPC is a real target now.Misha Brukman
2004-08-05Make GlobalVariable constructor assert when an initializer is ofAlkis Evlogimenos
2004-08-04Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to getReid Spencer
2004-08-04Fix another minor problem that exists if you ahve multiple functions withChris Lattner
2004-08-04Fix a typeoChris Lattner
2004-08-04Add a hack to work around a problem my changes exposedChris Lattner
2004-08-04Hand-propagate the constant TARGET_NAME which was making lines wrap anywayMisha Brukman
2004-08-04* Remove unnecessary commentMisha Brukman
2004-08-04Align dependencies so they don't hurt the eyes to look at themMisha Brukman
2004-08-04Remove unused instruction classesMisha Brukman
2004-08-04Make tablegen targets depend on PowerPCInstrFormats.td as wellMisha Brukman
2004-08-04Fix a latent bug exposed by my recent changesChris Lattner
2004-08-04It is not possible to catch SIGKILL, don't bother trying.Chris Lattner
2004-08-04getValues does not existChris Lattner
2004-08-04getValues is goneChris Lattner
2004-08-04Clean up whitespace.Alkis Evlogimenos
2004-08-04Convert indentation to 2 spaces.Alkis Evlogimenos
2004-08-04Stop using getValues().Alkis Evlogimenos
2004-08-04Fix a major regression in my previous checkinChris Lattner
2004-08-04Stop using getValues().Alkis Evlogimenos
2004-08-04Get rid of the only use of TargetInstrInfo::getResultPos(), a deprecated method.Brian Gaeke
2004-08-04Stop using getValues().Alkis Evlogimenos
2004-08-04FindGlobalNamed used to take 2.92s out of 8.39s running a profile build ofChris Lattner
2004-08-04Include SparcV9TmpInstr.h to pick up the def. of TmpInstruction,Brian Gaeke
2004-08-04Tighten up some whitespace. Include SparcV9TmpInstr.h to pick upBrian Gaeke
2004-08-04Include SparcV9BurgISel.h, to pick up the definition ofBrian Gaeke
2004-08-04Include SparcV9TmpInstr.h instead of llvm/CodeGen/InstrSelection.h, to pickBrian Gaeke
2004-08-04Include SparcV9BurgISel.h, because PreSelection uses routines from withinBrian Gaeke
2004-08-04Add a Doxygen comment, and inline the constructor (which is now almost empty).Brian Gaeke
2004-08-04The InstrForest data type has moved from llvm/CodeGen/InstrForest.hBrian Gaeke
2004-08-04Add a new file containing just TmpInstruction and its implementation.Brian Gaeke
2004-08-04All the SparcV9 BURG instruction selector pieces have been collected into theBrian Gaeke
2004-08-04I swear I compiled this, really I did.Chris Lattner
2004-08-04Factor some code out, no substantial change.Chris Lattner
2004-08-04Concisify some codeChris Lattner
2004-08-04Implement a FIXME, by not searching linearly through a map to remove anChris Lattner
2004-08-04Squelch warnings in release modeChris Lattner
2004-08-04Add a castChris Lattner
2004-08-04Change SymbolTable::insertEntry to be more careful about how many mapChris Lattner
2004-08-04Add a --version option for every tool that prints out:Reid Spencer
2004-08-04Make getGlobalTableValue not use getTypeSlot, this speeds up the bc readerChris Lattner
2004-08-03Do not do a linear std::find to reconstruct information we had, but later threwChris Lattner
2004-08-03Remove unused opcodes.Misha Brukman
2004-08-03Move this file out of the top-level docs directoryChris Lattner
2004-08-02* Use simpler instruction templates to define instructionsMisha Brukman
2004-08-02Replace patterns 0, 4, and 5 with simpler heirarchical definitions that use theMisha Brukman