oota-llvm.git
2003-07-03 John CriswellAdding a web page on how to start a new LLVM Project.
2003-07-03 Chris LattnerReuse the values if they are constants: this is importa...
2003-07-03 Chris LattnerNew testcase
2003-07-03 Chris LattnerRemove globals more aggressively from graphs.
2003-07-02 Chris LattnerINCLUDE_PARENT_GRAPH is required
2003-07-02 Chris LattnerINCLUDE_PARENT_GRAPH is required!
2003-07-02 Chris LattnerDisable incorrect mustalias code
2003-07-02 Chris LattnerRemove space at end of line
2003-07-02 Chris LattnerRemove dead method
2003-07-02 Chris LattnerFix how we are handling unreachable functions. This...
2003-07-02 John CriswellUpdated prior to the pre-release.
2003-07-02 Misha BrukmanThe word `open' was really intended to be `option'.
2003-07-02 John CriswellRemoved the --enable-profiling option.
2003-07-02 John CriswellRemoved the --enable-profiling option (again).
2003-07-02 Chris LattnerKeep track of how many inlinings are performed
2003-07-02 Chris LattnerTry using trivially dead deletion
2003-07-02 Misha Brukman* Force all "don't care" bits to 0 so that there are...
2003-07-02 Misha BrukmanThe classes F4_3 and F4_4 have an `rd' operand that...
2003-07-02 Misha BrukmanProperly fix instruction syntax in comments, using...
2003-07-02 Misha BrukmanFixed instruction syntax in the comments (specifies...
2003-07-02 Misha Brukman* If compiling on X86 or Sparc, automagically enable...
2003-07-02 John CriswellRemoved the CPPFLAGS and CFLAGS variables since the...
2003-07-02 Vikram S. AdveForce fixed-size but large alloca objects to the dynami...
2003-07-02 Chris LattnerRemove dead Nodes list
2003-07-02 Chris LattnerComplete rewrite of td pass
2003-07-02 Chris LattnerPrint collapsed to match the paper
2003-07-02 Chris LattnerReduce amount of work we do calculating mustaliases...
2003-07-02 Chris LattnerAdd support for ParentGraph only when building in debug...
2003-07-02 Chris LattnerAdd some functions to the blacklist
2003-07-02 Chris LattnerMake the BU closure keep track of which actual calls...
2003-07-02 Chris LattnerMake local pass print out its progress
2003-07-02 Chris LattnerAdd new methods
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
next