| Commit message (Expand) | Author | Age | Files | Lines |
* | Tools require EH for their top-level try blocks. | Chris Lattner | 2006-07-07 | 1 | -0/+1 |
* | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner | 2006-06-16 | 1 | -1/+1 |
* | For PR780: | Reid Spencer | 2006-06-07 | 1 | -0/+1 |
* | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 1 | -3/+3 |
* | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner | 2006-05-24 | 1 | -1/+1 |
* | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson | 2006-05-12 | 1 | -0/+1 |
* | fix printing call graphs | Andrew Lenharth | 2006-04-18 | 1 | -1/+1 |
* | reorder some libraries | Chris Lattner | 2006-02-22 | 1 | -1/+1 |
* | Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraph | Chris Lattner | 2005-12-22 | 1 | -3/+17 |
* | Move some constant folding code shared by Analysis and Transform passes | John Criswell | 2005-10-27 | 1 | -1/+1 |
* | 1. Remove libraries no longer created from the list of libraries linked into the | John Criswell | 2005-10-26 | 1 | -1/+1 |
* | Remove a now-unneeded library | Chris Lattner | 2005-10-24 | 1 | -1/+1 |
* | Use archive versions of these libraries, using the LinkAllPasses header. | Chris Lattner | 2005-10-24 | 1 | -3/+3 |
* | Two changes: | Reid Spencer | 2005-04-22 | 1 | -2/+0 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 3 | -11/+11 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -4/+4 |
* | Use binary mode for reading/writing bytecode files | Jeff Cohen | 2005-01-22 | 1 | -3/+6 |
* | Get the #ifdef right on LinkAllPasses.h. | Jeff Cohen | 2005-01-06 | 1 | -1/+0 |
* | Fix minor mistakes | Jeff Cohen | 2005-01-06 | 1 | -0/+1 |
* | Add project opt to Visual Studio. | Jeff Cohen | 2005-01-06 | 1 | -0/+1 |
* | Make opt honor the quiet option when printing the bytecode warning. | Reid Spencer | 2005-01-05 | 1 | -1/+1 |
* | Move the code for printing out a warning about bytecode output to a console | Reid Spencer | 2005-01-01 | 1 | -7/+1 |
* | For PR351: | Reid Spencer | 2004-12-30 | 1 | -86/+93 |
* | For PR387:\ | Reid Spencer | 2004-12-07 | 1 | -2/+2 |
* | Add LLVMbzip2 library, now required. | Reid Spencer | 2004-11-25 | 1 | -1/+1 |
* | Fix usage of changed function prototype | Reid Spencer | 2004-11-14 | 1 | -1/+1 |
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -4/+5 |
* | We're not doing automake any more | Reid Spencer | 2004-10-22 | 1 | -656/+0 |
* | We won't use automake | Reid Spencer | 2004-10-22 | 1 | -21/+0 |
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 1 | -0/+656 |
* | Fix hyphenation and quoting style for great justice | Misha Brukman | 2004-10-15 | 1 | -1/+1 |
* | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 1 | -1/+1 |
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+21 |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 2 | -4/+4 |
* | Finegrainify namespacification | Chris Lattner | 2004-09-20 | 1 | -7/+4 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 3 | -4/+4 |
* | Add the LLVMsystem.a library as it is now used for operating system | Reid Spencer | 2004-08-29 | 1 | -1/+1 |
* | The functions in Signal.h are now in the llvm::sys namespace - adjust | Reid Spencer | 2004-08-29 | 1 | -2/+2 |
* | Remove this printer | Chris Lattner | 2004-07-18 | 1 | -19/+0 |
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -1/+1 |
* | Prune unused #include | Chris Lattner | 2004-07-11 | 1 | -1/+0 |
* | Add -load option | Chris Lattner | 2004-07-11 | 1 | -0/+1 |
* | Add #include <iostream> since Value.h does not include it any more. | Reid Spencer | 2004-07-04 | 1 | -0/+1 |
* | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 1 | -0/+1 |
* | Make sure to link all IPA's into opt, so that it has access to stuff like | Chris Lattner | 2004-06-25 | 1 | -1/+1 |
* | Neuter the -q option. Stop printing the "program modified" message, ever | Chris Lattner | 2004-05-27 | 1 | -3/+2 |
* | Re-introduce the -q option and make opt always return 0, even if the | Reid Spencer | 2004-05-27 | 1 | -3/+7 |
* | Removed the -q option and the default message written to stderr. The | Reid Spencer | 2004-05-27 | 1 | -6/+3 |
* | Right, globals aren't values yet.. | Chris Lattner | 2004-05-27 | 1 | -1/+1 |
* | Add a simple pass. | Chris Lattner | 2004-05-27 | 1 | -0/+45 |