Temporary revert of 175320.
[oota-llvm.git] / lib / Target / ARM / ARMSubtarget.cpp
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...
2009-11-18 Bob WilsonAdd a target hook to allow changing the tail duplicatio...
2009-11-13 David GoodwinAllow target to specify regclass for which antideps...
2009-11-10 David GoodwinFixed to address code review. No functional changes.
2009-10-16 Evan ChengI am no spelling bee.
2009-10-16 Evan ChengEnable post-alloc scheduling for all ARM variants excep...
2009-10-16 Evan ChengAdd comment.
2009-10-01 David GoodwinRemove neonfp attribute and instead set default based...
2009-10-01 David GoodwinRestore the -post-RA-scheduler flag as an override...
2009-09-30 David GoodwinRemove -post-RA-schedule flag and add a TargetSubtarget...
2009-09-03 Evan ChengReference to hidden symbols do not have to go through...
2009-08-28 Evan ChengLet Darwin linker auto-synthesize stubs and lazy-pointe...
2009-08-05 Daniel DunbarRemove some dead code.
2009-08-04 David GoodwinInitial support for single-precision FP using NEON...
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-08-01 Evan ChengFix Thumb2 function call isel. Thumb1 and Thumb2 should...
2009-06-22 Bob WilsonUse thumb2 for ARM architectures V6T2 and later. Fix...
2009-06-22 Bob WilsonFor Darwin on ARMv6 and newer, make register r9 availab...
2009-06-18 Evan ChengRemove UseThumbBacktraces. Just check if subtarget...
2009-06-08 Anton KorobeynikovThe attached patches implement most of the ARM AAPCS...
2009-06-01 Anton KorobeynikovImplement review feedback. Make thumb2 'normal' subtarg...
2009-05-29 Anton KorobeynikovAdd placeholder for thumb2 stuff
next