summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAge
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Add accessor function.Brian Gaeke2004-09-30
* Correct type of accessor functions.Brian Gaeke2004-09-30
* Namespacify. Add accessor function.Brian Gaeke2004-09-30
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-21
* bug 122:Reid Spencer2004-07-18
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Restoring this file.Vikram S. Adve2004-06-29
* This file is unused, and duplicates functionality in TraceValues.cpp.Vikram S. Adve2004-06-24
* Expand head-of-file comment.Brian Gaeke2004-06-03
* Use new form of unconditional branch constructor.Brian Gaeke2004-06-01
* Clean up this pass somewhat:Brian Gaeke2004-05-14
* Fix typoBrian Gaeke2004-05-03
* In InsertProfilingInitCall(), make it legal to pass in a null array, inBrian Gaeke2004-05-03
* Add initial implementation of basic-block tracing instrumentation pass.Brian Gaeke2004-05-03
* Support getelementptr instructions which use uint's to index into structureChris Lattner2004-04-05
* Start cleaning up this pass so that I can debug it.Brian Gaeke2004-03-30
* Initial support for edge profilingChris Lattner2004-03-08
* Split utility functions out of BlockProfiling.cppChris Lattner2004-03-08
* finegrainify namespacificationChris Lattner2004-03-08
* Remove dependence on return type of ConstantStruct::getChris Lattner2004-02-15
* Remove dependence on the return type of ConstantArray::getChris Lattner2004-02-15
* initialization calls now return argc. If the program uses the argc valueChris Lattner2004-02-10
* Finegrainify namespacificationChris Lattner2004-01-09
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-20
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Be gcc 3.4 cleanChris Lattner2003-11-05
* Refactor code, initial implementation of -insert-block-profiling passChris Lattner2003-10-29
* Pass in argc & argvChris Lattner2003-10-28
* Initial checkin of profiling instrumentation pass. So far, despite theChris Lattner2003-10-28
* Eliminate using declarationsChris Lattner2003-10-27
* Added LLVM copyright header.John Criswell2003-10-21
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-20
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-19
* Regularize header file commentsChris Lattner2003-10-13
* Regularize header file comment, eliminate using'sChris Lattner2003-10-13
* Include <cstdio> instead of <stdio.h>.Brian Gaeke2003-10-10
* Don't include Config/stdio.h or <stdio.h>.Brian Gaeke2003-10-10
* Fix spelling.Misha Brukman2003-10-10
* Fixing the spelling of this filename.Misha Brukman2003-10-10
* Use global *_iteratorChris Lattner2003-09-24
* Do not use BasicBlock::*_iterator, just use *_iterator itself.Chris Lattner2003-09-24
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-20
* Update for new UnifyFunction... APIChris Lattner2003-09-10
* Remove #includeChris Lattner2003-09-10