Master README file that points to all other documentation.
[oota-llvm.git] / lib /
2003-10-13 Chris LattnerStop using "reverse depth first" order
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 LattnerRegularize header file comment, eliminate using's
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 LattnerMake getNumBackEdges more efficient
2003-10-12 Chris LattnerRename loop preheaders pass to loop simplify
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 preheader insertion pass only depends on the CFG...
2003-10-12 Chris LattnerRename method
2003-10-12 Chris Lattner* Spell "necessary" correctly
2003-10-12 Chris Lattner* Be TBAA safe
2003-10-11 Brian GaekeMake mmap's fd for anonymous memory acquisition default...
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 GaekeInclude <cstdio> instead of <stdio.h>.
2003-10-10 Brian GaekeDon't include Config/stdio.h or <stdio.h>.
2003-10-10 Misha BrukmanFix spelling.
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 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 Chris LattnerOk, the "fix" for this is to do a real associative...
2003-10-10 Chris LattnerAccept 'weak' as a linkage type. For now, just turn...
2003-10-10 Chris LattnerAdd better checking
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 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 LattnerChange getConstantValue to throw an exception on error...
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 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 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 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 Alkis EvlogimenosChange MRegisterDesc::AliasSet, TargetInstrDescriptor...
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 LattnerRefactor code a bit
2003-10-07 Chris LattnerAdd a sanity check for constant expression casts
2003-10-07 Chris LattnerFix bugzilla bug #5
2003-10-07 Chris LattnerBill contributed this major rewrite of the -lowerswitch...
2003-10-07 Chris LattnerFix bug in previous checkin
2003-10-06 Chris LattnerActually _PASS IN_ NO_RESERVE if we have it.
2003-10-06 Misha BrukmanToolRunner.h has been moved from include/Support to...
2003-10-06 Chris LattnerUsers can never be null
2003-10-06 Chris LattnerMinor speedups for the instcombine pass
2003-10-06 Chris LattnerSpeed up the predicate used to decide when to inline...
2003-10-06 Brian GaekeAdd # of printed instructions statistic to both the...
2003-10-06 Chris LattnerAvoid doing pointless work. Amazingly, this makes...
2003-10-06 Chris LattnerImplement the NamedRegionTimer class
2003-10-06 Brian GaekeAll of our supported operating systems (so far) and...
2003-10-05 Chris LattnerThis changes the PromoteMemToReg function to create...
2003-10-05 Chris LattnerChange the interface to PromoteMemToReg to also take...
2003-10-05 Chris LattnerSpeed up the mem2reg transform for allocas which are...
2003-10-05 Chris LattnerMove support/lib/Support back to lib/Support
2003-10-05 Chris LattnerAdd support for the Invoke instruction by using the...
2003-10-05 Chris LattnerInstead of hacking in custom support for Invoke/Unwind...
2003-10-05 Chris LattnerInitial checkin of the LLVM->LLVM transform to support...
2003-10-05 Chris Lattnersimplify-cfg is really a function pass
2003-10-05 Chris LattnerBe more careful handling PHI nodes, which might be...
2003-10-05 Chris LattnerThe first PHI node may be null, scan for the first...
2003-10-05 Chris LattnerThe VersionNumbers vector is only used during PHI place...
2003-10-05 Chris Lattner* Update file header comment
2003-10-05 Chris LattnerSimplify the loop a bit
2003-10-05 Chris LattnerThere is no need for separate WriteSets and PhiNodeBloc...
2003-10-05 Chris LattnerThe PhiNodes 2D vector is only used during PHI node...
2003-10-05 Chris Lattner* Document instance vars better
2003-10-05 Chris LattnerTwo small cleanups/speedups:
2003-10-05 Chris Lattner* Minor cleanups
2003-10-05 Chris LattnerA couple of minor code cleanups.
next