summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Fixed typo. Thanks, Reid.Anton Korobeynikov2006-08-04
* Removed usage of "sort", which can lead to undeterministic behavior on mingw ...Anton Korobeynikov2006-08-04
* Collect references from globals.Devang Patel2006-08-04
* For PR845:Reid Spencer2006-08-03
* Fix a typo in the name of expand_dependencies.Reid Spencer2006-08-03
* Make it fit into 80-columns.Devang Patel2006-08-03
* Fix typo.Devang Patel2006-08-03
* Simplify. Use addprefix.Devang Patel2006-08-03
* Now that SparcV9 is gone, this logical can be simplified significantly.Chris Lattner2006-08-03
* Remove ARM for the moment since it is a work in progress.Devang Patel2006-08-03
* Add new tool, lto, to do link time optimization. This tool installsDevang Patel2006-08-03
* Fix the build on case-sensitive filesystems :(Chris Lattner2006-08-01
* no need to check readability hereChris Lattner2006-08-01
* No need to check isWriteable here (which isn't sufficient anyway). Just attemptChris Lattner2006-08-01
* Use Path::getFileStatusChris Lattner2006-08-01
* Use Path::getFileStatus to get status-related info.Chris Lattner2006-08-01
* Introducing plugable register allocators and instruction schedulers.Jim Laskey2006-08-01
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-28
* Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp ...Patrick Jenkins2006-07-28
* This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ ...Patrick Jenkins2006-07-28
* Undo last commit, which was committed accidentally.Reid Spencer2006-07-27
* Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer2006-07-27
* Avoid a "scary" make warning for the 1.8 release. This should be reenabledChris Lattner2006-07-26
* Add llvm2cpp to DIRs listChris Lattner2006-07-26
* Make changes necessary for stopping the build if a cyclic libraryReid Spencer2006-07-26
* Build llvm-config to identify library cycles earlier in the build process.Reid Spencer2006-07-26
* Fix MacOSX build failures. (pr841)Devang Patel2006-07-21
* Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner2006-07-21
* Fix linking on AlphaAndrew Lenharth2006-07-20
* Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer2006-07-07
* Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer2006-07-07
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-07
* Fix PR819, llvm2cpp should read .bc files, not .ll files.Chris Lattner2006-07-06
* Change the verifier to never throw an exception. Instead verifyModule canopt...Chris Lattner2006-07-06
* Split long comment lines.Reid Spencer2006-07-03
* Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner2006-06-27
* Fix cut-n-pasto in comments.Devang Patel2006-06-27
* Remove unneeded libsChris Lattner2006-06-21
* For PR811:Reid Spencer2006-06-21
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-16
* Actually add instructions to the list of defined values so it getsReid Spencer2006-06-15
* Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner2006-06-13
* After telling GCC to type of the input file with -x asm/-x c, switch back toChris Lattner2006-06-09
* This no longer needs plugins, this it doesn't need all of VMCore.Chris Lattner2006-06-08
* Shorten a value description so --help out isn't so wide.Reid Spencer2006-06-07
* Make sure this tool links in all of libVMCore.a because it can --loadReid Spencer2006-06-07
* For PR780:Reid Spencer2006-06-07
* Remove useless noop argumentChris Lattner2006-06-07
* Fix a bug in the following scenario.Chris Lattner2006-06-06
* Add a new --libfiles option, for getting fully-qualified pathnames to libraries.Chris Lattner2006-06-06