Reverted back to revision 1.11. The previous fix doesn't really fix
[oota-llvm.git] / tools /
2003-12-15 Chris LattnerThere is no reason to add -load support to LLC
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-12 Brian GaekeAdd an assertion to make sure we are at least getting...
2003-12-11 Chris LattnerRun tailcall elimination in a more logical place
2003-12-10 Chris LattnerMake 'opt -o -' work correctly instead of creating...
2003-12-09 John CriswellAdded the -h option for compatibility with other linkers.
2003-12-07 Chris LattnerBugpoint had appalingly bad grammar. Fix some of it.
2003-12-07 Chris LattnerDo not leave a bunch of crud lying around
2003-12-07 Chris LattnerIt is now after pldi. This issue has been fixed, so...
2003-12-06 Tanya LattnerNew command line parsing. This isn't as perfect as...
2003-11-29 Chris Lattnerbe 3.4 happy
2003-11-29 Chris LattnerFix compatibility with gcc 3.4
2003-11-28 Chris LattnerThe function resolving pass must be run, even if -disab...
2003-11-28 Chris Lattner* The return value of LinkLibraries is ignored, so...
2003-11-24 Misha BrukmanI'm gonna be picky and say we don't really need that...
2003-11-24 Misha BrukmanMake sure we ONLY add a `-load' switch to the JIT comma...
2003-11-23 Chris LattnerDo not DESTROY programs by default. No wonder bugpoint...
2003-11-22 Chris LattnerRevert the previous patch since it causes lots of misco...
2003-11-22 Chris LattnerDo not crash when dealing with invoke and unwind instru...
2003-11-22 Chris LattnerUse new interfaces
2003-11-21 Chris LattnerReorder passes a bit. In particular, it makes sense...
2003-11-20 Misha BrukmanWhen writing out the runner script, add -load=<lib...
2003-11-20 Misha BrukmanAdd ability to search only for native shared object...
2003-11-20 Misha BrukmanFor consistency, removed space between function name...
2003-11-20 Misha Brukman* Doxygenified comments, simplifying them and shortenin...
2003-11-19 Brian GaekeUnbreak the "-" as filename hack.
2003-11-19 Brian GaekeAlso print an error msg. for files we cannot currently...
2003-11-19 Brian GaekeFix PR134, by checking FileOpenable() on each input...
2003-11-18 Brian GaekeOnly use -Wl,-R. if HAVE_LINK_R.
2003-11-16 Brian GaekeInclude Support/FileUtilities.h.
2003-11-16 Brian GaekeAdd a -verify option to verify the results of gccld...
2003-11-16 Brian GaekeWhen we find a module we want, in an archive, in verbos...
2003-11-13 Chris LattnerAs the comments indicate, this is a temporary, repulsiv...
2003-11-12 Chris LattnerRestore the -llvm option
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Brian GaekeMove IsArchive, IsBytecode to FileUtilities. Fix up...
2003-11-11 Misha Brukman'Tis quite silly to check for a cached version of the...
2003-11-11 Brian GaekeThis version of Linker.cpp works a lot better, but...
2003-11-11 Misha BrukmanThe caching will not live in LLEE's execve() handler...
2003-11-09 Chris LattnerGive gccld more guts
2003-11-06 Chris LattnerAdd new command line option
2003-11-05 Brian GaekeGive this header file an Emacs mode-line.
2003-11-05 Brian GaekeDo not assume the first file is a bytecode file. Instea...
2003-11-05 Brian GaekeShorten and correct some function-header comments.
2003-11-05 Chris LattnerI hate it when bugpoint is all ready to give me a bytec...
2003-11-05 Chris LattnerSimplify the performFinalCleanups interface
2003-11-05 Chris LattnerMake -r work, fixing PR 91
2003-11-03 Chris LattnerIf linking a library, do not link other libraries,...
2003-10-31 Chris Lattnernever print zero executions blocks
2003-10-31 Chris LattnerSimplify code
2003-10-31 Chris LattnerAdd percentage info
2003-10-31 Chris LattnerHrm, some of my counters are wrapping around 32 bits
2003-10-30 Chris LattnerIf only have function profile, don't print out "not...
2003-10-30 Chris LattnerAdd the ability to print out llvm code when the -annota...
2003-10-29 Chris LattnerAdd the ability to synthesize function counts from...
2003-10-29 Chris LattnerPrint the top 20 most frequently executed blocks. ...
2003-10-28 Chris LattnerCleanup output a bit
2003-10-28 Chris LattnerAdd the ability for users to specify a specific argv...
2003-10-28 Chris LattnerPrint out command lines used to run the programs
2003-10-28 Brian GaekeFix extract to use the right TargetData, like Bugpoint...
2003-10-28 Chris LattnerAdd support for reading block frequencies. Fix bug...
2003-10-28 Chris LattnerProvide an accessor for getting function count informat...
2003-10-28 Chris LattnerRead in the bytecode and profile information, but don...
2003-10-28 Chris LattnerBuild the llvm-prof directory
2003-10-28 Chris LattnerInitial checkin of llvmprof stub
2003-10-28 Chris LattnerReorder #includes, drop unneeded one
2003-10-27 Chris LattnerDo not print out lists with thousands of elements in...
2003-10-24 Brian GaekeTraceMode, as you may have heard, is history.
2003-10-24 Brian Gaekelli -q is history. Rebuild your gccld shell scripts...
2003-10-24 Chris LattnerTurn on the inliner by default at link-time
2003-10-23 Chris LattnerTurn on the IPCP pass by default. It has passed all...
2003-10-23 Chris LattnerFix an assertion failure in Bugpoint
2003-10-22 Chris LattnerDelete the -print-cfg pass from this file
2003-10-22 Chris LattnerNew library needed
2003-10-21 Brian GaekeFix off-by-one error in processing of libraries named...
2003-10-21 Brian GaekeFix the first FIXME in this file: automatically pick...
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-20 John CriswellRemoved extraneous comment line.
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-20 Misha BrukmanMade error message more comprehensible.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Chris Lattnerfix file header
2003-10-20 Chris Lattnerfix file headers
2003-10-20 Chris LattnerFix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-19 Chris LattnerDon't bother forwarding function references which are...
2003-10-19 Chris LattnerOk, return an explicit path to the shared object, unbre...
2003-10-19 Chris LattnerFix iterator invalidation problem
2003-10-19 Chris LattnerAdd debugtype, make output marginally more nice
2003-10-19 Chris LattnerFix PR #47
2003-10-18 Chris LattnerUpdate compile information
2003-10-18 Chris LattnerAdd usage blurb
2003-10-18 Chris LattnerWithout this option, the -run-llc mode does not work...
2003-10-18 Chris LattnerPrint -fno-strict-aliasing as well
2003-10-18 Chris LattnerDon't leave a trail of bugpoint-execution-output-*...
2003-10-18 Chris LattnerChange run-lli -> run-int
2003-10-18 Chris LattnerDefault to using the CBE instead of the Interpreter...
2003-10-18 Chris LattnerIf we detect a pass crash during miscompilation testing...
2003-10-18 Chris LattnerFix bug in my checkin
2003-10-18 Chris LattnerAnother formatting fix
next