| Commit message (Expand) | Author | Age | Files | Lines |
* | Add another check | Chris Lattner | 2004-03-29 | 1 | -0/+5 |
* | Fix an assertion | Chris Lattner | 2004-03-29 | 1 | -1/+1 |
* | Make error message a bit nicer. | Chris Lattner | 2004-03-29 | 1 | -1/+1 |
* | Add two methods which have been needed for a long time: Type::get(Un)signedVe... | Chris Lattner | 2004-03-26 | 2 | -1/+45 |
* | Make sure to get the headers from zlib correctly | Chris Lattner | 2004-03-26 | 1 | -0/+1 |
* | X % -1 == X % 1 == 0 | Chris Lattner | 2004-03-26 | 1 | -0/+2 |
* | Two changes: | Chris Lattner | 2004-03-25 | 1 | -16/+40 |
* | New testcase | Chris Lattner | 2004-03-25 | 1 | -0/+13 |
* | Minor efficiency improvement, finegrainify namespacification | Chris Lattner | 2004-03-25 | 1 | -5/+10 |
* | Add note about setting up linux systems to directly execute LLVM bytecode files | Chris Lattner | 2004-03-25 | 1 | -4/+34 |
* | Hrm, we were leaking ~1M of garbage that valgrind never told us about because | Chris Lattner | 2004-03-19 | 1 | -0/+8 |
* | Add a dose of reality into the release notes | Chris Lattner | 2004-03-19 | 1 | -1/+1 |
* | Teach the optimizer to delete zero sized alloca's (but not mallocs!) | Chris Lattner | 2004-03-19 | 1 | -4/+12 |
* | New testcase, the optimizer can delete zero sized allocas | Chris Lattner | 2004-03-19 | 1 | -0/+14 |
* | Perhaps the last bugfix before the release? HOPEFULLY! :) | Chris Lattner | 2004-03-19 | 1 | -1/+1 |
* | Fix PR299: [Sparc] Code generator asserts on alloc of zero size type | Chris Lattner | 2004-03-19 | 1 | -1/+7 |
* | Malloc doesn't kill a load. This patch need not go into 1.2 though. | Chris Lattner | 2004-03-18 | 2 | -2/+0 |
* | Fix a minor wording bug in the manual | Chris Lattner | 2004-03-18 | 1 | -1/+2 |
* | This is the last remaining bug that I know of in the loop extractor. The loop | Chris Lattner | 2004-03-18 | 1 | -0/+196 |
* | Fix a really nasty bug that was breaking ijpeg in LLC mode. We were incorrectly | Chris Lattner | 2004-03-18 | 2 | -0/+4 |
* | Fix bug: CodeExtractor/2004-03-17-MissedLiveIns.ll | Chris Lattner | 2004-03-18 | 1 | -0/+5 |
* | New testcase, reduced from 256.bzip2 | Chris Lattner | 2004-03-18 | 1 | -0/+47 |
* | Add statistics to the loop extractor. The loop extractor has successfully | Chris Lattner | 2004-03-18 | 1 | -0/+6 |
* | Fix problem with PHI nodes having multiple predecessors from different | Chris Lattner | 2004-03-18 | 1 | -1/+2 |
* | Fix CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll | Chris Lattner | 2004-03-18 | 1 | -0/+13 |
* | New testcase | Chris Lattner | 2004-03-18 | 1 | -0/+23 |
* | Seriously simplify and correct the PHI node handling code. | Chris Lattner | 2004-03-18 | 1 | -162/+28 |
* | Fix CodeExtractor/2004-03-17-OutputMismatch.ll | Chris Lattner | 2004-03-18 | 1 | -3/+7 |
* | New testcase that crashes the code extractor | Chris Lattner | 2004-03-18 | 1 | -0/+21 |
* | Fix several bugs in the extractor: | Chris Lattner | 2004-03-18 | 1 | -45/+52 |
* | The code extractor needs dominator info. Provide it | Chris Lattner | 2004-03-18 | 1 | -3/+7 |
* | The code extractor needs dominator information, so we provide it. | Chris Lattner | 2004-03-18 | 1 | -16/+16 |
* | Prune #includes, moving the module interface to the front. Note that this | Chris Lattner | 2004-03-18 | 1 | -2/+1 |
* | Make this header file self-contained | Chris Lattner | 2004-03-18 | 1 | -0/+3 |
* | Fix a HORRIBLY NASTY bug that caused siod to stop working last night. | Chris Lattner | 2004-03-17 | 1 | -1/+1 |
* | Fix a tag-o | Chris Lattner | 2004-03-17 | 1 | -1/+1 |
* | Rewrite the second on AnalysisUsage usage. This documents the new | Chris Lattner | 2004-03-17 | 1 | -73/+118 |
* | When loop extraction succeeds, make sure to map the function pointers over | Chris Lattner | 2004-03-17 | 1 | -0/+11 |
* | Fix an inverted condition that causes us to think that loop extraction | Chris Lattner | 2004-03-17 | 1 | -1/+1 |
* | Fix an iterator invalidation problem in a "buggy" pass | Chris Lattner | 2004-03-17 | 1 | -1/+2 |
* | update release notes for 1.2 | Chris Lattner | 2004-03-17 | 1 | -9/+16 |
* | Modify test to use the %t substition (temporary name). This is available | John Criswell | 2004-03-17 | 1 | -2/+2 |
* | Fix compilation of mesa, which I broke earlier today | Chris Lattner | 2004-03-17 | 1 | -2/+3 |
* | Be more accurate | Chris Lattner | 2004-03-17 | 1 | -4/+15 |
* | cleanup comment | Chris Lattner | 2004-03-17 | 1 | -1/+1 |
* | Make the set of fixed (preallocated) intervals be a fixed superset of | Alkis Evlogimenos | 2004-03-17 | 1 | -29/+10 |
* | Fix bug in previous checkin | Chris Lattner | 2004-03-16 | 1 | -2/+7 |
* | Okay, so there is no reasonable way for tail duplication to update SSA form, | Chris Lattner | 2004-03-16 | 1 | -195/+49 |
* | This code was both incredibly complex and incredibly broken. Fix it. | Chris Lattner | 2004-03-16 | 1 | -137/+57 |
* | Another simple testcase | Chris Lattner | 2004-03-16 | 1 | -0/+17 |