oota-llvm.git
2003-07-02 Chris LattnerDisable the parent graph code when not compiled in...
2003-07-02 Vikram S. AdveLeak fix: delete old objects before reallocation in...
2003-07-02 Vikram S. AdveMinor beautification: fold a couple of lines of code.
2003-07-02 Vikram S. Adve(1) Major bug fix: DecomposeArrayRef() replaces its...
2003-07-02 Vikram S. AdveA def. operand of a machine instruction may be an ordin...
2003-07-02 Vikram S. AdveBug/case fixes:
2003-07-01 John CriswellAdded the ARCH variable so that some of the Makefiles...
2003-07-01 John CriswellFixed a broken hyperlink.
2003-07-01 Chris LattnerTD pass keeps track of which functions have complete...
2003-07-01 Chris LattnerAdd new operator= impl
2003-07-01 Chris LattnerFix bug: Regression/Other/2002-03-11-ExprAssertion.ll
2003-07-01 Chris LattnerFix testcase failing because of change of output
2003-07-01 John CriswellUpdated the name of the LLVM disassembler so that the...
2003-07-01 Chris Lattnernew testcase
2003-07-01 Chris LattnerMove to test/programs/LLvmsource
2003-07-01 Chris LattnerOk, I'm a moron. Fixed now
2003-07-01 Chris LattnerFix major problem that was causing all kinds of nasty...
2003-07-01 Chris LattnerMake testcase a bit more interesting
2003-07-01 Chris LattnerNew testcase
2003-07-01 Chris LattnerRework TD pass to work with the precise call graph...
2003-07-01 Chris LattnerDo not treat global variables as functions! (and assert...
2003-07-01 Chris LattnerDont' print scalar nodes for ConstantPointerRefs
2003-07-01 Chris LattnerAdd new methods to BUDS for keeping track of a precise...
2003-07-01 Chris LattnerMinor cleanups
2003-07-01 Chris LattnerUpdate to configure the tree before building it.
2003-07-01 John CriswellThe Makefile now adds autoconf information to the compi...
2003-07-01 John CriswellRenamed all of the LObj* variables (which represent...
2003-06-30 Chris LattnerFix verbose support bug
2003-06-30 John CriswellRemoved the LIBS environment variable as it interferes...
2003-06-30 John CriswellAdded John Criswell to the contributors list.
2003-06-30 John CriswellRemoved the --enable-profiling and --enable-verbose...
2003-06-30 John CriswellRemoved the --enable-verbose option.
2003-06-30 John CriswellAdding in sample project tree.
2003-06-30 John CriswellAdding in projects subtree.
2003-06-30 Chris LattnerThis causes an assert in the assembler. :(
2003-06-30 John CriswellRemoved these files as they are replaced by autoconf.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-30 Chris LattnerSetjmp should always return zero if we don't implement...
2003-06-30 Brian GaekeGet rid of the duplicate '0x' in debug mode.
2003-06-30 Misha BrukmanSpell `apparently' with an `e'.
2003-06-30 Chris LattnerNew testcase
2003-06-30 Chris LattnerAdd dependency on analyze
2003-06-30 Chris LattnerUse the getFunctionNames method
2003-06-30 Chris LattnerAdd new method
2003-06-30 Chris LattnerSplit CallSiteIterator out into DSCallSiteIterator...
2003-06-30 Chris LattnerBe more const-correct
2003-06-30 Chris LattnerBe more const correct
2003-06-30 Chris LattnerFix bug in last checkin
2003-06-30 Chris LattnerConstness changes
2003-06-30 Chris LattnerReimplement the BU closure to collapse all SCC graphs...
2003-06-30 Chris LattnerHandle the case where OldNodeMap == &ScalarMap correctly
2003-06-30 Chris LattnerRemove dead method
2003-06-30 Chris LattnerDo not delete the same graph multiple times when freein...
2003-06-30 Chris LattnerDo not multiply delete graphs if functions are sharing...
2003-06-30 Chris LattnerMove usages of explicit hash_* datastructures to use...
2003-06-30 Chris LattnerNew testcase
2003-06-30 Chris LattnerRevamp DSGraphs so that they can support multiple funct...
2003-06-30 Chris LattnerAdjust for new DSGraph API
2003-06-30 Chris LattnerEliminate using declarations, adjust for new DSGraph API
2003-06-30 Chris LattnerSubstantial revamp: DSGraphs now may contain the graphs...
2003-06-30 Chris LattnerAdd argument
2003-06-30 Chris LattnerRemove prototype for dead method
2003-06-29 Chris LattnerAdd clean target to clean up my mess
2003-06-29 Chris LattnerAbstract out the predicate which decides whether a...
2003-06-29 Chris LattnerFix minor bug in previous checkin
2003-06-29 Chris LattnerAdd support for ensuring that nodes are not incomplete
2003-06-29 Chris LattnerThis node should not be incomplete!
2003-06-29 Chris LattnerNew testcase
2003-06-29 Chris LattnerAdd support for "physical subtyping", which fixes:
2003-06-29 Chris LattnerAdd print method to not get silly warning from analyze
2003-06-29 Chris LattnerNew, smaller testcase
2003-06-29 Chris LattnerNew pass which is useful for writing regression tests
2003-06-29 Chris LattnerNew testcase
2003-06-29 Chris LattnerUntil there is a setjmp/longjmp transformation pass...
2003-06-29 Chris LattnerFix testcase
2003-06-29 Chris LattnerNew testcase
2003-06-29 Chris LattnerMake sure that the global is known to be internal
2003-06-29 Chris LattnerExpose must alias information for global variables...
2003-06-29 Chris LattnerIf the alias analysis algorithm we are using can provid...
2003-06-29 Chris LattnerAdd support for gathering sets of must aliases
2003-06-29 Chris LattnerCount operands to instructions as well as just results...
2003-06-28 Chris LattnerNew testcase
2003-06-28 Chris LattnerDo not chain to basic-aa
2003-06-28 Chris LattnerRemove obsolete script
2003-06-28 Chris LattnerRemove usage of grep-not script
2003-06-28 Chris LattnerRemove explicit control flow through the use of the...
2003-06-28 Chris LattnerMove DSGraph tests to test/Regression/Analysis/DSGraph
2003-06-28 Chris LattnerMove files to test/Regression/Analysis/DSGraph
2003-06-28 Chris LattnerNo use in having CFGSimplify and SimplifyCFG directories!
2003-06-28 Chris LattnerEliminate explicit control flow in tests
2003-06-28 Chris LattnerUse not instead of grep-not
2003-06-28 Chris LattnerSwitch tests over to use the 'not' script, instead...
2003-06-28 Chris LattnerForce the interpreter for this testcase
2003-06-28 Chris LattnerGet rid of control flow in the test
2003-06-28 Chris LattnerNew script for testrunner programs
2003-06-28 Chris LattnerConvert scripts from using explicit control flow to...
2003-06-28 Chris LattnerHandle quoting right
2003-06-28 Chris LattnerMake the TestRunner tests not print out horrible things...
2003-06-28 Chris LattnerFix testcase
2003-06-28 Chris LattnerInitial checkin of grep-not script
next