GC poses hazards to the inliner. Consider:
[oota-llvm.git] / lib / Transforms / Instrumentation /
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-13 Chris LattnerFix for edge profiling, patch by 'Marc' for PR1857
2007-10-26 Gordon HenriksenMore fleshing out of docs/Passes.html, plus some typo...
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-02 Lauro Ramos VenancioFix build error.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-17 Chris Lattnerremove use of BasicBlock::getNext
2007-04-17 Chris Lattnereliminate use of Instruction::getNext()
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-02-20 Chris Lattnerremove reoptimizer-specific passes
2007-02-19 Chris Lattnereliminate use of deprecated apis
2007-02-13 Chris LattnerEliminate use of ctors that take vectors.
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-02-05 Reid SpencerFor PR411:
2007-02-04 Reid SpencerFor PR1163:
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Zhou ShengFor PR1043:
2007-01-07 Chris Lattnerthis pass is unused
2007-01-07 Chris Lattnerrelax some types
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-21 Reid SpencerRemove isSigned calls via foreknowledge of main's argum...
2006-12-19 Chris Lattnerremove dead statistic
2006-12-18 Reid SpencerConvert the last uses of CastInst::createInferredCast...
2006-12-13 Reid SpencerReplace CastInst::createInferredCast calls with more...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-27 Reid SpencerFor PR950:
2006-11-26 Bill WendlingRemoved #include <iostream> and used the llvm_cerr...
2006-11-02 Reid SpencerFor PR786:
2006-10-20 Reid SpencerFor PR950:
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2005-11-28 Andrew Lenhartha few more comments on the interfaces and functions
2005-11-28 Andrew LenharthAdded documented rsprofiler interface. Also remove...
2005-11-28 Jeff CohenFix VC++ warning.
2005-11-28 Andrew LenharthRandom sampling (aka Arnold and Ryder) profiling. ...
2005-10-24 Chris LattnerRemove some beta code that no longer has an owner.
2005-10-24 Chris LattnerDo not build the ProfilePaths directory anymore
2005-10-24 Chris LattnerDONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV...
2005-10-24 Chris LattnerOnly build .a file versions of these libraries, instead...
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-04-23 Jeff CohenEliminate tabs and trailing spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-01-25 Alkis EvlogimenosAdd a dependency to the trace library so that it gets...
2005-01-07 Misha BrukmanConvert tabs to spaces
2005-01-07 Jeff CohenAdd missing createXxxPass functions
2005-01-07 Jeff CohenAdd missing include
2005-01-06 Jeff CohenAdd missing include
2004-12-13 Brian GaekeFix link error in PPC optimized build of 'opt'.
2004-12-08 Chris LattnerAdd support for compilers without argument dependent...
2004-12-08 Chris LattnerRemove unneeded class qualifier, contributed by Bjørn...
2004-11-19 Chris LattnerCPR is dead.
2004-11-05 Chris LattnerRemove dead vars
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerWe won't use automake
2004-10-20 Brian GaekeExplain what this pass does.
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-18 Reid SpencerCorrection to allow compilation with Visual C++.
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-09-30 Brian GaekeAdd accessor function.
2004-09-30 Brian GaekeCorrect type of accessor functions.
2004-09-30 Brian GaekeNamespacify. Add accessor function.
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-18 Reid Spencerbug 122:
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-29 Vikram S. AdveRestoring this file.
2004-06-24 Vikram S. AdveThis file is unused, and duplicates functionality in...
2004-06-03 Brian GaekeExpand head-of-file comment.
2004-06-01 Brian GaekeUse new form of unconditional branch constructor.
2004-05-14 Brian GaekeClean up this pass somewhat:
2004-05-03 Brian GaekeFix typo
2004-05-03 Brian GaekeIn InsertProfilingInitCall(), make it legal to pass...
2004-05-03 Brian GaekeAdd initial implementation of basic-block tracing instr...
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-03-30 Brian GaekeStart cleaning up this pass so that I can debug it.
2004-03-08 Chris LattnerInitial support for edge profiling
2004-03-08 Chris LattnerSplit utility functions out of BlockProfiling.cpp
2004-03-08 Chris Lattnerfinegrainify namespacification
2004-02-15 Chris LattnerRemove dependence on return type of ConstantStruct...
2004-02-15 Chris LattnerRemove dependence on the return type of ConstantArray...
2004-02-10 Chris Lattnerinitialization calls now return argc. If the program...
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-20 Chris LattnerStart using the nicer terminator auto-insertion API
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerBe gcc 3.4 clean
2003-10-29 Chris LattnerRefactor code, initial implementation of -insert-block...
2003-10-28 Chris LattnerPass in argc & argv
2003-10-28 Chris LattnerInitial checkin of profiling instrumentation pass....
next