Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.62 -> 1.63
---
Log message:
Update AnalysisGroup documentation to document restriction that allows
only one ImmutablePass in a group.
---
Diffs of the changes: (+4 -3)
WritingAnLLVMPass.html |7 ---
1 files changed,
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.61 -> 1.62
---
Log message:
Correct typo. Should be "not allowed"
---
Diffs of the changes: (+2 -2)
WritingAnLLVMPass.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/WritingAnLLVMPass.ht
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.60 -> 1.61
---
Log message:
validation fix
---
Diffs of the changes: (+2 -2)
WritingAnLLVMPass.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/WritingAnLLVMPass.html
diff -u llvm/docs/Wr
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.59 -> 1.60
---
Log message:
validation fixes
---
Diffs of the changes: (+7 -5)
WritingAnLLVMPass.html | 12 +++-
1 files changed, 7 insertions(+), 5 deletions(-)
Index: llvm/docs/WritingAnLLVMPass.html
diff -u ll
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.58 -> 1.59
---
Log message:
Drop 'const'
---
Diffs of the changes: (+4 -4)
WritingAnLLVMPass.html |8
1 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm/docs/WritingAnLLVMPass.html
diff -u llvm/docs/
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.57 -> 1.58
---
Log message:
Use 'static const char' instead of 'static const int'.
Due to darwin gcc bug, one version of darwin linker coalesces
static const int, which defauts PassID based pass identification.
---
Diffs of th
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.56 -> 1.57
---
Log message:
Update doc to reflect changes I am about to install to fix PR 888:
http://llvm.org/PR888 .
---
Diffs of the changes: (+20 -1)
WritingAnLLVMPass.html | 21 -
1 files changed,
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.55 -> 1.56
---
Log message:
Remove "ModulePasses requiring FunctionPasses" from the list of future
extensions.
---
Diffs of the changes: (+2 -29)
WritingAnLLVMPass.html | 31 ++-
1 files changed
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.54 -> 1.55
---
Log message:
Document how, module pass can require function pass.
---
Diffs of the changes: (+19 -3)
WritingAnLLVMPass.html | 22 +++---
1 files changed, 19 insertions(+), 3 deletions(-)
In
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.53 -> 1.54
---
Log message:
Document LoopPass.
---
Diffs of the changes: (+89 -1)
WritingAnLLVMPass.html | 90 -
1 files changed, 89 insertions(+), 1 deletion(-)
Index: llv
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.52 -> 1.53
---
Log message:
Change e-mail address.
---
Diffs of the changes: (+2 -2)
WritingAnLLVMPass.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/WritingAnLLVMPass.html
diff -u llvm/
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.51 -> 1.52
---
Log message:
Fix cut-n-pasto.
---
Diffs of the changes: (+7 -7)
WritingAnLLVMPass.html | 14 +++---
1 files changed, 7 insertions(+), 7 deletions(-)
Index: llvm/docs/WritingAnLLVMPass.html
diff -u
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.49 -> 1.50
---
Log message:
Provide a gdb usage fix provided by Zhongzing Xu.
---
Diffs of the changes: (+2 -2)
WritingAnLLVMPass.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/WritingA
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.48 -> 1.49
---
Log message:
Update to match changes in RegisterAnalysisGroup usage
---
Diffs of the changes: (+3 -3)
WritingAnLLVMPass.html |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/docs/W
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.47 -> 1.48
---
Log message:
update doc: analyze is gone and passes should just use RegisterPass
---
Diffs of the changes: (+20 -43)
WritingAnLLVMPass.html | 63 +++--
1 files cha
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.46 -> 1.47
---
Log message:
Minor cleanups
---
Diffs of the changes: (+5 -5)
WritingAnLLVMPass.html | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
Index: llvm/docs/WritingAnLLVMPass.html
diff -u llvm/d
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.45 -> 1.46
---
Log message:
Update the instructions for writing a pass as a loadable module per the
new definition in MakefileGuilde.html and Makefile.rules.
---
Diffs of the changes: (+6 -4)
WritingAnLLVMPass.html | 10 ++
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.44 -> 1.45
---
Log message:
Added how to add machine passes to command line options.
---
Diffs of the changes: (+217 -78)
WritingAnLLVMPass.html | 295 -
1 files changed, 217
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.42 -> 1.43
---
Log message:
Fixed a typo; "= 1" was missing.
---
Diffs of the changes: (+2 -2)
WritingAnLLVMPass.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/WritingAnLLVMPass.html
di
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.41 -> 1.42
---
Log message:
Fixed a punctuation error.
---
Diffs of the changes: (+2 -2)
WritingAnLLVMPass.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/WritingAnLLVMPass.html
diff -u
20 matches
Mail list logo