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
/
lib
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix another bug in Prolangs-C++/objects
Chris Lattner
2004-10-31
1
-1
/
+2
*
Only call getNodeForValue on pointer arguments! this fixes a problem running
Chris Lattner
2004-10-31
1
-5
/
+11
*
Add more paranoid assertions :)
Chris Lattner
2004-10-31
1
-0
/
+12
*
Fix some more problems where we called getOffset before getNode()
Chris Lattner
2004-10-30
1
-2
/
+4
*
Fix three bugs:
Chris Lattner
2004-10-30
1
-9
/
+12
*
Fix more undefined behavior
Chris Lattner
2004-10-30
1
-10
/
+13
*
* Add a method
Chris Lattner
2004-10-30
1
-16
/
+28
*
Fix library name.
Alkis Evlogimenos
2004-10-28
2
-2
/
+2
*
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-27
1
-1
/
+1
*
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-27
1
-1
/
+1
*
add support for UndefValue
Chris Lattner
2004-10-26
1
-1
/
+1
*
Patch to support MSVC, contributed by Morten Ofstad
Chris Lattner
2004-10-25
1
-1
/
+1
*
We won't use automake
Reid Spencer
2004-10-22
6
-2275
/
+0
*
Initial automake generated Makefile template
Reid Spencer
2004-10-18
3
-0
/
+2179
*
Add support for unreachable
Chris Lattner
2004-10-16
1
-2
/
+1
*
Add support for undef
Chris Lattner
2004-10-16
1
-0
/
+3
*
Add support
Chris Lattner
2004-10-16
1
-0
/
+1
*
Be more careful about looking for constants when we really want constantint's.
Chris Lattner
2004-10-16
1
-10
/
+8
*
Do not use the same variable name for two different variables in the
Chris Lattner
2004-10-14
1
-3
/
+2
*
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-13
3
-13
/
+9
*
Minor cleanups:
Chris Lattner
2004-10-12
1
-23
/
+20
*
This nutty patch has been in my tree since before 1.3 went out, and it needs
Chris Lattner
2004-10-12
1
-20
/
+147
*
Make this build
Chris Lattner
2004-10-11
1
-5
/
+5
*
Fix SingleSource/Benchmarks/McGill/chomp
Chris Lattner
2004-10-11
1
-0
/
+1
*
Build both archive and relinked objects
Reid Spencer
2004-10-10
3
-3
/
+17
*
Initial version of automake Makefile.am file.
Reid Spencer
2004-10-10
3
-0
/
+86
*
Fix a nasty dangling pointer problem, due to a free'd pointer being left in
Chris Lattner
2004-10-07
1
-0
/
+3
*
Dont' let null nodes sneak past cast instructions
Chris Lattner
2004-10-06
1
-1
/
+4
*
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-20
21
-35
/
+35
*
Finegrainify namespacification
Chris Lattner
2004-09-20
1
-7
/
+4
*
Fix a nasty iterator invalidation problem I introduced yesterday. This
Chris Lattner
2004-09-19
1
-5
/
+5
*
Add CallGraphNode::removeAnyCallEdgeTo method
Chris Lattner
2004-09-18
1
-0
/
+12
*
When changing a function, make sure to update the CallGraphNode for the
Chris Lattner
2004-09-18
1
-0
/
+1
*
Implement new changeFunction method, nuke a never implemented one.
Chris Lattner
2004-09-18
1
-8
/
+14
*
Convert code to compile with vc7.1.
Reid Spencer
2004-09-15
1
-3
/
+3
*
Add some assertions
Chris Lattner
2004-09-15
1
-2
/
+3
*
Implement an AliasSetTracker::copyValue method
Chris Lattner
2004-09-14
1
-3
/
+30
*
Fixes to make LLVM compile with vc7.1.
Alkis Evlogimenos
2004-09-03
5
-2
/
+6
*
Changes For Bug 352
Reid Spencer
2004-09-01
31
-60
/
+60
*
Fix a bug that caused the pass to go into infinite loops on trivial testcases.
Chris Lattner
2004-08-16
1
-1
/
+2
*
Add standard print/dump methods to CallGraph classes.
Chris Lattner
2004-08-08
1
-16
/
+22
*
Hide this option
Chris Lattner
2004-08-02
1
-1
/
+1
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
8
-13
/
+8
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
3
-8
/
+4
*
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-29
1
-2
/
+1
*
Fix test/Regression/Analysis/BasicAA/2004-07-28-MustAliasbug.llx
Chris Lattner
2004-07-29
1
-5
/
+9
*
Make the create...() functions for some of these passes return a FunctionPass *.
Brian Gaeke
2004-07-27
1
-1
/
+1
*
nuke pointless -debug output
Chris Lattner
2004-07-27
1
-4
/
+0
*
Fix conservative assumption, which was quite broken. Also, notice that
Chris Lattner
2004-07-27
1
-2
/
+22
*
Remove a bogus assertion
Chris Lattner
2004-07-27
1
-3
/
+0
[next]