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
/
Scalar
/
ADCE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow readonly functions to unwind exceptions. Teach
Duncan Sands
2009-05-06
1
-1
/
+1
*
Re-commit 65975 and a fix for the problem that
Dale Johannesen
2009-03-04
1
-0
/
+2
*
Let instcombiner remove redundant dbg intrinsics.
Devang Patel
2008-11-19
1
-7
/
+1
*
Cleanup debug info. assocated with deleted instructions.
Devang Patel
2008-11-11
1
-2
/
+7
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Remove the ability for ADCE to remove unreachable blocks in loop nests, becau...
Owen Anderson
2008-07-03
1
-38
/
+0
*
Use df_ext_iterator to capture the reachable set without allocating an extra ...
Owen Anderson
2008-07-02
1
-17
/
+14
*
Add support to ADCE for pruning unreachable blocks. This addresses the final
Owen Anderson
2008-07-02
1
-1
/
+43
*
Use DenseSet rather than SmallPtrSet for the alive set. Using SmallPtrSet
Owen Anderson
2008-07-02
1
-2
/
+2
*
At Chris' suggestion, move the liveness and worklist datastructures into
Owen Anderson
2008-06-23
1
-7
/
+11
*
Add a newline at the end of this file.
Duncan Sands
2008-05-29
1
-1
/
+1
*
Replace the old ADCE implementation with a new one that more simply solves
Owen Anderson
2008-05-29
1
-457
/
+62
*
Remove ADCE's ability to delete loops. This ability is now implemented in a
Owen Anderson
2008-05-16
1
-4
/
+21
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-3
/
+3
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-3
/
+3
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Integrate the readonly/readnone logic more deeply
Duncan Sands
2007-12-01
1
-2
/
+1
*
Readonly/readnone functions are allowed to throw
Duncan Sands
2007-11-22
1
-27
/
+1
*
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-08-01
1
-1
/
+1
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+497