oota-llvm.git
2003-02-27 Chris Lattner * LoopInfo now keeps track of exit blocks from the...
2003-02-26 Chris LattnerNew testcase crashing LICM
2003-02-26 Chris LattnerMake the aliassettracker much more precise by actually...
2003-02-26 Chris LattnerFix test
2003-02-26 Chris LattnerFix bug: BasicAA/2003-02-26-AccessSizeTest.ll
2003-02-26 Chris LattnerNew testcase for size tracking brokenness
2003-02-26 Chris LattnerFix several bugs in basic-aa
2003-02-26 Chris LattnerRename -no-* to -disable-*
2003-02-26 Chris LattnerAdd new -no-aa implementation
2003-02-26 Chris LattnerMove BasicAA pass out to it's own header file
2003-02-26 Chris LattnerBasicAA doesn't need a public header
2003-02-26 Chris LattnerAdjust to implement new AA interface
2003-02-26 Chris LattnerAdjust to new AA interface
2003-02-26 Chris LattnerConvert to work with new AliasAnalysis interface by...
2003-02-26 Chris LattnerCalculate and pass load sizes to the alias analysis...
2003-02-26 Chris LattnerAdjust to new AA interface
2003-02-26 Chris Lattner - Checkin of the alias analysis work:
2003-02-26 Chris LattnerTweak to work with new AA implementation
2003-02-26 Chris LattnerCheckin of new alias analysis interface:
2003-02-26 Chris LattnerAllow ImmutablePass's to require other immutable passes...
2003-02-26 Chris Lattner* Un "protect" the getAnalysis<> functions
2003-02-26 Chris LattnerRemove implemented projects
2003-02-26 Chris LattnerUpdate programmers manual for renamed method
2003-02-26 Chris LattnerHopefully final tweak to this testcase
2003-02-25 Chris LattnerAdd a new test for basicaa
2003-02-25 Chris LattnerFix typeo
2003-02-25 Chris LattnerRemove wierd case that can never happen
2003-02-25 Chris LattnerAdd new helper template function
2003-02-24 Chris LattnerFix testcase
2003-02-24 Chris LattnerRename Instruction::hasSideEffects() -> mayWriteToMemory()
2003-02-24 Chris LattnerThis is a substantial rewrite of the AliasSetTracker...
2003-02-24 Chris LattnerInitial checkin of CallSite wrapper for Call/Invoke...
2003-02-24 Chris LattnerFix test
2003-02-24 Chris LattnerMake printing messages nicer
2003-02-24 Chris LattnerFix #endif
2003-02-24 Chris LattnerAdd support for the slist extension
2003-02-24 Chris LattnerInitial implementation of Loop invariant memory->scalar...
2003-02-24 Chris LattnerTweak testcase
2003-02-24 Chris LattnerNew testcase for scalar promotion
2003-02-22 Chris LattnerSplit mem2reg promotion into two parts: a function...
2003-02-22 Chris LattnerAdd a new interface file for the PromoteMemToReg interf...
2003-02-22 Chris LattnerClean up std namespace references
2003-02-22 Chris LattnerNew testcase to check to see if LICM is performing...
2003-02-22 Chris LattnerDramatically simplify building of natural loops and...
2003-02-20 Chris LattnerFix the requisite bug that I introduced
2003-02-20 Chris LattnerFix 80 character formatting
2003-02-20 Chris LattnerFix bug: 2003-02-19-LoopInfoNestingBug.ll
2003-02-20 Chris LattnerAdd a testcase for broken loopinfo
2003-02-20 Chris LattnerMake tests rerun if analyze is rebuilt
2003-02-19 Chris LattnerFix warnings compiling C files
2003-02-18 Chris LattnerRemove support for memset
2003-02-18 Chris LattnerAdd lots of functions
2003-02-18 Chris Lattner4 new transformations:
2003-02-18 Chris LattnerAdd new testcases
2003-02-18 Chris LattnerModernize testcase
2003-02-18 Chris LattnerModernize testcases
2003-02-18 Chris Lattnertest for a variety of new transformations:
2003-02-18 Chris LattnerAdd a variety of new transformations:
2003-02-18 Chris Lattnermodernize testcase
2003-02-18 Chris LattnerModernize testcase
2003-02-14 Chris LattnerFix resolution of indirect function calls... whoops
2003-02-14 Anand ShuklaChanges to runtime framework
2003-02-14 Chris LattnerMark function edges
2003-02-14 Chris LattnerFix a bug that cause a crash resolving questionable...
2003-02-14 Chris Lattner- Eliminate provably non-pointer nodes from graphs.
2003-02-14 Chris LattnerFix a misunderstanding of the standard associative...
2003-02-14 Chris LattnerDon't put integer pointers (longs) into the scalar...
2003-02-14 Chris LattnerClarify the Makefile.config settings
2003-02-14 Chris LattnerFix bug: LevelRaise/2003-02-13-CallRaise.ll
2003-02-14 Chris LattnerNew testcase distilled from LARN
2003-02-13 Chris LattnerHax0r around a deficiency in the Pass infrastructure
2003-02-13 Chris LattnerUse the new tailclip property new added to graphviz...
2003-02-13 Chris LattnerThis speeds up processing LLVM a _lot_, 17% in the...
2003-02-13 Chris LattnerMove node forwarding code from being inlined to being...
2003-02-13 Chris LattnerFix profile builds
2003-02-13 Chris LattnerMake more compatible with GCC 2.96
2003-02-13 Chris LattnerRemove gunk that was supposed to make space evaluation...
2003-02-12 Chris LattnerNew testcase, for something we may never really want...
2003-02-12 Chris LattnerAdd -fomit-frame-pointer when optimizing
2003-02-12 Joel StanleyFixed alloca declaration problem on sun.
2003-02-12 Chris LattnerDon't output times in "scientific" notation
2003-02-12 Chris LattnerAdd new -no-verify option
2003-02-12 Chris LattnerAdd a new -no-output option, useful for -aa-eval tests.
2003-02-11 Chris LattnerImplement more functions
2003-02-11 Chris LattnerRename options
2003-02-11 Chris LattnerImplement a "union-findy" version of DS-Analysis, which...
2003-02-11 Chris LattnerMinor tweaks to printing. Close the file before viewin...
2003-02-11 Chris LattnerFix uninitialized member problem
2003-02-10 Chris LattnerBugfix for calling dump() after the links vector has...
2003-02-10 Chris LattnerModest speedup which seems to help steens quite a bit...
2003-02-10 Chris LattnerMove getNode() out of line
2003-02-10 Chris LattnerFix problem breaking GAP, use hasNoReferrers more
2003-02-10 Chris LattnerImplement a new method "viewGraph" which can be used...
2003-02-10 Chris LattnerImplement a new "viewGraph" method which can be used...
2003-02-10 Chris LattnerRearrange code
2003-02-10 Chris LattnerFix problem breaking Fhourstones
2003-02-10 Chris LattnerRevert Anand's patch which broke the build
2003-02-10 Chris LattnerMake steensgaards performance not shameful
2003-02-09 Chris LattnerDon't insert null entries into the scalar map for const...
2003-02-09 Anand Shukla*** empty log message ***
next