aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* untabifyDevang Patel2006-08-141-15/+15
* Use mangler, instead of addUnderscore(), to get mangled name.Devang Patel2006-08-141-14/+20
* Provide indentation of the generated program.Reid Spencer2006-08-141-181/+267
* Don't print double newline for --src-root and --obj-root as it tends toReid Spencer2006-08-111-2/+2
* Fixed typo. Thanks, Reid.Anton Korobeynikov2006-08-041-1/+1
* Removed usage of "sort", which can lead to undeterministic behavior on mingw ...Anton Korobeynikov2006-08-043-3/+3
* Collect references from globals.Devang Patel2006-08-041-5/+11
* For PR845:Reid Spencer2006-08-032-4/+2
* Fix a typo in the name of expand_dependencies.Reid Spencer2006-08-031-4/+4
* Make it fit into 80-columns.Devang Patel2006-08-031-1/+1
* Fix typo.Devang Patel2006-08-031-1/+1
* Simplify. Use addprefix.Devang Patel2006-08-031-37/+5
* Now that SparcV9 is gone, this logical can be simplified significantly.Chris Lattner2006-08-031-39/+1
* Remove ARM for the moment since it is a work in progress.Devang Patel2006-08-031-6/+0
* Add new tool, lto, to do link time optimization. This tool installsDevang Patel2006-08-032-0/+398
* Fix the build on case-sensitive filesystems :(Chris Lattner2006-08-012-2/+2
* no need to check readability hereChris Lattner2006-08-011-1/+1
* No need to check isWriteable here (which isn't sufficient anyway). Just attemptChris Lattner2006-08-011-1/+2
* Use Path::getFileStatusChris Lattner2006-08-011-7/+10
* Use Path::getFileStatus to get status-related info.Chris Lattner2006-08-011-7/+5
* Introducing plugable register allocators and instruction schedulers.Jim Laskey2006-08-012-0/+2
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-282-7/+15
* Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp ...Patrick Jenkins2006-07-281-5/+0
* This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ ...Patrick Jenkins2006-07-281-15/+132
* Undo last commit, which was committed accidentally.Reid Spencer2006-07-271-2/+0
* Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer2006-07-273-2/+5
* Avoid a "scary" make warning for the 1.8 release. This should be reenabledChris Lattner2006-07-261-1/+4
* Add llvm2cpp to DIRs listChris Lattner2006-07-261-3/+2
* Make changes necessary for stopping the build if a cyclic libraryReid Spencer2006-07-262-2/+4
* Build llvm-config to identify library cycles earlier in the build process.Reid Spencer2006-07-261-3/+3
* Fix MacOSX build failures. (pr841)Devang Patel2006-07-211-1/+1
* Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner2006-07-212-2/+2
* Fix linking on AlphaAndrew Lenharth2006-07-201-1/+1
* Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer2006-07-071-1/+2
* Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer2006-07-072-5/+14
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-0721-0/+24
* Fix PR819, llvm2cpp should read .bc files, not .ll files.Chris Lattner2006-07-062-82/+55
* Change the verifier to never throw an exception. Instead verifyModule canopt...Chris Lattner2006-07-063-30/+19
* Split long comment lines.Reid Spencer2006-07-031-6/+4
* Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner2006-06-273-25/+45
* Fix cut-n-pasto in comments.Devang Patel2006-06-271-6/+5
* Remove unneeded libsChris Lattner2006-06-211-1/+1
* For PR811:Reid Spencer2006-06-211-2/+0
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-168-8/+8
* Actually add instructions to the list of defined values so it getsReid Spencer2006-06-151-0/+1
* Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner2006-06-135-12/+14
* After telling GCC to type of the input file with -x asm/-x c, switch back toChris Lattner2006-06-091-0/+2
* This no longer needs plugins, this it doesn't need all of VMCore.Chris Lattner2006-06-081-2/+0