summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2006-11-11Minor style fixes from review.Reid Spencer2-6/+5
2006-11-11Add a -disable-loop-extraction option to bugpoint.Reid Spencer1-2/+9
2006-11-11For PR998:Reid Spencer1-12/+18
2006-11-09completely revert patrick's enhancement to bugpoint. Though it makes bugpointChris Lattner1-123/+15
2006-11-09add a new bugpoint mode -llc-safe. This uses LLC for both halves of aChris Lattner1-3/+9
2006-11-08For PR950:Reid Spencer1-3/+6
2006-11-05Fix a problem in the the last patch that subverts error message printing.Reid Spencer1-1/+1
2006-11-05Unbreak VC++ build.Jeff Cohen2-2/+2
2006-11-03Make llvm2cpp -pedantic clean.Reid Spencer1-1/+1
2006-11-02For PR786:Reid Spencer7-16/+4
2006-11-02For PR950:Reid Spencer1-3/+9
2006-10-27Forgot a }Bill Wendling1-0/+1
2006-10-27Re-added the part where it tries to remove all global variables first.Bill Wendling1-12/+37
2006-10-26Save temp. bc files when saveTemps flag is true. Use final output fileDevang Patel1-11/+24
2006-10-26For PR950:Reid Spencer1-3/+9
2006-10-25Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling3-23/+110
2006-10-25Supply alignment info to linker through LLVMSymbol.Devang Patel1-6/+12
2006-10-24Instead of hard coding global prefix, use TargetAsmInfo.Devang Patel1-31/+55
2006-10-23Fix typo. Add more comment. Avoid extra hash_map search.Devang Patel1-6/+8
2006-10-23Add removeModule().Devang Patel1-0/+12
2006-10-20For PR950:Reid Spencer2-9/+8
2006-10-10Make the bugpoint reduction heuristics more effective. Patch submitted byChris Lattner1-2/+58
2006-10-09Use FindProgramByName instead of FindExecutable.Devang Patel1-1/+1
2006-10-09Do error checking.Devang Patel1-1/+8
2006-10-09Remove a dead var noticed by YorionChris Lattner1-1/+0
2006-10-09Use GetTemporaryDirectory. Fix http://llvm.org/bugs/show_bug.cgi?id=894Devang Patel1-2/+15
2006-09-28simplify codeChris Lattner1-2/+1
2006-09-24Enable 'predsimplify' optimization.Nick Lewycky2-0/+2
2006-09-21Use abstract class to facilitate dlopen() interface.Devang Patel1-5/+5
2006-09-15comment out debug codeChris Lattner1-6/+6
2006-09-15Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner4-41/+61
2006-09-14Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov1-0/+6
2006-09-14add a new (hidden) -disable-core-files optionChris Lattner1-0/+9
2006-09-14Add comment.Devang Patel1-0/+3
2006-09-14Fix --enable-valgrind. Add room for the new arguments, and don't keepNick Lewycky1-3/+4
2006-09-14Add --enable-valgrind option to run optimizations through valgrind toNick Lewycky1-3/+16
2006-09-14GlobalValue with InternalLinkage may have operands with ExternalLinkageDevang Patel1-1/+1
2006-09-09Move ipsccp pass earlier to clean up obvious bogositiesChris Lattner1-3/+5
2006-09-08ok this really works :)Chris Lattner1-1/+2
2006-09-08Remove redundant include.Devang Patel1-1/+0
2006-09-08Need to include Makefile.config to get the value of $(OS). Add a comment.Chris Lattner1-0/+4
2006-09-08Enabling LTO building on Darwin only right now. This probably should beAnton Korobeynikov1-2/+4
2006-09-07Using addPassesToEmitWholeFile is not a good idea here.Devang Patel1-1/+14
2006-09-07Add linker into list of LINK_COMPONENTS.Devang Patel1-1/+1
2006-09-07Add lto into the list of PARALLEL_DIRSDevang Patel1-1/+2
2006-09-07Use addPassesToEmitWholeFile() instead of addPassesToEmitFile()Devang Patel1-1/+1
2006-09-07Change DisambiguateGlobalSymbols to not rename asm globals, which breaksChris Lattner1-0/+1
2006-09-06Add getTargetTriple() that linker can use to query target architecture.Devang Patel1-0/+11
2006-09-06Keep track of all modules crated using a name to module map.Devang Patel1-1/+18
2006-09-06Instead of demangling symbol name by hand, use original name, which wasDevang Patel1-2/+4