| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Print stacktrace in STDERR before dying on a fatal signal. Currently | Alkis Evlogimenos | 2004-02-19 | 1 | -1/+7 |
| * | Add support for just running the code generator | Chris Lattner | 2004-02-18 | 1 | -0/+12 |
| * | indent correctly | Chris Lattner | 2004-02-18 | 1 | -1/+1 |
| * | Don't yell. BUGPOINT should yell, not the tool runner :) | Chris Lattner | 2004-02-18 | 1 | -1/+1 |
| * | If there is an error running a tool, include the error message (e.g. assertio... | Chris Lattner | 2004-02-18 | 1 | -30/+32 |
| * | When an error occurs executing a tool, we now throw an exception instead | Chris Lattner | 2004-02-18 | 1 | -43/+22 |
| * | The C backend is no longer in llvm-dis, it's in llc | Chris Lattner | 2004-02-17 | 1 | -11/+11 |
| * | Fix a bug in the recent rewrite of the leakdetector that caused all of the | Chris Lattner | 2004-02-15 | 1 | -7/+10 |
| * | Modularize implementation of LeakDetector into a typed template | Alkis Evlogimenos | 2004-02-14 | 1 | -59/+76 |
| * | Fix the logic in the name mangler. If there are two symbols named 'X', and one | Chris Lattner | 2004-02-14 | 1 | -12/+27 |
| * | Initialize the count instance variable. | Chris Lattner | 2004-02-11 | 1 | -1/+1 |
| * | Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into | John Criswell | 2004-01-26 | 2 | -2/+2 |
| * | This file goes away | Chris Lattner | 2004-01-17 | 1 | -24/+0 |
| * | Remove use of ConstantHandling itf | Chris Lattner | 2004-01-12 | 1 | -24/+31 |
| * | Remove config wrapper around <cerrno> | Chris Lattner | 2004-01-10 | 1 | -5/+5 |
| * | Pass std::string to constructor as const reference to avoid multiple | Alkis Evlogimenos | 2004-01-06 | 1 | -1/+1 |
| * | Not all platforms supports sighandler_t, so I changed it to use the older | John Criswell | 2004-01-01 | 1 | -1/+1 |
| * | * Add a new helper progress method | Chris Lattner | 2003-12-31 | 1 | -4/+11 |
| * | Add missing #include | Chris Lattner | 2003-12-31 | 1 | -0/+1 |
| * | Add new function | Chris Lattner | 2003-12-31 | 1 | -0/+13 |
| * | New class, useful for command-line interactive programs. | Chris Lattner | 2003-12-31 | 1 | -0/+94 |
| * | Add new method | Chris Lattner | 2003-12-30 | 1 | -0/+10 |
| * | Further revisions of the FDHandle idea. In this version we use ownership | Chris Lattner | 2003-12-30 | 1 | -8/+0 |
| * | Add trivial exception specs to produce better code since the methods cannot | Chris Lattner | 2003-12-29 | 1 | -3/+3 |
| * | Factor FDHandle out of the bytecode reader into the FileUtilities.h support | Chris Lattner | 2003-12-29 | 1 | -0/+23 |
| * | implement new getToken function | Chris Lattner | 2003-12-29 | 1 | -0/+43 |
| * | Finegrainify namespacification | Chris Lattner | 2003-12-14 | 13 | -108/+73 |
| * | Finegrainify namespacification | Chris Lattner | 2003-12-14 | 2 | -9/+7 |
| * | Lock abstraction, introduced with a view toward making the JIT thread-safe. | Brian Gaeke | 2003-12-01 | 1 | -0/+24 |
| * | Fix copy-pasto. | Misha Brukman | 2003-11-24 | 1 | -2/+2 |
| * | Add ability to query if a file is a legitimate ELF shared object. | Misha Brukman | 2003-11-24 | 1 | -0/+10 |
| * | Only use -Wl,-R. if HAVE_LINK_R. | Brian Gaeke | 2003-11-18 | 1 | -0/+3 |