index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Scalar
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a crash in scalarrepl for memcpy/memmove where the source and destination
Bob Wilson
2010-01-19
1
-6
/
+10
*
Convert some of the dynamic opcode lookups into static ones.
Owen Anderson
2010-01-17
1
-59
/
+40
*
1) Use the new SimplifyInstructionsInBlock routine instead of the copy
Chris Lattner
2010-01-12
1
-17
/
+14
*
tidy up
Chris Lattner
2010-01-12
1
-5
/
+1
*
Teach jump threading to duplicate small blocks when the branch
Chris Lattner
2010-01-12
1
-9
/
+123
*
some cleanup, and make it obvious that ProcessJumpOnPHI only works
Chris Lattner
2010-01-11
1
-24
/
+14
*
only factor from expressions whose uses are empty and whose
Chris Lattner
2010-01-09
1
-0
/
+5
*
Suppress an unused variable warning when assertions are off;
Duncan Sands
2010-01-08
1
-2
/
+3
*
Use a do-while loop instead of while + boolean.
Benjamin Kramer
2010-01-07
1
-6
/
+4
*
Move the object size intrinsic optimization to inst-combine and make
Eric Christopher
2010-01-06
1
-24
/
+0
*
Formatting.
Mikhail Glushenkov
2010-01-06
1
-2
/
+2
*
Move remaining stuff to the isInteger predicate.
Benjamin Kramer
2010-01-05
1
-12
/
+9
*
Convert a ton of simple integer type equality tests to the new predicate.
Benjamin Kramer
2010-01-05
2
-6
/
+6
*
Set Changed properly after calling DeleteDeadPHIs.
Dan Gohman
2010-01-05
2
-2
/
+2
*
Use do+while instead of while for loops which obviously have a
Dan Gohman
2010-01-05
8
-19
/
+14
*
fix an infinite loop in reassociate building emacs.
Chris Lattner
2010-01-05
1
-0
/
+4
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-4
/
+4
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-6
/
+6
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-1
/
+1
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-3
/
+3
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-3
/
+3
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-15
/
+15
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-2
/
+2
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-25
/
+25
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-20
/
+20
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-21
/
+21
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-6
/
+6
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-8
/
+8
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-4
/
+4
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-8
/
+8
*
Remove dead debug info intrinsics.
Devang Patel
2010-01-05
1
-4
/
+0
*
80-col violations, trailing whitespace.
Mikhail Glushenkov
2010-01-04
1
-16
/
+20
*
move instcombine to its own library, it's past time.
Chris Lattner
2010-01-04
2
-14088
/
+0
*
implement an instcombine xform needed by clang's codegen
Chris Lattner
2010-01-04
1
-1
/
+19
*
pull my debug hooks out, I'm done with this xform for now.
Chris Lattner
2010-01-03
1
-20
/
+2
*
Small cleanups, refactor some duplicated code into a single method. No
Nick Lewycky
2010-01-03
1
-44
/
+35
*
generalize the previous transformation to handle indexing into
Chris Lattner
2010-01-03
1
-19
/
+55
*
Cleanup.
Nick Lewycky
2010-01-03
1
-3
/
+2
*
teach instcombine to optimize idioms like A[i]&42 == 0. This
Chris Lattner
2010-01-02
1
-7
/
+31
*
Teach the table lookup optimization to generate range compares
Chris Lattner
2010-01-02
1
-22
/
+86
*
theoretically the negate we find could be in a different function, check
Chris Lattner
2010-01-02
1
-0
/
+4
*
use enums for the over/underdefined markers for clarity. Switch
Chris Lattner
2010-01-02
1
-21
/
+23
*
remove the random sampling framework, which is not maintained anymore.
Chris Lattner
2010-01-02
1
-0
/
+6
*
Fix logic error in previous commit. The != case needs to become an or, not an
Nick Lewycky
2010-01-02
1
-3
/
+7
*
Optimize pointer comparison into the typesafe form, now that the backends will
Nick Lewycky
2010-01-02
1
-2
/
+20
*
Generalize the previous xform to handle cases where exactly
Chris Lattner
2010-01-02
1
-26
/
+58
*
fix a miscompilation I introduced of cdecl with a late change.
Chris Lattner
2010-01-02
1
-1
/
+1
*
enhance the compare/load/index optimization to work on *any* load
Chris Lattner
2010-01-02
1
-11
/
+28
*
enhance the previous optimization to work with fcmp in addition
Chris Lattner
2010-01-02
1
-4
/
+21
*
Teach instcombine to fold compares of loads from constant
Chris Lattner
2010-01-02
1
-1
/
+120
[next]