summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMSubtarget.h
Commit message (Expand)AuthorAge
* Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certainNick Lewycky2011-09-05
* Rewrite comment in English.Evan Cheng2011-07-07
* Rename attribute 'thumb' to a more descriptive 'thumb-mode'.Evan Cheng2011-07-07
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-07
* Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng2011-07-07
* Factor ARM triple parsing out of ARMSubtarget. Another step towards making AR...Evan Cheng2011-07-07
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-01
* ARMv7M vs. ARMv7E-M support.Jim Grosbach2011-07-01
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-01
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-01
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-29
* Revert accidental commit.Evan Cheng2011-05-20
* Revert r131664 and fix it in instcombine instead. rdar://9467055Evan Cheng2011-05-20
* Remove -use-divmod-libcall. Let targets opt in when they are available.Evan Cheng2011-04-20
* ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()Daniel Dunbar2011-04-19
* Avoid some 's' 16-bit instruction which partially update CPSRBob Wilson2011-04-19
* Distribute (A + B) * C to (A * C) + (B * C) to make use of NEON multiplierEvan Cheng2011-03-31
* Clean up ARM subtarget code by using Triple ADT.Evan Cheng2011-01-11
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-24
* whitespaceAndrew Trick2010-12-24
* Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng2010-12-05
* Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten...Evan Cheng2010-11-03
* PR8359: The ARM backend may end up allocating registers D16 to D31 whenBob Wilson2010-10-12
* Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola2010-10-03
* Increase ARM APCS preferred alignment for i64 and f64 from 32 bits to 64 bits.Bob Wilson2010-09-29
* Add a subtarget hook for reporting the misprediction penalty. Use this to pro...Owen Anderson2010-09-28
* Add a command line option "-arm-strict-align" to disallow unaligned memoryBob Wilson2010-09-28
* Hard to imagine there are still people using inferior compilers.Daniel Dunbar2010-09-27
* Odd additional stub framework for the ARM MC ELF emission.Rafael Espindola2010-09-27
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-10
* cortex m4 has floating point support, but only single precision.Jim Grosbach2010-08-11
* Report error if codegen tries to instantiate a ARM target when the cpu does s...Evan Cheng2010-08-11
* Add ARM Archv6M and let it implies FeatureDB (having dmb, etc.)Evan Cheng2010-08-11
* - Add subtarget feature -mattr=+db which determine whether an ARM cpu has theEvan Cheng2010-08-11
* Change -prefer-32bit-thumb to attribute -mattr=+32bit instead to disable more...Evan Cheng2010-08-09
* Add an ARM "feature". Cortex-a8 fp comparison is very slow (> 20 cycles).Evan Cheng2010-07-13
* Fix "warning: extra ';' inside a struct or union" when building llvm with clangShantonu Sen2010-05-06
* Cleanup of ARMv7M support. Move hardware divide and Thumb2 extract/packJim Grosbach2010-05-05
* Add initial support for ARMv7M subtarget and cortex-m3 cpu. Patch byJim Grosbach2010-05-05
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-15
* switch the use-vml[as] instructions flag to a subtarget 'feature'Jim Grosbach2010-03-25
* Make the use of the vmla and vmls VFP instructions controllable via cmd line.Jim Grosbach2010-03-24
* Add substarget feature for FP16Anton Korobeynikov2010-03-14
* Lower small memcpys to load/stores on Thumb2.Bob Wilson2010-03-11
* Initial bits of ARMv4-only support.Anton Korobeynikov2010-03-06
* Remove isProfitableToDuplicateIndirectBranch target hook. It is profitableBob Wilson2009-11-30
* Materialize global addresses via movt/movw pair, this is always betterAnton Korobeynikov2009-11-24
* Add a target hook to allow changing the tail duplication limit based on theBob Wilson2009-11-18
* Allow target to specify regclass for which antideps will only be broken along...David Goodwin2009-11-13