summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/README.txt
Commit message (Expand)AuthorAge
* And a bit more non-ASCII stuff.Eli Friedman2010-07-26
* Drop some non-ascii stuffAnton Korobeynikov2010-07-26
* Add a noteAnton Korobeynikov2010-07-26
* Add combiner patterns to more effectively utilize the BFI (bitfield insert)Jim Grosbach2010-07-17
* Random note about bswap.Eli Friedman2010-07-15
* A couple potential optimizations inspired by comment 4 in PR6773.Eli Friedman2010-07-14
* add a note.Chris Lattner2010-03-29
* add a note, from PR5100Chris Lattner2010-02-17
* this is done, tested by CodeGen/ARM/iabs.llChris Lattner2010-02-08
* Fix PR5694. The CMN instructions set the flags differently from CMP, so theyJim Grosbach2010-01-22
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-09
* Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...Evan Cheng2009-11-07
* These are done / no longer care.Evan Cheng2009-11-02
* Add an entry.Evan Cheng2009-11-02
* Add a note about Robert Muth's alternate jump table implementation.Bob Wilson2009-10-30
* Make ARM and Thumb2 32-bit immediate materialization into a single 32-bit pseudoEvan Cheng2009-09-28
* add a random codegen deficiency.Chris Lattner2009-07-30
* Disable my constant island pass optimization (to make use soimm more effectiv...Evan Cheng2009-07-24
* Add an entry.Evan Cheng2009-07-22
* Implement Thumb2 ldr.Evan Cheng2009-06-29
* Add a note about commuting conditional move.Evan Cheng2009-06-26
* These are done / no longer applicable.Evan Cheng2009-06-26
* Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson2009-06-22
* several entries got significantly better, though they still aren't done.Chris Lattner2007-11-27
* implement a trivial readme entry.Chris Lattner2007-11-27
* Add an easy microoptimization I noticed.Chris Lattner2007-10-19
* Add some notes about better flag handling.Chris Lattner2007-09-10
* Update.Evan Cheng2007-07-10
* Remove item: thumb padding in constant islandsDale Johannesen2007-04-30
* add a crazy ideaChris Lattner2007-04-20
* add a noteChris Lattner2007-04-17
* Updated.Evan Cheng2007-03-20
* Minor stuff.Evan Cheng2007-03-09
* Add comments about LSR / ARM.Evan Cheng2007-03-09
* Unfinished work and ideas related to register scavenger.Evan Cheng2007-03-09
* apply comments from review of last patchDale Johannesen2007-03-09
* Add some observations from CoreGraphics benchmark. Remove registerDale Johannesen2007-03-09
* Add intelligence about where to break large blocks.Dale Johannesen2007-02-28
* cosmetic changes from review of last patch. obviousDale Johannesen2007-02-25
* Removed WaterListOffset, inserted BBOffsets. Remove TODO item about thisDale Johannesen2007-02-25
* rewrite of constant islandsDale Johannesen2007-02-23
* add a noteChris Lattner2007-02-02
* ARM backend contribution from Apple.Evan Cheng2007-01-19
* add noteRafael Espindola2006-12-11
* add FSTD and FSTSRafael Espindola2006-10-17
* implement LDRB, LDRSB, LDRH and LDRSHRafael Espindola2006-10-16
* implement smull and umullRafael Espindola2006-10-16
* add a noteRafael Espindola2006-10-09
* implement FLDDRafael Espindola2006-10-07
* Implement floating point constantsRafael Espindola2006-10-03