Canonicalize header guards into a common format.
[oota-llvm.git] / lib / Target / ARM / Thumb2InstrInfo.h
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-25 Akira Hatanaka[stack protector] Fix a potential security bug in stack...
2014-03-22 Craig TopperPrune includes in ARM target.
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2012-08-13 Jakob Stoklund OlesenRemove the TII::scheduleTwoAddrSource() hook.
2012-03-25 Craig TopperReplace uses of ARMBaseInstrInfo and ARMTargetMachine...
2012-03-17 Craig TopperReorder includes to match coding standards. Fix an...
2012-02-28 Jim GrosbachARM implement TargetInstrInfo::getNoopForMachoTarget()
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2010-12-05 Evan ChengMaking use of VFP / NEON floating point multiply-accumu...
2010-11-03 Evan ChengTwo sets of changes. Sorry they are intermingled.
2010-10-01 Owen AndersonThread the determination of branch prediction hit rates...
2010-10-01 Owen AndersonProvide an option to restore old-style if-conversion...
2010-09-28 Owen AndersonPart one of switching to using a more sane heuristic...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for ARM.
2010-06-25 Evan ChengChange if-conversion block size limit checks to add...
2010-06-22 Evan ChengTail merging pass shall not break up IT blocks. rdar...
2010-06-18 Evan ChengAllow ARM if-converter to be run after post allocation...
2010-06-09 Evan ChengAllow target to place 2-address pass inserted copies...
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Evan ChengAdd argument TargetRegisterInfo to loadRegFromStackSlot...
2009-12-05 Dan GohmanRemove the target hook TargetInstrInfo::BlockHasNoFallT...
2009-11-08 Evan ChengRefactor code.
2009-11-07 Jim Grosbach80-column cleanup of file header comments
2009-11-07 Evan ChengRefactor code. Fix a potential missing check. Teach...
2009-11-07 Evan Cheng- Add TargetInstrInfo::isIdentical(). It's similar...
2009-11-07 Jim Grosbach80-columns
2009-11-06 Evan Cheng- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic...
2009-07-28 Evan Cheng- More refactoring. This gets rid of all of the getOpco...
2009-07-27 Evan ChengUse t2LDRi12 and t2STRi12 to load / store to / from...
2009-07-24 David GoodwinCorrectly handle the Thumb-2 imm8 addrmode. Specialize...
2009-07-23 David GoodwinFix frame index elimination to correctly handle thumb...
2009-07-16 Anton KorobeynikovEmit cross regclass register moves for thumb2.
2009-07-08 David GoodwinUse common code for both ARM and Thumb-2 instruction...
2009-07-08 David GoodwinCheckpoint Thumb2 Instr info work. Generalized base...
2009-07-02 David GoodwinCheckpoint refactoring of ThumbInstrInfo and ThumbRegis...