summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Move these files (which are dependent on VMCore) into VMCoreMisha Brukman2004-08-16
* Allow any cl::opt to use the method getPosition() to retrieve the option'sReid Spencer2004-08-13
* It is not possible to catch SIGKILL, don't bother trying.Chris Lattner2004-08-04
* Add a --version option for every tool that prints out:Reid Spencer2004-08-04
* Remove linux/solaris specific stuff.Chris Lattner2004-07-25
* Get rid of the printout from the low-level system interfaceChris Lattner2004-07-24
* Pass timeouts into the low level "execute program with timeout" functionChris Lattner2004-07-24
* Add support for killing the program if it executes for too long.Chris Lattner2004-07-24
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-21
* Solaris hack for isinf()Brian Gaeke2004-07-21
* Add platform-independent wrapper function for isinf().Brian Gaeke2004-07-21
* Err, fix last checkinChris Lattner2004-07-19
* Fix bugpoint miscompilation support on OS/XChris Lattner2004-07-19
* Add a workaround for a GCC 3.3.2 bugChris Lattner2004-07-18
* Correctly build shared objects on MacOS X for debugging code generatorsMisha Brukman2004-07-16
* Bug fixes for PR341Chris Lattner2004-07-15
* Implicitly getting a new option by linking to support.o instead of support.aChris Lattner2004-07-11
* Do not call Type::getUniqueIDChris Lattner2004-07-08
* Work around apparent Apple compiler bug which was making all mangledBrian Gaeke2004-07-06
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Fix compilation on internixChris Lattner2004-07-03
* Wrapper for c99 isnan()Brian Gaeke2004-06-22
* * Fix file header and nameMisha Brukman2004-06-18
* Use the machine-independent method of querying the page size.Misha Brukman2004-06-18
* Make all of this functionality work directly on win32. Properly conditionalizeChris Lattner2004-06-07
* Implement getTimeRecord natively in Win32, properly conditionalize theChris Lattner2004-06-07
* Include cerrno.Alkis Evlogimenos2004-06-05
* Implement the new CopyFile functionChris Lattner2004-06-02
* Fix spelling, trim empty space, tighten up function header comment.Misha Brukman2004-06-02
* Moved this file to lib/Bytecode/Writer because its used there only.Reid Spencer2004-05-30
* Thoroughly rehack the dynamic linking mechanisms on Win32. The Win32Chris Lattner2004-05-28
* Prune #includesChris Lattner2004-05-28
* Add support for getting executable memory on Windows. This is actuallyChris Lattner2004-05-28
* Add a new function for the JIT. libsupport is now the only library thatChris Lattner2004-05-28
* Add support for zero length filesChris Lattner2004-05-28
* Add a pair of functions to hide system specific details of mapping a file in ...Chris Lattner2004-05-28
* Add DynamicLinker support for systems that provide windows.hChris Lattner2004-05-27
* Signals.h header moved. Eventually this should move into a lib/System library,Chris Lattner2004-05-27
* Changes to make libSupport build on systems that don't have the wait syscall.Chris Lattner2004-05-27
* Put SlotTable.h inclusion back at front of list to be coding standardsReid Spencer2004-05-25
* Make some improvements suggested by Chris.Reid Spencer2004-05-25
* Adding the initial implementation of the SlotTable class. This class isReid Spencer2004-05-25
* Remove this file as well as it is no longer needed nor it compilesAlkis Evlogimenos2004-05-25
* Implement the new cl::PositionalEatsArgs flag, refactor code a bitChris Lattner2004-05-06
* Apply simplification suggested by Chris: why assign() when operator = will do?Brian Gaeke2004-05-04
* Add "Args" optional argument to AbstractInterpreter factory methods, whichBrian Gaeke2004-05-04
* Bugpoint was not correctly capturing stderr! This caused it to "find" bugsChris Lattner2004-04-16
* lli no longer takes the -quiet option!Chris Lattner2004-04-05
* Do not mangle intrinsics in any way!Chris Lattner2004-04-05
* Add autoconf support for isStandardOutAConsole ().Brian Gaeke2004-04-02