| Commit message (Expand) | Author | Age | Files | Lines |
* | Change MachineBasicBlock's vector of MachineInstr pointers into an | Alkis Evlogimenos | 2004-02-12 | 37 | -382/+336 |
* | getOpCode() --> getOpcode(). | Brian Gaeke | 2004-02-12 | 8 | -106/+106 |
* | MachineInstr::getOpCode() --> getOpcode() in SPARC back-end. | Brian Gaeke | 2004-02-11 | 10 | -41/+41 |
* | s/getOpCode/getOpcode | Chris Lattner | 2004-02-11 | 2 | -22/+22 |
* | Cosmetic improvements to this option. | Chris Lattner | 2004-02-11 | 1 | -1/+2 |
* | Actually load profiling information now! Block layout can use real, live, | Chris Lattner | 2004-02-11 | 1 | -4/+20 |
* | Fix a typeo | Chris Lattner | 2004-02-11 | 1 | -1/+1 |
* | Increase constness. | Alkis Evlogimenos | 2004-02-11 | 2 | -4/+6 |
* | Fix copy-and-pastos | Chris Lattner | 2004-02-11 | 1 | -2/+2 |
* | Add skeleton profileinfoloader pass. This will be enhanced to actually LOAD | Chris Lattner | 2004-02-11 | 1 | -0/+58 |
* | 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 |
* | Factor this code out of llvm-prof | Chris Lattner | 2004-02-11 | 1 | -0/+180 |
* | Remove obsolete comment. Unreachable blocks will automatically be left at the | Chris Lattner | 2004-02-11 | 1 | -2/+0 |
* | Add an _embarassingly simple_ implementation of basic block layout. This is | Chris Lattner | 2004-02-11 | 1 | -0/+141 |
* | Remove assert as it is meaningless. MachineOperands can be tagged as | Alkis Evlogimenos | 2004-02-11 | 1 | -2/+0 |
* | Make sure to register the 'no profile' implementation as the default for Prof... | Chris Lattner | 2004-02-11 | 1 | -1/+1 |
* | Simplify implementation, and probably speed things up too. | Chris Lattner | 2004-02-11 | 1 | -9/+6 |
* | Implement SimplifyCFG/PhiEliminate.ll | Chris Lattner | 2004-02-11 | 1 | -5/+234 |
* | Initialize the count instance variable. | Chris Lattner | 2004-02-11 | 2 | -2/+2 |
* | Expose the "Other" value type to tablegen targets | Chris Lattner | 2004-02-11 | 1 | -0/+1 |
* | Remove obsolete method | Chris Lattner | 2004-02-11 | 1 | -13/+0 |
* | The hasConstantReferences predicate always returns false. | Chris Lattner | 2004-02-11 | 1 | -52/+49 |
* | An initial implementation of an LLVM ProfileInfo class which is designed to | Chris Lattner | 2004-02-10 | 1 | -0/+42 |
* | Add #include | Chris Lattner | 2004-02-10 | 3 | -0/+3 |
* | Do not use MachineOperand::isVirtualRegister either! | Chris Lattner | 2004-02-10 | 7 | -27/+29 |
* | Stop using this method | Chris Lattner | 2004-02-10 | 1 | -1/+1 |
* | Remove uses of MachineOperand::isVirtualRegister | Chris Lattner | 2004-02-10 | 2 | -6/+12 |
* | Remvoe use of MO.isVirtualRegister(), turn an assertion into an assert() | Chris Lattner | 2004-02-10 | 1 | -5/+3 |
* | Eliminate users of MachineOperand::isPhysicalRegister | Chris Lattner | 2004-02-10 | 3 | -5/+8 |
* | Remove use of isPhysicalRegister | Chris Lattner | 2004-02-10 | 1 | -1/+1 |
* | Don't use MachineOperator::is(Phys|Virt)Register | Chris Lattner | 2004-02-10 | 3 | -4/+4 |
* | Tighten up checks | Chris Lattner | 2004-02-10 | 1 | -2/+2 |
* | initialization calls now return argc. If the program uses the argc value | Chris Lattner | 2004-02-10 | 1 | -17/+24 |
* | 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 |
* | Only add the global variable with the abort message if an unwind actually | Chris Lattner | 2004-02-09 | 1 | -14/+26 |
* | Fix PR#226: When emitting padding, always emit it as bytes. Bytes can be | John Criswell | 2004-02-09 | 1 | -8/+5 |
* | It turns out that the two dimensional vectors were causing big slowdowns | Chris Lattner | 2004-02-09 | 1 | -32/+34 |
* | Remove the statistics | Chris Lattner | 2004-02-09 | 1 | -11/+0 |
* | Speed up type resolution some more. On the testcase in PR224, for example, | Chris Lattner | 2004-02-09 | 1 | -8/+27 |
* | When resolving upreferences, if multiple uprefs will be resolved to the same | Chris Lattner | 2004-02-09 | 1 | -6/+24 |
* | Move InstrSchedule's iterator begin/end methods inline. | Brian Gaeke | 2004-02-09 | 2 | -56/+8 |
* | Make SchedGraph::dump() use SchedGraphNodeCommon's const_iterator | Brian Gaeke | 2004-02-09 | 2 | -50/+28 |
* | Implement the hashing scheme in an attempt to speed up the "slow" case in | Chris Lattner | 2004-02-09 | 1 | -50/+68 |
* | This debugging hook is no longer needed. | Chris Lattner | 2004-02-09 | 1 | -2/+0 |
* | Code cleanup in preparation for later changes. Now that ContainedTy's are | Chris Lattner | 2004-02-09 | 1 | -107/+75 |
* | Now that all of the derived types have disciplined interfaces, we can eliminate | Chris Lattner | 2004-02-09 | 1 | -66/+41 |
* | Don't depend on auto data conversion | Chris Lattner | 2004-02-09 | 1 | -1/+1 |
* | Adjust to the changed StructType interface. In particular, getElementTypes()... | Chris Lattner | 2004-02-09 | 16 | -73/+61 |