aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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