oota-llvm.git
2003-07-08 John CriswellCorrected the Table of Contents.
2003-07-08 Vikram S. AdvePointer hash table reallocation code seems never to...
2003-07-08 Vikram S. AdveNative libraries (libinstr*.a) should not have been...
2003-07-08 Vikram S. AdveUse libinstr.$(ARCH).a instead of libinstr64.a
2003-07-08 Vikram S. Adve*** empty log message ***
2003-07-08 John CriswellRemoved size_t from the parameter list of the malloc...
2003-07-07 Misha BrukmanStop using the `Offset' variable, as we are cycling...
2003-07-07 Misha BrukmanFixed indentation.
2003-07-07 Misha BrukmanRemoved an extra slash that appears in the path name...
2003-07-07 Misha BrukmanElaborated assembly syntax of instructions in the comments.
2003-07-07 Misha BrukmanRemoved unnecessary assignment (it was taken care by...
2003-07-07 Misha Brukman* Made $Template refer to a path relative to the checke...
2003-07-07 John CriswellFixed the directions for building the C front end.
2003-07-07 John CriswellAdded information about how to unpack the distribution...
2003-07-07 Brian GaekeInsert workaround for GAS bug in assembling FLD/FSTP...
2003-07-07 Misha BrukmanMoved RegClassIDs enum to be next to the RegTypes enum.
2003-07-06 Vikram S. AdveCorrection to last fix: Pointer types do not return...
2003-07-06 Vikram S. AdveChoose register instead of immediate for ConstantExpr...
2003-07-06 Vikram S. AdveMajor bug fix though it happened rarely (only on a...
2003-07-06 Vikram S. AdveRegression test for bug in reg. allocation that was...
2003-07-06 Vikram S. AdveMake the RegClassID values public -- there is no other...
2003-07-03 Brian GaekeAdd -d option to trust the disassembler.
2003-07-03 Brian Gaekehere little scriptie, nice scriptie...
2003-07-03 Misha BrukmanApparently, the "regType" and "regClass" used in the...
2003-07-03 Sumant KowshikAdded support for poolallocarray and poolmakeunfreeable...
2003-07-03 John CriswellFixed an error in the pathname to LLVMGCCDIR for the...
2003-07-03 John CriswellAdded information on software requirements for unpackin...
2003-07-03 Misha Brukman* Reworded a bit about JITs (I don't like acronyms...
2003-07-03 John CriswellAdded another remark on how building the C front end...
2003-07-03 John CriswellPerformed a major update for the pre-release.
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...
next