oota-llvm.git
2003-10-10 John CriswellMake the clean target remove the QMTest temporary direc...
2003-10-10 John CriswellRenamed the feature subtests so that they do not begin...
2003-10-10 Brian GaekeDon't include <stdlib.h>.
2003-10-10 Brian GaekeDon't include "Config/stdlib.h".
2003-10-10 Brian GaekeInclude <cctype> and <cstdlib> instead of <ctype.h...
2003-10-10 Brian GaekeNo longer used anywhere.
2003-10-10 John CriswellFixed spelling.
2003-10-10 Brian GaekeRewrite head-of-file comment.
2003-10-10 Brian GaekeInclude <cstdio> instead of <stdio.h>.
2003-10-10 Brian GaekeDon't include Config/stdio.h or <stdio.h>.
2003-10-10 John CriswellInitial checkin of Testing Guide.
2003-10-10 Chris LattnerAdd a new -disable-inlining option
2003-10-10 Misha BrukmanFix spelling.
2003-10-10 Misha BrukmanFix grammar.
2003-10-10 Misha BrukmanFix spelling/grammar.
2003-10-10 Misha Brukman* Tabs to spaces
2003-10-10 Misha BrukmanFix spelling.
2003-10-10 Misha Brukman* Doxygenified comments
2003-10-10 Misha BrukmanUse 'F' for Function instead of 'M'.
2003-10-10 Misha BrukmanPrint out just the filename being compiled/linked,...
2003-10-10 Misha BrukmanRenamed dis.cpp => llvm-dis.cpp
2003-10-10 Misha BrukmanRenamed as.cpp => llvm-as.cpp; this should've happened...
2003-10-10 Brian GaekeThe code that called strsignal is toast.
2003-10-10 Brian GaekeNever set any signal handlers.
2003-10-10 Brian GaekeRewrite head-of-file comment.
2003-10-10 Brian GaekeChange to use GetAddressOfSymbol instead of dlsym.
2003-10-10 Brian GaekeChange to use LinkDynamicObject instead of dlopen.
2003-10-10 Brian GaekeChange to use strtoul instead of strtoll.
2003-10-10 Misha BrukmanFixing the spelling of this filename.
2003-10-10 Brian GaekeAdd my abstracted dynamic linker support files.
2003-10-10 Chris LattnerReserve space for PHI operands
2003-10-10 John CriswellRemoved information about compiling the GCC front end...
2003-10-10 Chris LattnerMake the message stand out more
2003-10-10 John CriswellRe-did some of the text wrapping (sorry).
2003-10-10 Chris LattnerOk, the "fix" for this is to do a real associative...
2003-10-10 Chris LattnerAdd documentation for weak variables
2003-10-10 Chris LattnerAdd support for the weak linkage specifier
2003-10-10 Chris Lattnernew testcase. globaldce should not delete the global
2003-10-10 Chris LattnerAccept 'weak' as a linkage type. For now, just turn...
2003-10-10 Chris LattnerNew testcase
2003-10-10 Chris LattnerAdd better checking
2003-10-10 John CriswellAdded the eon and perlbmk benchmarks.
2003-10-09 Chris LattnerAnother 10% performance improvement by not using replac...
2003-10-09 Chris LattnerReserve space for PHI nodes when we read them in. ...
2003-10-09 Chris LattnerAdd a method to reserve space for operands
2003-10-09 Chris LattnerUse the version of getValue that takes the type plane...
2003-10-09 Chris LattnerPass a vector around to reduce dynamic allocation
2003-10-09 Chris LattnerKill warning when compiling in optimized mode
2003-10-09 Chris LattnerChange getConstantValue to throw an exception on error...
2003-10-09 Chris LattnerMake getContainedType more efficient by not returning...
2003-10-09 Chris LattnerDo not read past the end of the contained type list
2003-10-09 Chris LattnerRemove potentially N^2 algorithm from symbol table...
2003-10-09 Chris LattnerMajor refactoring of the bytecode reader. This include...
2003-10-09 Chris LattnerSignificantly clean up parsing of instructions. This...
2003-10-09 Chris LattnerInclude the new docs directory, whenever it gets added...
2003-10-09 John CriswellAdded 177.mesa to the list of Makefiles to propogate...
2003-10-09 Chris LattnerEliminate the instruction placeholder. Simplify a...
2003-10-09 Chris LattnerEliminate the old LateResolveValues data structure...
2003-10-09 Chris LattnerRemove a dead method
2003-10-08 Chris LattnerThis patch substantially simplifies and cleans up handl...
2003-10-08 Chris LattnerInline the postResolveValues method. It was poorly...
2003-10-08 Brian Gaeketest/Programs/NoSource and www are gone from the tree...
2003-10-08 Brian GaekeUse 3-arg form of AC_DEFINE.
2003-10-08 Brian GaekeUse 3-arg form of AC_DEFINE.
2003-10-08 Brian GaekeI really meant to use that AUTOHEADER variable I put...
2003-10-08 Chris LattnerVarious cleanups and simplifications. This speeds...
2003-10-08 Misha BrukmanDestroy allocated resources on exception.
2003-10-08 Brian GaekeMake more error messages have gccld's name in them.
2003-10-08 Chris Lattnerold testcase
2003-10-08 Chris LattnerCheckin an old bug, which appears to be fixed
2003-10-08 Chris LattnerUpdate comment
2003-10-08 Chris LattnerUse a set to keep track of which edges have been notice...
2003-10-08 Chris LattnerMinor fixes here and there
2003-10-08 Chris LattnerAvoid building data structures we don't really need...
2003-10-08 Chris LattnerConvert over to short bug URLs
2003-10-08 Alkis EvlogimenosChange MRegisterDesc::AliasSet, TargetInstrDescriptor...
2003-10-08 Alkis EvlogimenosProperly close anchor tags in column descriptions
2003-10-08 Alkis EvlogimenosForward declare class Type since it is used in this...
2003-10-07 Brian GaekeAdd rule for regenerating config.h.in using autoheader.
2003-10-07 Brian GaekeRegenerated with (at top-level llvm directory):
2003-10-07 Chris Lattnerwhoops, don't accidentally lose variable names
2003-10-07 Chris LattnerFix bug: InstCombine/cast.ll:test11 / PR#7
2003-10-07 Chris Lattnernew testcase
2003-10-07 Chris LattnerRefactor code a bit
2003-10-07 Chris LattnerAdd a sanity check for constant expression casts
2003-10-07 Chris LattnerAdd links to bugzilla
2003-10-07 John CriswellRenamed -use-spec to -use-spec2000.
2003-10-07 Chris LattnerCleanups, include a list of passes
2003-10-07 Brian GaekeFix bugs in mmap()-of-files test program on Mac OS X:
2003-10-07 John CriswellFixed the location of the expectations file.
2003-10-07 John CriswellSwitching over to the new test database.
2003-10-07 Chris LattnerAdd more credits
2003-10-07 Chris Lattnercleanup analyze documents
2003-10-07 Chris LattnerEnsure both columns take 50%
2003-10-07 Chris Lattnerno this really isn't extract
2003-10-07 Chris Lattnerinitial checkin of the bugpoint doxs
2003-10-07 Chris LattnerTTify, add links between pages
2003-10-07 Chris LattnerConsistently set the background color
2003-10-07 Chris Lattner<tt>ify things
2003-10-07 Chris LattnerMake the index page a big more attractive
next