| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Spill explicit physical register defs as well. | Alkis Evlogimenos | 2004-03-09 | 1 | -3/+11 |
* | Now that I read it again, this part in particular strikes me as kind of | Brian Gaeke | 2004-03-09 | 1 | -1/+1 |
* | Check if printing of implicit uses is required for all types of shift | Alkis Evlogimenos | 2004-03-09 | 2 | -0/+6 |
* | b00g fixed | Brian Gaeke | 2004-03-09 | 1 | -0/+1 |
* | Address PR274 - '[JIT] Programs cannot resolve the fstat function' | Brian Gaeke | 2004-03-09 | 1 | -0/+18 |
* | Hmm, who left this sitting around in my tree | Brian Gaeke | 2004-03-09 | 4 | -16/+16 |
* | Differentiate between extended precision floats (80-bit) and double precision... | Alkis Evlogimenos | 2004-03-09 | 1 | -1/+1 |
* | Use newly added API to emit bytes for instructions that gas misassembles | Alkis Evlogimenos | 2004-03-09 | 2 | -132/+106 |
* | Add emitInstruction() API so that we can get the bytes of a simple instruction | Alkis Evlogimenos | 2004-03-09 | 2 | -3/+20 |
* | Constify things a bit | Alkis Evlogimenos | 2004-03-09 | 1 | -9/+9 |
* | Bug fixed | Chris Lattner | 2004-03-09 | 1 | -0/+1 |
* | Checkin testcase for PR261 | Chris Lattner | 2004-03-09 | 1 | -0/+19 |
* | John fixed this bug | Chris Lattner | 2004-03-09 | 1 | -0/+1 |
* | Change PhyRegAlloc::saveStateForValue()'s arg type to deal with | Brian Gaeke | 2004-03-08 | 1 | -1/+1 |
* | Save argument list alloc state by recording it as the operands of Instruction | Brian Gaeke | 2004-03-08 | 1 | -2/+10 |
* | Make AllocInfo's Instruction an int, so that we can overload it for arguments. | Brian Gaeke | 2004-03-08 | 1 | -4/+4 |
* | Fix some spelling and grammar. | Misha Brukman | 2004-03-08 | 1 | -3/+3 |
* | Update the profiling section | Chris Lattner | 2004-03-08 | 1 | -5/+22 |
* | Switch to using edge profiling information as the basic source of profile info | Chris Lattner | 2004-03-08 | 2 | -5/+73 |
* | Switch over to using edge profile information as the basic profiling represen... | Chris Lattner | 2004-03-08 | 1 | -10/+18 |
* | Refactor implementations | Chris Lattner | 2004-03-08 | 2 | -10/+3 |
* | We don't want to make this a pure interface, as it makes all implementors | Chris Lattner | 2004-03-08 | 1 | -2/+9 |
* | Rearrange some methods, implement the dominates method | Chris Lattner | 2004-03-08 | 1 | -24/+34 |
* | Import the trace class from the reoptimizer | Chris Lattner | 2004-03-08 | 2 | -0/+156 |
* | Default to using edge counts | Chris Lattner | 2004-03-08 | 1 | -9/+13 |
* | Annotate functions with edge counts as well, if they are available. | Chris Lattner | 2004-03-08 | 1 | -6/+39 |
* | If we have edge counts, we can produce block counts. I've verified that | Chris Lattner | 2004-03-08 | 1 | -11/+67 |
* | Adjust to new interface | Chris Lattner | 2004-03-08 | 1 | -1/+3 |
* | Add the ability to put an annotation at the end of a basic block as well. | Chris Lattner | 2004-03-08 | 1 | -3/+9 |
* | Add initial support for reading edge counts. This will be improved to enable | Chris Lattner | 2004-03-08 | 1 | -0/+29 |
* | Add support for representing edge counts | Chris Lattner | 2004-03-08 | 1 | -1/+19 |
* | Add edge profiling support to the runtime library | Chris Lattner | 2004-03-08 | 1 | -0/+45 |
* | Fix link to license: point to current version in CVS. | Misha Brukman | 2004-03-08 | 1 | -1/+1 |
* | Initial support for edge profiling | Chris Lattner | 2004-03-08 | 1 | -0/+94 |
* | Split utility functions out of BlockProfiling.cpp | Chris Lattner | 2004-03-08 | 3 | -85/+137 |
* | Remove the comment "Constants must always have an initial value.", which | Chris Lattner | 2004-03-08 | 1 | -24/+40 |
* | finegrainify namespacification | Chris Lattner | 2004-03-08 | 1 | -14/+14 |
* | Insert functions into the module promptly, not lazily. This fixes a bug | Chris Lattner | 2004-03-08 | 1 | -11/+2 |
* | Implement test/Regression/Assembler/2004-03-07-FunctionAddressAlignment.llx | Chris Lattner | 2004-03-08 | 1 | -0/+20 |
* | New testcase for folding in some important situations. The first two | Chris Lattner | 2004-03-08 | 1 | -0/+15 |
* | Remove Module::mutateConstantPointerRef, which is now thankfully dead! | Chris Lattner | 2004-03-08 | 1 | -25/+0 |
* | Remove Module::mutateConstantPointerRef, which is now thankfully dead! | Chris Lattner | 2004-03-08 | 1 | -1/+0 |
* | Eliminate nightmarish API | Chris Lattner | 2004-03-08 | 1 | -23/+0 |
* | remove *THANKFULLY* dead method | Chris Lattner | 2004-03-08 | 1 | -6/+0 |
* | Eliminate a REALLY HORRIBLE API: mutateReferences, which is gross gross gross. | Chris Lattner | 2004-03-08 | 1 | -5/+7 |
* | New testcase for PR269 | Chris Lattner | 2004-03-08 | 1 | -0/+11 |
* | Bug fixed | Chris Lattner | 2004-03-08 | 1 | -0/+1 |
* | Testcase that crashes the C front-end. | Chris Lattner | 2004-03-08 | 1 | -0/+4 |
* | Fix a bug handling globals that are constants, but are still external | Chris Lattner | 2004-03-08 | 1 | -1/+1 |
* | Avoid allocating special registers a bit more robustly | Chris Lattner | 2004-03-08 | 2 | -6/+22 |