1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools
Patrick Jenkins 81c69c3ddb This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ to run through bugpoint in 1091.15 seconds (user + system time). The time it took to run this on my G4 before I made these changes is 1420.82 seconds (user + system time). This is a speedup of about 5.5 minutes.
This is faster because SplitFunctionsOutOfModule no longer calls Clone Module and then removes the functions it doesnt want from the module returned. Instead it creates a module and copies over the specified functions, making changes to the new and old module where neccessary. This reduces the memory demand.

llvm-svn: 29379
2006-07-28 01:19:28 +00:00
..
analyze Undo last commit, which was committed accidentally. 2006-07-27 23:19:00 +00:00
bugpoint This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ to run through bugpoint in 1091.15 seconds (user + system time). The time it took to run this on my G4 before I made these changes is 1420.82 seconds (user + system time). This is a speedup of about 5.5 minutes. 2006-07-28 01:19:28 +00:00
gccas Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
gccld Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llc Fix MacOSX build failures. (pr841) 2006-07-21 19:44:55 +00:00
lli Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llvm2cpp Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llvm-ar Remove EH use from the Archive library and adjust its users accordingly. 2006-07-07 19:09:14 +00:00
llvm-as Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llvm-bcanalyzer Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llvm-config Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to 2006-07-27 23:00:30 +00:00
llvm-db Build more debugger/selectiondag libraries as archives instead of .o files. 2006-07-21 00:10:47 +00:00
llvm-dis Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llvm-extract Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llvm-ld Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llvm-link Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llvm-nm Finish removal of EH usage from the Archive library. The REQUIRES_EH flag 2006-07-07 20:56:50 +00:00
llvm-prof Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
llvm-ranlib Remove EH use from the Archive library and adjust its users accordingly. 2006-07-07 19:09:14 +00:00
llvm-stub Incorporate the contents of include/llvm/Config/unistd.h as this is the 2004-12-20 04:34:36 +00:00
llvmc Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
opt Tools require EH for their top-level try blocks. 2006-07-07 00:46:19 +00:00
Makefile Add llvm2cpp to DIRs list 2006-07-26 20:19:06 +00:00