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
/
test
/
Transforms
/
InstCombine
/
fcmp.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-0
/
+35
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-0
/
+82
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-16
/
+16
*
Enable some additional constant folding for PPCDoubleDouble.
Ulrich Weigand
2012-10-30
1
-2
/
+1
*
InstCombine: Fix a crasher when encountering a function pointer.
Benjamin Kramer
2012-08-18
1
-0
/
+8
*
InstCombine: Add a couple of fabs identities for comparing with 0.0.
Benjamin Kramer
2012-08-18
1
-0
/
+82
*
float comparison to double 'zero' constant can just be a float 'zero.'
Jim Grosbach
2011-09-30
1
-0
/
+11
*
InstCombine: APFloat can't perform arithmetic on PPC double doubles, don't ev...
Benjamin Kramer
2011-03-31
1
-0
/
+9
*
InstCombine: Fix transform to use the swapped predicate.
Benjamin Kramer
2011-03-31
1
-1
/
+1
*
InstCombine: fold fcmp (fneg x), (fneg y) -> fcmp x, y
Benjamin Kramer
2011-03-31
1
-0
/
+9
*
InstCombine: fold fcmp pred (fneg x), C -> fcmp swap(pred) x, -C
Benjamin Kramer
2011-03-31
1
-0
/
+8
*
InstCombine: Shrink "fcmp (fpext x), C" to "fcmp x, C" if C can be losslessly...
Benjamin Kramer
2011-03-31
1
-0
/
+23
*
InstCombine: fold fcmp (fpext x), (fpext y) -> fcmp x, y.
Benjamin Kramer
2011-03-31
1
-0
/
+11