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