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
2007-02-20
remove reoptimizer-specific passes
Chris Lattner
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-10-20
For PR950:
Reid Spencer
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2005-04-23
Eliminate tabs and trailing spaces
Jeff Cohen
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-06
Add missing include
Jeff Cohen
2004-10-20
Explain what this pass does.
Brian Gaeke
2004-09-30
Namespacify. Add accessor function.
Brian Gaeke
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-07-18
bug 122:
Reid Spencer
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