Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
[oota-llvm.git] / tools /
2006-10-09 Devang PatelDo error checking.
2006-10-09 Chris LattnerRemove a dead var noticed by Yorion
2006-10-09 Devang PatelUse GetTemporaryDirectory. Fix llvm.org/bugs/show_bug...
2006-09-28 Chris Lattnersimplify code
2006-09-24 Nick LewyckyEnable 'predsimplify' optimization.
2006-09-21 Devang PatelUse abstract class to facilitate dlopen() interface.
2006-09-15 Chris Lattnercomment out debug code
2006-09-15 Chris LattnerAdd a new -cbe-bug mode, which works just like -run...
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-14 Chris Lattneradd a new (hidden) -disable-core-files option
2006-09-14 Devang PatelAdd comment.
2006-09-14 Nick LewyckyFix --enable-valgrind. Add room for the new arguments...
2006-09-14 Nick LewyckyAdd --enable-valgrind option to run optimizations throu...
2006-09-14 Devang PatelGlobalValue with InternalLinkage may have operands...
2006-09-09 Chris LattnerMove ipsccp pass earlier to clean up obvious bogosities
2006-09-08 Chris Lattnerok this really works :)
2006-09-08 Devang PatelRemove redundant include.
2006-09-08 Chris LattnerNeed to include Makefile.config to get the value of...
2006-09-08 Anton KorobeynikovEnabling LTO building on Darwin only right now. This...
2006-09-07 Devang PatelUsing addPassesToEmitWholeFile is not a good idea here.
2006-09-07 Devang PatelAdd linker into list of LINK_COMPONENTS.
2006-09-07 Devang PatelAdd lto into the list of PARALLEL_DIRS
2006-09-07 Devang PatelUse addPassesToEmitWholeFile() instead of addPassesToEm...
2006-09-07 Chris LattnerChange DisambiguateGlobalSymbols to not rename asm...
2006-09-06 Devang PatelAdd getTargetTriple() that linker can use to query...
2006-09-06 Devang PatelKeep track of all modules crated using a name to module...
2006-09-06 Devang PatelInstead of demangling symbol name by hand, use original...
2006-09-06 Devang PatelExtract target triplet from optimized module.
2006-09-04 Chris Lattnerlli uses LinkAllCodegenComponents, so it needs this...
2006-09-04 Chris LattnerUse llvm-config instead of magic JIT thing to link...
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-09-04 Chris LattnerAllow things like --libs CBackend
2006-09-04 Chris LattnerSwitch to using llvm-config to build
2006-09-04 Chris LattnerSwitch to using llvm-config to select components to...
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-04 Chris Lattnerrearrange targets to satisfy dependencies. Too bad...
2006-09-04 Chris LattnerIf a cycle exists, don't succeed building the second...
2006-09-04 Chris Lattnerremove message
2006-09-03 Chris LattnerRemove use of target::getName()
2006-09-01 Anton Korobeynikov- Fixed broken Win32 build
2006-08-29 Chris LattnerCode cleanups, no functionality change.
2006-08-29 Reid SpencerDelete a no-longer-supported configuration item.
2006-08-28 Chris LattnerAdd a --disable-compression option like llvm-link/llvm...
2006-08-28 Reid SpencerFor PR387:
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris Lattner-analyze mode shouldn't output a .bc file.
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-08-27 Chris Lattneranalyze no longer exists, don't offer to run it :)
2006-08-27 Chris Lattnereliminate only use of FilteredPassNameParser
2006-08-27 Chris LattnerMerge the 'analyze' mode code with the 'opt' mode code...
2006-08-25 Reid SpencerFor PR797:
2006-08-25 Reid SpencerFix a bug introduced by a change in the Archive::writeT...
2006-08-25 Reid SpencerFix a bug caused by change in the interface of Archive...
2006-08-24 Reid SpencerFor PR797:
2006-08-23 Nate BegemanMake sure that both non-asm file types are marked as...
2006-08-23 Nate BegemanInitial checkin of the Mach-O emitter. There's plenty...
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Devang PatelIf unable to create tmp. file on disk then return LTO_W...
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerRearrange order to build more frequently used tools...
2006-08-23 Reid SpencerFix a typo.
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerRearrange the build order to better accommodate paralle...
2006-08-22 Reid SpencerMake the sys::Path::GetTemporaryDirectory method not...
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR885:
2006-08-21 Nate BegemanFix a build failure
2006-08-21 Reid SpencerFor PR797:
2006-08-20 Reid SpencerMake sure the verify pass gets run after the user's...
2006-08-20 Reid SpencerRename the -verify option to be -verify-each so that...
2006-08-20 Reid SpencerConvert llvm-ld to use the PluginLoader like opt instea...
2006-08-18 Reid SpencerFor PR797:
2006-08-18 Reid SpencerFor PR872:
2006-08-17 Chris Lattnerfit in 80 cols
2006-08-17 Chris Lattnerminor cleanups
2006-08-16 Reid SpencerPatches to correct several bugs in llvmc.
2006-08-15 Patrick JenkinsAdding FindBugs.cpp so the -find-bugs option will work.
2006-08-15 Patrick JenkinsThis commit adds a new feature called find-bugs. The...
2006-08-14 Devang Pateluntabify
2006-08-14 Devang PatelUse mangler, instead of addUnderscore(), to get mangled...
2006-08-14 Reid SpencerProvide indentation of the generated program.
2006-08-11 Reid SpencerDon't print double newline for --src-root and --obj...
2006-08-04 Anton KorobeynikovFixed typo. Thanks, Reid.
2006-08-04 Anton KorobeynikovRemoved usage of "sort", which can lead to undeterminis...
2006-08-04 Devang PatelCollect references from globals.
2006-08-03 Reid SpencerFor PR845:
2006-08-03 Reid SpencerFix a typo in the name of expand_dependencies.
2006-08-03 Devang PatelMake it fit into 80-columns.
2006-08-03 Devang PatelFix typo.
2006-08-03 Devang PatelSimplify. Use addprefix.
2006-08-03 Chris LattnerNow that SparcV9 is gone, this logical can be simplifie...
2006-08-03 Devang PatelRemove ARM for the moment since it is a work in progress.
2006-08-03 Devang PatelAdd new tool, lto, to do link time optimization. This...
2006-08-01 Chris LattnerFix the build on case-sensitive filesystems :(
2006-08-01 Chris Lattnerno need to check readability here
2006-08-01 Chris LattnerNo need to check isWriteable here (which isn't sufficie...
2006-08-01 Chris LattnerUse Path::getFileStatus
2006-08-01 Chris LattnerUse Path::getFileStatus to get status-related info.
next