| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 1 | -4/+0 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -13/+1 |
* | Change libLTO back to linking with @executable_path instead of @rpath. | Bob Wilson | 2013-11-11 | 1 | -1/+1 |
* | Move LTO support library to a component, allowing it to be tested | Peter Collingbourne | 2013-09-24 | 1 | -1/+1 |
* | Use @rpath for libraries rather than @executable_path on OSX. | Eric Christopher | 2013-08-02 | 1 | -1/+1 |
* | Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options. | Bob Wilson | 2013-06-04 | 1 | -2/+1 |
* | Remove redundant flag. | Bill Wendling | 2013-05-02 | 1 | -1/+1 |
* | We don't want FP elimination when doing an Apple-style build. | Bill Wendling | 2013-05-02 | 1 | -1/+1 |
* | Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th... | Bill Wendling | 2013-02-13 | 1 | -1/+1 |
* | Place temporary LTO files into their own subdirectory. | Bill Wendling | 2012-10-10 | 1 | -3/+3 |
* | Revert "Use a special path to place the .o files in." | Bob Wilson | 2012-10-09 | 1 | -2/+1 |
* | Use a special path to place the .o files in. | Bill Wendling | 2012-10-08 | 1 | -1/+2 |
* | Add an explicit -object_path_lto flag during linking with a uniquified temporary | Bill Wendling | 2012-10-03 | 1 | -0/+7 |
* | 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 | -13/+6 |
* | Expoert c interface for disassembler. | Devang Patel | 2011-03-29 | 1 | -1/+2 |
* | lto: Respect LLVM_VERSION_INFO make variable, since setting CC arguments with | Daniel Dunbar | 2010-10-15 | 1 | -0/+4 |
* | build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do | Daniel Dunbar | 2010-07-31 | 1 | -2/+1 |
* | build/Darwin: Add an LLVM_LTO_VERSION_OFFSET make variable to allow offsetting | Daniel Dunbar | 2010-07-16 | 1 | -1/+9 |
* | Make the export files absolute paths, and change Makefile.rules | Dan Gohman | 2010-04-15 | 1 | -1/+1 |
* | Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with | Dan Gohman | 2010-04-15 | 1 | -1/+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 |
* | The attached patches attempt to fix cross builds. For example, if you | Anton Korobeynikov | 2009-08-18 | 1 | -1/+1 |
* | fix ld error with -no-undefined switch, which is undefined on darwin8 | John Mosby | 2009-07-02 | 1 | -2/+2 |
* | remove dead makefile flags. | Chris Lattner | 2009-06-24 | 1 | -1/+0 |
* | Force 'llvm-config' to go first, optionally followed by lto and gold mixed in | Nick Lewycky | 2009-02-26 | 1 | -6/+2 |
* | Revert r64299: it breaks the build when configured | Duncan Sands | 2009-02-11 | 1 | -2/+6 |
* | Try this. Darwin -> LTO, PIC -> LTO + possibly gold too. | Nick Lewycky | 2009-02-11 | 1 | -6/+2 |
* | 62987 disables LTO build on darwin. | Devang Patel | 2009-02-11 | 1 | -2/+6 |
* | Build libLTO on any platform so long as PIC is enabled. | Nick Lewycky | 2009-01-26 | 1 | -6/+2 |
* | Setting BUILD_ARCHIVE to 0 has the same effect as defining it to 1. | Bill Wendling | 2009-01-03 | 1 | -2/+0 |
* | typo. | Devang Patel | 2008-07-18 | 1 | -2/+2 |
* | Rename new lto2 tool as lto. | Devang Patel | 2008-06-30 | 1 | -0/+53 |
* | Remove old LTO interface. | Devang Patel | 2008-06-30 | 1 | -30/+0 |
* | 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 |
* | bitcodify | Chris Lattner | 2007-05-06 | 1 | -1/+1 |
* | Include Makefile.config before testing OS. | Devang Patel | 2007-02-01 | 1 | -5/+5 |
* | Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.or... | Chandler Carruth | 2007-01-08 | 1 | -3/+7 |
* | Add linker into list of LINK_COMPONENTS. | Devang Patel | 2006-09-07 | 1 | -1/+1 |
* | Use LINK_COMPONENTS to specify *components* to link against instead of | Chris Lattner | 2006-09-04 | 1 | -6/+2 |
* | Make it fit into 80-columns. | Devang Patel | 2006-08-03 | 1 | -1/+1 |
* | Simplify. Use addprefix. | Devang Patel | 2006-08-03 | 1 | -37/+5 |
* | Remove ARM for the moment since it is a work in progress. | Devang Patel | 2006-08-03 | 1 | -6/+0 |
* | Add new tool, lto, to do link time optimization. This tool installs | Devang Patel | 2006-08-03 | 1 | -0/+68 |