index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
WritingAnLLVMPass.html
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r146041 et al. The FunctionPass doesn't take an address but the ID.
Bill Wendling
2011-12-09
1
-2
/
+2
*
Also pass in correct initializer here.
Bill Wendling
2011-12-07
1
-1
/
+1
*
Correct initializer in example.
Bill Wendling
2011-12-07
1
-1
/
+1
*
Minor modifications to make the Hello World example resemble the Hello World
Bill Wendling
2011-10-11
1
-48
/
+68
*
docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.
NAKAMURA Takumi
2011-04-23
1
-84
/
+84
*
docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.
NAKAMURA Takumi
2011-04-18
1
-133
/
+149
*
Document how to build a LLVM pass with CMake out of source.
Oscar Fuentes
2011-04-12
1
-0
/
+3
*
docs/*.html: Make W3C HTML 4.01 Strict more compliant.
NAKAMURA Takumi
2011-04-09
1
-3
/
+3
*
docs: Canonicalize URLs.
NAKAMURA Takumi
2011-04-09
1
-1
/
+1
*
Fix a bit of nonsense.
Jay Foad
2011-04-07
1
-2
/
+2
*
remove graphprinter support for domfrontier.
Chris Lattner
2011-04-05
1
-11
/
+0
*
Spelling fix: consequtive -> consecutive.
Duncan Sands
2011-02-15
1
-1
/
+1
*
Further expand what a call graph pass may do.
Nick Lewycky
2011-01-03
1
-5
/
+3
*
Permit CallGraphSCCPasses readonly access to the direct callers of the functions
Nick Lewycky
2011-01-03
1
-2
/
+2
*
Correct a bunch of mistakes which meant that the example pass didn't
Duncan Sands
2011-01-01
1
-8
/
+8
*
I was unable to get the instructions to work if LLVM was built
Duncan Sands
2011-01-01
1
-2
/
+4
*
Clarify that the loadable module turns up in the top-level directory,
Duncan Sands
2011-01-01
1
-4
/
+5
*
Add RegionPass support.
Tobias Grosser
2010-10-20
1
-0
/
+87
*
Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...
Owen Anderson
2010-07-21
1
-20
/
+23
*
First stab at updating the documentation for INITIALIZE_PASS().
Owen Anderson
2010-07-21
1
-7
/
+7
*
Tweak some docs now that the default build is called Debug+Asserts.
Duncan Sands
2010-07-08
1
-10
/
+10
*
This makes example Makefile a lot more like actual
Chris Lattner
2010-06-21
1
-5
/
+0
*
Revert r103213. It broke several sections of live website.
mike-m
2010-05-07
1
-0
/
+1842
*
Overhauled llvm/clang docs builds. Closes PR6613.
mike-m
2010-05-06
1
-1842
/
+0
*
update docs for api change.
Chris Lattner
2010-04-16
1
-1
/
+1
*
Clarify the documentation for MachineFunctionPasses.
Dan Gohman
2010-03-10
1
-4
/
+10
*
Uniformize the way these options are printed. Requested by
Duncan Sands
2010-02-18
1
-1
/
+1
*
Refer to -help instead of --help since this is what tools themselves say.
Duncan Sands
2010-02-18
1
-6
/
+6
*
Documentation: Perform automated correction of common typos.
Benjamin Kramer
2009-10-12
1
-2
/
+2
*
Fix typo, patch from Timo Juhani Lindfors.
Torok Edwin
2009-10-12
1
-1
/
+1
*
update this to use raw_ostream
Chris Lattner
2009-09-08
1
-4
/
+7
*
Clarify limitations of a ModulePass requiring a FunctionPass.
Devang Patel
2009-08-10
1
-1
/
+1
*
Try to clarify a point about getting DominatorTree info from a module pass.
Daniel Dunbar
2009-07-01
1
-4
/
+9
*
Fix a typo.
Dan Gohman
2009-06-15
1
-1
/
+1
*
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-02-18
1
-2
/
+2
*
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-28
1
-5
/
+7
*
Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>
Misha Brukman
2008-12-11
1
-1
/
+1
*
Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.
Misha Brukman
2008-12-11
1
-2
/
+2
*
Clarify documentation. A module pass MP can require a function paqss FP only ...
Devang Patel
2008-11-06
1
-1
/
+2
*
fix prototype of print, it is (llvm/Pass.h):
Torok Edwin
2008-10-28
1
-1
/
+1
*
HTML syntax fixes.
Dan Gohman
2008-10-14
1
-1
/
+1
*
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
1
-2
/
+8
*
Fix some wording.
John Criswell
2007-12-10
1
-1
/
+2
*
Fixed typo.
John Criswell
2007-12-03
1
-1
/
+1
*
fix a typo
Chris Lattner
2007-11-16
1
-1
/
+1
*
Fix example code.
Devang Patel
2007-07-25
1
-0
/
+1
*
first pass of nomenclature changes in .html files
Gabor Greif
2007-07-06
1
-10
/
+10
*
Update AnalysisGroup documentation to document restriction that allows
Devang Patel
2007-06-20
1
-2
/
+3
*
Correct typo. Should be "not allowed"
Tanya Lattner
2007-06-07
1
-1
/
+1
*
validation fix
Chris Lattner
2007-05-18
1
-1
/
+1
[next]