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