Remove all knowledge of UINT_TO_FP from the X86 backend, relying on the
[oota-llvm.git] / lib / Target /
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-14 John CriswellFixed PR#596:
2005-07-12 Nate BegemanCheck in the last of the darwin-specific code necessary...
2005-07-12 Nate BegemanRemove some code that moved to the generic asm printer...
2005-07-12 Andrew LenharthFix povray and minor cleanups
2005-07-12 Jeff CohenI don't know how this ever compiled with gcc, but VC...
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 Lattnerfix a warning
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 Andrew Lenharthclean up prolouge and epilouge
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-05 Chris LattnerFix PowerPC varargs
2005-07-04 Andrew Lenharthcheck the correct VT
2005-07-03 Andrew Lenharthfix loading address of fp symbols
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 LattnerVarargs is apparently currently broken on PPC. This...
2005-07-01 Chris LattnerRefactor X86AsmPrinter.cpp into multiple files. Patch...
2005-07-01 Andrew Lenharthsimplify call code, remove pseudo ops for div and rem...
2005-07-01 Andrew Lenharthsimplify call code, remove pseudo ops for div and rem...
2005-07-01 Chris Lattnerremove some debugging code
2005-06-30 Nate BegemanMake the x86 asm printer darwin-aware. This mostly...
2005-06-29 Andrew Lenharthrestore old srcValueNode behavior and try to to work...
2005-06-29 Andrew Lenharthtracking the instructions causing loads and stores...
2005-06-29 Andrew Lenharththinko
2005-06-29 Andrew Lenharthunify SelectExpr and SelectFP
2005-06-29 Andrew Lenharthfix most regressions
2005-06-29 Andrew Lenharthsupport more relocations for stores also
2005-06-29 Andrew LenharthGet rid of all symbolic loads. I now do gernate all...
2005-06-27 Andrew Lenharthsome call work
2005-06-27 Andrew LenharthSo, it turns out I forgot that one valid way of restori...
2005-06-27 Nate BegemanInitial set of .td file changes necessary to get scalar...
2005-06-27 Andrew Lenharthget rid of another pseudo op
2005-06-27 Andrew Lenharthgenerate address of constant pool entries
2005-06-27 Andrew LenharthMisha happification patch
2005-06-27 Andrew LenharthReduce use of pseudo ops
2005-06-27 Andrew Lenharthmissed a load
2005-06-27 Andrew Lenharthmake constant pool labels local
2005-06-27 Andrew Lenharthwho said we had to use the return address in the return...
2005-06-27 Chris LattnerAdd support to the X86 backend for emitting ELF files...
2005-06-26 Andrew Lenharthdepend more on legalize putting constants on the RHS
2005-06-26 Andrew LenharthWith setOperationAction(ISD::UINT_TO_FP, MVT::i64,...
2005-06-25 Chris LattnerRefactor the addPassesToEmitAssembly interface into...
2005-06-23 Andrew Lenharthremove a pseudo instruction, make ret always right...
2005-06-23 Andrew Lenharthfinally, Working varargs
2005-06-22 Andrew Lenharthmore complete Lowering for vacopy and vaarg
2005-06-22 Andrew LenharthIf we support structs as va_list, we must pass pointers...
2005-06-22 Andrew LenharthMake it easier to find alpha stuff in doxygen, and...
2005-06-20 John CriswellFixed indentation.
2005-06-19 Andrew Lenharthso this doesn't crash when run. It is hard to tell...
2005-06-18 Andrew LenharthOK, at least get rid of old stuff, and mark what needs...
2005-06-18 Andrew Lenharthcore changes for varargs
2005-06-18 Reid SpencerClean up some uninitialized variables and missing retur...
2005-06-17 Andrew LenharthA start at a Sparc V8 Pattern ISel. Anyone want to...
2005-06-17 Chris Lattnersilence incredibly braindead GCC 4 warning
2005-06-17 Chris Lattnersilence a bogus warning
2005-06-17 Tanya LattnerRemoved IIIi specific changes. This should be fixed...
2005-06-17 Tanya LattnerSpecial dep graph for SMS for superblocks.
2005-06-17 Tanya LattnerSpecial versions of the dep graph and scheduled for...
2005-06-17 Tanya LattnerAdded statistic to count number of spills.
2005-06-17 Tanya LattnerNumerous bug fixes and the completed modschedSB algorit...
2005-06-17 Tanya LattnerAdded SMS for superblocks as an option (experimental)
2005-06-15 Nate BegemanCommit fix for generating conditional branch pseudo...
2005-06-14 Nate BegemanCommit a small improvement that is already in the x86...
2005-06-12 Nate BegemanWhen compiled with GCC 4.0, a latent bug was exposed...
2005-06-12 Nate BegemanFix a memory smasher caught by Mac OS X's debug malloc...
2005-06-08 Andrew Lenharthfix BranchCC with a setCC with an arg of 0
2005-06-08 Reid SpencerFor PR572:
2005-06-08 Nate BegemanHandle some more real world cases of rlwimi. These...
2005-06-08 Nate BegemanFix lli linking on Mac OS X 10.4.1 for Intel.
2005-06-06 Misha BrukmanFix spelling of `correlate'
2005-06-06 Andrew Lenharthallow marking of loads and stores in the instruction...
2005-06-06 Andrew Lenharthhide basic block labels. The utility of these for...
2005-06-06 Misha Brukman* Replace block of commented-out lines with #if 0
2005-06-02 Reid SpencerMake sure that Cygwin assembly includes _ as part of...
2005-05-31 Andrew Lenharthtry custom expanders, doesn't seem to expand yet, so...
2005-05-31 Andrew Lenharthswitch to the new live in thing. Really, this time...
2005-05-31 Andrew Lenharthswitch to the new live in thing
2005-05-31 Andrew Lenharthswitch to the new live in thing
2005-05-27 Andrew Lenharthmatch gcc, makes diff easier
2005-05-26 Andrew LenharthFix 2005-05-12-Int64ToFP
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 :)
next