| Commit message (Expand) | Author | Age | Files | Lines |
* | Err, fix last checkin | Chris Lattner | 2004-07-19 | 1 | -1/+1 |
* | Fix bugpoint miscompilation support on OS/X | Chris Lattner | 2004-07-19 | 1 | -1/+3 |
* | Add a workaround for a GCC 3.3.2 bug | Chris Lattner | 2004-07-18 | 1 | -1/+6 |
* | Correctly build shared objects on MacOS X for debugging code generators | Misha Brukman | 2004-07-16 | 1 | -1/+5 |
* | Bug fixes for PR341 | Chris Lattner | 2004-07-15 | 2 | -5/+19 |
* | Implicitly getting a new option by linking to support.o instead of support.a | Chris Lattner | 2004-07-11 | 1 | -23/+8 |
* | Do not call Type::getUniqueID | Chris Lattner | 2004-07-08 | 1 | -4/+12 |
* | Work around apparent Apple compiler bug which was making all mangled | Brian Gaeke | 2004-07-06 | 1 | -2/+2 |
* | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 2 | -0/+3 |
* | Fix compilation on internix | Chris Lattner | 2004-07-03 | 1 | -0/+1 |
* | Wrapper for c99 isnan() | Brian Gaeke | 2004-06-22 | 1 | -0/+31 |
* | * Fix file header and name | Misha Brukman | 2004-06-18 | 1 | -8/+8 |
* | Use the machine-independent method of querying the page size. | Misha Brukman | 2004-06-18 | 1 | -1/+2 |
* | Make all of this functionality work directly on win32. Properly conditionalize | Chris Lattner | 2004-06-07 | 1 | -13/+29 |
* | Implement getTimeRecord natively in Win32, properly conditionalize the | Chris Lattner | 2004-06-07 | 1 | -7/+28 |
* | Include cerrno. | Alkis Evlogimenos | 2004-06-05 | 1 | -1/+2 |
* | Implement the new CopyFile function | Chris Lattner | 2004-06-02 | 1 | -0/+35 |
* | Fix spelling, trim empty space, tighten up function header comment. | Misha Brukman | 2004-06-02 | 1 | -10/+3 |
* | Moved this file to lib/Bytecode/Writer because its used there only. | Reid Spencer | 2004-05-30 | 1 | -116/+0 |
* | Thoroughly rehack the dynamic linking mechanisms on Win32. The Win32 | Chris Lattner | 2004-05-28 | 1 | -16/+41 |
* | Prune #includes | Chris Lattner | 2004-05-28 | 1 | -2/+1 |
* | Add support for getting executable memory on Windows. This is actually | Chris Lattner | 2004-05-28 | 1 | -2/+14 |
* | Add a new function for the JIT. libsupport is now the only library that | Chris Lattner | 2004-05-28 | 1 | -1/+53 |
* | Add support for zero length files | Chris Lattner | 2004-05-28 | 1 | -1/+10 |
* | Add a pair of functions to hide system specific details of mapping a file in ... | Chris Lattner | 2004-05-28 | 1 | -0/+34 |
* | Add DynamicLinker support for systems that provide windows.h | Chris Lattner | 2004-05-27 | 1 | -8/+23 |
* | Signals.h header moved. Eventually this should move into a lib/System library, | Chris Lattner | 2004-05-27 | 1 | -1/+1 |
* | Changes to make libSupport build on systems that don't have the wait syscall. | Chris Lattner | 2004-05-27 | 1 | -30/+12 |
* | Put SlotTable.h inclusion back at front of list to be coding standards | Reid Spencer | 2004-05-25 | 1 | -1/+1 |
* | Make some improvements suggested by Chris. | Reid Spencer | 2004-05-25 | 1 | -8/+9 |
* | Adding the initial implementation of the SlotTable class. This class is | Reid Spencer | 2004-05-25 | 1 | -0/+115 |
* | Remove this file as well as it is no longer needed nor it compiles | Alkis Evlogimenos | 2004-05-25 | 1 | -25/+0 |
* | Implement the new cl::PositionalEatsArgs flag, refactor code a bit | Chris Lattner | 2004-05-06 | 1 | -52/+65 |
* | Apply simplification suggested by Chris: why assign() when operator = will do? | Brian Gaeke | 2004-05-04 | 1 | -2/+2 |
* | Add "Args" optional argument to AbstractInterpreter factory methods, which | Brian Gaeke | 2004-05-04 | 1 | -31/+71 |
* | Bugpoint was not correctly capturing stderr! This caused it to "find" bugs | Chris Lattner | 2004-04-16 | 1 | -1/+4 |
* | lli no longer takes the -quiet option! | Chris Lattner | 2004-04-05 | 1 | -2/+0 |
* | Do not mangle intrinsics in any way! | Chris Lattner | 2004-04-05 | 1 | -1/+4 |
* | Add autoconf support for isStandardOutAConsole (). | Brian Gaeke | 2004-04-02 | 1 | -1/+5 |
* | Add new function, autoconf support required tho | Chris Lattner | 2004-04-02 | 1 | -0/+8 |
* | Add some new methods | Chris Lattner | 2004-03-30 | 1 | -15/+87 |
* | Adjust to new itf | Chris Lattner | 2004-03-29 | 1 | -2/+2 |
* | Hide variable from other functions. | Alkis Evlogimenos | 2004-03-04 | 1 | -2/+3 |
* | Make sure that at least one virtual method is defined in a .cpp file to avoid | Chris Lattner | 2004-02-26 | 1 | -1/+12 |
* | `cat' is usually in /bin, not /usr/bin, at least on our systems. | Misha Brukman | 2004-02-21 | 1 | -1/+1 |
* | When printing a stack trace, demangle it if possible. Since we are potentially | Chris Lattner | 2004-02-21 | 1 | -5/+61 |
* | Use backtrace() and include execinfo.h, if they were detected by autoconf. | Brian Gaeke | 2004-02-20 | 1 | -5/+10 |
* | Disable the stack trace thing until we can get an autoconf test for it. This | Chris Lattner | 2004-02-19 | 1 | -3/+3 |
* | Implement new function | Chris Lattner | 2004-02-19 | 1 | -0/+6 |
* | Make ToolExecutionError inherit std::exception and implement its | Alkis Evlogimenos | 2004-02-19 | 1 | -0/+2 |