Fit to 80 columns, no functionality change
[oota-llvm.git] / lib / Target /
2006-01-28 Jeff CohenUse union instead of reinterpret_cast.
2006-01-28 Jeff CohenFix recognition of Intel CPUs.
2006-01-28 Chris LattnerIs64Bit reflects the capability of the chip, not an...
2006-01-28 Chris LattnerFix a bunch of JIT failures with the new isel
2006-01-28 Jeff CohenImprove X86 subtarget support for Windows and AMD.
2006-01-28 Chris Lattnersilence a warning
2006-01-28 Chris LattnerFix a bug in my elimination of ISD::CALL this morning...
2006-01-28 Chris Lattnermake this work on non-native hosts
2006-01-28 Chris Lattneradd a note about how we should implement this FIXME...
2006-01-28 Nate BegemanImplement Promote for VAARG, and allow it to be custom...
2006-01-28 Nate BegemanAdd a couple more things to the readme.
2006-01-28 Chris LattnerRemove some dead code
2006-01-27 Chris LattnerSwitch to AlphaISD::CALL instead of ISD::CALL
2006-01-27 Chris LattnerUse PPCISD::CALL instead of ISD::CALL
2006-01-27 Chris LattnerUse V8ISD::CALL instead of ISD::CALL
2006-01-27 Evan ChengA bit of wisdom from Chris on the last entry.
2006-01-27 Evan ChengAT&T assembly convention: registers are in lower case.
2006-01-27 Chris Lattnerinitialize member vars
2006-01-27 Chris Lattnerinitialize all instance vars
2006-01-27 Chris LattnerMake llvm.frame/returnaddr not crash on ppc
2006-01-27 Evan ChengAdded notes about a x86 isel deficiency.
2006-01-27 Evan ChengAdded a temporary option -enable-x86-sse to enable...
2006-01-27 Evan ChengBye bye Pattern ISel, hello DAG ISel.
2006-01-27 Nate BegemanRemove TLI.LowerReturnTo, and just let targets custom...
2006-01-27 Evan ChengA better workaround
2006-01-27 Chris Lattnerforce sse/3dnow off until they work. This fixes all...
2006-01-27 Chris LattnerUnbreak the JIT with SSE
2006-01-27 Evan Chengx86 CPU detection and proper subtarget support
2006-01-27 Evan ChengSubtarget feature can now set any variable to any value
2006-01-27 Chris LattnerPHI and INLINEASM are now built-in instructions provide...
2006-01-27 Chris LattnerAdd a default NoItinerary class for targets to use.
2006-01-26 Jeff CohenImprove compatibility with VC2005, patch by Morten...
2006-01-26 Jim LaskeySet up MachineDebugInfo to scan for debug information...
2006-01-26 Chris LattnerImprove compatibility with VC2005, patch by Morten...
2006-01-26 Evan ChengAdded preliminary x86 subtarget support.
2006-01-26 Duraid Madinafix stack corruption! Previously, 16-byte whole-FP...
2006-01-26 Duraid Madinasome hoovering
2006-01-26 Chris LattnerRest of subtarget support, remove references to ppc
2006-01-26 Chris LattnerAdd trivial subtarget support
2006-01-26 Andrew Lenharthminor renaming
2006-01-26 Andrew Lenharthallow R28 to be used for frame calculations without...
2006-01-26 Evan ChengWork around some x86 Darwin assembler bugs
2006-01-26 Evan ChengWhen trying to fold X86::SETCC into a Select, make...
2006-01-26 Evan ChengRemove the uses of STATUS flag register. Rely on node...
2006-01-25 Andrew Lenharthoops
2006-01-25 Andrew Lenharthforgot one
2006-01-25 Andrew Lenharthmake things compile again
2006-01-25 Evan ChengSet SchedulingForLatency to be the default scheduling...
2006-01-25 Nate BegemanFirst part of bug 680:
2006-01-25 Evan ChengDefault scheduling preference is SchedulingForLatency.
2006-01-25 Evan ChengX86 prefer scheduling for reduced register pressure.
2006-01-25 Evan ChengFix a selectcc lowering bug. Make a copy of X86ISD...
2006-01-25 Chris LattnerLoosen up these checks to allow direct uses of ESP
2006-01-25 Duraid Madinaadd bundling! well not really, for now it's just stop...
2006-01-25 Andrew Lenharthmaintaining stackpointer alignment. Perhaps it doesn...
2006-01-24 Chris Lattneruse ESP directly, not a copy of ESP into some other...
2006-01-24 Chris LattnerEmit the copies out of call return registers *after...
2006-01-24 Chris LattnerAllow jit-beta to work
2006-01-24 Jim LaskeyCrude Dwarf global variable debugging.
2006-01-23 Andrew Lenharthbye bye Pattern ISEL
2006-01-23 Andrew Lenharthadded stores to lsmark
2006-01-23 Andrew Lenharthfix up more lsmark stuff
2006-01-23 Andrew Lenharthyea, lowering this stuff will basically work
2006-01-23 Chris Lattnerremove the V8 simple isel
2006-01-23 Duraid Madinadie, die!! r15, you are not callee-saved
2006-01-23 Duraid Madinafix register corruption! (my god.) r15 is a scratch...
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-21 Duraid Madinainsignificant, but next up is proper stack frame layout!
2006-01-21 Evan ChengRename fcmovae to fcmovnb and fcmova to fcmovnbe (follo...
2006-01-21 Chris Lattnertrivial formatting improvement: don't insert extra...
2006-01-20 Robert BocchinoMake the C writer work with packed types. printContain...
2006-01-20 Duraid Madinaremove RET hack, add proper support for rets (watching...
2006-01-20 Chris LattnerSimplify CWriter::printContainedStructs, also allowing...
2006-01-20 Chris LattnerLowerReturn now doesn't have to handle f32 returns.
2006-01-20 Duraid Madinafix sext breakage: now we correctly deal with functions...
2006-01-20 Duraid Madinafix storing bools! eek!
2006-01-20 Evan ChengStop doing that accidental commit.
2006-01-20 Evan ChengA few more SH{L|R}D peepholes.
2006-01-19 Evan ChengDidn't mean to commit the last one.
2006-01-19 Evan ChengAdded i16 SH{L|R}D patterns.
2006-01-19 Andrew Lenharthtypo
2006-01-19 Andrew Lenharthnasty nasty patterns
2006-01-19 Duraid Madinafix boolean XOR (which fixes up comparisons..)
2006-01-19 Duraid MadinaBOOM!
2006-01-19 Duraid Madinaclick click
2006-01-19 Evan ChengAvoid generating a redundant setcc.
2006-01-19 Duraid Madinafix calls that return f32
2006-01-19 Chris Lattnerimplement support for f32 arguments past the first...
2006-01-19 Evan Chengadc and sbb need an incoming flag to ensure it reads...
2006-01-19 Chris Lattneradd a note
2006-01-19 Evan ChengTwo peepholes:
2006-01-19 Evan ChengDidn't mean to check that in.
2006-01-19 Evan ChengA obvious typo
2006-01-18 Chris LattnerDon't assert on 'select_cc SETUO'
2006-01-18 Chris Lattnerfix out of date comment
2006-01-18 Chris LattnerFix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranch...
2006-01-18 Jim LaskeyAdded minimum Dwarf aranges. Cleaned up some section...
2006-01-18 Evan ChengSRA shift amount must be in i8
2006-01-18 Evan ChengIf a call return type is i1, insert a truncate from...
next