add cc nodes to the AllNodes list so they show up in Graphviz output
[oota-llvm.git] / lib / Target /
2005-08-09 Chris LattnerUpdate the targets to the new SETCC/CondCodeSDNode...
2005-08-09 Chris LattnerMinor cleanup patch, no functionality changes. Written...
2005-08-09 Chris LattnerFix CodeGen/Generic/div-neg-power-2.ll, a regression...
2005-08-08 Nate BegemanFactor out some common code, and be smarter about when...
2005-08-08 Chris LattnerRemove getImmediateForOpcode, which is now dead.
2005-08-08 Chris LattnerAdd new immediate handling support for mul/div.
2005-08-08 Chris LattnerAdd support for OR/XOR/SUB immediates that are handled...
2005-08-08 Chris LattnerModify the ISD::AND opcode case to use new immediate...
2005-08-08 Chris LattnerModify the ISD::ADD opcode case to use new immediate...
2005-08-08 Chris LattnerModify existing support functions to use new immediate...
2005-08-08 Chris LattnerAdd support predicates for future immediate constant...
2005-08-08 Chris LattnerMove IsRunOfOnes to a more logical place and rename...
2005-08-08 Nate BegemanFix JIT encoding of ppc mfocrf instruction; the operand...
2005-08-05 Chris LattnerConsolidate the GPOpt stuff to all use the Subtarget...
2005-08-05 Chris Lattneradjust to change in getSubtarget() api
2005-08-05 Chris LattnerEnable gp optimizations by default when available,...
2005-08-05 Chris Lattneradd a note
2005-08-05 Chris Lattnerdon't crash when running the PPC backend on non-ppc...
2005-08-04 Nate BegemanHack to naturally align doubles in the constant pool...
2005-08-04 Nate BegemanUse the new subtarget support to automatically choose...
2005-08-04 Andrew LenharthNo, IDEFs shouldn't be JITed
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-03 Andrew LenharthAlpha ABI specifies stack is always 16 byte alligned...
2005-08-03 Misha BrukmanFix grammar: apostrophe-s ('s) is possessive, not plura...
2005-08-03 Chris Lattnerminor capitalization thing, patch by Jim Laskey
2005-08-02 Chris Lattnerone more hunk that got dropped
2005-08-02 Chris LattnerThis hunk accidentally got dropped. Patch by Jim Laskey
2005-08-02 Chris LattnerUpdate to use the new MathExtras.h support for log2...
2005-08-02 Chris Lattneradd a pass name to make debugging dumps nicer
2005-08-01 Andrew Lenharthupdate function codes to reflect /su flags that have...
2005-08-01 Andrew Lenharthuse llabs not abs
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-28 Andrew Lenharthsupport bsr, and more .td simplification
2005-07-28 Andrew Lenharthget lazy JITing working. Some of shootout runs now
2005-07-28 Chris LattnerEliminate an extra copy from R1 that Nate noticed on...
2005-07-28 Chris LattnerSpecify the correct number of operands
2005-07-28 Nate BegemanFold constant adds into loads and stores to frame indices.
2005-07-27 Nate BegemanFix some comments
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-27 Nate BegemanImplement the optimization for the Red Zone on Darwin...
2005-07-27 Chris Lattnerfix some warnings when compiled with 32-bit hosts
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-26 Chris Lattneradd a note about the red zone
2005-07-26 Chris LattnerWrap some long lines, fix emission of weak global variables
2005-07-26 Nate BegemanUpdate the PPC readme
2005-07-25 Nate BegemanFix an optimization put in for accessing static globals...
2005-07-23 Andrew Lenharthfix compile error
2005-07-22 Chris LattnerPowerPC no-pic code is not quite ready for prime-time
2005-07-22 Andrew LenharthHandle more imm forms, and load small negative i32...
2005-07-22 Andrew Lenharthfinally found the gcc defined constants
2005-07-22 Andrew LenharthAlpha JIT (beta)
2005-07-22 Andrew Lenharthsimpilfy instruction encoding (and make the lines way...
2005-07-22 Andrew Lenharthupdate interface
2005-07-21 Nate BegemanSupport building non-PIC
2005-07-21 Chris Lattnerrevert to using 4-byte alignment for doubles, as specif...
2005-07-21 Nate BegemanSupport assembling fsqrt on darwin. This will be imple...
2005-07-20 Nate BegemanGenerate mfocrf when targeting g5. Generate fsqrt...
2005-07-19 Nate BegemanIntegrate SelectFPExpr into SelectExpr. This gets...
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-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
next