2004-03-09 |
Brian Gaeke | Now that I read it again, this part in particular strik... |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Alkis Evlogimenos | Check if printing of implicit uses is required for... |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Brian Gaeke | b00g fixed |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Brian Gaeke | Address PR274 - '[JIT] Programs cannot resolve the... |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Brian Gaeke | Hmm, who left this sitting around in my tree |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Alkis Evlogimenos | Differentiate between extended precision floats (80... |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Alkis Evlogimenos | Use newly added API to emit bytes for instructions... |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Alkis Evlogimenos | Add emitInstruction() API so that we can get the bytes... |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Alkis Evlogimenos | Constify things a bit |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Chris Lattner | Checkin testcase for PR261 |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Chris Lattner | John fixed this bug |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Brian Gaeke | Change PhyRegAlloc::saveStateForValue()'s arg type... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Brian Gaeke | Save argument list alloc state by recording it as the... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Brian Gaeke | Make AllocInfo's Instruction an int, so that we can... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Misha Brukman | Fix some spelling and grammar. |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Update the profiling section |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Switch to using edge profiling information as the basic... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Switch over to using edge profile information as the... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Refactor implementations |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | We don't want to make this a pure interface, as it... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Rearrange some methods, implement the dominates method |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Import the trace class from the reoptimizer |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Default to using edge counts |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Annotate functions with edge counts as well, if they... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | If we have edge counts, we can produce block counts... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Adjust to new interface |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Add the ability to put an annotation at the end of... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Add initial support for reading edge counts. This... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Add support for representing edge counts |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Add edge profiling support to the runtime library |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Misha Brukman | Fix link to license: point to current version in CVS. |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Initial support for edge profiling |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Split utility functions out of BlockProfiling.cpp |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Remove the comment "Constants must always have an initi... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Insert functions into the module promptly, not lazily... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Implement test/Regression/Assembler/2004-03-07-Function... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | New testcase for folding in some important situations... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Remove Module::mutateConstantPointerRef, which is now... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Remove Module::mutateConstantPointerRef, which is now... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Eliminate nightmarish API |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | remove *THANKFULLY* dead method |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Eliminate a REALLY HORRIBLE API: mutateReferences,... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | New testcase for PR269 |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Testcase that crashes the C front-end. |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Fix a bug handling globals that are constants, but... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Avoid allocating special registers a bit more robustly |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | New code-quality testcase. |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Implement folding explicit load instructions into binar... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Rearrange and refactor some code. No functionality... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Implement ArgumentPromotion/aggregate-promote.ll |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-03-07 |
Chris Lattner | Implement: ArgumentPromotion/chained.ll |
commit | commitdiff | tree | snapshot |
2004-03-07 |
Chris Lattner | New testcase for missed case |
commit | commitdiff | tree | snapshot |
2004-03-07 |
Chris Lattner | Fix another minor bug, exposed by perlbmk |
commit | commitdiff | tree | snapshot |
2004-03-07 |
Chris Lattner | Since 'load null' is undefined, we can make it do whate... |
commit | commitdiff | tree | snapshot |
2004-03-07 |
Chris Lattner | Run the new pass in gccld now that it passes all tests |
commit | commitdiff | tree | snapshot |
2004-03-07 |
Chris Lattner | Fix a minor bug and turn debug output into, well, debug... |
commit | commitdiff | tree | snapshot |
2004-03-07 |
Chris Lattner | Add prototype |
commit | commitdiff | tree | snapshot |
2004-03-07 |
Chris Lattner | New LLVM pass: argument promotion. This version only... |
commit | commitdiff | tree | snapshot |
2004-03-07 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-03-07 |
Alkis Evlogimenos | Add memory operand version of conditional move. |
commit | commitdiff | tree | snapshot |
2004-03-06 |
Alkis Evlogimenos | As I wrote in the docs, simple is the default spiller :-) |
commit | commitdiff | tree | snapshot |
2004-03-06 |
Alkis Evlogimenos | Add simple spiller. |
commit | commitdiff | tree | snapshot |
2004-03-06 |
Alkis Evlogimenos | The default register allocator is local not simple. |
commit | commitdiff | tree | snapshot |
2004-03-06 |
Brian Gaeke | Support return values of basic integer types. |
commit | commitdiff | tree | snapshot |
2004-03-06 |
Brian Gaeke | Sort stanzas into Sparc V8 book page number order. |
commit | commitdiff | tree | snapshot |
2004-03-06 |
Brian Gaeke | Hack it so we do not try to allocate values to G0. |
commit | commitdiff | tree | snapshot |
2004-03-06 |
Brian Gaeke | Make prolog align stack properly. Make epilog not... |
commit | commitdiff | tree | snapshot |
2004-03-06 |
Brian Gaeke | Emit register names in lowercase, as required by the... |
commit | commitdiff | tree | snapshot |
2004-03-06 |
Brian Gaeke | Teach getRegClassForType where to find FP registers |
commit | commitdiff | tree | snapshot |
2004-03-05 |
Chris Lattner | Fix a minor bug |
commit | commitdiff | tree | snapshot |
2004-03-05 |
Misha Brukman | Unbreak the build on Sparc. |
commit | commitdiff | tree | snapshot |
2004-03-05 |
Brian Gaeke | Asm output is looking a lot better; not correct for... |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Chris Lattner | Fix a bug in a previous checkin that broke 175.vpr |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Chris Lattner | Add support for strto* and v*printf |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Chris Lattner | Add non-crappy support for varargs |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Chris Lattner | Implement a FIXME, improving the efficiency of DSA... |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Brian Gaeke | Support -print-machineinstrs |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Chris Lattner | Speed up the cbu pass from taking somewhere near the... |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Brian Gaeke | make -print-machineinstrs work for both SparcV9 and X86 |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Alkis Evlogimenos | Add assertion for scale verification. |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Alkis Evlogimenos | Fix bug introduced by yesterday's changes. |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Alkis Evlogimenos | Hide variable from other functions. |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Chris Lattner | Fix BU datastructures with povray! |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Chris Lattner | Minor changes, remove some debugging code that got... |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Brian Gaeke | Asm printer support, based on x86 - only prints mnemoni... |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Brian Gaeke | Double-FP pseudo-registers. |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Brian Gaeke | Subtract instructions; minor cleanups |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Brian Gaeke | Floating point regs |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Chris Lattner | Only clone nodes that are needed in the caller, don... |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Brian Gaeke | Simple copyConstantToReg support, SETHIi and ORri |
commit | commitdiff | tree | snapshot |
2004-03-03 |
Brian Gaeke | Support add - note, still missing important copyConstan... |
commit | commitdiff | tree | snapshot |
2004-03-03 |
Chris Lattner | Fix a minor bug handling incomplete programs |
commit | commitdiff | tree | snapshot |
2004-03-03 |
Chris Lattner | Fix a DSA bug that caused DSA to generate incredibly... |
commit | commitdiff | tree | snapshot |
2004-03-03 |
Chris Lattner | Rename method, add new method |
commit | commitdiff | tree | snapshot |
2004-03-03 |
Chris Lattner | Deinline methods, add fast exit |
commit | commitdiff | tree | snapshot |
2004-03-03 |
Chris Lattner | De-inline methods |
commit | commitdiff | tree | snapshot |
next |