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