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