| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove this MachineOpCodeFlags assertion - its test can never be false. | Brian Gaeke | 2004-02-12 | 1 | -2/+0 |
* | Change MachineBasicBlock's vector of MachineInstr pointers into an | Alkis Evlogimenos | 2004-02-12 | 12 | -98/+79 |
* | getOpCode() --> getOpcode(). | Brian Gaeke | 2004-02-12 | 4 | -53/+53 |
* | MachineInstr::getOpCode() --> getOpcode() in SPARC back-end. | Brian Gaeke | 2004-02-11 | 10 | -41/+41 |
* | Increase constness. | Alkis Evlogimenos | 2004-02-11 | 2 | -4/+6 |
* | Remove assert as the only integer registers on the sparc are physical. | Alkis Evlogimenos | 2004-02-11 | 1 | -3/+0 |
* | Fix previous broken commit. A MachineOperand may have opType == | Alkis Evlogimenos | 2004-02-11 | 1 | -2/+4 |
* | Remove assert as it is meaningless. MachineOperands can be tagged as | Alkis Evlogimenos | 2004-02-11 | 1 | -2/+0 |
* | Stop using this method | Chris Lattner | 2004-02-10 | 1 | -1/+1 |
* | Remvoe use of MO.isVirtualRegister(), turn an assertion into an assert() | Chris Lattner | 2004-02-10 | 1 | -5/+3 |
* | Remove use of isPhysicalRegister | Chris Lattner | 2004-02-10 | 1 | -1/+1 |
* | Fix PR228: [sparc] Boolean constants are emitted as true and false | Chris Lattner | 2004-02-10 | 1 | -0/+2 |
* | Doxygenify comments. | Misha Brukman | 2004-02-09 | 1 | -12/+9 |
* | Fix PR#226: When emitting padding, always emit it as bytes. Bytes can be | John Criswell | 2004-02-09 | 1 | -8/+5 |
* | Move InstrSchedule's iterator begin/end methods inline. | Brian Gaeke | 2004-02-09 | 1 | -28/+4 |
* | Make SchedGraph::dump() use SchedGraphNodeCommon's const_iterator | Brian Gaeke | 2004-02-09 | 1 | -25/+14 |
* | Add a new (static inline) std::ostream& << AllocInfo& method. Use it. | Brian Gaeke | 2004-01-28 | 2 | -6/+9 |
* | Moved iterators around. | Tanya Lattner | 2004-01-20 | 1 | -2/+0 |
* | Moved iterators to common file. | Tanya Lattner | 2004-01-20 | 1 | -62/+0 |
* | Use the LLVM standard name mangling infrastructure instead of reinventing the | Misha Brukman | 2004-01-15 | 1 | -77/+18 |
* | Include TargetRegInfo.h and declare SparcTargetMachine forward, to make this | Brian Gaeke | 2004-01-15 | 1 | -1/+4 |
* | Eliminate the isStringCompatible function, using ConstantArray::isString. | Chris Lattner | 2004-01-14 | 1 | -40/+22 |
* | Finegrainify namespacification | Chris Lattner | 2004-01-13 | 1 | -53/+15 |
* | Remove dump-input option. | Brian Gaeke | 2004-01-13 | 1 | -14/+2 |
* | Eliminate use of ConstantHandling itf | Chris Lattner | 2004-01-12 | 1 | -5/+4 |
* | Move sparc-specific livevar code into lib/Target/Sparc | Chris Lattner | 2004-01-09 | 3 | -6/+5 |
* | Fix more incestuous #includage. | Chris Lattner | 2004-01-09 | 2 | -4/+4 |
* | Move InstrSelection into lib/Target/Sparc, as it's sparc specific. This | Chris Lattner | 2004-01-09 | 3 | -5/+4 |
* | Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specific | Chris Lattner | 2004-01-09 | 2 | -1/+2 |
* | Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering | Chris Lattner | 2003-12-28 | 4 | -23/+9 |
* | Whoops, don't try to lower non intrinsic calls | Chris Lattner | 2003-12-28 | 1 | -0/+1 |
* | Eliminate some code that is not needed now that we have the intrinsic lowerin... | Chris Lattner | 2003-12-28 | 4 | -58/+30 |
* | Use the intrinsic lowering functionality | Chris Lattner | 2003-12-28 | 1 | -15/+44 |
* | Really release memory used by functions. Patch by Chris. | Misha Brukman | 2003-12-22 | 1 | -0/+1 |
* | Hoist some sparc specific code into the sparc target | Chris Lattner | 2003-12-20 | 3 | -6/+53 |
* | Remove a horrible API | Chris Lattner | 2003-12-20 | 1 | -2/+0 |
* | Rip JIT specific stuff out of TargetMachine, as per PR176 | Chris Lattner | 2003-12-20 | 4 | -25/+61 |
* | * Converted C-style comments to C++ | Misha Brukman | 2003-12-17 | 1 | -13/+15 |
* | Reordered #includes. | Misha Brukman | 2003-12-17 | 1 | -5/+5 |
* | Doxygenified some comments, reduced extraneous space. | Misha Brukman | 2003-12-17 | 1 | -19/+12 |
* | Reorganized the Sparc backend to be more modular -- each different | Misha Brukman | 2003-12-17 | 13 | -773/+845 |
* | Change interface of MachineOperand as follows: | Alkis Evlogimenos | 2003-12-14 | 8 | -56/+48 |
* | This appears to fix Bug 172 and does not break any other feature tests or | John Criswell | 2003-12-10 | 1 | -0/+6 |
* | * Add code to flush the ICache, which any self-respecting SMC must do | Misha Brukman | 2003-11-21 | 1 | -5/+8 |
* | Include the file before we close the llvm namespace. | Misha Brukman | 2003-11-13 | 1 | -1/+2 |
* | Substantially re-organized this file: | Misha Brukman | 2003-11-13 | 1 | -600/+554 |
* | The function to create an instance of this pass is no longer a method of | Misha Brukman | 2003-11-13 | 2 | -2/+2 |
* | The functions to create new instances of passes are no longer methods in the | Misha Brukman | 2003-11-13 | 1 | -15/+16 |
* | * Put command-line switches in their own namespace | Misha Brukman | 2003-11-13 | 1 | -17/+16 |
* | Force a dependency on the .inc file, which must be generated! | Misha Brukman | 2003-11-13 | 1 | -0/+3 |