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 |
2004-03-18 |
Chris Lattner | Seriously simplify and correct the PHI node handling... |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Chris Lattner | Fix CodeExtractor/2004-03-17-OutputMismatch.ll |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Chris Lattner | New testcase that crashes the code extractor |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Chris Lattner | Fix several bugs in the extractor: |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Chris Lattner | The code extractor needs dominator info. Provide it |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Chris Lattner | The code extractor needs dominator information, so... |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Chris Lattner | Prune #includes, moving the module interface to the... |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Chris Lattner | Make this header file self-contained |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Chris Lattner | Fix a HORRIBLY NASTY bug that caused siod to stop worki... |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Chris Lattner | Fix a tag-o |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Chris Lattner | Rewrite the second on AnalysisUsage usage. This docume... |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Chris Lattner | When loop extraction succeeds, make sure to map the... |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Chris Lattner | Fix an inverted condition that causes us to think that... |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Chris Lattner | Fix an iterator invalidation problem in a "buggy" pass |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Chris Lattner | update release notes for 1.2 |
commit | commitdiff | tree | snapshot |
2004-03-17 |
John Criswell | Modify test to use the %t substition (temporary name... |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Chris Lattner | Fix compilation of mesa, which I broke earlier today |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Chris Lattner | Be more accurate |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Chris Lattner | cleanup comment |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Alkis Evlogimenos | Make the set of fixed (preallocated) intervals be a... |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | Fix bug in previous checkin |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | Okay, so there is no reasonable way for tail duplicatio... |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | This code was both incredibly complex and incredibly... |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | Another simple testcase |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Brian Gaeke | The .type directive on Solaris uses the # character... |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Brian Gaeke | Fix bug in zero-extending of shorts. |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Brian Gaeke | Add UMULrr and SMULrr instructions. |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Brian Gaeke | Use ! for comment char; it works in both Solaris as... |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Brian Gaeke | Make getClass more robust by adding cLong. |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | New testcase for PR297 |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Brian Gaeke | Add a better head-of-file comment. |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | Bug not fixed after all |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | Fix test |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | Fix testcase |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | Punt if we see gigantic PHI nodes. This improves a... |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | Do not try to optimize PHI nodes with incredibly high... |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | Do not copy gigantic switch instructions |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | Fix bug in bug name. It must be the painkillers that... |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | Implement a new feature in the CFE, moving a GCC extens... |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | boog fixed |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | Fix PR296: [execution engines] Unhandled cast constant... |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | Fix a regression from this patch: |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | New testcase for PR293 |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | foo Bug 291, bar PR291 |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | foo bug291 bar PR 291 |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | PR291 |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | // Testcase from Bug 291 |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | Add some missing functions. Make sure to handle calls... |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | Fix thinko, and PR292 |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Chris Lattner | Fix PR294 |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Alkis Evlogimenos | Add LAHF instruction |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Chris Lattner | Restore old inlining heuristic. As the comment indicat... |
commit | commitdiff | tree | snapshot |
next |