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
/
Transforms
/
IPO
/
GlobalDCE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...
Owen Anderson
2009-07-16
1
-0
/
+2
*
Remove an unused function SafeToDestroyConstant(). Rename an almost
Jay Foad
2009-06-09
1
-15
/
+0
*
available_externall linkage is not local, this was confusing the codegenerator,
Edwin Török
2009-05-23
1
-2
/
+2
*
eliminate unneeded parens.
Chris Lattner
2009-04-13
1
-2
/
+2
*
If an alias is dead and so is its aliasee, then globaldce would
Duncan Sands
2009-02-17
1
-8
/
+16
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-2
/
+2
*
The verifier checks that the aliasee is not null.
Duncan Sands
2009-01-07
1
-2
/
+1
*
Not having an aliasee is a theoretical possibility.
Duncan Sands
2009-01-05
1
-1
/
+2
*
Format more neatly.
Duncan Sands
2009-01-05
1
-1
/
+1
*
Delete unused global aliases with internal linkage.
Duncan Sands
2009-01-05
1
-8
/
+23
*
Use actual function name in comments.
Devang Patel
2008-11-11
1
-2
/
+2
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Use find instead of lower_bound.
Dan Gohman
2008-07-11
1
-2
/
+2
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-2
/
+3
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+203