summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2006-09-06Extract target triplet from optimized module.Devang Patel1-1/+4
2006-09-04lli uses LinkAllCodegenComponents, so it needs this. Thanks toChris Lattner1-1/+2
2006-09-04Use llvm-config instead of magic JIT thing to link in libsChris Lattner1-1/+1
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner18-64/+21
2006-09-04Allow things like --libs CBackendChris Lattner1-0/+3
2006-09-04Switch to using llvm-config to buildChris Lattner1-1/+1
2006-09-04Switch to using llvm-config to select components to link in.Chris Lattner1-2/+2
2006-09-04Completely rearchitect the interface between targets and the pass manager.Chris Lattner1-79/+110
2006-09-04rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.Chris Lattner1-1/+1
2006-09-04If a cycle exists, don't succeed building the second time around.Chris Lattner1-1/+1
2006-09-04remove messageChris Lattner1-1/+0
2006-09-03Remove use of target::getName()Chris Lattner1-2/+2
2006-09-01- Fixed broken Win32 buildAnton Korobeynikov2-6/+17
2006-08-29Code cleanups, no functionality change.Chris Lattner1-36/+30
2006-08-29Delete a no-longer-supported configuration item.Reid Spencer1-1/+0
2006-08-28Add a --disable-compression option like llvm-link/llvm-as etc haveChris Lattner1-1/+3
2006-08-28For PR387:Reid Spencer1-0/+1
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner1-1/+1
2006-08-27-analyze mode shouldn't output a .bc file.Chris Lattner1-2/+1
2006-08-27Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner3-6/+6
2006-08-27analyze no longer exists, don't offer to run it :)Chris Lattner1-12/+1
2006-08-27eliminate only use of FilteredPassNameParserChris Lattner1-2/+1
2006-08-27Merge the 'analyze' mode code with the 'opt' mode code. Eliminate theChris Lattner2-76/+26
2006-08-25For PR797:Reid Spencer2-6/+6
2006-08-25Fix a bug introduced by a change in the Archive::writeToDisk interface.Reid Spencer1-1/+1
2006-08-25Fix a bug caused by change in the interface of Archive::writeToDisk.Reid Spencer1-4/+4
2006-08-24For PR797:Reid Spencer1-5/+9
2006-08-23Make sure that both non-asm file types are marked as experimentalNate Begeman1-1/+2
2006-08-23Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman1-3/+0
2006-08-23For PR797:Reid Spencer4-15/+75
2006-08-23If unable to create tmp. file on disk then return LTO_WRITE_FAILURE status.Devang Patel1-1/+1
2006-08-23For PR797:Reid Spencer1-1/+4
2006-08-23For PR797:Reid Spencer2-60/+88
2006-08-23For PR797:Reid Spencer3-9/+20
2006-08-23Rearrange order to build more frequently used tools first and make theReid Spencer1-4/+11
2006-08-23Fix a typo.Reid Spencer1-1/+1
2006-08-22For PR797:Reid Spencer2-7/+27
2006-08-22Rearrange the build order to better accommodate parallel build by reducingReid Spencer1-3/+4
2006-08-22Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer1-10/+30
2006-08-21For PR797:Reid Spencer9-41/+99
2006-08-21For PR885:Reid Spencer2-3/+2
2006-08-21Fix a build failureNate Begeman1-1/+1
2006-08-21For PR797:Reid Spencer4-4/+5
2006-08-20Make sure the verify pass gets run after the user's loaded passes as wellReid Spencer1-3/+2
2006-08-20Rename the -verify option to be -verify-each so that it doesn't conflictReid Spencer1-4/+4
2006-08-20Convert llvm-ld to use the PluginLoader like opt instead of having itsReid Spencer1-19/+31
2006-08-18For PR797:Reid Spencer4-33/+15
2006-08-18For PR872:Reid Spencer8-478/+153
2006-08-17fit in 80 colsChris Lattner1-1/+2
2006-08-17minor cleanupsChris Lattner1-20/+16