projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Remove the parent pointer from SCEV, since it did not end up being needed.
[oota-llvm.git]
/
docs
/
WritingAnLLVMPass.html
2009-06-15
Dan Gohman
Fix a typo.
blob
|
commitdiff
|
raw
2009-02-18
Dan Gohman
Eliminate several more unnecessary intptr_t casts.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-28
Duncan Sands
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-11
Misha Brukman
Removed warnings from HTML 4.01 validator: trailing...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-11
Misha Brukman
Global replace of yellow W3C "valid HTML/CSS" icons...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-06
Devang Patel
Clarify documentation. A module pass MP can require...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-28
Torok Edwin
fix prototype of print, it is (llvm/Pass.h):
blob
|
commitdiff
|
raw
|
diff to current
2008-10-14
Dan Gohman
HTML syntax fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-19
Devang Patel
PassInfo keep tracks whether a pass is an analysis...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-10
John Criswell
Fix some wording.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-03
John Criswell
Fixed typo.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-16
Chris Lattner
fix a typo
blob
|
commitdiff
|
raw
|
diff to current
2007-07-25
Devang Patel
Fix example code.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-06
Gabor Greif
first pass of nomenclature changes in .html files
blob
|
commitdiff
|
raw
|
diff to current
2007-06-20
Devang Patel
Update AnalysisGroup documentation to document restrict...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-07
Tanya Lattner
Correct typo. Should be "not allowed"
blob
|
commitdiff
|
raw
|
diff to current
2007-05-18
Chris Lattner
validation fix
blob
|
commitdiff
|
raw
|
diff to current
2007-05-18
Chris Lattner
validation fixes
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Devang Patel
Drop 'const'
blob
|
commitdiff
|
raw
|
diff to current
2007-05-02
Devang Patel
Use 'static const char' instead of 'static const int'.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-01
Devang Patel
Update doc to reflect changes I am about to install...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-17
Devang Patel
Remove "ModulePasses requiring FunctionPasses" from...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-16
Devang Patel
Document how, module pass can require function pass.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-19
Devang Patel
Document LoopPass.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-14
Jim Laskey
Change e-mail address.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-23
Devang Patel
Fix cut-n-pasto.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-07
Bill Wendling
Removing even more <iostream> includes.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-28
Reid Spencer
Provide a gdb usage fix provided by Zhongzing Xu.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-28
Chris Lattner
Update to match changes in RegisterAnalysisGroup usage
blob
|
commitdiff
|
raw
|
diff to current
2006-08-27
Chris Lattner
update doc: analyze is gone and passes should just...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-11
Chris Lattner
Minor cleanups
blob
|
commitdiff
|
raw
|
diff to current
2006-08-08
Reid Spencer
Update the instructions for writing a pass as a loadabl...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-04
Jim Laskey
Added how to add machine passes to command line options.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-14
Reid Spencer
Changes docs for llvm.cs.uiuc.edu -> llvm.org
blob
|
commitdiff
|
raw
|
diff to current
2006-01-06
Robert Bocchino
Fixed a typo; "= 1" was missing.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-28
John Criswell
Fixed a punctuation error.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-15
John Criswell
Fixed some punctuation.
blob
|
commitdiff
|
raw
|
diff to current
2005-04-21
Chris Lattner
Fix some broken links, taking care of PR554
blob
|
commitdiff
|
raw
|
diff to current
2005-04-21
Chris Lattner
update to match build changes.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-11
Reid Spencer
* Add the use of LOADABLE_MODULE=1 in the makefile...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-11
Reid Spencer
Fix some minor spellos and grammaros.
blob
|
commitdiff
|
raw
|
diff to current
2004-12-08
Tanya Lattner
Fixed broken links.
blob
|
commitdiff
|
raw
|
diff to current
2004-11-19
Tanya Lattner
Fixed a typo.
blob
|
commitdiff
|
raw
|
diff to current
2004-11-19
Tanya Lattner
Added link to information on Statistic which is in...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-20
Chris Lattner
'Pass' should now not be derived from by clients. ...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-18
Chris Lattner
Misha implemented the ModuleProvider interface back...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-18
Chris Lattner
Provide initial docs for CallGraphSCCPass's, and fix...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-30
Jonathan Manton
Fixed the tutorial to indicate that we needed to use...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-22
Tanya Lattner
Fixing broken links
blob
|
commitdiff
|
raw
|
diff to current
2004-06-03
Misha Brukman
GCSE has suddenly become a struct, not a class; fix...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Chris Lattner
Make use of the new doc_author class. "Seperate conten...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-17
Chris Lattner
Fix a tag-o
blob
|
commitdiff
|
raw
|
diff to current
2004-03-17
Chris Lattner
Rewrite the second on AnalysisUsage usage. This docume...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-08
Misha Brukman
Fix some spelling and grammar.
blob
|
commitdiff
|
raw
|
diff to current
2004-01-26
John Criswell
Clarified the extension to shared library objects.
blob
|
commitdiff
|
raw
|
diff to current
2004-01-15
Misha Brukman
* HTML 4.01 Strict DTD compliance
blob
|
commitdiff
|
raw
|
diff to current
2003-10-27
John Criswell
Merged in RELEASE_1.
blob
|
commitdiff
|
raw
|
diff to current
2003-10-23
Chris Lattner
Remove explicit paths
blob
|
commitdiff
|
raw
|
diff to current
2003-09-10
Chris Lattner
Fix spell-o's
blob
|
commitdiff
|
raw
|
diff to current
2003-08-21
Misha Brukman
The word `dependent' has no `a'.
blob
|
commitdiff
|
raw
|
diff to current
2003-08-18
Misha Brukman
Spell `necessary' correctly.
blob
|
commitdiff
|
raw
|
diff to current
2003-07-22
Brian Gaeke
Add documentation for runOnMachineFunction()
blob
|
commitdiff
|
raw
|
diff to current
2003-07-17
Brian Gaeke
Added bits about MachineFunctionPass
blob
|
commitdiff
|
raw
|
diff to current
2003-07-14
Misha Brukman
The word `separate' only has one `e'.
blob
|
commitdiff
|
raw
|
diff to current
2003-07-14
Misha Brukman
Fixed: </pre</p> => </pre></p>
blob
|
commitdiff
|
raw
|
diff to current
2002-10-21
Chris Lattner
Rename Analysis Usage methods
blob
|
commitdiff
|
raw
|
diff to current
2002-09-25
Chris Lattner
Add documentation for ImmutablePass's
blob
|
commitdiff
|
raw
|
diff to current
2002-09-17
Chris Lattner
Fix typeo
blob
|
commitdiff
|
raw
|
diff to current
2002-09-16
Chris Lattner
Remove warning that is no longer applicable
blob
|
commitdiff
|
raw
|
diff to current
2002-09-12
Chris Lattner
Add a new BasicBlockPass::doInitialization/Finalization...
blob
|
commitdiff
|
raw
|
diff to current
2002-09-09
Chris Lattner
Fix minor typo
blob
|
commitdiff
|
raw
|
diff to current
2002-09-06
Chris Lattner
* Remove notes at the top of the file
blob
|
commitdiff
|
raw
|
diff to current
2002-08-22
Chris Lattner
Add documentation for AnalysisGroup functionality
blob
|
commitdiff
|
raw
|
diff to current
2002-08-14
Chris Lattner
Gross, some whitespace escaped
blob
|
commitdiff
|
raw
|
diff to current
2002-08-14
Chris Lattner
Fix bug in documentation
blob
|
commitdiff
|
raw
|
diff to current
2002-08-08
Chris Lattner
Oh yeah, I wrote it.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-08
Chris Lattner
Initial checkin of the "Writting an LLVM Pass" document
blob
|
commitdiff
|
raw
|
diff to current