aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAgeFilesLines
...
* Remove trailing whitespaceMisha Brukman2005-04-2115-393/+393
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-152-5/+5
* Add a dependency to the trace library so that it gets pulled inAlkis Evlogimenos2005-01-251-1/+3
* Convert tabs to spacesMisha Brukman2005-01-071-3/+2
* Add missing createXxxPass functionsJeff Cohen2005-01-074-0/+20
* Add missing includeJeff Cohen2005-01-071-0/+1
* Add missing includeJeff Cohen2005-01-061-0/+1
* Fix link error in PPC optimized build of 'opt'.Brian Gaeke2004-12-131-0/+1
* Add support for compilers without argument dependent name lookup, contributedChris Lattner2004-12-081-1/+1
* Remove unneeded class qualifier, contributed by Bjørn WennbergChris Lattner2004-12-081-1/+1
* CPR is dead.Chris Lattner2004-11-191-1/+0
* Remove dead varsChris Lattner2004-11-052-2/+0
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-272-2/+2
* We won't use automakeReid Spencer2004-10-224-1499/+0
* Explain what this pass does.Brian Gaeke2004-10-201-1/+7
* Initial automake generated Makefile templateReid Spencer2004-10-182-0/+1448
* Correction to allow compilation with Visual C++.Reid Spencer2004-10-181-2/+2
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-132-8/+6
* Initial version of automake Makefile.am file.Reid Spencer2004-10-102-0/+53
* Add accessor function.Brian Gaeke2004-09-302-0/+8
* Correct type of accessor functions.Brian Gaeke2004-09-301-4/+4
* Namespacify. Add accessor function.Brian Gaeke2004-09-301-0/+8
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-204-15/+15
* Changes For Bug 352Reid Spencer2004-09-015-6/+6
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-299-24/+10
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-214-4/+0
* bug 122:Reid Spencer2004-07-186-16/+9
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-047-0/+8
* Restoring this file.Vikram S. Adve2004-06-291-0/+76
* This file is unused, and duplicates functionality in TraceValues.cpp.Vikram S. Adve2004-06-241-76/+0
* Expand head-of-file comment.Brian Gaeke2004-06-031-1/+3
* Use new form of unconditional branch constructor.Brian Gaeke2004-06-011-1/+1
* Clean up this pass somewhat:Brian Gaeke2004-05-141-42/+38
* Fix typoBrian Gaeke2004-05-031-1/+1
* In InsertProfilingInitCall(), make it legal to pass in a null array, inBrian Gaeke2004-05-032-7/+13
* Add initial implementation of basic-block tracing instrumentation pass.Brian Gaeke2004-05-031-0/+76
* Support getelementptr instructions which use uint's to index into structureChris Lattner2004-04-051-3/+3
* Start cleaning up this pass so that I can debug it.Brian Gaeke2004-03-301-80/+34
* Initial support for edge profilingChris Lattner2004-03-081-0/+94
* Split utility functions out of BlockProfiling.cppChris Lattner2004-03-083-85/+137
* finegrainify namespacificationChris Lattner2004-03-081-14/+14
* Remove dependence on return type of ConstantStruct::getChris Lattner2004-02-151-1/+1
* Remove dependence on the return type of ConstantArray::getChris Lattner2004-02-151-1/+1
* initialization calls now return argc. If the program uses the argc valueChris Lattner2004-02-101-17/+24
* Finegrainify namespacificationChris Lattner2004-01-092-9/+4
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-203-11/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-1111-3/+50
* Be gcc 3.4 cleanChris Lattner2003-11-051-1/+3
* Refactor code, initial implementation of -insert-block-profiling passChris Lattner2003-10-291-64/+106
* Pass in argc & argvChris Lattner2003-10-281-6/+20