Adjust #includes to match movement of constant folding code from transformutils to...
[oota-llvm.git] / lib / Target /
2007-01-30 Evan ChengDuring PEI, if the immediate value of sp + offset is...
2007-01-30 Evan Cheng- Fix codegen for pc relative constant (e.g. JT) in...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-30 Evan ChengCopy and paste bug.
2007-01-30 Evan ChengDarwin -static should codegen static ctors / dtors...
2007-01-30 Evan ChengMisseed thumb jumptable branch.
2007-01-30 Evan ChengIn thumb mode, round up stack frame size to multiple...
2007-01-30 Evan ChengThumb eliminateFrameIndex fixes.
2007-01-30 Evan ChengChange the operand orders to t_addrmode_s* to make...
2007-01-30 Evan Cheng- In thumb mode, if size of MachineFunction is >= 2048...
2007-01-30 Evan ChengUse BL to implement Thumb far jumps.
2007-01-29 Evan ChengFactor GetInstSize() out of constpool island pass.
2007-01-29 Jim LaskeyOnly gather frame info if debug or eh.
2007-01-29 Nate BegemanFinish off bug 680, allowing targets to custom lower...
2007-01-29 Nate BegemanWe'd still like to register allocate r2 on darwin befor...
2007-01-29 Jim Laskeyrename flag
2007-01-29 Evan ChengComment.
2007-01-29 Evan ChengRemember if LR register has been spilled in this function.
2007-01-29 Anton KorobeynikovSave all registers by default, as they can be used...
2007-01-29 Nate BegemanUpdate some of the llvm in the readme
2007-01-29 Jim LaskeyFlag to control exception handling.
2007-01-29 Jim LaskeyLanding pad-less eh for PPC.
2007-01-29 Reid SpencerImplement use of new IntrinsicLowering interface.
2007-01-28 Nick LewyckyFix compile error "jump to case label crosses initializ...
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-27 Bill WendlingMake d'tor out-of-line.
2007-01-27 Bill WendlingReturn an X86ELFWriterInfo object.
2007-01-27 Bill WendlingX86 implementation of the TargetELFWriterInfo class.
2007-01-27 Evan ChengNew entry.
2007-01-27 Evan ChengThumb jumptable support.
2007-01-27 Evan ChengThumb add / sub with carry.
2007-01-26 Lauro Ramos VenancioSome asm directives fixes for ELF.
2007-01-26 Nate BegemanFix a spelling error
2007-01-26 Nate BegemanHandle multiple functions, properly mangle symbols...
2007-01-26 Evan ChengRepresent tADDspi and tSUBspi as two-address instructions.
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2007-01-26 Lauro Ramos VenancioFix Data16bitsDirective for ELF.
2007-01-26 Evan ChengConditional branch being fixed up is not the last MI...
2007-01-26 Lauro Ramos VenancioIf the constant pool value is a extern weak symbol...
2007-01-26 Evan Chengextload -> zextload
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-26 Reid SpencerFor PR761:
2007-01-26 Reid SpencerFor PR645:
2007-01-26 Evan ChengSplitBlockBeforeInstr() insert a unconditional branch...
2007-01-26 Evan ChengNeed to scan the function for branches even if there...
2007-01-25 Evan ChengForgot to update this.
2007-01-25 Evan ChengAdd comment, fix typo, reduce memory usage, etc.
2007-01-25 Evan ChengI am an idiot.
2007-01-25 Evan ChengFix comment.
2007-01-25 Evan Cheng- Tell PEI that PPC will handle stack frame rounding...
2007-01-25 Lauro Ramos VenancioFix elf object definition.
2007-01-25 Evan ChengDoh. Skip JT branches.
2007-01-25 Evan ChengAdded (preliminary) branch shortening capability to...
2007-01-25 Evan ChengGetting rid uses of evil std::set<>
2007-01-25 Chris LattnerFix test/CFrontend/2007-01-24-InlineAsmCModifier.c...
2007-01-25 Chris LattnerFix test/CFrontend/2007-01-24-InlineAsmCModifier.c...
2007-01-24 Andrew LenharthFTOIT and ITOFT are bit converts, and if we drop 21264s...
2007-01-24 Jim LaskeyCall frames for intel.
2007-01-24 Jim Laskey80 columns
2007-01-24 Jim LaskeyRepair debug frames as a prelude to eh_frames. Switche...
2007-01-24 Andrew LenharthFix unordered fp on alpha
2007-01-24 Chris LattnerFix a misencoding of CBW and CWD. This fixes PR1030.
2007-01-24 Evan ChengUse PC relative ldr to load from a constantpool in...
2007-01-24 Bill WendlingMake ivars private and use getters. Have the MachOWrite...
2007-01-24 Evan ChengRenamed getTypeAlignmentShift() to getPreferredTypeAlig...
2007-01-24 Bill WendlingAdd a field for and construction of the PPCMachOWriterI...
2007-01-24 Bill WendlingMove the getJTRelocation method out of here.
2007-01-24 Bill WendlingNew "TargetMachOWriterInfo" class. It holds target...
2007-01-24 Evan ChengAllow [ fi#c, imm ] as ARM load / store addresses.
2007-01-24 Evan ChengVarious Thumb mode load / store isel bug fixes.
2007-01-23 Evan Cheng- Reorg Thumb load / store instructions. Combine each...
2007-01-23 Evan ChengDarwin HiddenDirective is .private_extern.
2007-01-23 Evan ChengPEI is now responsible for adding MaxCallFrameSize...
2007-01-23 Evan ChenghasFP() is now a virtual method of MRegisterInfo.
2007-01-22 Evan ChengARM AAPCS abi (Linux, etc.) requires 8-byte double...
2007-01-22 Evan ChengDouble and long preferred alignment set to 8 bytes.
2007-01-22 Evan ChengDouble and long preferred alignment is 8 byte.
2007-01-22 Evan Cheng- getTypeAlignmentShift() should be returning preferred...
2007-01-22 Evan ChengLinux GOT indirect reference is only necessary in PIC...
2007-01-22 Evan ChengDouble and Long preferred alignment is 4 for Darwin...
2007-01-22 Evan ChengUse bl to call Thumb fuctions directly.
2007-01-21 Chris Lattneradd a note
2007-01-20 Reid SpencerImplement a getTypeSizeInBits method. This helps in...
2007-01-20 Owen AndersonTargetData assumes (and some regression tests depend...
2007-01-20 Chris Lattnertrivial cleanup
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2007-01-20 Evan ChengRound up stack to multiple of alignment only if it...
2007-01-20 Evan ChengOne more try...
2007-01-20 Evan ChengLast check-in was bogus. There is no need to align...
2007-01-20 Evan ChengPrologue and epilogue bugs for non-Darwin targets.
2007-01-20 Evan ChengClean up ARM PEI code.
2007-01-20 Evan ChengBackend is reponsible for aligning the stack.
2007-01-19 Reid SpencerFor PR1043:
2007-01-19 Evan ChengCode clean up. Use def : pat instead of defining new...
2007-01-19 Evan ChengisDarwin -> isTargetDarwin
2007-01-19 Evan ChengRestructure code a bit to make use of continue (simplif...
2007-01-19 Evan ChengDarwin doesn't support .bss, but it does have .zerofill
2007-01-19 Evan ChengIntroduce TargetType's ELF and Darwin.
2007-01-19 Evan ChengModify emission of jump tables on darwin to emit an...
2007-01-19 Lauro Ramos VenancioFix section definition.
next