Temporarily Revert "Nuke the old JIT." as it's not quite ready to
[oota-llvm.git] / lib / Target / ARM / ARMSubtarget.cpp
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-07-16 Chris Bieneman[RegisterCoalescer] Moving the RegisterCoalescer subtar...
2014-07-16 Chris BienemanAdded documentation for SizeMultiplier in the ARM subta...
2014-07-15 Sanjay PatelMove Post RA Scheduling flag bit into SchedMachineModel
2014-07-15 Chris Bieneman[RegisterCoalescer] Add new subtarget hook allowing...
2014-07-04 Eric ChristopherMove function dependent resetting of a subtarget variab...
2014-06-26 Eric ChristopherMove all of the ARM subtarget features down onto the...
2014-06-19 Eric ChristopherAdd a new subtarget hook for whether or not we'd like...
2014-06-18 Eric ChristopherMove ARMJITInfo off of the TargetMachine and down onto...
2014-06-15 Eric ChristopherTemporarily revert r210953 in an attempt to bring the...
2014-06-13 Eric ChristopherMove ARMJITInfo off of the TargetMachine and down onto...
2014-06-13 Eric ChristopherMove ARMSelectionDAGInfo from the TargetMachine to...
2014-06-13 Eric ChristopherMove to a private function to initialize subtarget...
2014-06-04 Andrew TrickAdd a subtarget hook: enablePostMachineScheduler.
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-02 Saleem AbdulrasoolARM: update subtarget information for Windows on ARM
2014-04-02 Jim GrosbachARM: cortex-m0 doesn't support unaligned memory access.
2014-04-01 Tim NorthoverARM: add cyclone CPU with ZeroCycleZeroing feature.
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-11 Saleem AbdulrasoolARM: enable tail call optimisation on Thumb 2
2014-03-06 Saleem AbdulrasoolSupport: split object format out of environment
2014-02-16 Mark SeabornUse 16 byte stack alignment for NaCl on ARM
2014-02-02 Joerg SonnenbergerUnaligned access is supported on ARMv6 and ARMv7 for...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2014-01-02 Rafael EspindolaMake the ARM ABI selectable via SubtargetFeature.
2013-12-16 Joerg SonnenbergerRecognize EABIHF as environment and use it for RTAPI...
2013-12-16 Evgeniy StepanovFix Android regression in r197332.
2013-12-15 Joerg SonnenbergerReplace string matching with a switch on Triple::getEnv...
2013-12-13 Joerg SonnenbergerEnabling thumb2 mode used to force support for armv6t2...
2013-12-02 Tim NorthoverARM: decide whether to use movw/movt based on "minsize...
2013-11-13 Weiming ZhaoEnable generating legacy IT block for AArch32
2013-11-03 Bob WilsonEnable optimization of sin / cos pair into call to...
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...
next