Fix a problem building llvm-gcc on amd64-unknown-freebsd6.2, due to the
[oota-llvm.git] / lib / Target / X86 /
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...
2007-01-03 Reid SpencerRemove two useless bit casts.
2007-01-03 Anton KorobeynikovReally big cleanup.
2007-01-02 Evan ChengFix naming inconsistency.
2006-12-31 Reid SpencerFor PR950:
2006-12-22 Anton KorobeynikovRefactored JIT codegen for mingw32. Now we're using...
2006-12-22 Chris Lattneradd a note
2006-12-20 Anton KorobeynikovFixed 80 cols & style violation
2006-12-20 Anton KorobeynikovFixed dllimported symbols support during JIT'ing. JIT...
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-19 Evan ChengFix for PR1062 by Dan Gohman.
2006-12-19 Anton KorobeynikovFix for PR1059: http://llvm.org/PR1059
2006-12-19 Chris LattnerThe x86-64 target machine should be used for amd64...
2006-12-19 Chris LattnerFix PR1061 and CodeGen/X86/2006-12-19-IntelSyntax.ll
2006-12-18 Rafael Espindolamove ExtWeakSymbols to AsmPrinter
2006-12-15 Evan ChengSome AT&T syntax assembler (e.g. Mac OS X) does not...
2006-12-15 Evan ChengThis is done.
2006-12-14 Evan Chengf64 <-> i64 bit_convert using movq in 64-bit mode.
2006-12-14 Evan ChengFix a couple of typo's.
next