2013-08-29 |
Cameron Esfahani | Clean up some usage of Triple. The base class has... |
blob | commitdiff | raw |
2013-07-16 |
Renato Golin | ARM EABI divmod support |
blob | commitdiff | raw | diff to current |
2013-06-28 |
David Blaikie | Remove unused member |
blob | commitdiff | raw | diff to current |
2013-06-27 |
Joey Gouly | Add a Subtarget feature 'v8fp' to the ARM backend. |
blob | commitdiff | raw | diff to current |
2013-06-26 |
Joey Gouly | Add a subtarget feature 'v8' to the ARM backend. |
blob | commitdiff | raw | diff to current |
2013-05-23 |
Tim Northover | ARM: Add Performance Monitor Extensions feature |
blob | commitdiff | raw | diff to current |
2013-05-17 |
JF Bastien | Support unaligned load/store on more ARM targets |
blob | commitdiff | raw | diff to current |
2013-04-10 |
Tim Northover | ARM: Make "SMC" instructions conditional on new TrustZo... |
blob | commitdiff | raw | diff to current |
2013-03-21 |
Renato Golin | Avoid NEON SP-FP unless unsafe-math or Darwin |
blob | commitdiff | raw | diff to current |
2013-02-16 |
Renato Golin | Typo |
blob | commitdiff | raw | diff to current |
2013-02-16 |
Bill Wendling | Reinitialize the ivars in the subtarget so that they... |
blob | commitdiff | raw | diff to current |
2013-02-15 |
Bill Wendling | Temporary revert of 175320. |
blob | commitdiff | raw | diff to current |
2013-02-15 |
Bill Wendling | Reinitialize the ivars in the subtarget. |
blob | commitdiff | raw | diff to current |
2013-02-15 |
Bill Wendling | Support changing the subtarget features in ARM. |
blob | commitdiff | raw | diff to current |
2013-01-30 |
Eli Bendersky | Add a special ARM trap encoding for NaCl. |
blob | commitdiff | raw | diff to current |
2012-12-21 |
Quentin Colombet | Add ARM cortex-r5 subtarget. |
blob | commitdiff | raw | diff to current |
2012-12-20 |
Evan Cheng | On some ARM cpus, flags setting movs with shifter opera... |
blob | commitdiff | raw | diff to current |
2012-12-04 |
Eli Bendersky | Make NaCl naming consistent. The triple OSType is calle... |
blob | commitdiff | raw | diff to current |
2012-12-04 |
Chandler Carruth | Sort includes for all of the .h files under the 'lib... |
blob | commitdiff | raw | diff to current |
2012-11-29 |
Quentin Colombet | Add cortex-a5 subtarget to the supported ARM architectures |
blob | commitdiff | raw | diff to current |
2012-09-29 |
Bob Wilson | Add LLVM support for Swift. |
blob | commitdiff | raw | diff to current |
2012-09-13 |
Silviu Baranga | This patch introduces A15 as a target in LLVM. |
blob | commitdiff | raw | diff to current |
2012-08-08 |
Andrew Trick | Added MispredictPenalty to SchedMachineModel. |
blob | commitdiff | raw | diff to current |
2012-08-08 |
Andrew Trick | whitespace |
blob | commitdiff | raw | diff to current |
2012-04-11 |
Evan Cheng | Clean up ARM fused multiply + add/sub support some... |
blob | commitdiff | raw | diff to current |
2012-04-11 |
Evan Cheng | Fix a number of problems with ARM fused multiply add... |
blob | commitdiff | raw | diff to current |
2012-03-05 |
Sebastian Pop | updated patch for the ARM fused multiply add/sub |
blob | commitdiff | raw | diff to current |
2012-02-28 |
Evan Cheng | Re-commit r151623 with fix. Only issue special no-retur... |
blob | commitdiff | raw | diff to current |
2012-02-28 |
Daniel Dunbar | Revert r151623 "Some ARM implementaions, e.g. A-series... |
blob | commitdiff | raw | diff to current |
2012-02-28 |
Evan Cheng | Some ARM implementaions, e.g. A-series, does return... |
blob | commitdiff | raw | diff to current |
2012-02-18 |
Jia Liu | Emacs-tag and some comment fix for all ARM, CellSPU... |
blob | commitdiff | raw | diff to current |
2012-01-22 |
Anton Korobeynikov | Add fused multiple+add instructions from VFPv4. |
blob | commitdiff | raw | diff to current |
2011-12-20 |
Evan Cheng | ARM target code clean up. Check for iOS, not Darwin... |
blob | commitdiff | raw | diff to current |
2011-11-09 |
Evan Cheng | Hide cpu name checking in ARMSubtarget. |
blob | commitdiff | raw | diff to current |
2011-10-18 |
David Meyer | Remove NaClMode |
blob | commitdiff | raw | diff to current |
2011-10-07 |
Bob Wilson | Reenable tail calls for iOS 5.0 and later. |
blob | commitdiff | raw | diff to current |
2011-09-28 |
James Molloy | Check in a patch that has already been code reviewed... |
blob | commitdiff | raw | diff to current |
2011-09-05 |
Nick Lewycky | Add a new MC bit for NaCl (Native Client) mode. NaCl... |
blob | commitdiff | raw | diff to current |
2011-07-07 |
Evan Cheng | Rewrite comment in English. |
blob | commitdiff | raw | diff to current |
2011-07-07 |
Evan Cheng | Rename attribute 'thumb' to a more descriptive 'thumb... |
blob | commitdiff | raw | diff to current |
2011-07-07 |
Evan Cheng | Compute feature bits at time of MCSubtargetInfo initial... |
blob | commitdiff | raw | diff to current |
2011-07-07 |
Evan Cheng | Change some ARM subtarget features to be single bit... |
blob | commitdiff | raw | diff to current |
2011-07-07 |
Evan Cheng | Factor ARM triple parsing out of ARMSubtarget. Another... |
blob | commitdiff | raw | diff to current |
2011-07-01 |
Evan Cheng | Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc... |
blob | commitdiff | raw | diff to current |
2011-07-01 |
Jim Grosbach | ARMv7M vs. ARMv7E-M support. |
blob | commitdiff | raw | diff to current |
2011-07-01 |
Evan Cheng | Rename TargetSubtarget to TargetSubtargetInfo for consi... |
blob | commitdiff | raw | diff to current |
2011-07-01 |
Evan Cheng | - Added MCSubtargetInfo to capture subtarget features... |
blob | commitdiff | raw | diff to current |
2011-06-30 |
Evan Cheng | Fix the ridiculous SubtargetFeatures API where it impli... |
blob | commitdiff | raw | diff to current |
2011-06-29 |
Evan Cheng | Sink SubtargetFeature and TargetInstrItineraries (renam... |
blob | commitdiff | raw | diff to current |
2011-05-20 |
Evan Cheng | Revert accidental commit. |
blob | commitdiff | raw | diff to current |
2011-05-20 |
Evan Cheng | Revert r131664 and fix it in instcombine instead. rdar... |
blob | commitdiff | raw | diff to current |
2011-04-20 |
Evan Cheng | Remove -use-divmod-libcall. Let targets opt in when... |
blob | commitdiff | raw | diff to current |
2011-04-19 |
Daniel Dunbar | ADT/Triple: Move a variety of clients to using isOSDarw... |
blob | commitdiff | raw | diff to current |
2011-04-19 |
Bob Wilson | Avoid some 's' 16-bit instruction which partially updat... |
blob | commitdiff | raw | diff to current |
2011-03-31 |
Evan Cheng | Distribute (A + B) * C to (A * C) + (B * C) to make... |
blob | commitdiff | raw | diff to current |
2011-01-11 |
Evan Cheng | Clean up ARM subtarget code by using Triple ADT. |
blob | commitdiff | raw | diff to current |
2010-12-24 |
Andrew Trick | Various bits of framework needed for precise machine... |
blob | commitdiff | raw | diff to current |
2010-12-24 |
Andrew Trick | whitespace |
blob | commitdiff | raw | diff to current |
2010-12-05 |
Evan Cheng | Making use of VFP / NEON floating point multiply-accumu... |
blob | commitdiff | raw | diff to current |
2010-11-03 |
Evan Cheng | Fix preload instruction isel. Only v7 supports pli... |
blob | commitdiff | raw | diff to current |
2010-10-12 |
Bob Wilson | PR8359: The ARM backend may end up allocating registers... |
blob | commitdiff | raw | diff to current |
2010-10-03 |
Rafael Espindola | Jim Asked us to move DataLayout on ARM back to the... |
blob | commitdiff | raw | diff to current |
2010-09-29 |
Bob Wilson | Increase ARM APCS preferred alignment for i64 and f64... |
blob | commitdiff | raw | diff to current |
2010-09-28 |
Owen Anderson | Add a subtarget hook for reporting the misprediction... |
blob | commitdiff | raw | diff to current |
2010-09-28 |
Bob Wilson | Add a command line option "-arm-strict-align" to disall... |
blob | commitdiff | raw | diff to current |
2010-09-27 |
Daniel Dunbar | Hard to imagine there are still people using inferior... |
blob | commitdiff | raw | diff to current |
2010-09-27 |
Rafael Espindola | Odd additional stub framework for the ARM MC ELF emission. |
blob | commitdiff | raw | diff to current |
2010-09-10 |
Evan Cheng | Teach if-converter to be more careful with predicating... |
blob | commitdiff | raw | diff to current |
2010-08-11 |
Jim Grosbach | cortex m4 has floating point support, but only single... |
blob | commitdiff | raw | diff to current |
2010-08-11 |
Evan Cheng | Report error if codegen tries to instantiate a ARM... |
blob | commitdiff | raw | diff to current |
2010-08-11 |
Evan Cheng | Add ARM Archv6M and let it implies FeatureDB (having... |
blob | commitdiff | raw | diff to current |
2010-08-11 |
Evan Cheng | - Add subtarget feature -mattr=+db which determine... |
blob | commitdiff | raw | diff to current |
2010-08-09 |
Evan Cheng | Change -prefer-32bit-thumb to attribute -mattr=+32bit... |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Evan Cheng | Add an ARM "feature". Cortex-a8 fp comparison is very... |
blob | commitdiff | raw | diff to current |
2010-05-06 |
Shantonu Sen | Fix "warning: extra ';' inside a struct or union" when... |
blob | commitdiff | raw | diff to current |
2010-05-05 |
Jim Grosbach | Cleanup of ARMv7M support. Move hardware divide and... |
blob | commitdiff | raw | diff to current |
2010-05-05 |
Jim Grosbach | Add initial support for ARMv7M subtarget and cortex... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Dan Gohman | Add const qualifiers to CodeGen's use of LLVM IR constr... |
blob | commitdiff | raw | diff to current |
2010-03-25 |
Jim Grosbach | switch the use-vml[as] instructions flag to a subtarget... |
blob | commitdiff | raw | diff to current |
2010-03-24 |
Jim Grosbach | Make the use of the vmla and vmls VFP instructions... |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Anton Korobeynikov | Add substarget feature for FP16 |
blob | commitdiff | raw | diff to current |
2010-03-11 |
Bob Wilson | Lower small memcpys to load/stores on Thumb2. |
blob | commitdiff | raw | diff to current |
2010-03-06 |
Anton Korobeynikov | Initial bits of ARMv4-only support. |
blob | commitdiff | raw | diff to current |
2009-11-30 |
Bob Wilson | Remove isProfitableToDuplicateIndirectBranch target... |
blob | commitdiff | raw | diff to current |
2009-11-24 |
Anton Korobeynikov | Materialize global addresses via movt/movw pair, this... |
blob | commitdiff | raw | diff to current |
2009-11-18 |
Bob Wilson | Add a target hook to allow changing the tail duplicatio... |
blob | commitdiff | raw | diff to current |
2009-11-13 |
David Goodwin | Allow target to specify regclass for which antideps... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
David Goodwin | Fixed to address code review. No functional changes. |
blob | commitdiff | raw | diff to current |
2009-11-10 |
David Goodwin | Allow targets to specify register classes whose member... |
blob | commitdiff | raw | diff to current |
2009-10-26 |
David Goodwin | Break anti-dependence breaking out into its own class. |
blob | commitdiff | raw | diff to current |
2009-10-22 |
David Goodwin | Allow the target to select the level of anti-dependence... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Evan Cheng | Change createPostRAScheduler so it can be turned off... |
blob | commitdiff | raw | diff to current |
2009-09-30 |
David Goodwin | Remove -post-RA-schedule flag and add a TargetSubtarget... |
blob | commitdiff | raw | diff to current |
2009-09-03 |
Evan Cheng | Reference to hidden symbols do not have to go through... |
blob | commitdiff | raw | diff to current |
2009-08-28 |
Evan Cheng | Let Darwin linker auto-synthesize stubs and lazy-pointe... |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Jim Grosbach | Whitespace cleanup. Remove trailing whitespace. |
blob | commitdiff | raw | diff to current |
2009-08-05 |
David Goodwin | By default, for cortex-a8 use NEON for single-precision FP. |
blob | commitdiff | raw | diff to current |
2009-08-04 |
David Goodwin | Initial support for single-precision FP using NEON... |
blob | commitdiff | raw | diff to current |
2009-08-02 |
Daniel Dunbar | Normalize Subtarget constructors to take a target tripl... |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Evan Cheng | isThumb2 really should mean thumb2 only, not thumb2+. |
blob | commitdiff | raw | diff to current |
next |