2004-04-02 |
Alkis Evlogimenos | Fix type in comments |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Alkis Evlogimenos | Fix type in instruction builder instantiation |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Make the verifier API more complete and useful. |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Make the verifier API more complete and useful |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Alkis Evlogimenos | Add more ADC and SBB variants |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | minor formatting change |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Fix two pretty serious bugs: |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Fix a fairly nasty bug that prevented bugpoint from... |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | If the program returns a non-zero exit value, don't... |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Fix wonky header |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Add new function |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Add new function, autoconf support required tho |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | New testcase for PR310 |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Remove some assertions that are now bogus with the... |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Fix PR306: Loop simplify incorrectly updates dominator... |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | New testcase for PR306 |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Misha Brukman | Fix grammar. |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Add support for select constant expressions to the... |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Simplify code by using the more powerful BuildMI forms. |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Wrap at 80 cols |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Allow converting a builder to an iterator |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Tests for fp cmov's that I forgot to check in earlier |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Clear out all of the changes. Reset version numbers... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Brian Gaeke | Add clear() forwarding method. |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Generate slightly smaller code, "test R, R" instead... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | The X86 backend no longer needs the select lowering... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Codegen FP select instructions into X86 conditional... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Add support for floating point conditional move instruc... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Add support for FP cmoves |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Add FP conditional move instructions, which annoyingly... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Add warning |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | MBB::remove should not modify the iterator passed in |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | MachineBasicBlock::remove should not modify the iterato... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Improve description, add warning |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | MachineBasicBlock::remove should not change the iterato... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Brian Gaeke | Factor out getStaticStackSize from InsertPrologCode... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Brian Gaeke | Use the true, decoded name of the archive member in... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Avoid TRUE and FALSE which apparently conflict with... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Fix linking of constant expr casts due to type resoluti... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Add support for constant expr casts |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Add support for reading constantexpr select instructions |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Fix a latent bug in select constantexpr handling that... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Alkis Evlogimenos | Correctly update LiveVariables when an instruction... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Fold comparisons into select instructions, making much... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Test folding comparisons into select instructions |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | New testcase. This now codegens to: |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Implement spill code folding for all of the conditional... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Add direct support for integer select instructions... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | New testcase for select instructions |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Fix bug: Assembler/2004-03-30-UnclosedFunctionCrash.llx |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | New testcase that crashes the assembler |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Fix some serious bugs in the cmov descriptions, which... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Brian Gaeke | Start cleaning up this pass so that I can debug it. |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Oops, actually USE the previously computed value |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Test general value/value selection which we can do... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Now that all the code generators support the select... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Implement select.ll:test[3-6] |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Add some testcases for select simplification |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Fix a fairly major performance problem. If a PHI node... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Add the select lowering pass to get initial support... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Add a simple select instruction lowering pass |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Add some new methods |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Brian Gaeke | Don't warn about a null live range if the Value is... |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Brian Gaeke | Change how the beginnings and ends of MachineFunctions... |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Chris Lattner | Adjust to new itf |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Chris Lattner | Relax the interface a bit |
commit | commitdiff | tree | snapshot |
2004-03-29 |
John Criswell | Merged in RELEASE_12. |
commit | commitdiff | tree | snapshot |
2004-03-29 |
John Criswell | Merged in RELEASE_12. |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Chris Lattner | Handle -0.0 correctly |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Chris Lattner | Add a faq entry |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Chris Lattner | Add a bunch of methods that should have been added... |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Chris Lattner | Add another check |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Chris Lattner | Fix an assertion |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Chris Lattner | Make error message a bit nicer. |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Chris Lattner | Add two methods which have been needed for a long time... |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Chris Lattner | Make sure to get the headers from zlib correctly |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Chris Lattner | X % -1 == X % 1 == 0 |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Chris Lattner | Two changes: |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Chris Lattner | Minor efficiency improvement, finegrainify namespacific... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Chris Lattner | Add note about setting up linux systems to directly... |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Chris Lattner | Hrm, we were leaking ~1M of garbage that valgrind never... |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Chris Lattner | Add a dose of reality into the release notes |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Chris Lattner | Teach the optimizer to delete zero sized alloca's ... |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Chris Lattner | New testcase, the optimizer can delete zero sized allocas |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Chris Lattner | Perhaps the last bugfix before the release? HOPEFULLY... |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Chris Lattner | Fix PR299: [Sparc] Code generator asserts on alloc... |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Chris Lattner | Malloc doesn't kill a load. This patch need not go... |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Chris Lattner | Fix a minor wording bug in the manual |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Chris Lattner | This is the last remaining bug that I know of in the... |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Chris Lattner | Fix a really nasty bug that was breaking ijpeg in LLC... |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Chris Lattner | Fix bug: CodeExtractor/2004-03-17-MissedLiveIns.ll |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Chris Lattner | New testcase, reduced from 256.bzip2 |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Chris Lattner | Add statistics to the loop extractor. The loop extract... |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Chris Lattner | Fix problem with PHI nodes having multiple predecessors... |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Chris Lattner | Fix CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
next |