oota-llvm.git
2003-10-13 John CriswellAdded a macro and code that checks for the %a format...
2003-10-13 John CriswellFixed the name of a hyperlink.
2003-10-13 John CriswellRemoved information on common build problems. That...
2003-10-13 John CriswellFequently Asked Questions about LLVM. Mainly focuses...
2003-10-13 John CriswellMaster README file that points to all other documentation.
2003-10-13 Chris LattnerExtricate the "reverse" support from the depth-first...
2003-10-13 Chris LattnerAdd operator= for type iterators to make them assignable
2003-10-13 Chris LattnerRemove explicit inline qualifiers when the implicit...
2003-10-13 Chris LattnerStop using "reverse depth first" order
2003-10-13 Chris LattnerOops, forgot to commit this before: standardize header...
2003-10-13 Chris LattnerMinor cleanups
2003-10-13 Chris LattnerSpeed up TypesEqual by specializing it for all of the...
2003-10-13 Chris LattnerAvoid calling getTypeSlot more
2003-10-13 Chris LattnerAvoid creating lots of pointless opaque types, with...
2003-10-13 Chris LattnerThis is a header file, hear me roar
2003-10-13 Chris Lattner* Remove extraneous #includes
2003-10-13 Chris LattnerWrap code at 80 columns
2003-10-13 Chris LattnerThis is a header file, thus it needs a -*-C++-*-
2003-10-13 Chris LattnerRegularize header file comments
2003-10-13 Chris Lattnermake the indvar obviously non-canonical
2003-10-13 Chris LattnerRegularize header file comment, eliminate using's
2003-10-13 Chris LattnerAdd new op_erase method
2003-10-13 Chris LattnerMinor cleanups
2003-10-13 Chris LattnerCheckin an improvement contributed by Bill:
2003-10-13 Chris LattnerAdd support to the loop canonicalization pass to make...
2003-10-12 Chris Lattnernew testcase
2003-10-12 Chris LattnerMake getNumBackEdges more efficient
2003-10-12 Chris LattnerFiles moved to the LoopSimplify directory
2003-10-12 Chris LattnerRename loop preheaders pass to loop simplify
2003-10-12 Chris LattnerRename -preheaders pass. Spelling fix
2003-10-12 Chris LattnerFile is renamed to LoopSimplify.cpp
2003-10-12 Chris LattnerFirst step in renaming the preheaders pass to loopsimplify
2003-10-12 Chris LattnerThe -preheaders pass is now known as -loopsimplify
2003-10-12 Chris LattnerThe preheader insertion pass only depends on the CFG...
2003-10-12 Chris LattnerRename method
2003-10-12 Chris LattnerRename method to indicate what it does
2003-10-12 Chris Lattner* Spell "necessary" correctly
2003-10-12 Chris LattnerTest that we can emit global initializers that are...
2003-10-12 Chris Lattner* Be TBAA safe
2003-10-11 Brian GaekeGreatly expand documentation comment at head of file...
2003-10-11 Brian GaekeMake mmap's fd for anonymous memory acquisition default...
2003-10-11 Brian GaekeQuote qmtest args in $(CONTEXT).
2003-10-10 Chris LattnerActually pass in a pointer to the thrown object, not...
2003-10-10 Brian GaekeThis seems to work around some unobvious bug in gcc...
2003-10-10 John CriswellRemoved the AnalyzeTest class.
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...
next