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
/
docs
/
WritingAnLLVMPass.html
Age
Commit message (
Expand
)
Author
2007-07-25
Fix example code.
Devang Patel
2007-07-06
first pass of nomenclature changes in .html files
Gabor Greif
2007-06-20
Update AnalysisGroup documentation to document restriction that allows
Devang Patel
2007-06-07
Correct typo. Should be "not allowed"
Tanya Lattner
2007-05-18
validation fix
Chris Lattner
2007-05-18
validation fixes
Chris Lattner
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Update doc to reflect changes I am about to install to fix PR 888.
Devang Patel
2007-04-17
Remove "ModulePasses requiring FunctionPasses" from the list of future
Devang Patel
2007-04-16
Document how, module pass can require function pass.
Devang Patel
2007-03-19
Document LoopPass.
Devang Patel
2007-03-14
Change e-mail address.
Jim Laskey
2007-01-23
Fix cut-n-pasto.
Devang Patel
2006-12-07
Removing even more <iostream> includes.
Bill Wendling
2006-09-28
Provide a gdb usage fix provided by Zhongzing Xu.
Reid Spencer
2006-08-28
Update to match changes in RegisterAnalysisGroup usage
Chris Lattner
2006-08-27
update doc: analyze is gone and passes should just use RegisterPass
Chris Lattner
2006-08-11
Minor cleanups
Chris Lattner
2006-08-08
Update the instructions for writing a pass as a loadable module per the
Reid Spencer
2006-08-04
Added how to add machine passes to command line options.
Jim Laskey
2006-03-14
Changes docs for llvm.cs.uiuc.edu -> llvm.org
Reid Spencer
2006-01-06
Fixed a typo; "= 1" was missing.
Robert Bocchino
2005-11-28
Fixed a punctuation error.
John Criswell
2005-07-15
Fixed some punctuation.
John Criswell
2005-04-21
Fix some broken links, taking care of PR554
Chris Lattner
2005-04-21
update to match build changes.
Chris Lattner
2005-01-11
* Add the use of LOADABLE_MODULE=1 in the makefile example
Reid Spencer
2004-12-11
Fix some minor spellos and grammaros.
Reid Spencer
2004-12-08
Fixed broken links.
Tanya Lattner
2004-11-19
Fixed a typo.
Tanya Lattner
2004-11-19
Added link to information on Statistic which is in the Programmers Manual.
Tanya Lattner
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-18
Misha implemented the ModuleProvider interface back in 9/18/2003.
Chris Lattner
2004-09-18
Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's and
Chris Lattner
2004-06-30
Fixed the tutorial to indicate that we needed to use the llvm namespace.
Jonathan Manton
2004-06-22
Fixing broken links
Tanya Lattner
2004-06-03
GCSE has suddenly become a struct, not a class; fix broken link.
Misha Brukman
2004-05-23
Make use of the new doc_author class. "Seperate content from presentation" t...
Chris Lattner
2004-03-17
Fix a tag-o
Chris Lattner
2004-03-17
Rewrite the second on AnalysisUsage usage. This documents the new
Chris Lattner
2004-03-08
Fix some spelling and grammar.
Misha Brukman
2004-01-26
Clarified the extension to shared library objects.
John Criswell
2004-01-15
* HTML 4.01 Strict DTD compliance
Misha Brukman
2003-10-27
Merged in RELEASE_1.
John Criswell
2003-10-23
Remove explicit paths
Chris Lattner
2003-09-10
Fix spell-o's
Chris Lattner
2003-08-21
The word `dependent' has no `a'.
Misha Brukman
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-07-22
Add documentation for runOnMachineFunction()
Brian Gaeke
[next]