| Commit message (Expand) | Author | Age | Files | Lines |
* | Manually update the dependencies in the Makefiles. It turns out that all | Chandler Carruth | 2013-03-26 | 1 | -1/+1 |
* | Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ... | Michael Gottesman | 2013-01-28 | 1 | -1/+1 |
* | Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin... | Nadav Rotem | 2012-10-18 | 1 | -1/+1 |
* | Temporarily revert the TargetTransform changes. | Bob Wilson | 2012-10-18 | 1 | -1/+1 |
* | Add a new interface to allow IR-level passes to access codegen-specific infor... | Nadav Rotem | 2012-10-10 | 1 | -1/+1 |
* | Add a basic-block autovectorization pass. | Hal Finkel | 2012-02-01 | 1 | -1/+1 |
* | build: Tidy up a bunch of tool Makefiles, and simplify where possible using the | Daniel Dunbar | 2011-10-18 | 1 | -2/+2 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 1 | -1/+0 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 1 | -0/+1 |
* | nothing opt uses can throw, remove the try block and -fexceptions when | Chris Lattner | 2009-10-22 | 1 | -1/+0 |
* | Use IRReader.h in opt, to support reading of LLVM Assembly files directly. | Dan Gohman | 2009-09-03 | 1 | -1/+1 |
* | Fixed file header comment. | Misha Brukman | 2009-04-01 | 1 | -3/+3 |
* | remove attributions from tools/utils makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | switch tools to bitcode from bytecode | Chris Lattner | 2007-05-06 | 1 | -1/+1 |
* | if -bitcode is specified, read and write a bitcode file instead of a bytecode... | Chris Lattner | 2007-05-06 | 1 | -1/+1 |
* | For PR1072: | Reid Spencer | 2007-02-03 | 1 | -2/+1 |
* | Remove DSA. | John Criswell | 2006-12-13 | 1 | -1/+1 |
* | Use LINK_COMPONENTS to specify *components* to link against instead of | Chris Lattner | 2006-09-04 | 1 | -4/+2 |
* | Merge the 'analyze' mode code with the 'opt' mode code. Eliminate the | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
* | For PR872: | Reid Spencer | 2006-08-18 | 1 | -4/+4 |
* | Tools require EH for their top-level try blocks. | Chris Lattner | 2006-07-07 | 1 | -0/+1 |
* | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 1 | -3/+3 |
* | reorder some libraries | Chris Lattner | 2006-02-22 | 1 | -1/+1 |
* | 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 |
* | Add LLVMbzip2 library, now required. | Reid Spencer | 2004-11-25 | 1 | -1/+1 |
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -4/+5 |
* | Add the LLVMsystem.a library as it is now used for operating system | Reid Spencer | 2004-08-29 | 1 | -1/+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 |
* | Added LLVM copyright to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | Remove instloops library | Chris Lattner | 2003-07-21 | 1 | -1/+1 |
* | Added pass to instrument backedges for lightweight tracing | Anand Shukla | 2003-07-18 | 1 | -2/+1 |
* | Converted tabs to spaces. | Misha Brukman | 2003-07-10 | 1 | -1/+1 |
* | Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where | Brian Gaeke | 2003-06-17 | 1 | -1/+1 |
* | Remove codegen libraries to speed up linking opt | Chris Lattner | 2003-04-16 | 1 | -3/+2 |
* | ipa.a only needs to be mentioned once, and spaces should be used instead of | Misha Brukman | 2002-12-12 | 1 | -6/+3 |
* | Repeat ipa.a. Since IPModRef is currently only used in analysis.o, | Vikram S. Adve | 2002-12-09 | 1 | -1/+1 |
* | Remove extra target.a entry | Chris Lattner | 2002-11-19 | 1 | -1/+1 |
* | No need to explicitly inclue ExportSymbols now | Chris Lattner | 2002-11-04 | 1 | -1/+1 |
* | Add codegen library | Chris Lattner | 2002-10-28 | 1 | -1/+2 |
* | Temporary change to make datastructure stuff link in right | Chris Lattner | 2002-10-01 | 1 | -1/+1 |
* | Renamed library preselect to preopts. | Vikram S. Adve | 2002-09-20 | 1 | -1/+1 |
* | KEEP_SYMBOLS by default. | Vikram S. Adve | 2002-09-18 | 1 | -0/+2 |
* | Enable correct support for dynamic loading on Linux | Chris Lattner | 2002-09-17 | 1 | -1/+1 |
* | Remove duplicate sparc entry. | Vikram S. Adve | 2002-09-16 | 1 | -1/+1 |
* | Use .o files instead of .a files for several cases (that don't actually | Vikram S. Adve | 2002-09-16 | 1 | -2/+2 |
* | Add support for optimization passes that use a TargetMachine object. | Vikram S. Adve | 2002-09-16 | 1 | -2/+4 |