Make the i64 and f64 be 64bit ABI aligned in the target description.
[oota-llvm.git] / lib / Target /
2011-07-03 Roman DivackyMake the i64 and f64 be 64bit ABI aligned in the target...
2011-07-02 Duncan SandsRemove unused array.
2011-07-02 Jakob Stoklund OlesenConsistent diagnostic capitalization and redundant...
2011-07-02 Jakob Stoklund OlesenInclude a source location when complaining about bad...
2011-07-01 Eric ChristopherTargetConstant immediates won't be placed into register...
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-07-01 Evan ChengAdd MCSubtargetInfo target registry stuff.
2011-07-01 Eli FriedmanCalling-convention specifications for illegal types...
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-07-01 Jim GrosbachFix off-by-one error.
2011-07-01 Evan ChengHide the call to InitMCInstrInfo into tblgen generated...
2011-07-01 Jim GrosbachPseudo-ize t2MOVCC[ri].
2011-07-01 Akira HatanakaImprove Mips back-end's handling of DBG_VALUE.
2011-07-01 Eric ChristopherAdd support for the 'j' immediate constraint. This...
2011-07-01 Eric ChristopherAdd support for the ARM 't' register constraint. And...
2011-07-01 Eric ChristopherWe'll return a null RC by default if we can't match.
2011-07-01 Eric ChristopherAdd support for the 'x' constraint.
2011-06-30 Eric ChristopherCapitalize the unsigned part of the initializer.
2011-06-30 Eric ChristopherRename Pair to RCPair lacking any better naming ideas.
2011-06-30 Bill WendlingUse the correct registers on X86_64.
2011-06-30 Jakob Stoklund OlesenFix a problem with fast-isel return values introduced...
2011-06-30 Jim GrosbachRefact ARM Thumb1 tMOVr instruction family.
2011-06-30 Eric ChristopherAdd support for the 'h' constraint.
2011-06-30 Bill WendlingAdd target a target hook to get the register number...
2011-06-30 Eric ChristopherAdd a convenience typedef for std::pair<unsigned, const...
2011-06-30 Jim GrosbachThumb1 register to register MOV instruction is predicable.
2011-06-30 Jakob Stoklund OlesenTweak error messages to match GCC. Should fix gcc.targe...
2011-06-30 Jim GrosbachPseudo-ize the Thumb tTPsoft instruction.
2011-06-30 Jim GrosbachPseudo-ize the t2LDMIA_RET instruction.
2011-06-30 Jim GrosbachPseudo-ize the Thumb tPOP_RET instruction.
2011-06-30 Jim GrosbachKill dead code.
2011-06-30 Jim GrosbachSize reducing SP adjusting t2ADDri needs to check predi...
2011-06-30 Evan ChengFix ARMSubtarget feature parsing.
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-30 Joerg SonnenbergerRecognize the xstorerng alias for VIA PadLock's xstore...
2011-06-30 Eric ChristopherMake sure we use the correct register class here since...
2011-06-30 Eric ChristopherFix a small thinko for constant i64 lock/orq optimizati...
2011-06-29 Jim GrosbachRemove redundant Thumb2 ADD/SUB SP instruction definitions.
2011-06-29 Jakob Stoklund OlesenAlways adjust the stack pointer immediately after the...
2011-06-29 Cameron ZwarichIn the ARM global merging pass, allow extraneous alignm...
2011-06-29 Eric ChristopherRemove getRegClassForInlineAsmConstraint from the ARM...
2011-06-29 Eric ChristopherRemove todo.
2011-06-29 Jim GrosbachRefactor away tSpill and tRestore pseudos in ARM backend.
2011-06-29 Eric ChristopherAdd a TODO for the Alpha port inline asm constraints.
2011-06-29 Eric ChristopherMove Alpha from getRegClassForInlineAsmConstraint to
2011-06-29 Eric ChristopherUpdate comment for getRegForInlineAsmConstraint for...
2011-06-29 Eric ChristopherMove the Blackfin port away from getRegClassForInlineAs...
2011-06-29 Eric ChristopherRemove getRegClassForInlineAsmConstraint from MBlaze...
2011-06-29 Eric ChristopherRemove getRegClassForInlineAsmConstraint for Mips.
2011-06-29 Eric ChristopherRemove getRegClassForInlineAsmConstraint from sparc.
2011-06-29 Eric ChristopherMove XCore from getRegClassForInlineAsmConstraint to
2011-06-29 Eric ChristopherUse getRegForInlineAsmConstraint instead of custom...
2011-06-29 NAKAMURA TakumiFix CMake build.
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-28 Evan ChengMove CallFrameSetupOpcode and CallFrameDestroyOpcode...
2011-06-28 Evan ChengHide more details in tablegen generated MCRegisterInfo...
2011-06-28 Evan ChengAdd MCInstrInfo registeration machinery.
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-28 Jakob Stoklund OlesenClean up the handling of the x87 fp stack to make it...
2011-06-28 Chad RosierRemove warning: 'c0' may be used uninitialized in this...
2011-06-28 Roman DivackyImplement ISD::VAARG lowering on PPC32.
2011-06-28 Rafael EspindolaFix cmake build.
2011-06-28 Jim GrosbachARM Thumb2 asm syntax optional destination operand...
2011-06-27 Jim GrosbachARM Assembly support for Thumb mov-immediate.
2011-06-27 Jim GrosbachARM Asm parsing of Thumb2 move immediate.
2011-06-27 Evan ChengMore refactoring. Move getRegClass from TargetOperandIn...
2011-06-27 Jim GrosbachAdd exception necessitated by 133938.
2011-06-27 Jim GrosbachARM assembly carry set/clear condition code aliases...
2011-06-27 Jim GrosbachARM assembler support for ldmfd/stmfd mnemonics.
2011-06-27 Jim GrosbachARM assembler support for vpush/vpop.
2011-06-27 Jim GrosbachARM Assembly syntax support for arithmetic implied...
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-27 Jakob Stoklund OlesenGrow the X86FloatingPoint register map to hold 16 regis...
2011-06-25 Chad RosierReplace dyn_cast<> with cast<> since the cast is alread...
2011-06-25 Dan BaileyPTX: Reverting implementation of i8.
2011-06-25 Chad RosierEnable tail call optimization in the presence of a...
2011-06-25 Douglas GregorUnbreak CMake build
2011-06-24 Evan ChengAdd include guard.
2011-06-24 Evan ChengRename TargetDesc to MCTargetDesc
2011-06-24 Jim GrosbachRefactor MachO relocation generaration into the Target...
2011-06-24 Rafael EspindolaFix cmake build.
2011-06-24 Chad RosierHoist simple check above more complex checking to avoid...
2011-06-24 Evan Cheng- Add MCRegisterInfo registration machinery. Also added...
2011-06-24 Jim GrosbachARM movw/movt fixups need to mask the high bits.
2011-06-24 Dan BaileyPTX: Add support for i8 type and introduce associated...
2011-06-24 Chad RosierThe Neon VCVT (between floating-point and fixed-point...
2011-06-24 Justin HolewinskiPTX: Add preliminary support for outputting debug infor...
2011-06-24 Akira HatanakaChange the chain input of nodes that load the address...
2011-06-24 Akira HatanakaPrevent generation of redundant addiu instructions...
2011-06-24 Justin HolewinskiPTX: Re-work target sm/compute selection and add some...
2011-06-24 Rafael EspindolaFix CellSPU CMakeList.txt.
2011-06-24 Evan ChengFix CellSPU CMakeLists.txt
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-06-23 Eli FriedmanAdd support for movntil/movntiq mnemonics. Reported...
2011-06-23 Evan ChengRename TargetOptions::StackAlignment to StackAlignmentO...
2011-06-23 Evan ChengRemove TargetOptions.h dependency from ARMSubtarget.
2011-06-23 Justin HolewinskiPTX: Always use registers for return values, but use...
next