index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
README.txt
Age
Commit message (
Expand
)
Author
2011-01-09
typo
Chris Lattner
2011-01-09
xref a PR #
Chris Lattner
2011-01-09
Add a note about the inability to model FP -> int conversions which
Chandler Carruth
2011-01-09
Add a note about a missed FP optimization.
Chandler Carruth
2011-01-09
Another missed memset in std::vector initialization.
Chandler Carruth
2011-01-09
Fix a cut-paste-o so that the sample code is correct for my last note.
Chandler Carruth
2011-01-09
Another missed optimization of trivial vector code.
Chandler Carruth
2011-01-09
Add a note about vector's size-constructor producing dead stores.
Chandler Carruth
2011-01-09
Add a note about a missed memset optimization from std::fill.
Chandler Carruth
2011-01-07
Revert 122959, it needs more thought. Add it back to README.txt with addition...
Benjamin Kramer
2011-01-06
With Benjamin's recent amazing patches, we should be able to do even better t...
Chris Lattner
2011-01-06
Add a note from llvmdev, this time with more info.
Benjamin Kramer
2011-01-06
EarlyCSE does this now (and GVN always did it).
Benjamin Kramer
2011-01-06
InstCombine: If we call llvm.objectsize on a malloc call we can replace it wi...
Benjamin Kramer
2011-01-06
add a note about object size from drystone, add a poorly optimized loop from ...
Chris Lattner
2011-01-06
add a trivial instcombine missed in Dhrystone
Chris Lattner
2011-01-02
update a bunch of entries.
Chris Lattner
2011-01-02
Allow loop-idiom to run on multiple BB loops, but still only scan the loop
Chris Lattner
2011-01-01
a missed __builtin_object_size case.
Chris Lattner
2011-01-01
various updates.
Chris Lattner
2011-01-01
Revert commit 122654 at the request of Chris, who reckons that instsimplify
Duncan Sands
2011-01-01
Fix a README item by having InstructionSimplify do a mild form of value
Duncan Sands
2010-12-28
add a note from llvmdev
Chris Lattner
2010-12-23
Remove/fix invalid README entries. The well thought out strcpy function doesn...
Benjamin Kramer
2010-12-19
recognize an unsigned add with overflow idiom into uadd.
Chris Lattner
2010-12-15
add another overflow idiom
Chris Lattner
2010-12-15
add a note about overflow idiom recognition.
Chris Lattner
2010-12-15
add a shift/imul missed optimization
Chris Lattner
2010-12-15
add a note about a SPEC hack that gcc mainline does.
Chris Lattner
2010-12-13
add a note
Chris Lattner
2010-12-11
Generalize the and-icmp-select instcombine further by allowing selects of the...
Benjamin Kramer
2010-11-23
The srem -> urem transform is not safe for any divisor that's not a power of ...
Benjamin Kramer
2010-11-23
InstCombine: Reduce "X shift (A srem B)" to "X shift (A urem B)" iff B is pos...
Benjamin Kramer
2010-11-22
InstCombine: Implement X - A*-B -> X + A*B.
Benjamin Kramer
2010-11-22
Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization.
Benjamin Kramer
2010-11-21
add some random notes.
Chris Lattner
2010-11-21
optimize:
Chris Lattner
2010-11-21
tail calls on x86 are implemented.
Chris Lattner
2010-11-11
add a note
Chris Lattner
2010-11-11
add pr#
Chris Lattner
2010-11-09
add a case we fail to devirt.
Chris Lattner
2010-11-07
Fix a README item: when doing a comparison with the result
Duncan Sands
2010-11-06
Add a note.
Benjamin Kramer
2010-09-30
Add constant folding for strspn and strcspn to SimplifyLibCalls.
Benjamin Kramer
2010-09-19
idiom recognition should catch this.
Chris Lattner
2010-08-08
Add optimization to Target/README.txt.
Nick Lewycky
2010-07-08
Teach instcombine to transform
Benjamin Kramer
2010-07-03
Minor amendment to switch-lowering improvement.
Eli Friedman
2010-07-03
Note switch-lowering inefficiency.
Eli Friedman
2010-06-29
Add another bswap idiom that isn't matched.
Eric Christopher
[prev]
[next]