summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lto-bugpoint/LTOBugPoint.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove incomplete lto-bugpoint tool. If there is an interest then we can ↵Devang Patel2008-11-111-438/+0
| | | | | | resurrect this tool later on and finish implementation. llvm-svn: 59071
* Fix build failure.Devang Patel2008-10-101-1/+8
| | | | | | Patch by Erick Tryzelaar. llvm-svn: 57355
* Identify llvm bit-code file that is causing linking failure in LTO mode.Devang Patel2008-07-241-17/+121
| | | | llvm-svn: 53972
* Quit early, if unable to reproduce error using original input files.Devang Patel2008-07-221-1/+80
| | | | | | Quit, if unable to fix error when linker input files are all native object files. llvm-svn: 53935
* Remove temp. files in the end.Devang Patel2008-07-221-7/+21
| | | | llvm-svn: 53930
* Remove more tabs.Bill Wendling2008-07-221-4/+4
| | | | llvm-svn: 53905
* Provide llvm bitcode file to native object file interface.Devang Patel2008-07-211-7/+184
| | | | llvm-svn: 53886
* If all linker input files are native object files then lto-bugpoint is not ↵Devang Patel2008-07-181-0/+29
| | | | | | useful. llvm-svn: 53777
* Start writing lto-bugpoint tool.Devang Patel2008-07-181-0/+28
llvm-svn: 53774
OpenPOWER on IntegriCloud