| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove standard C header wrappers | Chris Lattner | 2004-01-10 | 1 | -1/+1 |
* | Remove wrappers around std c files | Chris Lattner | 2004-01-10 | 2 | -3/+3 |
* | Ugh, fix some copy and pasted code that somehow never got compiled or something | Chris Lattner | 2004-01-06 | 1 | -1/+1 |
* | * Implement set/show args | Chris Lattner | 2004-01-06 | 2 | -11/+64 |
* | implement the "null command" which repeats the last command | Chris Lattner | 2004-01-06 | 1 | -5/+25 |
* | /me slaps head | Chris Lattner | 2004-01-05 | 1 | -0/+1 |
* | Add new directory | Chris Lattner | 2004-01-05 | 1 | -2/+3 |
* | Initial checkin of the LLVM Source-Level Debugger. This is incomplete, but | Chris Lattner | 2004-01-05 | 6 | -0/+1546 |
* | Remove some pointless #includes | Chris Lattner | 2003-12-30 | 1 | -6/+1 |
* | Use getFileSize() instead of sys/stat.h directly | Chris Lattner | 2003-12-30 | 1 | -9/+2 |
* | Use new getFileSize function. Eliminate some using directives. Reorder #inc... | Chris Lattner | 2003-12-30 | 1 | -27/+20 |
* | Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt just | Chris Lattner | 2003-12-30 | 1 | -0/+7 |
* | Pass extra arguments around n stuph | Chris Lattner | 2003-12-28 | 2 | -4/+4 |
* | Factor out code to ExecutionEngine | Chris Lattner | 2003-12-26 | 1 | -50/+10 |
* | Simplify code | Chris Lattner | 2003-12-26 | 1 | -42/+24 |
* | * eliminate the -f argument to lli, as it was silly and never useful anyway | Chris Lattner | 2003-12-26 | 1 | -36/+32 |
* | update comment | Chris Lattner | 2003-12-26 | 1 | -6/+3 |
* | Modified the logic so that library objects with main() are only linked in | John Criswell | 2003-12-23 | 1 | -6/+7 |
* | Modified the linker so that it always links in an object from an archive | John Criswell | 2003-12-23 | 1 | -11/+21 |
* | Rename method | Chris Lattner | 2003-12-23 | 2 | -2/+2 |
* | There is no reason to add -load support to LLC | Chris Lattner | 2003-12-15 | 1 | -1/+1 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-14 | 1 | -28/+29 |
* | Add an assertion to make sure we are at least getting argv[0] right. | Brian Gaeke | 2003-12-12 | 1 | -1/+2 |
* | Run tailcall elimination in a more logical place | Chris Lattner | 2003-12-11 | 1 | -1/+1 |
* | Make 'opt -o -' work correctly instead of creating a file named './-' | Chris Lattner | 2003-12-10 | 1 | -2/+2 |
* | Added the -h option for compatibility with other linkers. | John Criswell | 2003-12-09 | 1 | -0/+2 |
* | Bugpoint had appalingly bad grammar. Fix some of it. | Chris Lattner | 2003-12-07 | 1 | -4/+8 |
* | Do not leave a bunch of crud lying around | Chris Lattner | 2003-12-07 | 1 | -0/+2 |
* | It is now after pldi. This issue has been fixed, so remove the hack | Chris Lattner | 2003-12-07 | 1 | -6/+0 |
* | New command line parsing. This isn't as perfect as I would have liked. The Co... | Tanya Lattner | 2003-12-06 | 1 | -58/+247 |
* | be 3.4 happy | Chris Lattner | 2003-11-29 | 1 | -0/+1 |
* | Fix compatibility with gcc 3.4 | Chris Lattner | 2003-11-29 | 1 | -5/+3 |
* | The function resolving pass must be run, even if -disable-opt is specified | Chris Lattner | 2003-11-28 | 1 | -6/+6 |
* | * The return value of LinkLibraries is ignored, so remove it. | Chris Lattner | 2003-11-28 | 2 | -43/+31 |
* | I'm gonna be picky and say we don't really need that trailing slash "lib/" | Misha Brukman | 2003-11-24 | 1 | -1/+1 |
* | Make sure we ONLY add a `-load' switch to the JIT command line if the file is | Misha Brukman | 2003-11-24 | 1 | -1/+2 |
* | Do not DESTROY programs by default. No wonder bugpoint was not being useful ... | Chris Lattner | 2003-11-23 | 1 | -11/+7 |
* | Revert the previous patch since it causes lots of miscompilations. :( :( | Chris Lattner | 2003-11-22 | 1 | -4/+2 |
* | Do not crash when dealing with invoke and unwind instructions! | Chris Lattner | 2003-11-22 | 1 | -4/+7 |
* | Use new interfaces | Chris Lattner | 2003-11-22 | 1 | -6/+2 |
* | Reorder passes a bit. In particular, it makes sense to run globaldce IMMEDIA... | Chris Lattner | 2003-11-21 | 1 | -2/+4 |
* | When writing out the runner script, add -load=<lib> lines to pull in all the | Misha Brukman | 2003-11-20 | 1 | -1/+18 |
* | Add ability to search only for native shared object, and expose the | Misha Brukman | 2003-11-20 | 2 | -7/+9 |
* | For consistency, removed space between function name and left paren in function | Misha Brukman | 2003-11-20 | 1 | -15/+15 |
* | * Doxygenified comments, simplifying them and shortening in the process | Misha Brukman | 2003-11-20 | 1 | -67/+43 |
* | Unbreak the "-" as filename hack. | Brian Gaeke | 2003-11-19 | 1 | -2/+3 |
* | Also print an error msg. for files we cannot currently deal with. | Brian Gaeke | 2003-11-19 | 1 | -0/+4 |
* | Fix PR134, by checking FileOpenable() on each input file before analyzing its | Brian Gaeke | 2003-11-19 | 1 | -1/+10 |
* | Only use -Wl,-R. if HAVE_LINK_R. | Brian Gaeke | 2003-11-18 | 1 | -0/+3 |
* | Include Support/FileUtilities.h. | Brian Gaeke | 2003-11-16 | 1 | -13/+24 |