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
/
Target
/
README.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a note from llvmdev
Chris Lattner
2010-12-28
1
-0
/
+11
*
Remove/fix invalid README entries. The well thought out strcpy function doesn...
Benjamin Kramer
2010-12-23
1
-21
/
+2
*
recognize an unsigned add with overflow idiom into uadd.
Chris Lattner
2010-12-19
1
-20
/
+1
*
add another overflow idiom
Chris Lattner
2010-12-15
1
-0
/
+8
*
add a note about overflow idiom recognition.
Chris Lattner
2010-12-15
1
-1
/
+19
*
add a shift/imul missed optimization
Chris Lattner
2010-12-15
1
-0
/
+45
*
add a note about a SPEC hack that gcc mainline does.
Chris Lattner
2010-12-15
1
-0
/
+23
*
add a note
Chris Lattner
2010-12-13
1
-0
/
+36
*
Generalize the and-icmp-select instcombine further by allowing selects of the...
Benjamin Kramer
2010-12-11
1
-12
/
+0
*
The srem -> urem transform is not safe for any divisor that's not a power of ...
Benjamin Kramer
2010-11-23
1
-2
/
+2
*
InstCombine: Reduce "X shift (A srem B)" to "X shift (A urem B)" iff B is pos...
Benjamin Kramer
2010-11-23
1
-10
/
+2
*
InstCombine: Implement X - A*-B -> X + A*B.
Benjamin Kramer
2010-11-22
1
-16
/
+0
*
Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization.
Benjamin Kramer
2010-11-22
1
-10
/
+0
*
add some random notes.
Chris Lattner
2010-11-21
1
-2
/
+33
*
optimize:
Chris Lattner
2010-11-21
1
-8
/
+0
*
tail calls on x86 are implemented.
Chris Lattner
2010-11-21
1
-16
/
+0
*
add a note
Chris Lattner
2010-11-11
1
-0
/
+28
*
add pr#
Chris Lattner
2010-11-11
1
-0
/
+1
*
add a case we fail to devirt.
Chris Lattner
2010-11-09
1
-0
/
+20
*
Fix a README item: when doing a comparison with the result
Duncan Sands
2010-11-07
1
-12
/
+0
*
Add a note.
Benjamin Kramer
2010-11-06
1
-0
/
+12
*
Add constant folding for strspn and strcspn to SimplifyLibCalls.
Benjamin Kramer
2010-09-30
1
-6
/
+0
*
idiom recognition should catch this.
Chris Lattner
2010-09-19
1
-0
/
+32
*
Add optimization to Target/README.txt.
Nick Lewycky
2010-08-08
1
-0
/
+16
*
Teach instcombine to transform
Benjamin Kramer
2010-07-08
1
-11
/
+0
*
Minor amendment to switch-lowering improvement.
Eli Friedman
2010-07-03
1
-2
/
+10
*
Note switch-lowering inefficiency.
Eli Friedman
2010-07-03
1
-0
/
+36
*
Add another bswap idiom that isn't matched.
Eric Christopher
2010-06-29
1
-0
/
+8
*
TODO--
Benjamin Kramer
2010-06-16
1
-27
/
+0
*
Add README entry; based on testcase from Bill Hart.
Eli Friedman
2010-06-12
1
-0
/
+44
*
add a note
Chris Lattner
2010-05-21
1
-0
/
+15
*
Add a README entry.
Dan Gohman
2010-05-03
1
-0
/
+13
*
add a note
Chris Lattner
2010-04-16
1
-0
/
+5
*
Implement rdar://7860110 (also in target/readme.txt) narrowing
Chris Lattner
2010-04-15
1
-13
/
+0
*
move PR6576 here.
Chris Lattner
2010-03-10
1
-0
/
+24
*
move PR6212 to this file.
Chris Lattner
2010-02-09
1
-0
/
+25
*
Remove a completed item, add a couple new ones.
Eli Friedman
2010-01-31
1
-4
/
+38
*
Improve isSafeToLoadUnconditionally to recognize that GEPs with constant
Bob Wilson
2010-01-29
1
-10
/
+0
*
reassociate should do this.
Chris Lattner
2010-01-24
1
-1
/
+1
*
add a note.
Chris Lattner
2010-01-24
1
-0
/
+39
*
implement a simple instcombine xform that has been in the
Chris Lattner
2010-01-23
1
-18
/
+2
*
add some notes, making posix-memalign be nocapture would be an easy improvement.
Chris Lattner
2010-01-23
1
-0
/
+31
*
Add some potentially interesting transformations to README.
Eli Friedman
2010-01-18
1
-0
/
+51
*
Fix a README item: have functionattrs look through selects and
Duncan Sands
2010-01-06
1
-30
/
+1
*
Partially address a README by having functionattrs consider calls to
Duncan Sands
2010-01-06
1
-2
/
+2
*
implement an instcombine xform needed by clang's codegen
Chris Lattner
2010-01-04
1
-13
/
+0
*
Teach codegen to lower llvm.powi to an efficient (but not optimal)
Chris Lattner
2010-01-01
1
-30
/
+0
*
update this. To take the next step, llvm.powi should be generalized to work
Chris Lattner
2010-01-01
1
-13
/
+37
*
More info on this transformation.
Eli Friedman
2009-12-12
1
-2
/
+15
*
Remove some stuff that's already implemented. Also, remove the note about
Eli Friedman
2009-12-12
1
-51
/
+0
[next]