After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.
[oota-llvm.git] / tools / opt /
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-06-24 Owen AndersonGet rid of the global CFGOnly flag by threading a Short...
2009-06-03 Daniel DunbarSwitch opt to using StandardPasses.h
2009-04-01 Misha BrukmanFixed file header comment.
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2008-12-31 Duncan SandsRename AddReadAttrs to FunctionAttrs, and teach it how
2008-12-04 Devang PatelEnable LoopIndexSplit pass.
2008-11-26 Devang PatelDisable -loop-index-split for now.
2008-11-26 Zhongxing XuAdjust indent.
2008-11-04 Nuno Lopesfix memory leak in pass manager when adding an analysis...
2008-10-22 Daniel DunbarMove Print*Pass to use raw_ostream.
2008-10-21 Daniel DunbarPrivatize PrintModulePass and PrintFunctionPass and add
2008-09-23 Duncan SandsRationalize the names of passes that print information:
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-19 Duncan SandsTurn on the AddReadAttrs pass.
2008-09-19 Duncan SandsTeach -callgraph to always print the callgraph (as the
2008-09-17 Devang PatelFix comments, help messages.
2008-09-17 Devang PatelFix cut-n-pasto.
2008-09-16 Devang PatelAdd -O1, -O2 and -O3 that matches llvm-gcc's -O1, ...
2008-09-15 Duncan SandsEnd of the GlobalsModRef experiment.
2008-09-12 Duncan SandsGive GlobalsModRef a whirl in the nightly testers.
2008-08-27 Devang PatelBackout 55429
2008-08-27 Devang PatelAdd facility to create a target.
2008-07-14 Evan ChengGoodbye tail duplication (for good this time).
2008-07-13 Duncan SandsFix comment.
2008-07-13 Chris LattnerFix PR2231 - opt -internalize -std-compile-opts should...
2008-06-30 Devang PatelMove dominator info printer into tool/opt/GraphPrinters.cpp
2008-05-29 Owen AndersonRe-enable the newly simplified ADCE. This fixes a...
2008-05-27 Owen AndersonRemove ADCE from the optimization pipeline.
2008-05-16 Evan ChengRe-enable tail duplication pass (now with default thres...
2008-05-15 Evan ChengRemove tail duplication pass.
2008-05-14 Devang PatelRecover nestedloop regression reported by nightly tester.
2008-05-14 Devang PatelDo not run instruction combiner in middle of loop optim...
2008-05-10 Owen AndersonRe-enable loop deletion by default.
2008-05-06 Owen AndersonDisable loop deletion until the release branch.
2008-05-05 Owen AndersonEnable dead loop elimination.
2008-05-02 Chris Lattnermove libcalls to the same place llvm-gcc has it.
2008-04-21 Chris Lattnerenable jump threading pass by default. This causes...
2008-04-17 Duncan SandsRun SimplifyLibCalls near the beginning, not at
2008-04-10 Evan ChengMove memcpy / memset optimization pass after GVN.
2008-04-09 Owen AndersonFactor a bunch of functionality related to memcpy and...
2007-12-29 Chris Lattnerremove attributions from tools.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-09-08 Owen AndersonTurn GVN on by default.
2007-09-04 Devang PatelEnable loop index split pass.
2007-08-01 Owen AndersonRename FastDSE to just DSE.
2007-07-30 Dan GohmanRemove a FIXME comment that wasn't removed when the...
2007-07-17 Owen AndersonTurn on FastDSE by default.
2007-07-17 Evan ChengChange sroa threshold back.
2007-07-17 Evan ChengTemporarily set SROA threshold to 512.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-07-05 Devang PatelFix PR1539. Add LoopPassPrinter.
2007-06-28 Devang PatelFix PR 1526.
2007-05-06 Chris Lattneruse the new MemoryBuffer interfaces to simplify error...
2007-05-06 Chris Lattnermake sure the ofstream for opt's output file is destroy...
2007-05-06 Chris Lattnerswitch tools to bitcode from bytecode
2007-05-06 Chris Lattneradd support to llvm-prof for reading from a bitcode...
2007-05-06 Chris Lattnerif -bitcode is specified, read and write a bitcode...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-20 Chris Lattnerremove cruft
2007-04-10 Devang PatelEnable loop rotate pass.
2007-03-07 Devang PatelNow LoopUnswitch is a LoopPass.
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-02-05 Reid SpencerFor PR411:
2007-02-03 Reid SpencerFor PR1072:
2007-02-02 Reid SpencerFor PR1152:
2007-01-31 Chris Lattnershutdown at end of run
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-21 Chris Lattnerdefault to emiting an uncompressed .bc file
2006-12-13 John CriswellRemove DSA.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-12-05 Chris LattnerThis needs the callgraph data structure to stick around...
2006-12-01 Chris Lattnertarget constructors are never used
2006-12-01 Nick LewyckyFix opt -o option. Don't pass a pointer to an auto...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-28 Bill WendlingConvert to using llvm streams instead of iostreams.
2006-11-17 Bill WendlingNeed iostream to be included for the time being.
2006-11-02 Reid SpencerFor PR786:
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-08-28 Chris LattnerAdd a --disable-compression option like llvm-link/llvm...
2006-08-28 Reid SpencerFor PR387:
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 LattnerMerge the 'analyze' mode code with the 'opt' mode code...
2006-08-21 Reid SpencerFor PR885:
2006-08-21 Nate BegemanFix a build failure
2006-08-21 Reid SpencerFor PR797:
2006-08-18 Reid SpencerFor PR797:
2006-08-18 Reid SpencerFor PR872:
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-07 Reid SpencerFor PR780:
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
next