aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-0418-64/+21
* Allow things like --libs CBackendChris Lattner2006-09-041-0/+3
* Switch to using llvm-config to buildChris Lattner2006-09-041-1/+1
* Switch to using llvm-config to select components to link in.Chris Lattner2006-09-041-2/+2
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-041-79/+110
* rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.Chris Lattner2006-09-041-1/+1
* If a cycle exists, don't succeed building the second time around.Chris Lattner2006-09-041-1/+1
* remove messageChris Lattner2006-09-041-1/+0
* Remove use of target::getName()Chris Lattner2006-09-031-2/+2
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-012-6/+17
* Code cleanups, no functionality change.Chris Lattner2006-08-291-36/+30
* Delete a no-longer-supported configuration item.Reid Spencer2006-08-291-1/+0
* Add a --disable-compression option like llvm-link/llvm-as etc haveChris Lattner2006-08-281-1/+3
* For PR387:Reid Spencer2006-08-281-0/+1
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* -analyze mode shouldn't output a .bc file.Chris Lattner2006-08-271-2/+1
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-273-6/+6
* analyze no longer exists, don't offer to run it :)Chris Lattner2006-08-271-12/+1
* eliminate only use of FilteredPassNameParserChris Lattner2006-08-271-2/+1
* Merge the 'analyze' mode code with the 'opt' mode code. Eliminate theChris Lattner2006-08-272-76/+26
* For PR797:Reid Spencer2006-08-252-6/+6
* Fix a bug introduced by a change in the Archive::writeToDisk interface.Reid Spencer2006-08-251-1/+1
* Fix a bug caused by change in the interface of Archive::writeToDisk.Reid Spencer2006-08-251-4/+4
* For PR797:Reid Spencer2006-08-241-5/+9
* Make sure that both non-asm file types are marked as experimentalNate Begeman2006-08-231-1/+2
* Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman2006-08-231-3/+0
* For PR797:Reid Spencer2006-08-234-15/+75
* If unable to create tmp. file on disk then return LTO_WRITE_FAILURE status.Devang Patel2006-08-231-1/+1
* For PR797:Reid Spencer2006-08-231-1/+4
* For PR797:Reid Spencer2006-08-232-60/+88
* For PR797:Reid Spencer2006-08-233-9/+20
* Rearrange order to build more frequently used tools first and make theReid Spencer2006-08-231-4/+11
* Fix a typo.Reid Spencer2006-08-231-1/+1
* For PR797:Reid Spencer2006-08-222-7/+27
* Rearrange the build order to better accommodate parallel build by reducingReid Spencer2006-08-221-3/+4
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-221-10/+30
* For PR797:Reid Spencer2006-08-219-41/+99
* For PR885:Reid Spencer2006-08-212-3/+2
* Fix a build failureNate Begeman2006-08-211-1/+1
* For PR797:Reid Spencer2006-08-214-4/+5
* Make sure the verify pass gets run after the user's loaded passes as wellReid Spencer2006-08-201-3/+2
* Rename the -verify option to be -verify-each so that it doesn't conflictReid Spencer2006-08-201-4/+4
* Convert llvm-ld to use the PluginLoader like opt instead of having itsReid Spencer2006-08-201-19/+31
* For PR797:Reid Spencer2006-08-184-33/+15
* For PR872:Reid Spencer2006-08-188-478/+153
* fit in 80 colsChris Lattner2006-08-171-1/+2
* minor cleanupsChris Lattner2006-08-171-20/+16
* Patches to correct several bugs in llvmc.Reid Spencer2006-08-164-7/+58
* Adding FindBugs.cpp so the -find-bugs option will work.Patrick Jenkins2006-08-151-0/+119
* This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins2006-08-155-26/+73