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
Commit message (
Expand
)
Author
Age
Files
Lines
*
minor long double related changes
Dale Johannesen
2007-09-28
1
-4
/
+2
*
Fix a logic error in ValueIsOnlyUsedLocallyOrStoredToOneGlobal that caused
Chris Lattner
2007-09-14
1
-4
/
+4
*
Teach GlobalLoadUsesSimpleEnoughForHeapSRA and the SROA rewriter how to handle
Chris Lattner
2007-09-13
1
-14
/
+62
*
be tolerant of PHI nodes when rewriting heap SROA code. This is a step
Chris Lattner
2007-09-13
1
-26
/
+50
*
refactor some code, no functionality change. On the path to PR1639
Chris Lattner
2007-09-13
1
-50
/
+56
*
Make ValueIsOnlyUsedLocallyOrStoredToOneGlobal smart enough to see through
Chris Lattner
2007-09-13
1
-5
/
+16
*
Make AllUsesOfLoadedValueWillTrapIfNull strong enough to see through PHI
Chris Lattner
2007-09-13
1
-6
/
+15
*
Next round of APFloat changes.
Dale Johannesen
2007-09-06
1
-11
/
+16
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
2
-6
/
+6
*
Update InvokeInst to work like CallInst
David Greene
2007-08-27
3
-4
/
+4
*
Change comments to refer to @malloc and @free instead of %malloc and %free.
Dan Gohman
2007-08-27
1
-3
/
+3
*
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
Chris Lattner
2007-08-23
1
-1
/
+1
*
Use SmallVector instead of std::vector.
Devang Patel
2007-08-21
1
-1
/
+1
*
More explicit keywords.
Dan Gohman
2007-08-01
4
-7
/
+7
*
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-08-01
5
-18
/
+30
*
Use SmallPtrSet.
Devang Patel
2007-07-27
1
-2
/
+3
*
Add BasicInliner interface.
Devang Patel
2007-07-25
1
-246
/
+6
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
20
-0
/
+8328