summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.Chris Lattner2006-09-04
* If a cycle exists, don't succeed building the second time around.Chris Lattner2006-09-04
* remove messageChris Lattner2006-09-04
* Remove use of target::getName()Chris Lattner2006-09-03
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-01
* Code cleanups, no functionality change.Chris Lattner2006-08-29
* Delete a no-longer-supported configuration item.Reid Spencer2006-08-29
* Add a --disable-compression option like llvm-link/llvm-as etc haveChris Lattner2006-08-28
* For PR387:Reid Spencer2006-08-28
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* -analyze mode shouldn't output a .bc file.Chris Lattner2006-08-27
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-27
* analyze no longer exists, don't offer to run it :)Chris Lattner2006-08-27
* eliminate only use of FilteredPassNameParserChris Lattner2006-08-27
* Merge the 'analyze' mode code with the 'opt' mode code. Eliminate theChris Lattner2006-08-27
* For PR797:Reid Spencer2006-08-25
* Fix a bug introduced by a change in the Archive::writeToDisk interface.Reid Spencer2006-08-25
* Fix a bug caused by change in the interface of Archive::writeToDisk.Reid Spencer2006-08-25
* For PR797:Reid Spencer2006-08-24
* Make sure that both non-asm file types are marked as experimentalNate Begeman2006-08-23
* Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman2006-08-23
* For PR797:Reid Spencer2006-08-23
* If unable to create tmp. file on disk then return LTO_WRITE_FAILURE status.Devang Patel2006-08-23
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* Rearrange order to build more frequently used tools first and make theReid Spencer2006-08-23
* Fix a typo.Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-22
* Rearrange the build order to better accommodate parallel build by reducingReid Spencer2006-08-22
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-21
* For PR885:Reid Spencer2006-08-21
* Fix a build failureNate Begeman2006-08-21
* For PR797:Reid Spencer2006-08-21
* Make sure the verify pass gets run after the user's loaded passes as wellReid Spencer2006-08-20
* Rename the -verify option to be -verify-each so that it doesn't conflictReid Spencer2006-08-20
* Convert llvm-ld to use the PluginLoader like opt instead of having itsReid Spencer2006-08-20
* For PR797:Reid Spencer2006-08-18
* For PR872:Reid Spencer2006-08-18
* fit in 80 colsChris Lattner2006-08-17
* minor cleanupsChris Lattner2006-08-17
* Patches to correct several bugs in llvmc.Reid Spencer2006-08-16
* Adding FindBugs.cpp so the -find-bugs option will work.Patrick Jenkins2006-08-15
* This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins2006-08-15
* untabifyDevang Patel2006-08-14
* Use mangler, instead of addUnderscore(), to get mangled name.Devang Patel2006-08-14
* Provide indentation of the generated program.Reid Spencer2006-08-14
* Don't print double newline for --src-root and --obj-root as it tends toReid Spencer2006-08-11
* Fixed typo. Thanks, Reid.Anton Korobeynikov2006-08-04