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
/
EmitFunctions.cpp
Age
Commit message (
Expand
)
Author
2004-03-08
finegrainify namespacification
Chris Lattner
2004-02-15
Remove dependence on return type of ConstantStruct::get
Chris Lattner
2004-02-15
Remove dependence on the return type of ConstantArray::get
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-13
Regularize header file comments
Chris Lattner
2003-09-24
Use global *_iterator
Chris Lattner
2003-07-18
Added check for inlinable function
Anand Shukla
2003-06-04
Make this work with counter > 127
Chris Lattner
2003-06-01
Added the #(internal functions) to output
Anand Shukla
2003-05-22
Remove using declarations
Chris Lattner
2003-04-16
Add new linkage types to support a real frontend
Chris Lattner
2003-01-14
Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to Instrument...
Chris Lattner
2003-01-14
Remove unused header and function
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-16
Moved over EmitFunctions to this library
Anand Shukla