* llvm.spec.in: update blurb
[oota-llvm.git] / tools / gccas /
2007-02-10 Reid SpencerAlign make log output with the rest of llvm.
2007-02-09 Reid SpencerWrite the deprecation message to stderr instead of...
2007-02-04 Reid SpencerMake sure the gccas script is executable.
2007-02-03 Reid SpencerClean this up a bit: hide command unless verbose output...
2007-02-02 Reid SpencerTwo improvements:
2007-02-02 Reid SpencerFor PR1152:
2007-01-26 Devang PatelOrder createSimplifyLibCallsPass() after a set of funct...
2007-01-21 Chris Lattnerdefault to emiting an uncompressed .bc file
2007-01-15 Chris LattnerRun an instcombine pass after inlining but before scala...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-22 Nick LewyckyUpdate to new predicate simplifier VRP design. Fixes...
2006-09-24 Nick LewyckyEnable 'predsimplify' optimization.
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-08-18 Reid SpencerFor PR797:
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-07-03 Reid SpencerSplit long comment lines.
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-02-22 Chris LattnerTurn on loop unswitching tonight
2005-10-27 John CriswellMove some constant folding code shared by Analysis...
2005-10-26 John Criswell1. Remove libraries no longer created from the list...
2005-10-24 Chris LattnerPull in the archive versions of these libs to reduce...
2005-05-07 Chris LattnerMove licm after reassociate, add some cond-propagate...
2005-04-27 Reid SpencerAdd the simplify-libcalls pass.
2005-04-24 Misha BrukmanThere are still uses for spaces in Makefiles -- to...
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-03-29 Chris Lattnerthere is no reason to run -instcombine -instcombine!
2005-03-28 Alkis EvlogimenosRename createPromoteMemoryToRegister() to
2005-03-07 Chris Lattnermove the reassociation pass after the LICM pass. This...
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2005-01-01 Jeff CohenFix typo 'ompress' => 'compress'.
2004-12-30 Reid SpencerFor PR351:
2004-12-22 Reid SpencerSupport the gas option --traditional-format which,...
2004-12-03 Chris LattnerAdd -strip-debug option
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-14 Reid SpencerFix usage of changed function prototype
2004-11-08 Reid SpencerAdd a --disable-compression option to gccas so the...
2004-10-29 Misha BrukmanFix file header comment
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerWe're not doing automake any more
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-18 Reid SpencerRemove extra comma.
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-07 Chris LattnerRename pass
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-07-22 Chris LattnerRemove redundant SCCP pass
2004-05-27 Chris LattnerHeader file moved
2004-04-18 Chris LattnerMove loop optimization passes up, add loop unroller
2004-03-13 Chris LattnerTurn on argument promotion in gccas. This can give...
2004-02-25 Chris LattnerAdd a new pass
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-02-01 Chris LattnerNow that tailduplication does not bork SSA form, run...
2004-01-14 Chris LattnerMake sure to verify the result before writing out the...
2003-12-30 Chris LattnerAdd a -disable-opt flag to gccas, so that we can use...
2003-12-11 Chris LattnerRun tailcall elimination in a more logical place
2003-12-07 Chris LattnerIt is now after pldi. This issue has been fixed, so...
2003-11-22 Chris LattnerRevert the previous patch since it causes lots of misco...
2003-11-21 Chris LattnerReorder passes a bit. In particular, it makes sense...
2003-11-13 Chris LattnerAs the comments indicate, this is a temporary, repulsiv...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-23 Chris LattnerTurn on the IPCP pass by default. It has passed all...
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-20 Chris Lattnerfix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-16 Chris LattnerUnfortunately, it looks like level raise is still needed :(
2003-10-15 Chris LattnerGive this file a proper header
2003-10-15 Chris LattnerThe levelraise pass is a broken old piece of crufty...
2003-10-10 Chris LattnerAdd a new -disable-inlining option
2003-10-10 Misha BrukmanFix grammar.
2003-09-20 Chris LattnerNow that the TCE pass passes all of the tests, add...
2003-09-15 Chris LattnerEnable the setjmp/longjmp lowering pass
2003-09-11 Chris Lattnerscalarrepl now includes mem2reg
2003-09-11 Chris LattnerMove the -indvars pass much later to where it is more...
2003-09-01 Chris Lattner#include is unnecessary
2003-08-31 Chris LattnerRemove the -stopAfterNPasses option, which has been...
2003-08-31 Chris Lattner* move the dead-type-eliminate passes to the end, where...
2003-08-07 Chris LattnerCompletely remove mention of the correlated branch...
2003-08-07 Misha Brukman* The possessive third-person singular has no apostroph...
2003-06-22 Chris LattnerAdd tail duplication pass to the pipeline, move the...
2003-05-30 Chris LattnerAdd SRoA pass to gccas
2003-05-30 Chris LattnerMove indvars pass after mem2reg pass where it is more...
2003-05-02 Chris LattnerAdd an instcombine pass before levelraise
2003-04-24 Chris LattnerMake sure to create a target data that matches the...
2003-04-24 Chris LattnerRemove support for "target data" pass ctors
2003-04-24 Chris LattnerLevelRaise now gets target data from passmanager
2003-04-23 Chris LattnerThe new CFrontend generates LOTs of basic blocks that...
2003-04-18 Chris LattnerEliminate some compatibility stuff no longer needed :P
2003-04-16 Chris LattnerImprove compatibility with system AS further by allowin...
2003-04-16 Chris Lattner* Get rid of using declaration
2003-04-16 Chris LattnerNamespacify command line options
2003-01-22 Chris Lattnerlink with static versions of some libs to avoid having...
2002-11-03 Vikram S. AdveDisable correlated expressions pass until it is reliable.
2002-10-31 Chris LattnerReassociate now works
2002-10-25 Vikram S. AdveAdded datastructure library to resolve link error.
next