summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added check for inlinable functionAnand Shukla2003-07-181-1/+55
| | | | llvm-svn: 7206
* Make this work with counter > 127Chris Lattner2003-06-041-1/+1
| | | | llvm-svn: 6613
* Added the #(internal functions) to outputAnand Shukla2003-06-011-0/+8
| | | | llvm-svn: 6502
* Remove using declarationsChris Lattner2003-05-221-7/+4
| | | | llvm-svn: 6306
* Add new linkage types to support a real frontendChris Lattner2003-04-161-1/+2
| | | | llvm-svn: 5786
* Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to ↵Chris Lattner2003-01-141-1/+1
| | | | | | Instrumentation.h llvm-svn: 5281
* Remove unused header and functionChris Lattner2003-01-141-7/+0
| | | | llvm-svn: 5277
* * Add support for different "PassType's"Chris Lattner2002-07-261-1/+1
| | | | | | | | | | | | | | | * Add new RegisterOpt/RegisterAnalysis templates for registering passes that are to show up in opt or analyze * Register Analyses now * Change optimizations to use RegisterOpt instead of RegisterPass * Add support for different "PassType's" * Add new RegisterOpt/RegisterAnalysis templates for registering passes that are to show up in opt or analyze * Register Analyses now * Change optimizations to use RegisterOpt instead of RegisterPass * Remove getPassName implementations from various subclasses llvm-svn: 3113
* *** empty log message ***Chris Lattner2002-07-231-5/+7
| | | | llvm-svn: 3016
* Moved over EmitFunctions to this libraryAnand Shukla2002-07-161-0/+45
llvm-svn: 2928
OpenPOWER on IntegriCloud