index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Instrumentation
/
ProfilePaths
/
ProfilePaths.cpp
Age
Commit message (
Expand
)
Author
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-05
Fixed a bug so initialization code is always inserted in main
Anand Shukla
2003-04-23
Remove unnecesary &*'s
Chris Lattner
2003-04-16
Add new linkage types to support a real frontend
Chris Lattner
2003-02-14
Changes to runtime framework
Anand Shukla
2003-01-14
Clean up #includes
Chris Lattner
2002-11-09
Fix warning
Chris Lattner
2002-10-12
Changed to external global var
Anand Shukla
2002-09-20
Added checking threshold
Anand Shukla
2002-09-16
Incorporated changes in alloca instruction
Anand Shukla
2002-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-18
minor corrections
Anand Shukla
2002-07-08
changed function numbering
Anand Shukla
2002-06-25
additions and bug fixes
Anand Shukla
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-22
Convert code to use the DEBUG macro so that debug code can simply be
Chris Lattner
2002-05-07
Move UnifyFunctionExitNodes to Utils library: final resting place this time
Chris Lattner
2002-05-07
Updates to move some header files out of include/llvm/Transforms into
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-27
s/Method/Function
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-02-26
Move ProfilePaths class into ProfilePaths library, only expose a creation fun...
Chris Lattner
2002-02-26
* Changes to compile successfully with GCC 3.0
Chris Lattner
2002-02-26
Initial checkin: instrument code to get path execution frequency
Anand Shukla