oota-llvm.git
2004-03-26 Chris LattnerAdd two methods which have been needed for a long time...
2004-03-26 Chris LattnerMake sure to get the headers from zlib correctly
2004-03-26 Chris LattnerX % -1 == X % 1 == 0
2004-03-25 Chris LattnerTwo changes:
2004-03-25 Chris LattnerNew testcase
2004-03-25 Chris LattnerMinor efficiency improvement, finegrainify namespacific...
2004-03-25 Chris LattnerAdd note about setting up linux systems to directly...
2004-03-19 Chris LattnerHrm, we were leaking ~1M of garbage that valgrind never...
2004-03-19 Chris LattnerAdd a dose of reality into the release notes
2004-03-19 Chris LattnerTeach the optimizer to delete zero sized alloca's ...
2004-03-19 Chris LattnerNew testcase, the optimizer can delete zero sized allocas
2004-03-19 Chris LattnerPerhaps the last bugfix before the release? HOPEFULLY...
2004-03-19 Chris LattnerFix PR299: [Sparc] Code generator asserts on alloc...
2004-03-18 Chris LattnerMalloc doesn't kill a load. This patch need not go...
2004-03-18 Chris LattnerFix a minor wording bug in the manual
2004-03-18 Chris LattnerThis is the last remaining bug that I know of in the...
2004-03-18 Chris LattnerFix a really nasty bug that was breaking ijpeg in LLC...
2004-03-18 Chris LattnerFix bug: CodeExtractor/2004-03-17-MissedLiveIns.ll
2004-03-18 Chris LattnerNew testcase, reduced from 256.bzip2
2004-03-18 Chris LattnerAdd statistics to the loop extractor. The loop extract...
2004-03-18 Chris LattnerFix problem with PHI nodes having multiple predecessors...
2004-03-18 Chris LattnerFix CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll
2004-03-18 Chris LattnerNew testcase
2004-03-18 Chris LattnerSeriously simplify and correct the PHI node handling...
2004-03-18 Chris LattnerFix CodeExtractor/2004-03-17-OutputMismatch.ll
2004-03-18 Chris LattnerNew testcase that crashes the code extractor
2004-03-18 Chris LattnerFix several bugs in the extractor:
2004-03-18 Chris LattnerThe code extractor needs dominator info. Provide it
2004-03-18 Chris LattnerThe code extractor needs dominator information, so...
2004-03-18 Chris LattnerPrune #includes, moving the module interface to the...
2004-03-18 Chris LattnerMake this header file self-contained
2004-03-17 Chris LattnerFix a HORRIBLY NASTY bug that caused siod to stop worki...
2004-03-17 Chris LattnerFix a tag-o
2004-03-17 Chris LattnerRewrite the second on AnalysisUsage usage. This docume...
2004-03-17 Chris LattnerWhen loop extraction succeeds, make sure to map the...
2004-03-17 Chris LattnerFix an inverted condition that causes us to think that...
2004-03-17 Chris LattnerFix an iterator invalidation problem in a "buggy" pass
2004-03-17 Chris Lattnerupdate release notes for 1.2
2004-03-17 John CriswellModify test to use the %t substition (temporary name...
2004-03-17 Chris LattnerFix compilation of mesa, which I broke earlier today
2004-03-17 Chris LattnerBe more accurate
2004-03-17 Chris Lattnercleanup comment
2004-03-17 Alkis EvlogimenosMake the set of fixed (preallocated) intervals be a...
2004-03-16 Chris LattnerFix bug in previous checkin
2004-03-16 Chris LattnerOkay, so there is no reasonable way for tail duplicatio...
2004-03-16 Chris LattnerThis code was both incredibly complex and incredibly...
2004-03-16 Chris LattnerAnother simple testcase
2004-03-16 Brian GaekeThe .type directive on Solaris uses the # character...
2004-03-16 Brian GaekeFix bug in zero-extending of shorts.
2004-03-16 Brian GaekeAdd UMULrr and SMULrr instructions.
2004-03-16 Brian GaekeUse ! for comment char; it works in both Solaris as...
2004-03-16 Brian GaekeMake getClass more robust by adding cLong.
2004-03-16 Chris LattnerBug fixed
2004-03-16 Chris LattnerNew testcase for PR297
2004-03-16 Brian GaekeAdd a better head-of-file comment.
2004-03-16 Chris LattnerBug not fixed after all
2004-03-16 Chris LattnerFix test
2004-03-16 Chris LattnerFix testcase
2004-03-16 Chris LattnerPunt if we see gigantic PHI nodes. This improves a...
2004-03-16 Chris LattnerDo not try to optimize PHI nodes with incredibly high...
2004-03-16 Chris LattnerDo not copy gigantic switch instructions
2004-03-16 Chris LattnerFix bug in bug name. It must be the painkillers that...
2004-03-16 Chris LattnerImplement a new feature in the CFE, moving a GCC extens...
2004-03-16 Chris LattnerNew testcase
2004-03-16 Chris Lattnerboog fixed
2004-03-16 Chris LattnerFix PR296: [execution engines] Unhandled cast constant...
2004-03-16 Chris LattnerFix a regression from this patch:
2004-03-16 Chris LattnerNew testcase for PR293
2004-03-16 Chris LattnerBug fixed
2004-03-16 Chris Lattnerfoo Bug 291, bar PR291
2004-03-16 Chris Lattnerfoo bug291 bar PR 291
2004-03-16 Chris LattnerPR291
2004-03-16 Chris Lattner// Testcase from Bug 291
2004-03-16 Chris LattnerAdd some missing functions. Make sure to handle calls...
2004-03-16 Chris LattnerFix thinko, and PR292
2004-03-16 Chris LattnerFix PR294
2004-03-15 Alkis EvlogimenosAdd LAHF instruction
2004-03-15 Chris LattnerRestore old inlining heuristic. As the comment indicat...
2004-03-15 Chris LattnerOk, the assertion was bogus. Calls that do not read...
2004-03-15 Chris LattnerThis assertion is bogus now that calls do not necessari...
2004-03-15 Chris LattnerAdd counters for the number of calls elimianted
2004-03-15 Chris LattnerImplement CSE of call instructions in the most trivial...
2004-03-15 Chris LattnerNew testcase for CSE of call instructions
2004-03-15 Chris LattnerFix a minor bug, implementing GCSE/call_pure_function.ll
2004-03-15 Chris LattnerMake sure that pure calls don't kill loads
2004-03-15 Chris LattnerImplement LICM of calls in simple cases. This is suffi...
2004-03-15 Chris LattnerNew testcases to test LICM of call instructions
2004-03-15 Chris LattnerDon't be COMPLETELY pessimistic in the face of function...
2004-03-15 Chris LattnerTweak argument
2004-03-15 Chris LattnerDeinline a couple of methods. Improve comment.
2004-03-15 Chris LattnerDeinline some virtual methods, provide better mod/ref...
2004-03-15 Chris LattnerPass through the boolean queries
2004-03-15 Chris LattnerTeach basicaa about some stdc functions.
2004-03-15 Chris LattnerAdd two new methods which can be used to enable a bunch...
2004-03-15 Chris LattnerMostly cosmetic improvements. Do fix the bug where...
2004-03-15 Chris LattnerAssert that input blocks meet the invariants we expect
2004-03-15 Chris LattnerNew testcase that causes the code extractor to generate...
2004-03-15 Chris LattnerFix several bugs in the loop extractor. In particular...
2004-03-14 Chris LattnerNo correctness fixes here, just minor qoi fixes:
2004-03-14 Chris LattnerSimplify code a bit, and fix bug CodeExtractor/2004...
next