Renamed these tests so that they don't contain extra periods.
[oota-llvm.git] / tools /
2003-09-30 Chris LattnerAdd a file header
2003-09-30 Misha BrukmanDoxygen-ified comments.
2003-09-30 Misha Brukman* Ordered includes according to LLVM style
2003-09-30 Misha BrukmanMade code more terse:
2003-09-30 Misha BrukmanDoxygen-ified function comments.
2003-09-30 Misha BrukmanRemoved extra space in comments.
2003-09-30 Chris LattnerRemove initials from source file
2003-09-30 Misha BrukmanMake code more terse:
2003-09-30 Brian Gaeke1. Use better error messages in LinkFiles().
2003-09-30 Chris LattnerUpdate file headers for renamed files.
2003-09-29 Misha BrukmanUse the newly abstracted interface for running our...
2003-09-29 Misha BrukmanImplementation of the abstraction of running our tools...
2003-09-29 Misha BrukmanAbstracted away the process of running our tools +...
2003-09-29 Misha Brukman* Added an interface for how LLEE would communicate...
2003-09-29 Misha BrukmanTersified code:
2003-09-29 Misha Brukman* Ordered includes according to LLVM programmers' guide
2003-09-27 Misha BrukmanSquelch warnings.
2003-09-25 Misha BrukmanTo be consistent with the rest of LLVM codebase (and...
2003-09-23 Misha BrukmanSquelch warning and delete extra space.
2003-09-22 Chris LattnerMinor cleanups:
2003-09-20 Chris LattnerNow that the TCE pass passes all of the tests, add...
2003-09-20 Chris LattnerFix file header
2003-09-19 John CriswellNew header file for gccld.
2003-09-19 John CriswellRemoved linking functionality from gccld.cpp and moved...
2003-09-18 John CriswellRefactored gccld into three C++ source files.
2003-09-17 John CriswellReplaced the call to strdup() with a new operator follo...
2003-09-17 John CriswellAdded the use of the const keyword.
2003-09-17 John CriswellRemoved the use of the environ variable and instead...
2003-09-17 Chris LattnerUse new method
2003-09-16 John CriswellAdded the -native option.
2003-09-16 Misha Brukman`link' is now `llvm-link'.
2003-09-16 Misha Brukman`link' has become `llvm-link'.
2003-09-15 Misha Brukman`link' is being renamed to `llvm-link'.
2003-09-15 Misha BrukmanStop building `as' and `dis' as they have been removed.
2003-09-15 Misha Brukman`dis' is no longer an LLVM tool.
2003-09-15 Misha Brukman`as' is no longer an LLVM tool.
2003-09-15 Chris LattnerEnable the setjmp/longjmp lowering pass
2003-09-13 Tanya LattnerAdded llvm-ar to the Makefile
2003-09-13 Tanya LattnerFixed warning.
2003-09-12 Misha BrukmanBugpoint has the ability of generating a plethora of...
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-10 Brian GaekeCheck in the fix I meant to apply here, but mistakenly...
2003-09-10 Chris LattnerClean up header, remove extra #include
2003-09-10 Brian GaekeMake createVerifierPass return a FunctionPass *.
2003-09-05 Chris LattnerReorder #includes to follow LLVM conventions
2003-09-05 Brian GaekeInterpreter, JIT moved to lib/ExecutionEngine (includes...
2003-09-05 Brian Gaeke-abort-on-exception is gone. Rebuild your gccld shell...
2003-09-05 Brian GaekeMake CreateArgv part of lli rather than part of Executi...
2003-09-04 Brian GaekeMove EE dtor where it belongs
2003-09-04 Brian GaekeInterpreter cleanups:
2003-09-03 Brian GaekeExecutionEngine.cpp: Move execution engine creation...
2003-09-02 John CriswellAdded code that makes the bytecode file readable (neede...
2003-09-02 John CriswellModified the code so that it uses the MakeFileExecutabl...
2003-09-01 Chris Lattner#include is unnecessary
2003-09-01 Chris LattnerPreselection is now integrated into the Sparc target...
2003-09-01 Chris LattnerSparc peephole optimizer moved out of post-opts library...
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-31 Chris LattnerRename TarjanSCCIterator -> scc_iterator
2003-08-31 Chris LattnerDon't explicitly use the SCC class
2003-08-31 Chris LattnerThe SCC::HasLoop method is now in the main iterator
2003-08-31 Chris LattnerThe tarjan iterator now returns a reference to the...
2003-08-31 Chris LattnerIndent classes correctly in the namespace
2003-08-31 Chris Lattner* Cleanups
2003-08-29 John Criswell"Help keep our secrets secret."
2003-08-28 Misha BrukmanRenaming `dis' -> `llvm-dis'.
2003-08-28 Misha BrukmanBuild llvm-as and llvm-dis as the upgrade path to renam...
2003-08-28 John CriswellAdded code to avoid checking for .bc when the filename...
2003-08-28 Misha BrukmanRenaming LLVM `dis' to `llvm-dis'.
2003-08-28 Misha BrukmanRenaming LLVM `as' to `llvm-as'.
2003-08-28 Chris LattnerReorder #includes
2003-08-28 Tanya LattnerFirst version of llvm-ar added to cvs repository.
2003-08-24 Chris LattnerRemove some long-dead code
2003-08-24 Chris LattnerTargets now configure themselves based on the source...
2003-08-24 Chris LattnerTargets now configure themselves with the module, not...
2003-08-24 Chris LattnerAdd preliminary support for "any" pointersize/endiannes...
2003-08-24 Chris LattnerAdd support for modules with "any" pointersize/endianness
2003-08-22 Chris Lattneradd preliminary support for -export-dynamic
2003-08-22 Chris LattnerKill warning
2003-08-22 Misha BrukmanSquash the warning that `Result' may not be initialized...
2003-08-21 John CriswellThe JIT now passes the environment pointer to the main...
2003-08-20 Misha BrukmanMake the bytecode file executable as well for LLEE...
2003-08-18 Chris Lattnerno-strict-aliasing redux
2003-08-18 Chris LattnerThe CBE generates code which violates the TBAA rules...
2003-08-18 Chris LattnerAdd new -disable-verify option
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-17 Chris LattnerGive correct command line for making a shared object
2003-08-17 Chris LattnerMake sure that "newmain" gets names for its arguments
2003-08-17 Chris LattnerFix message
2003-08-15 Misha Brukman`execve_test' is not part of LLEE.
2003-08-15 Misha BrukmanA lot of changes were suggested by Chris.
2003-08-15 Chris LattnerRevert my last (accidental) checkin, but keep the typeo fix
2003-08-15 Chris Lattnerrename selection library to selectiondag
2003-08-13 Chris LattnerIncorporate mapping library into the sparc library
2003-08-11 Misha BrukmanInitial checkin of the LLEE, the (LL)VM (E)xecution...
2003-08-11 Chris LattnerInclude the new selection library for the X86 target
2003-08-08 Misha BrukmanChomped spurious blank lines.
2003-08-07 Misha BrukmanFile-related functions moved to FileUtilities.h .
2003-08-07 Chris LattnerCompletely remove mention of the correlated branch...
next