aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2004-06-22Wrapper for c99 isnan()Brian Gaeke
2004-06-18* Fix file header and nameMisha Brukman
2004-06-18Use the machine-independent method of querying the page size.Misha Brukman
2004-06-07Make all of this functionality work directly on win32. Properly conditionalizeChris Lattner
2004-06-07Implement getTimeRecord natively in Win32, properly conditionalize theChris Lattner
2004-06-05Include cerrno.Alkis Evlogimenos
2004-06-02Implement the new CopyFile functionChris Lattner
2004-06-02Fix spelling, trim empty space, tighten up function header comment.Misha Brukman
2004-05-30Moved this file to lib/Bytecode/Writer because its used there only.Reid Spencer
2004-05-28Thoroughly rehack the dynamic linking mechanisms on Win32. The Win32Chris Lattner
2004-05-28Prune #includesChris Lattner
2004-05-28Add support for getting executable memory on Windows. This is actuallyChris Lattner
2004-05-28Add a new function for the JIT. libsupport is now the only library thatChris Lattner
2004-05-28Add support for zero length filesChris Lattner
2004-05-28Add a pair of functions to hide system specific details of mapping a file in ...Chris Lattner
2004-05-27Add DynamicLinker support for systems that provide windows.hChris Lattner
2004-05-27Signals.h header moved. Eventually this should move into a lib/System library,Chris Lattner
2004-05-27Changes to make libSupport build on systems that don't have the wait syscall.Chris Lattner
2004-05-25Put SlotTable.h inclusion back at front of list to be coding standardsReid Spencer
2004-05-25Make some improvements suggested by Chris.Reid Spencer
2004-05-25Adding the initial implementation of the SlotTable class. This class isReid Spencer
2004-05-25Remove this file as well as it is no longer needed nor it compilesAlkis Evlogimenos
2004-05-06Implement the new cl::PositionalEatsArgs flag, refactor code a bitChris Lattner
2004-05-04Apply simplification suggested by Chris: why assign() when operator = will do?Brian Gaeke
2004-05-04Add "Args" optional argument to AbstractInterpreter factory methods, whichBrian Gaeke
2004-04-16Bugpoint was not correctly capturing stderr! This caused it to "find" bugsChris Lattner
2004-04-05lli no longer takes the -quiet option!Chris Lattner
2004-04-05Do not mangle intrinsics in any way!Chris Lattner
2004-04-02Add autoconf support for isStandardOutAConsole ().Brian Gaeke
2004-04-02Add new function, autoconf support required thoChris Lattner
2004-03-30Add some new methodsChris Lattner
2004-03-29Adjust to new itfChris Lattner
2004-03-04Hide variable from other functions.Alkis Evlogimenos
2004-02-26Make sure that at least one virtual method is defined in a .cpp file to avoidChris Lattner
2004-02-21`cat' is usually in /bin, not /usr/bin, at least on our systems.Misha Brukman
2004-02-21When printing a stack trace, demangle it if possible. Since we are potentiallyChris Lattner
2004-02-20Use backtrace() and include execinfo.h, if they were detected by autoconf.Brian Gaeke
2004-02-19Disable the stack trace thing until we can get an autoconf test for it. ThisChris Lattner
2004-02-19Implement new functionChris Lattner
2004-02-19Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos
2004-02-19Print stacktrace in STDERR before dying on a fatal signal. CurrentlyAlkis Evlogimenos
2004-02-18Add support for just running the code generatorChris Lattner
2004-02-18indent correctlyChris Lattner
2004-02-18Don't yell. BUGPOINT should yell, not the tool runner :)Chris Lattner
2004-02-18If there is an error running a tool, include the error message (e.g. assertio...Chris Lattner
2004-02-18When an error occurs executing a tool, we now throw an exception insteadChris Lattner
2004-02-17The C backend is no longer in llvm-dis, it's in llcChris Lattner
2004-02-15Fix a bug in the recent rewrite of the leakdetector that caused all of theChris Lattner
2004-02-14Modularize implementation of LeakDetector into a typed templateAlkis Evlogimenos
2004-02-14Fix the logic in the name mangler. If there are two symbols named 'X', and oneChris Lattner