Added additional information about linking dynamic libraries.
[oota-llvm.git] / tools /
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...
2003-08-07 Misha Brukman* The possessive third-person singular has no apostroph...
2003-08-07 Misha BrukmanRe-grouped and alphabetized headers for easier reading...
2003-08-07 Misha BrukmanFixed path for SystemUtils.h and a few code cleanups.
2003-08-07 Misha BrukmanMoved SystemUtils.h to include/Support and SystemUtils...
2003-08-05 Chris LattnerIf we're debugging the SimplifyCFG pass, we _REALLY_...
2003-08-05 Misha BrukmanOnly test the vector of functions if it is non-empty.
2003-08-04 Misha BrukmanDo not attempt to reduce a test case if it is an empty...
2003-08-04 John CriswellAdded code that ensures that we don't try to reduce...
2003-08-04 Chris LattnerMake sure to flush the output stream so that we get...
2003-08-04 Chris LattnerPrint accurate run instructions for when testing LLC
2003-08-03 Chris LattnerFix problem I introduced in bugpoint with the cleanup...
2003-08-01 Chris LattnerDEBUG got moved to Debug.h
2003-08-01 Chris LattnerUse the new FileUtilities library to do diff'ing of...
2003-08-01 Chris LattnerUse the C++, more portable, deleter
2003-08-01 Chris LattnerDon't emit modules with lots of cruft hanging off of...
2003-08-01 Chris LattnerParameterize the performFinalCleanups a bit
2003-07-30 Misha BrukmanIgnore intrinsic functions -- don't mangle their names...
2003-07-30 Misha BrukmanCodeGeneratorBug.cpp:
2003-07-30 Misha Brukman* Moved InputArgv out of anonymous scope to be extern...
2003-07-30 Misha BrukmanMoved definition of InputArgv into ExecutionDriver...
2003-07-30 Misha BrukmanUse a vector<char*> instead of char*[] so that we can...
2003-07-30 Chris LattnerAdd variable to capture arguments that should be passed...
2003-07-30 Misha BrukmanRevert change: default architecture is never set, it...
2003-07-29 Misha Brukman* Disambiguate symbols before we start splitting module...
2003-07-28 Misha BrukmanImplemented cleanups as suggested by Chris:
2003-07-28 Misha BrukmanAdded comment to function isExecutingJIT()
2003-07-28 Misha BrukmanBugDriver.h:
2003-07-28 Misha BrukmanAdd in support to load shared objects (-load is provide...
2003-07-24 Misha BrukmanMade a bunch of cleanups, as per Chris' recommendations:
2003-07-24 Misha BrukmanMajor addition to bugpoint: ability to debug code gener...
2003-07-21 Misha BrukmanFixed misspelling.
2003-07-21 Chris LattnerRemove instloops library
2003-07-18 Misha BrukmanInitialize the target architecture based on compiler...
2003-07-18 Anand ShuklaAdded pass to instrument backedges for lightweight...
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-10 Misha BrukmanConverted tabs to spaces.
2003-07-07 Misha BrukmanFixed indentation.
2003-07-02 Misha Brukman* If compiling on X86 or Sparc, automagically enable...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-26 Chris LattnerRun the simplify CFG pass after instcombine which has...
2003-06-26 Chris LattnerMove the instcombine pass before globaldce, so that...
2003-06-25 Chris LattnerTry to run cleanups even if nothing was modified in...
2003-06-25 Chris LattnerRun dead arg elimination, and tell it that it's ok...
2003-06-22 Chris LattnerAdd tail duplication pass to the pipeline, move the...
2003-06-20 Chris LattnerMinor cleanups
2003-06-19 Chris LattnerFuncresolve no longer performs nicification of resolved...
2003-06-18 Brian Gaeketools/llc/llc.cpp: Make "-o -" work.
2003-06-18 Brian Gaekelib/Target/Sparc/Sparc.cpp:
2003-06-18 Chris LattnerReindent code to match the rest of the file
2003-06-18 Chris LattnerAdd new DAE pass to gccld. It does not add cause any...
2003-06-17 Brian GaekeUse $(PLATFORMLIBDL) to selectively bring in -ldl only...
2003-06-17 Chris LattnerLife is too short. Link in too much stuff on Linux...
2003-06-17 Chris LattnerThe never-ending odyssey trying to get sparc to link
2003-06-17 Chris LattnerMake sure to get the value of ARCH before we use it
2003-06-17 Chris LattnerDo not link in the Sparc JIT when building on X86....
2003-06-17 Chris LattnerWhoops, didn't mean to check that in :(
2003-06-17 Chris LattnerUse more structured command line option processing
2003-06-16 Chris LattnerActually, change it to use explicit new/delete, which...
2003-06-16 Chris LattnerRemove usage of alloca
2003-06-16 Brian GaekeIsolate machine-dependent use of <alloca.h> in "Support...
2003-06-13 Chris LattnerFix major bug in my last checkin. :(
2003-06-12 Chris LattnerRemove obsolete comments about llvm-ar
2003-06-05 Chris LattnerRemove duplicate pass
2003-06-02 Chris LattnerRemove stupid thinko that was preventing bugpoint from...
2003-06-02 Chris LattnerGive better information about how the passes crash
2003-05-31 Chris LattnerAdd support for: -o -
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-29 Chris LattnerFix formatting in file
next