Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.49 -> 1.50
---
Log message:
Fix typo in comment.
---
Diffs of the changes: (+1 -1)
Andersens.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Analysis/IPA/Andersens.cpp
diff -u llvm/lib/Anal
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.48 -> 1.49
CallGraph.cpp updated: 1.68 -> 1.69
CallGraphSCCPass.cpp updated: 1.23 -> 1.24
FindUsedTypes.cpp updated: 1.40 -> 1.41
GlobalsModRef.cpp updated: 1.31 -> 1.32
---
Log message:
Drop 'const'
---
Diffs of the changes
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.47 -> 1.48
CallGraph.cpp updated: 1.67 -> 1.68
CallGraphSCCPass.cpp updated: 1.22 -> 1.23
FindUsedTypes.cpp updated: 1.39 -> 1.40
GlobalsModRef.cpp updated: 1.30 -> 1.31
---
Log message:
Use 'static const char' instead of 'sta
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.46 -> 1.47
CallGraph.cpp updated: 1.65 -> 1.66
CallGraphSCCPass.cpp updated: 1.21 -> 1.22
FindUsedTypes.cpp updated: 1.38 -> 1.39
GlobalsModRef.cpp updated: 1.29 -> 1.30
---
Log message:
Do not use typeinfo to identify pass in
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.45 -> 1.46
---
Log message:
Unbreak VC++ build.
---
Diffs of the changes: (+1 -0)
Andersens.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Analysis/IPA/Andersens.cpp
diff -u llvm/lib/Analysis/IPA/Andersens
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.44 -> 1.45
CallGraph.cpp updated: 1.64 -> 1.65
GlobalsModRef.cpp updated: 1.28 -> 1.29
---
Log message:
Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce
LLVM's footprint and speed up linking.
---
Dif
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.43 -> 1.44
---
Log message:
Changes to support making the shift instructions be true BinaryOperators.
This feature is needed in order to support shifts of more than 255 bits
on large integer types. This changes the syntax for
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.42 -> 1.43
CallGraph.cpp updated: 1.63 -> 1.64
GlobalsModRef.cpp updated: 1.27 -> 1.28
---
Log message:
For PR1136: http://llvm.org/PR1136 : Rename GlobalVariable::isExternal as
isDeclaration to avoid
confusion with external
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.41 -> 1.42
GlobalsModRef.cpp updated: 1.26 -> 1.27
---
Log message:
For PR950: http://llvm.org/PR950 :
This patch removes the SetCC instructions and replaces them with the ICmp
and FCmp instructions. The SetCondInst instructio
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.40 -> 1.41
GlobalsModRef.cpp updated: 1.25 -> 1.26
---
Log message:
eliminate static ctors from Statistics
---
Diffs of the changes: (+14 -27)
Andersens.cpp | 17 ++---
GlobalsModRef.cpp | 24 -
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.39 -> 1.40
CallGraph.cpp updated: 1.61 -> 1.62
---
Log message:
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
now cerr, cout, and NullStream resp.
---
Diffs of the changes: (+28 -28)
Anderse
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.38 -> 1.39
GlobalsModRef.cpp updated: 1.24 -> 1.25
---
Log message:
Detemplatize the Statistic class. The only type it is instantiated with
is 'unsigned'.
---
Diffs of the changes: (+10 -10)
Andersens.cpp | 10 +++
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.37 -> 1.38
CallGraph.cpp updated: 1.58 -> 1.59
---
Log message:
Replacing std::iostreams with llvm iostreams. Some of these changes involve
adding a temporary wrapper around the ostream to make it friendly to
functions expecti
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.36 -> 1.37
GlobalsModRef.cpp updated: 1.23 -> 1.24
---
Log message:
For PR950: http://llvm.org/PR950 :
The long awaited CAST patch. This introduces 12 new instructions into LLVM
to replace the cast instruction. Corresponding c
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.35 -> 1.36
---
Log message:
Replaced DEBUG(std::cerr with DOUT.
---
Diffs of the changes: (+5 -6)
Andersens.cpp | 11 +--
1 files changed, 5 insertions(+), 6 deletions(-)
Index: llvm/lib/Analysis/IPA/Andersens
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.34 -> 1.35
---
Log message:
For PR950: http://llvm.org/PR950 :
This patch converts the old SHR instruction into two instructions,
AShr (Arithmetic) and LShr (Logical). The Shr instructions now are not
dependent on the sign of
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.33 -> 1.34
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused functio
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.32 -> 1.33
---
Log message:
For PR387: http://llvm.org/PR387 :
Close out this long standing bug by removing the remaining overloaded
virtual functions in LLVM. The -Woverloaded-virtual option is now turned on.
---
Diffs of t
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.31 -> 1.32
CallGraph.cpp updated: 1.56 -> 1.57
GlobalsModRef.cpp updated: 1.20 -> 1.21
---
Log message:
simplify AnalysisGroup registration, eliminating one typeid call.
---
Diffs of the changes: (+3 -3)
Andersens.cpp
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.30 -> 1.31
CallGraph.cpp updated: 1.55 -> 1.56
GlobalsModRef.cpp updated: 1.19 -> 1.20
---
Log message:
eliminate RegisterOpt. It does the same thing as RegisterPass.
---
Diffs of the changes: (+5 -5)
Andersens.cpp |
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.29 -> 1.30
---
Log message:
It was pointed out that DEBUG() is only available with -debug.
---
Diffs of the changes: (+3 -1)
Andersens.cpp |4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
Index: llvm/lib/Ana
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.28 -> 1.29
---
Log message:
Ensure that dump calls that are associated with asserts are removed from
non-debug build.
---
Diffs of the changes: (+2 -3)
Andersens.cpp |5 ++---
1 files changed, 2 insertions(+), 3 delet
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.27 -> 1.28
---
Log message:
Patches to make the LLVM sources more -pedantic clean. Patch provided
by Anton Korobeynikov! This is a step towards closing PR786:
http://llvm.cs.uiuc.edu/PR786 .
---
Diffs of the changes: (+1
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.26 -> 1.27
---
Log message:
updates for recent changes
---
Diffs of the changes: (+4 -2)
Andersens.cpp |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
Index: llvm/lib/Analysis/IPA/Andersens.cpp
diff -u l
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.25 -> 1.26
---
Log message:
Add explicit iostream #includes
---
Diffs of the changes: (+1 -0)
Andersens.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Analysis/IPA/Andersens.cpp
diff -u llvm/lib/Analysis/
25 matches
Mail list logo