Added InstrSchedClass to each of the PowerPC Instructions.
[oota-llvm.git] / lib / Target / X86 /
2005-10-15 Nate BegemanRemove some dead code now that the dag combiner exists.
2005-10-14 Nate BegemanProperly split f32 and f64 into separate register class...
2005-10-02 Chris Lattnersilence some warnings
2005-09-30 Chris Lattnersimplify this code using the new regclass info passed in
2005-09-30 Chris LattnerPass extra regclasses into spilling code
2005-09-28 Chris LattnerAdd FP versions of the binary operators, keeping the...
2005-09-19 Chris LattnerImplement the isLoadFromStackSlot interface
2005-09-14 Chris Lattnergive all operands names
2005-09-14 Chris Lattnerfix a major regression from my patch this afternoon
2005-09-13 Chris LattnerThis code is no longer needed, it is moved to the targe...
2005-09-02 Chris LattnerHandle any_extend like zext
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-08-27 Reid SpencerAdjust to member variable name change.
2005-08-26 Chris LattnerFix a bug in my previous checkin
2005-08-26 Chris LattnerChange ConstantPoolSDNode to actually hold the Constant...
2005-08-25 Chris LattnerFix a warning
2005-08-23 Chris LattnerAdjust to new livevars interface
2005-08-23 Chris LattnerSimplify this code by using LiveVariables::KillsRegister
2005-08-19 Chris LattnerSplit RegisterClass 'Methods' into MethodProtos and...
2005-08-19 Chris LattnerPut register classes into namespaces
2005-08-19 Chris LattnerThe simple isel being gone makes this dead!
2005-08-19 Chris Lattneradd a few missing cases
2005-08-19 Chris LattnerGive ADJCALLSTACKDOWN/UP the correct operands.
2005-08-19 Chris LattnerThe variable SAR's only take one operand too
2005-08-19 Chris LattnerStop adding bogus operands to variable shifts on X86...
2005-08-18 Nate BegemanRemove the X86 and PowerPC Simple instruction selectors...
2005-08-16 Chris Lattnerupdate the backends to work with the new CopyFromReg...
2005-08-16 Nate BegemanImplement BR_CC and BRTWOWAY_CC. This allows the remov...
2005-08-14 Nate BegemanFix last night's X86 regressions by putting code for...
2005-08-14 Nate BegemanFix FP_TO_UINT with Scalar SSE2 now that the legalizer...
2005-08-09 Chris LattnerUpdate the targets to the new SETCC/CondCodeSDNode...
2005-08-05 Chris Lattneradjust to change in getSubtarget() api
2005-08-04 Nate BegemanAdd Subtarget support to PowerPC. Next up, using it.
2005-08-03 Nate BegemanScalar SSE: load +0.0 -> xorps/xorpd
2005-08-02 Chris LattnerUpdate to use the new MathExtras.h support for log2...
2005-07-30 Jeff CohenKeep tabs and trailing spaces out.
2005-07-30 Chris Lattnerfix a typeo
2005-07-30 Chris LattnerChange the fp to integer code to not perform 2-byte...
2005-07-30 Chris LattnerUse a custom expander for all FP to int conversions...
2005-07-29 Andrew Lenharthturn off GOT on archs that didn't use it (not that...
2005-07-29 Chris LattnerImplement a FIXME: move a bunch of cruft for handling...
2005-07-29 Chris LattnerDon't forget to diddle with the control word when perfo...
2005-07-29 Chris LattnerUse a custom expander to compile this:
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-22 Andrew Lenharthupdate interface
2005-07-19 Reid SpencerFor: memory operations -> stores
2005-07-16 Nate BegemanTeach the legalizer how to promote SINT_TO_FP to a...
2005-07-16 Nate BegemanTeach the register allocator that movaps is also a...
2005-07-16 Nate BegemanA couple more darwinisms
2005-07-16 Chris LattnerRemove all knowledge of UINT_TO_FP from the X86 backend...
2005-07-15 Nate BegemanGet closer to fully working scalar FP in SSE regs....
2005-07-14 Nate BegemanAdd support for printing the sse scalar comparison...
2005-07-12 Nate BegemanCheck in the last of the darwin-specific code necessary...
2005-07-12 Nate BegemanClean up the TargetSubtarget class a bit, removing...
2005-07-12 Chris LattnerMinor changes to improve comments and fix the build...
2005-07-12 Chris LattnerAdd a note
2005-07-12 Nate BegemanImplement Subtarget support
2005-07-12 Nate BegemanCommit some pending darwin changes before subtarget...
2005-07-11 Chris LattnerOutput .size directives to tell the assembler the size...
2005-07-11 Chris LattnerFix crazy indentation
2005-07-11 Chris LattnerRefactor things a bit to allow the ELF code emitter...
2005-07-11 Chris LattnerRemove prototype for non-existant function
2005-07-10 Chris LattnerChange *EXTLOAD to use an VTSDNode operand instead...
2005-07-10 Chris LattnerChange TRUNCSTORE to use a VTSDNode operand instead...
2005-07-08 Nate BegemanAdd support for assembling .s files on mac os x for...
2005-07-07 Chris LattnerRestore some code that was accidentally removed by...
2005-07-07 Nate BegemanFix a typo in my checkin today that caused regressions...
2005-07-06 Nate BegemanFirst round of support for doing scalar FP using the...
2005-07-05 Chris LattnerMake several cleanups to Andrews varargs change:
2005-07-05 Chris LattnerFit to 80 columns
2005-07-03 Chris LattnerPercolate the call up to the right superclass
2005-07-01 Nate BegemanThe statistic needs to be in the correct namespace.
2005-07-01 Chris LattnerRefactor X86AsmPrinter.cpp into multiple files. Patch...
2005-06-30 Nate BegemanMake the x86 asm printer darwin-aware. This mostly...
2005-06-27 Nate BegemanInitial set of .td file changes necessary to get scalar...
2005-06-27 Chris LattnerAdd support to the X86 backend for emitting ELF files...
2005-06-25 Chris LattnerRefactor the addPassesToEmitAssembly interface into...
2005-06-22 Andrew LenharthIf we support structs as va_list, we must pass pointers...
2005-06-20 John CriswellFixed indentation.
2005-06-18 Andrew Lenharthcore changes for varargs
2005-06-17 Chris Lattnersilence a bogus warning
2005-06-08 Nate BegemanFix lli linking on Mac OS X 10.4.1 for Intel.
2005-06-02 Reid SpencerMake sure that Cygwin assembly includes _ as part of...
2005-05-20 Nate BegemanC'mon everybody, let's modify X86JITInfo.cpp. This...
2005-05-20 Misha BrukmanSince everyone else has "fixed" this file, might as...
2005-05-20 Chris LattnerFix this a 3rd time :)
2005-05-20 Andrew Lenharthfix compilation error due to no abort being defined...
2005-05-20 Duraid Madinathis seems dead (and broke the ia64 build, so..)
2005-05-20 Jeff CohenFix tail call support in VC++ builds
2005-05-19 Chris LattnerFastcc passes arguments in EAX and EDX, make sure the...
2005-05-19 Chris LattnerTailcalls require stubs to be emitted. Otherwise,...
2005-05-15 Chris Lattnerdon't reserve space for tailcall arg areas. It explici...
2005-05-15 Chris LattnerTeach reginfo how to deal with ADJSTACKPTRri, allowing...
2005-05-15 Chris LattnerImplement proper tail calls in the X86 backend for...
2005-05-15 Chris LattnerAdd markers in the asm file for tail calls, add a new...
2005-05-15 Chris LattnerYes, calltarget is the operand of the day.
2005-05-14 Chris LattnerWhen emitting the function epilog, check to see if...
2005-05-14 Chris LattnerAdd some new instructions
2005-05-14 Chris LattnerPass i64 values correctly split in reg/mem to fastcc...
next