I didn't mean to commit these residues of a personal project.
[oota-llvm.git] / lib / Target /
2011-05-29 John McCallI didn't mean to commit these residues of a personal...
2011-05-29 John McCallOn Darwin ARM, set the UNWIND_RESUME libcall to _Unwind...
2011-05-29 Rafael EspindolaFix to match the dwarf register numbers that gdb uses.
2011-05-29 Rafael EspindolaDwarf register 0 is r0, remove incorrect entries.
2011-05-29 Rafael EspindolaRemove the dwarf numbers from the D registers. They...
2011-05-28 Cameron ZwarichFix ARM fast isel to correctly flag memory operands...
2011-05-28 Bruno Cardoso LopesAdd support for ARM ldrexd/strexd intrinsics. They...
2011-05-28 Eric ChristopherThis actually starts at offset 0, not 1.
2011-05-28 Akira HatanakaChange the set of callee-saved registers for non-MIPS32...
2011-05-28 Eric ChristopherImplement the 'M' output modifier for arm inline asm...
2011-05-28 Akira HatanakaDefine a wrapper node for target constant nodes (tgloba...
2011-05-28 Rafael EspindolaAdd 132187 back now that the real problem is fixed.
2011-05-27 Cameron ZwarichFix the remaining atomic intrinsics to use the right...
2011-05-27 Bruno Cardoso LopesARM asm parser wasn't able to parse a "mov" instruction...
2011-05-27 Rafael EspindolaIt looks like 132187 might have broken the llvm-gcc...
2011-05-27 Cameron ZwarichAdd a GR32_NOREX_NOSP register class and fix a bug...
2011-05-27 Rafael EspindolaMake size computation less brittle.
2011-05-27 Evan ChengDon't use movw / movt for iOS static codegen for now...
2011-05-27 Jakob Stoklund OlesenDelete MethodBodies that only filtered reserved registers.
2011-05-27 Eli FriedmanFix a silly mistake (which trips over an assertion...
2011-05-27 Rafael EspindolaRemove DwarfRegNum from the individual bits of the...
2011-05-27 Rafael EspindolaRemove DwarfRegNum from CARRY. I should be encoded...
2011-05-27 Rafael EspindolaRemove dwarf numbers from subregs. We should use DW_OP_...
2011-05-27 Eric ChristopherMake the branch encoding for tBcc more obvious that...
2011-05-27 Eric ChristopherFix comment.
2011-05-26 Chad RosierRenamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn...
2011-05-26 Akira HatanakaUse MachineFrameInfo::hasCalls instead of MipsFunctionI...
2011-05-26 Rafael EspindolaFix some dwarf register numbers.
2011-05-26 Akira HatanakaAdd support for C++ exception handling.
2011-05-26 Eric ChristopherReorganize these slightly according to operand type.
2011-05-26 Akira HatanakaSet HasSetDirective to true.
2011-05-26 Stuart HastingsReverting 132105: it broke some LLVM-GCC DejaGNU tests.
2011-05-26 Cameron ZwarichMark tBX as an indirect branch rather than a return.
2011-05-26 Stuart HastingsCorrectly handle a one-word struct passed byval on...
2011-05-25 Eli FriedmanRewrite fast-isel integer cast handling to handle more...
2011-05-25 Akira HatanakaDefine WeakRefDirective.
2011-05-25 Cameron ZwarichConvert tBX_CALL / tBXr9_CALL to actual pseudoinstructions.
2011-05-25 Eric ChristopherClean up comment a bit.
2011-05-25 Eric ChristopherImplement the 'm' modifier. Note that it only works...
2011-05-25 Akira HatanakaRemove MipsTargetLowering::LowerFP_TO_SINT. Patterns...
2011-05-25 Akira HatanakaCustom-lower FCOPYSIGN nodes.
2011-05-25 Eli FriedmanPrepare ARMFastISel::SelectSIToFP for getRegForValue...
2011-05-25 Akira HatanakaUpdate MaxCallFrameSize regardless of the relocation...
2011-05-25 Akira HatanakaChange initial value of MaxCallFrameSize. MipsFI::getMa...
2011-05-25 Akira HatanakaCoding style fixes. Added comments.
2011-05-25 Francois PichetRemove unused OpcodeMask enumerator.
2011-05-25 Francois PichetFix MSVC warning: "is out of range for enum constant"
2011-05-25 Cameron ZwarichRestore an accidentally removed comment.
2011-05-25 Cameron ZwarichMove some code to a more logical place.
2011-05-25 Cameron ZwarichMake tTAILJMPr/tTAILJMPrND emit a tBX without a precedi...
2011-05-25 Cameron ZwarichChange the order of tBX's operands so that the predicat...
2011-05-25 Cameron ZwarichRename tBX_Rm to tBX.
2011-05-25 Cameron ZwarichRename the existing tBX/tBXr9 instructions to tBX_CALL...
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
2011-05-25 Akira HatanakaFix lowering of DYNAMIC_STACKALLOC nodes.
2011-05-25 Bruno Cardoso LopesFix PR9762
2011-05-24 Eric ChristopherImplement the arm 'L' asm modifier.
2011-05-24 Eric ChristopherImplement the immediate part of the 'B' modifier.
2011-05-24 Eric ChristopherAdd more unimplemented asm modifiers and some documenta...
2011-05-24 Eric ChristopherAdd support for the arm 'y' asm modifier.
2011-05-24 Akira HatanakaEnable printing of immediates that do not fit in 16...
2011-05-24 Akira HatanakaImplement byval structure argument passing. The followi...
2011-05-24 Devang PatelRemove dead code.
2011-05-24 Charles DavisAdd a method to TargetRegisterInfo to get the register...
2011-05-24 Evan Cheng- Teach SelectionDAG::isKnownNeverZero to return true...
2011-05-24 Akira HatanakaSimplify offset calculation of stack frame objects...
2011-05-23 Akira HatanakaExpand f64 FPOW.
2011-05-23 Akira HatanakaAdd pattern for double-to-integer conversion. Patch...
2011-05-23 Akira HatanakaFixes related to coding style.
2011-05-23 Akira HatanakaFix MipsAsmPrinter::printSavedRegsBitmaskChange. Remove...
2011-05-23 Chris Lattnerclarify this, apparently it is confusing :)
2011-05-23 Akira HatanakaChange StackDirection from StackGrowsUp to StackGrowsDown.
2011-05-23 Cameron ZwarichFix <rdar://problem/9476260> by having tail calls alway...
2011-05-22 Chris Lattneradd a missing alias to make us more bug compatible...
2011-05-22 Renato GolinRTABI chapter 4.3.4 specifies __eabi_mem* calls. Specif...
2011-05-22 Chris Lattneradd a note.
2011-05-22 Johnny ChenFix Bug 9386 - ARM disassembler failed to disassemble...
2011-05-22 Chris Lattnermove PR9408 here.
2011-05-21 Chris Lattneradd a copy ctor to TargetLibraryInfo.
2011-05-21 Benjamin KramerX86: smulo -> add is now done target-independently...
2011-05-21 Cameron ZwarichFix PR9978 by adding RIP to GR64_TC so it can be used...
2011-05-21 Akira HatanakaUse the correct register to access stack frame objects.
2011-05-21 Akira HatanakaInsert instructions that copy $sp to or from $fp at...
2011-05-20 Akira HatanakaChange the order fixed objects are created in MipsTarge...
2011-05-20 Eli FriedmanAdd fast-isel support for byval calls on x86.
2011-05-20 Akira HatanakaIn CC_MipsO32, allocate a stack space regardless of...
2011-05-20 Akira HatanakaDefine functions that get/set maximum call frame size.
2011-05-20 Rafael Espindolaadds some attributes to attribute section when cpu...
2011-05-20 Rafael Espindolafixes target address tBL and tBLX and sets relocation...
2011-05-20 Stuart HastingsRe-commit 131641 with fixes; de-pseudoize MOVSX16rr8...
2011-05-20 Akira HatanakaMake $fp and $ra callee-saved registers and let PrologE...
2011-05-20 Evan ChengRevert accidental commit.
2011-05-20 Benjamin KramerRename the "sandybridge" subtarget to "corei7-avx"...
2011-05-20 Benjamin KramerRemove noisy semicolons.
2011-05-20 Akira HatanakaFix bug in which nodes that write to argument registers...
2011-05-20 Akira HatanakaRemove code that creates unnecessary frame objects.
2011-05-20 Akira HatanakaDefine variables and functions in MipsFunctionInfo.
2011-05-20 Chad RosierDon't attempt to tail call optimize for Win64.
2011-05-20 Evan ChengRevert r131664 and fix it in instcombine instead. rdar...
2011-05-19 Eli FriedmanAdd fast-isel support for zeroext and signext ret instr...
next