Remove outdated README entry.
[oota-llvm.git] / lib / Target / README.txt
2011-02-16 Eli FriedmanRemove outdated README entry.
2011-02-16 Eli FriedmanRemove outdated README entry.
2011-02-16 Eli FriedmanUpdate README entry.
2011-02-06 Anders CarlssonRemove a virtual inheritance case that clang can devirt...
2011-02-02 Benjamin KramerSimplifyCFG: Turn switches into sub+icmp+branch if...
2011-01-31 Chris Lattneradd a note, progress unblocked by PR8575 being fixed.
2011-01-30 Benjamin KramerTeach DAGCombine to fold fold (sra (trunc (sr x, c1...
2011-01-24 Chris Lattnerthis isn't a memset, we do convert dest[i] to one though :)
2011-01-24 Chris Lattnerwith recent work, we now optimize this into:
2011-01-23 Anders CarlssonAdd a memset loop that LoopIdiomRecognize doesn't recog...
2011-01-18 Chris Lattneradd a note
2011-01-16 Anders CarlssonUpdate README.txt to remove the DAE enhancement.
2011-01-16 Chris Lattneradd some commentary
2011-01-16 Chandler CarruthSimplify a README.txt entry significantly to expose...
2011-01-13 Chris Lattnertypo
2011-01-13 Chris Lattnermemcpy + metadata = bliss :)
2011-01-11 Chandler CarruthTeach constant folding to perform conversions from...
2011-01-11 Owen AndersonFix a random missed optimization by making InstCombine...
2011-01-10 Chris Lattner+0.0 vs -0.0 differences can be handled by looking...
2011-01-10 Chris Lattnerexpand on a note
2011-01-09 Chris Lattnertypo
2011-01-09 Chris Lattnerxref a PR #
2011-01-09 Chandler CarruthAdd a note about the inability to model FP -> int conve...
2011-01-09 Chandler CarruthAdd a note about a missed FP optimization.
2011-01-09 Chandler CarruthAnother missed memset in std::vector initialization.
2011-01-09 Chandler CarruthFix a cut-paste-o so that the sample code is correct...
2011-01-09 Chandler CarruthAnother missed optimization of trivial vector code.
2011-01-09 Chandler CarruthAdd a note about vector's size-constructor producing...
2011-01-09 Chandler CarruthAdd a note about a missed memset optimization from...
2011-01-07 Benjamin KramerRevert 122959, it needs more thought. Add it back to...
2011-01-06 Chris LattnerWith Benjamin's recent amazing patches, we should be...
2011-01-06 Benjamin KramerAdd a note from llvmdev, this time with more info.
2011-01-06 Benjamin KramerEarlyCSE does this now (and GVN always did it).
2011-01-06 Benjamin KramerInstCombine: If we call llvm.objectsize on a malloc...
2011-01-06 Chris Lattneradd a note about object size from drystone, add a poorl...
2011-01-06 Chris Lattneradd a trivial instcombine missed in Dhrystone
2011-01-02 Chris Lattnerupdate a bunch of entries.
2011-01-02 Chris LattnerAllow loop-idiom to run on multiple BB loops, but still...
2011-01-01 Chris Lattnera missed __builtin_object_size case.
2011-01-01 Chris Lattnervarious updates.
2011-01-01 Duncan SandsRevert commit 122654 at the request of Chris, who recko...
2011-01-01 Duncan SandsFix a README item by having InstructionSimplify do...
2010-12-28 Chris Lattneradd a note from llvmdev
2010-12-23 Benjamin KramerRemove/fix invalid README entries. The well thought...
2010-12-19 Chris Lattnerrecognize an unsigned add with overflow idiom into...
2010-12-15 Chris Lattneradd another overflow idiom
2010-12-15 Chris Lattneradd a note about overflow idiom recognition.
2010-12-15 Chris Lattneradd a shift/imul missed optimization
2010-12-15 Chris Lattneradd a note about a SPEC hack that gcc mainline does.
2010-12-13 Chris Lattneradd a note
2010-12-11 Benjamin KramerGeneralize the and-icmp-select instcombine further...
2010-11-23 Benjamin KramerThe srem -> urem transform is not safe for any divisor...
2010-11-23 Benjamin KramerInstCombine: Reduce "X shift (A srem B)" to "X shift...
2010-11-22 Benjamin KramerInstCombine: Implement X - A*-B -> X + A*B.
2010-11-22 Benjamin KramerImplement the "if (X == 6 || X == 4)" -> "if ((X|2...
2010-11-21 Chris Lattneradd some random notes.
2010-11-21 Chris Lattneroptimize:
2010-11-21 Chris Lattnertail calls on x86 are implemented.
2010-11-11 Chris Lattneradd a note
2010-11-11 Chris Lattneradd pr#
2010-11-09 Chris Lattneradd a case we fail to devirt.
2010-11-07 Duncan SandsFix a README item: when doing a comparison with the...
2010-11-06 Benjamin KramerAdd a note.
2010-09-30 Benjamin KramerAdd constant folding for strspn and strcspn to Simplify...
2010-09-19 Chris Lattneridiom recognition should catch this.
2010-08-08 Nick LewyckyAdd optimization to Target/README.txt.
2010-07-08 Benjamin KramerTeach instcombine to transform
2010-07-03 Eli FriedmanMinor amendment to switch-lowering improvement.
2010-07-03 Eli FriedmanNote switch-lowering inefficiency.
2010-06-29 Eric ChristopherAdd another bswap idiom that isn't matched.
2010-06-16 Benjamin KramerTODO--
2010-06-12 Eli FriedmanAdd README entry; based on testcase from Bill Hart.
2010-05-21 Chris Lattneradd a note
2010-05-03 Dan GohmanAdd a README entry.
2010-04-16 Chris Lattneradd a note
2010-04-15 Chris LattnerImplement rdar://7860110 (also in target/readme.txt...
2010-03-10 Chris Lattnermove PR6576 here.
2010-02-09 Chris Lattnermove PR6212 to this file.
2010-01-31 Eli FriedmanRemove a completed item, add a couple new ones.
2010-01-29 Bob WilsonImprove isSafeToLoadUnconditionally to recognize that...
2010-01-24 Chris Lattnerreassociate should do this.
2010-01-24 Chris Lattneradd a note.
2010-01-23 Chris Lattnerimplement a simple instcombine xform that has been...
2010-01-23 Chris Lattneradd some notes, making posix-memalign be nocapture...
2010-01-18 Eli FriedmanAdd some potentially interesting transformations to...
2010-01-06 Duncan SandsFix a README item: have functionattrs look through...
2010-01-06 Duncan SandsPartially address a README by having functionattrs...
2010-01-04 Chris Lattnerimplement an instcombine xform needed by clang's codegen
2010-01-01 Chris LattnerTeach codegen to lower llvm.powi to an efficient (but...
2010-01-01 Chris Lattnerupdate this. To take the next step, llvm.powi should...
2009-12-12 Eli FriedmanMore info on this transformation.
2009-12-12 Eli FriedmanRemove some stuff that's already implemented. Also...
2009-12-03 Chris Lattnerexpand note.
2009-12-03 Chris Lattneradd a note
2009-11-29 Chris Lattnerupdate and consolidate the load pre notes.
2009-11-27 Chris Lattneradd a deadargelim note.
2009-11-27 Chris LattnerThis testcase is actually only partially redundant...
2009-11-27 Chris Lattnerthis (and probably several others) are now done.
2009-11-26 Chris LattnerTeach memdep to phi translate bitcasts. This allows...
2009-11-26 Chris LattnerTeach basicaa that x|c == x+c when the c bits of x...
next