oota-llvm.git
2003-02-09 Chris LattnerAllow printing of various types of alias analysis results
2003-02-09 Chris LattnerImplement knowledge in BasicAA that &A->field != &A...
2003-02-09 Chris Lattner - Fix BasicAA to correctly detect the non-aliasness...
2003-02-09 Chris LattnerSwitch to using the right call vector
2003-02-09 Chris LattnerAdd a basic-aa test
2003-02-09 Chris LattnerFix major bugs in incompleteness marking that were...
2003-02-09 Chris LattnerPrint out the steens graph if -debug is specified
2003-02-09 Chris Lattner* Fix a bug where global incompleteness marking would...
2003-02-09 Chris LattnerTD Pass now does not cause globals to mark nodes incomp...
2003-02-08 Chris LattnerAdd a special case for main because we know it's incomi...
2003-02-08 Chris LattnerFix a bug where we would mark the callees arguments...
2003-02-08 Chris LattnerFix division by zero problem
2003-02-08 Chris LattnerRemove explicit result counters
2003-02-08 Chris LattnerAdd a flag which effectively disables field sensitivity
2003-02-07 Chris LattnerDon't bother counting alias results, allow the AliasAna...
2003-02-07 Chris LattnerAllow counting multiple passes, and print the pass...
2003-02-07 Chris LattnerNew general purpose alias analysis result auditor
2003-02-07 Chris LattnerAdd notes from Vikram's email
2003-02-07 Chris LattnerRemove obsolete page
2003-02-06 Chris LattnerAdd a summary
2003-02-06 Chris LattnerFix a problem Sumant was running into
2003-02-06 Chris LattnerSimple N^2 alias anlysis accuracy checker
2003-02-06 Chris LattnerNew "open projects" document
2003-02-06 Chris LattnerFix an assertion failure
2003-02-05 Chris LattnerImplement optimization for direct function call case...
2003-02-05 Chris LattnerSquelch warning
2003-02-05 Chris LattnerAllow the addition of edge source labels
2003-02-04 Chris LattnerRemove bogus assertion
2003-02-04 Chris LattnerFix a huge bug with handling non-pointer instructions
2003-02-04 Chris LattnerMake the TD pass not include all of the call nodes...
2003-02-04 Chris LattnerAdd sanity check
2003-02-04 Chris LattnerFix steensgaard to work on a lot more cases...
2003-02-04 Chris LattnerFix printing of nonfunction graphs
2003-02-03 Chris LattnerRename variable
2003-02-03 Chris LattnerHack to work around deficiency in pass infrastructure
2003-02-03 Chris LattnerInitial implementation of ds-aa
2003-02-03 Chris LattnerCheck field sensitivity
2003-02-03 Chris LattnerBuild DS-AA tests
2003-02-03 Chris LattnerInitial tests for DS alias analysis
2003-02-03 Chris LattnerAdd statistics to basicAA pass
2003-02-03 Chris Lattner* Fix a bug introduced in the last checkin wrt Stack...
2003-02-03 Chris LattnerImplement feof and xmalloc
2003-02-03 Chris LattnerImplement the globals graph!
2003-02-03 Chris LattnerAdd better debug output
2003-02-03 Chris LattnerEliminate unused resolving caller stuff
2003-02-03 Chris Lattner* Add a bunch of stuff for checking the integrity of...
2003-02-03 Chris LattnerRemove pool alloc accessor
2003-02-03 Chris LattnerSplit public interface out into header file
2003-02-03 Chris LattnerExpose information about pool allocation
2003-02-02 Chris LattnerIndent for uniformity
2003-02-02 Chris LattnerBe a bit more specific in caption
2003-02-02 Chris LattnerAllow modifying a global variables constness property
2003-02-02 Chris LattnerFix bug: Assembler/2003-02-02-ConstGlobal.ll
2003-02-02 Chris LattnerNew testcase
2003-02-01 Chris LattnerFix a bug where we would delete neccesary calls in...
2003-02-01 Chris LattnerFix a bug where we would incorrectly delete globals...
2003-02-01 Chris LattnerDelete nodes more efficiently
2003-02-01 Chris LattnerRemove dead nodes more efficiently
2003-02-01 Chris LattnerImprove efficiency of aliveness traversal code
2003-02-01 Chris LattnerChange DSGraph stuff to use hash_(set|map) instead...
2003-02-01 Chris LattnerAdd a bunch more stubs
2003-02-01 Chris LattnerFix typo
2003-02-01 Chris LattnerAdd hash_multimap support
2003-02-01 Chris LattnerRemove using declarations
2003-02-01 Chris LattnerSimplify assertions
2003-02-01 Chris LattnerAdd new composition mask
2003-02-01 Joel StanleyAdded protos for two alternate, convenient CallInst...
2003-02-01 Joel StanleyAdded implementation of alternate CallInst constructors...
2003-01-31 Chris LattnerRemove globals on the bottom up pass which do not conta...
2003-01-31 Chris LattnerAdd functions to the ban list
2003-01-31 Chris LattnerFix strip issue Joel ran into
2003-01-30 Chris Lattner* Add new -track-memory option to tools which enables...
2003-01-30 Chris LattnerFix a bug resolving sprintf(...) to sprintf(char*,...
2003-01-30 Chris LattnerFix bug: Assembler/2003-01-30-UnsignedString.ll
2003-01-30 Chris LattnerNew testcase
2003-01-30 Chris LattnerActually print the function _name_ if there is a problem
2003-01-30 Chris LattnerAdd new function to allow removal of typed named elements
2003-01-30 Chris Lattner* Fix linking of opaque types and their non-opaque...
2003-01-30 Chris LattnerNew testcase
2003-01-30 Chris LattnerEliminate using decls
2003-01-30 Chris LattnerNEw testcase
2003-01-30 Chris Lattner* Fix function resolution for varargs function to gener...
2003-01-30 Chris LattnerBug that is unfixable with current frontend
2003-01-30 Chris LattnerFix levelraise/2003-01-30-ShiftCrash.ll
2003-01-30 Chris LattnerNew testcase
2003-01-29 Chris LattnerInitial checkin of pool allocation code
2003-01-29 Chris LattnerUse and implement API for graph traversals
2003-01-29 Chris LattnerNew API for traversing graph
2003-01-29 Chris LattnerInitial checkin of pool allocator library
2003-01-29 Chris LattnerFix build problem on sparc
2003-01-29 Chris LattnerFix warnings on sparc
2003-01-29 Chris LattnerFix warning on sparc
2003-01-28 Chris Lattnerfree instructions mark their operands as being heap...
2003-01-28 Chris LattnerInitial checking: defult the make_vector function
2003-01-27 Chris LattnerNew helper header
2003-01-24 Chris LattnerDisable construction of pool allocator
2003-01-24 Chris LattnerMake sure the files get sorted correctly
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2003-01-23 Chris LattnerSlight efficiency improvement
next