[ARM] Add Virtualization subtarget feature and more build attributes in this area
[oota-llvm.git] / lib / Target / ARM / ARMSubtarget.cpp
2013-11-01 Bradley Smith[ARM] Add Virtualization subtarget feature and more...
2013-10-29 Amara Emerson[ARM] Make sure HasCRC is initialized to false in Subta...
2013-10-07 Amara Emerson[ARM] Improve build attributes emission.
2013-09-25 Andrew TrickCriticalAntiDepBreaker is no longer needed for armv7...
2013-09-23 Amara Emerson[ARM] Split A/R class into separate subtarget features.
2013-09-19 Amara Emerson[ARMv8] Add support for the v8 cryptography extensions.
2013-09-13 Joey Gouly[ARMv8] Change hasV8Fp to hasFPARMv8, and other command...
2013-09-02 Tilmann SchellerARM: Default to the Swift CPU when targeting armv7s...
2013-09-02 Tilmann SchellerRevert 189756 for now, it doesn't match what rdar:...
2013-09-02 Tilmann SchellerARM: Default to Swift when compiling for iOS 6 or later.
2013-08-15 Renato Golinmake arm-use-movt available for all ARM
2013-08-15 Renato Golinmake arm-reserve-r9 available for all ARM
2013-06-27 Joey GoulyAdd a Subtarget feature 'v8fp' to the ARM backend.
2013-06-26 Joey GoulyAdd a subtarget feature 'v8' to the ARM backend.
2013-05-23 Tim NorthoverARM: Add Performance Monitor Extensions feature
2013-05-17 JF BastienSupport unaligned load/store on more ARM targets
2013-05-15 Derek SchuffRevert "Support unaligned load/store on more ARM targets"
2013-05-15 Derek SchuffSupport unaligned load/store on more ARM targets
2013-04-10 Tim NorthoverARM: Make "SMC" instructions conditional on new TrustZo...
2013-03-21 Renato GolinAvoid NEON SP-FP unless unsafe-math or Darwin
2013-02-16 Bill WendlingReinitialize the ivars in the subtarget so that they...
2013-02-15 Bill WendlingTemporary revert of 175320.
2013-02-15 Bill WendlingReinitialize the ivars in the subtarget.
2013-02-15 Bill WendlingSupport changing the subtarget features in ARM.
2013-01-30 Eli BenderskyAdd a special ARM trap encoding for NaCl.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-20 Evan ChengOn some ARM cpus, flags setting movs with shifter opera...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-29 Bob WilsonAdd LLVM support for Swift.
2012-09-18 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-17 Andrew TrickRevert r164061-r164067. Most of the new subtarget emitter.
2012-09-17 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-08-08 Andrew TrickAdded MispredictPenalty to SchedMachineModel.
2012-06-05 Andrew TrickARM itinerary properties.
2012-06-05 Andrew Trickmisched: Added MultiIssueItineraries.
2012-04-27 Evan ChengImplement a bastardized ABI.
2012-04-26 Evan ChengIf triple is armv7 / thumbv7 and a CPU is specified...
2012-04-22 Benjamin KramerARM: Initialize the HasRAS bit.
2012-04-11 Evan ChengClean up ARM fused multiply + add/sub support some...
2012-03-27 Craig TopperPrune some includes
2012-03-05 Sebastian Popupdated patch for the ARM fused multiply add/sub
2012-02-21 Evan ChengProper support for a bastardized darwin-eabi hybird...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-01-22 Anton KorobeynikovAdd fused multiple+add instructions from VFPv4.
2011-12-20 Evan ChengARM target code clean up. Check for iOS, not Darwin...
2011-10-18 David MeyerRemove NaClMode
2011-10-07 Bob WilsonReenable tail calls for iOS 5.0 and later.
2011-09-28 James MolloyCheck in a patch that has already been code reviewed...
2011-09-05 Nick LewyckyAdd a new MC bit for NaCl (Native Client) mode. NaCl...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-07 Evan ChengRename attribute 'thumb' to a more descriptive 'thumb...
2011-07-07 Evan ChengSink feature IsThumb into MC layer.
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-07 Evan ChengChange some ARM subtarget features to be single bit...
2011-07-07 Evan ChengFactor ARM triple parsing out of ARMSubtarget. Another...
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-07-01 Jim GrosbachARMv7M vs. ARMv7E-M support.
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
2011-06-30 Evan ChengFix ARMSubtarget feature parsing.
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-23 Evan ChengRemove TargetOptions.h dependency from ARMSubtarget.
2011-05-20 Evan ChengRevert accidental commit.
2011-05-20 Evan ChengRevert r131664 and fix it in instcombine instead. rdar...
2011-04-19 Bob WilsonAvoid some 's' 16-bit instruction which partially updat...
2011-04-01 Benjamin KramerInitialize HasVMLxForwarding.
2011-02-22 Evan Chengavailable_externally (hidden or not) GVs are always...
2011-01-21 Evan ChengLast round of fixes for movw + movt global address...
2011-01-19 Evan ChengDon't forget to emit the load from indirect symbol...
2011-01-17 Evan ChengMaterialize GA addresses with movw + movt pairs for...
2011-01-11 Evan ChengClean up ARM subtarget code by using Triple ADT.
2011-01-04 Andrew TrickFix the ARM IIC_iCMPsi itinerary and add an important...
2010-12-24 Andrew TrickVarious bits of framework needed for precise machine...
2010-12-24 Andrew Trickwhitespace
2010-12-05 Evan ChengMaking use of VFP / NEON floating point multiply-accumu...
2010-11-09 Bob WilsonDefine the subtarget feature for the architecture version,
2010-11-03 Evan ChengFix preload instruction isel. Only v7 supports pli...
2010-10-12 Bob WilsonPR8359: The ARM backend may end up allocating registers...
2010-09-28 Owen AndersonAdd a subtarget hook for reporting the misprediction...
2010-09-28 Bob WilsonAdd a command line option "-arm-strict-align" to disall...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-08-11 Jim Grosbachcortex m4 has floating point support, but only single...
2010-08-11 Evan ChengReport error if codegen tries to instantiate a ARM...
2010-08-11 Evan Cheng- Add subtarget feature -mattr=+db which determine...
2010-08-09 Evan ChengExplicitly initialize SlowFPBrcc and Pref32BitThumb...
2010-05-05 Jim GrosbachCleanup of ARMv7M support. Move hardware divide and...
2010-05-05 Jim GrosbachAdd initial support for ARMv7M subtarget and cortex...
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-03-25 Jim Grosbachswitch the flag for using NEON for SP floating point...
2010-03-25 Jim Grosbachneed to fix 'make check' tests first. revert for a...
2010-03-25 Jim Grosbachswitch the flag for using NEON for SP floating point...
2010-03-25 Jim Grosbachswitch the use-vml[as] instructions flag to a subtarget...
2010-03-25 Jim GrosbachARM cortex-a8 doesn't do vmla/vmls well. disable them...
2010-03-24 Jim GrosbachMake the use of the vmla and vmls VFP instructions...
2010-03-14 Anton KorobeynikovAdd substarget feature for FP16
2010-03-06 Anton KorobeynikovInitial bits of ARMv4-only support.
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-11-30 Bob WilsonRemove isProfitableToDuplicateIndirectBranch target...
2009-11-24 Anton KorobeynikovMaterialize global addresses via movt/movw pair, this...
next