Introduce a new ReplaceCallWith method, which simplifies a lot of code.
[oota-llvm.git] / lib / Target / X86 /
2007-02-26 Chris Lattneradd an accessor.
2007-02-26 Chris Lattnerin X86-64 CCC, i8/i16 arguments are already properly...
2007-02-25 Chris LattnerFix an X86-64 abi bug. We now compile:
2007-02-25 Chris Lattnerfix CodeGen/X86/2007-02-25-FastCCStack.ll, a regression...
2007-02-25 Chris Lattnerfastcc functions that return double values now return...
2007-02-25 Chris Lattnerallow vectors to be passed to stdcall/fastcall functions
2007-02-25 Chris Lattnermove LowerRET into the 'Return Value Calling Convention...
2007-02-25 Chris Lattnermake all Lower*CallTo implementations use LowerCallResu...
2007-02-25 Chris Lattnerpass the calling convention into Lower*CallTo, instead...
2007-02-25 Chris Lattnerfactor a bunch of code out of LowerCCCCallTo into a...
2007-02-25 Chris Lattnermove some code around, pass in calling conv, even thoug...
2007-02-25 Chris Lattnersimplify result value lowering by splitting the selecti...
2007-02-25 Chris Lattnermake void-return not a special case
2007-02-25 Chris Lattnereliminate a bunch more temporary vectors from X86 lowering.
2007-02-25 Chris Lattnereliminate temporary vectors created during X86 lowering.
2007-02-25 Chris Lattnerremove std::vector's in RET lowering.
2007-02-23 Evan Cheng80 col. violation.
2007-02-23 Anton KorobeynikovExternal weak linkage is supported by recent binutils...
2007-02-23 Evan ChengBy default, spills kills the register being stored.
2007-02-22 Jim LaskeySimplify lowering and selection of exception ops.
2007-02-21 Jim LaskeySupport to provide exception and selector registers.
2007-02-21 Evan ChengELF / PIC requires GOT be in the EBX register during...
2007-02-20 Evan ChengHow the heck did I forget patterns for llvm.x86.sse2...
2007-02-19 Evan ChengRe-apply my liveintervalanalysis changes. Now with...
2007-02-19 Reid SpencerFor PR1207:
2007-02-17 Evan ChengAdded getReservedRegs().
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-02-12 Chris Lattnermore notes
2007-02-12 Chris Lattneradd a note
2007-02-08 Evan ChengThis is done.
2007-02-08 Bill WendlingMoved the MachOWriter and ELFWriter out of the Target...
2007-02-08 Bill WendlingDead files. Functionality has been taken over by the...
2007-02-04 Chris LattnerFix a miscompilation in the addr mode code trying to...
2007-02-01 Anton KorobeynikovFixed uninitialized stuff inside LegalizeDAG. Fortunate...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-30 Evan ChengDarwin -static should codegen static ctors / dtors...
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 Anton KorobeynikovSave all registers by default, as they can be used...
2007-01-29 Jim LaskeyLanding pad-less eh for PPC.
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-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-25 Chris LattnerFix test/CFrontend/2007-01-24-InlineAsmCModifier.c...
2007-01-24 Jim LaskeyCall frames for intel.
2007-01-24 Jim Laskey80 columns
2007-01-24 Chris LattnerFix a misencoding of CBW and CWD. This fixes PR1030.
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 ChengDouble and long preferred alignment is 8 byte.
2007-01-22 Evan ChengLinux GOT indirect reference is only necessary in PIC...
2007-01-21 Chris Lattneradd a note
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
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 ChengBackend is reponsible for aligning the stack.
2007-01-18 Evan Cheng- Target PIC style is no longer affected by relocation...
2007-01-18 Bill WendlingThe zerofill directive needs a newline after it.
2007-01-18 Evan ChengMinor code clean up.
2007-01-18 Chris LattnerModify emission of jump tables on darwin to emit an...
2007-01-17 Chris Lattnerrestructure code a bit to make use of continue (simplif...
2007-01-17 Chris Lattnerdarwin doesn't support .bss, but it does have .zerofill
2007-01-17 Anton Korobeynikov* Fix one more bug in PIC codegen: extra load is needed...
2007-01-17 Bill WendlingRevert patch.
2007-01-17 Bill WendlingCreate the specified TargetObjInfo and use it.
2007-01-17 Bill WendlingNew "TargetObjInfo" class. This holds information that...
2007-01-16 Anton KorobeynikovMissed "<" :)
2007-01-16 Anton KorobeynikovCleanup. Comments added.
2007-01-16 Chris Lattnerdocument some subtlety
2007-01-16 Anton KorobeynikovEmit symbol type information for ELF/COFF targets
2007-01-16 Bill WendlingInstead of yet another enum indicating the "assembly...
2007-01-16 Bill WendlingMake inline ASM the INTEL one if it's in that emission...
2007-01-16 Bill WendlingFix for PR1095:
2007-01-15 Chris Lattneradd some notes
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris LattnerMake use of isInteger vs isIntegral more explicit
2007-01-14 Anton KorobeynikovNo hidden visiblity on Mingw32/Cygwin
2007-01-14 Chris Lattneradd support for hidden visibility to darwin/x86
2007-01-14 Chris Lattneradd a missing else. This caused globals to be printed as:
2007-01-14 Chris Lattnerdarwin doesn't use .hidden. Disable this until we...
2007-01-14 Chris LattnerFix PR1103 and Regression/CodeGen/X86/2007-01-13-StackP...
2007-01-13 Chris Lattnerremove dead code, frameindices must be resolve before...
2007-01-12 Chris Lattnerremove over-general code.
2007-01-12 Reid SpencerAdjust #includes to compensate for lost of DerivedTypes...
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-12 Reid SpencerFor PR1064:
2007-01-07 Chris Lattnerrelax type
2007-01-07 Anton KorobeynikovAs PR1085 was fixed, back out workaround
2007-01-06 Anton Korobeynikovgcc often inserts it's own names for sections (e.g.
2007-01-06 Chris Lattnernew note
2007-01-05 Evan Cheng- FCOPYSIGN custom lowering bug. Clear the sign bit...
2007-01-05 Evan ChengTypo
2007-01-05 Evan ChengWith SSE2, expand FCOPYSIGN to a series of SSE bitwise...
2007-01-03 Chris Lattnerfix testcase. It's not safe to strictly evaluate a...
2007-01-03 Chris LattnerPrivate labels start with .L on linux, not just .
2007-01-03 Reid SpencerFix a comment that referred to the now defunct ubyte...
next