aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
AgeCommit message (Expand)Author
2006-08-28simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2005-11-28a few more comments on the interfaces and functionsAndrew Lenharth
2005-11-28Added documented rsprofiler interface. Also remove new profiler passes, theAndrew Lenharth
2005-11-28Fix VC++ warning.Jeff Cohen
2005-11-28Random sampling (aka Arnold and Ryder) profiling. This is still preliminary,...Andrew Lenharth
2005-10-24Remove some beta code that no longer has an owner.Chris Lattner
2005-10-24Do not build the ProfilePaths directory anymoreChris Lattner
2005-10-24DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner
2005-10-24Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen
2005-04-23Eliminate tabs and trailing spacesJeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-01-25Add a dependency to the trace library so that it gets pulled inAlkis Evlogimenos
2005-01-07Convert tabs to spacesMisha Brukman
2005-01-07Add missing createXxxPass functionsJeff Cohen
2005-01-07Add missing includeJeff Cohen
2005-01-06Add missing includeJeff Cohen
2004-12-13Fix link error in PPC optimized build of 'opt'.Brian Gaeke
2004-12-08Add support for compilers without argument dependent name lookup, contributedChris Lattner
2004-12-08Remove unneeded class qualifier, contributed by Bjørn WennbergChris Lattner
2004-11-19CPR is dead.Chris Lattner
2004-11-05Remove dead varsChris Lattner
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-20Explain what this pass does.Brian Gaeke
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-18Correction to allow compilation with Visual C++.Reid Spencer
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-09-30Add accessor function.Brian Gaeke
2004-09-30Correct type of accessor functions.Brian Gaeke
2004-09-30Namespacify. Add accessor function.Brian Gaeke
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-21These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke
2004-07-18bug 122:Reid Spencer
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-06-29Restoring this file.Vikram S. Adve
2004-06-24This file is unused, and duplicates functionality in TraceValues.cpp.Vikram S. Adve
2004-06-03Expand head-of-file comment.Brian Gaeke
2004-06-01Use new form of unconditional branch constructor.Brian Gaeke
2004-05-14Clean up this pass somewhat:Brian Gaeke
2004-05-03Fix typoBrian Gaeke
2004-05-03In InsertProfilingInitCall(), make it legal to pass in a null array, inBrian Gaeke
2004-05-03Add initial implementation of basic-block tracing instrumentation pass.Brian Gaeke