Wrap long line.
[oota-llvm.git] / lib / Target /
2005-11-11 Andrew Lenharthfix yet more regressions
2005-11-11 Andrew Lenharthgenerate chain result
2005-11-11 Andrew LenharthFix a bunch more alpha regressions
2005-11-11 Andrew Lenharthcontinued readcyclecounter support
2005-11-10 Chris LattnerMake BB and CPI labels use the function number, not...
2005-11-10 Chris Lattnerdo not allow '.' in symbol names
2005-11-10 Chris LattnerDarwin supports quoted labels. This implements:
2005-11-10 Chris LattnerCall this method with the object we have
2005-11-10 Chris LattnerMake the aix asm printer interface properly with the...
2005-11-10 Andrew Lenharthfix a bunch of regressions
2005-11-09 Andrew Lenharthwhatever. Intermediate patch to see what breaks. ...
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-11-07 Duraid Madinaadd support for storing and returning bools
2005-11-06 Duraid Madinajust some random hacking - calls (particularly indirect...
2005-11-06 Nate BegemanAdd the necessary support to the ISel to allow targets...
2005-11-06 Duraid Madinaask for 16-byte aligned jmpbufs. This should unbreak...
2005-11-05 Chris Lattneradd a case Nate sent me
2005-11-04 Duraid Madinaoops, forgot to load GP for indirect calls, though...
2005-11-04 Duraid Madinakill redundant SP/GP/RP save/restores across calls
2005-11-04 Duraid Madinaadd support for loading bools
2005-11-04 Duraid Madinafun with predicates! (add TRUNC i64->i1, AND i1 i1...
2005-11-03 Duraid Madinaadd pattern to load constant 0 into a predicate reg
2005-11-03 Chris LattnerFix a bug that prevented this pattern from matching
2005-11-02 Chris LattnerFix a QOI issue noticed by Markus F.X.J. Oberhumer.
2005-11-02 Duraid Madina"fix" support for FP constants (this code asserts in...
2005-11-02 Duraid Madinaadd F0 and F1 to the FP register class
2005-11-02 Chris LattnerThis works now
2005-11-02 Duraid Madinaadd support for SELECT to TargetSelectionDAG.td, add...
2005-11-02 Duraid Madinaadd support for loading FP constants +0.0 and +1.0...
2005-11-01 Jim LaskeyAllow itineraries to be passed through the Target Machine.
2005-11-01 Duraid Madinaheh, scheduling was easy?
2005-11-01 Duraid MadinaFORTRAN!!! :( and other similarly unfortunate things...
2005-11-01 Duraid Madinaso tablegen was thinking I might want to convert FPs...
2005-11-01 Duraid Madinaadd support for int->FP and FP->int ops, and add ia64...
2005-11-01 Duraid Madinaadd zeroextend predicate->integer
2005-11-01 Chris LattnerAdd a flag to enable a darwin linker optimization
2005-10-31 Chris LattnerMake constant pool entries use private labels. This...
2005-10-31 Duraid Madinaadd FP compares and implicit register defs to the dag...
2005-10-30 Chris LattnerIf the module has no t-t and the host is an alpha,...
2005-10-30 Duraid Madinafix some broken comparisons, this affected the Pattern...
2005-10-30 Chris LattnerThis is implemented
2005-10-29 Chris LattnerMake -time-passes output prettier
2005-10-29 Duraid Madinaadd some FP stuff, some mix.* stuff, and constant pool...
2005-10-29 Chris Lattnerremove reference to this pass
2005-10-29 Duraid Madinaadd shladd
2005-10-28 Nate BegemanNew case to handle someday
2005-10-28 Chris LattnerDon't emit "32" for unordered comparison
2005-10-28 Chris Lattneradd a hack to get code with ordered comparisons working...
2005-10-28 Chris Lattneradd support for branch on ordered/unordered.
2005-10-28 Chris LattnerDo not globalize internal symbols
2005-10-28 Chris LattnerThese are autogenerated
2005-10-28 Duraid MadinaDAG->DAG instruction selection for ia64! "hello world...
2005-10-28 Chris Lattnerremove dead stuff
2005-10-28 Chris LattnerEliminate getClass, it is not needed
2005-10-28 Chris Lattnera bad case for bitfield insert
2005-10-26 Andrew Lenharthint comparison patterns
2005-10-26 Jim LaskeyTypo made worse x 2 - take 2.
2005-10-26 Chris LattnerFix an assert compiling MallocBench/gs
2005-10-26 Jim LaskeyTypo x 2
2005-10-26 Andrew LenharthSimplify instinfo, set random bits on more fp insts...
2005-10-26 Jim LaskeyGive full control of subtarget features over to table...
2005-10-26 Jim LaskeyAdd attribute name and type to SubtargetFeatures.
2005-10-26 Chris LattnerAdd nodes for CondCodeSDNode and setcc, and add a bunch...
2005-10-25 Nate BegemanAdd a note about some bitfield stuff we could be doing...
2005-10-25 Nate BegemanCorrectly Expand or Promote FP_TO_UINT based on the...
2005-10-25 Chris Lattnerautogen undef
2005-10-25 Chris LattnerAdd undef
2005-10-25 Chris LattnerAllow pseudos to have patterns, no functionality change
2005-10-25 Chris LattnerAutogen fsel
2005-10-25 Chris LattnerExpose the fextend on the DAG instead of doing it in...
2005-10-25 Chris LattnerAutogen a few new ppc-specific nodes
2005-10-25 Chris LattnerThe dag isel generator generates this now
2005-10-25 Chris LattnerBe a bit more paranoid about calling SelectNodeTo
2005-10-25 Chris LattnerFix a couple of minor bugs. The first fixes povray...
2005-10-25 Jim LaskeyPreparation of supporting scheduling info. Need to...
2005-10-24 Chris Lattnerdo not wrap this whole file in namespace llvm
2005-10-24 Chris LattnerMake this build with GCC 4.1, patch contributed by...
2005-10-24 Chris LattnerDONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV...
2005-10-24 Chris Lattneronly build .a version of this library
2005-10-24 Chris LattnerThere is no need to build an archive version of this...
2005-10-24 Chris LattnerThis file is hopelessly out of date
2005-10-23 Chris LattnerSimplify this, matching changes in the tblgen emitter
2005-10-23 Chris LattnerSimplify this due to changes in the tblgen side
2005-10-23 Chris Lattnermark this as beta
2005-10-23 Chris LattnerIf a user requests help, give them help on both feature...
2005-10-23 Chris LattnerAutogen subtarget information from .td files.
2005-10-23 Chris LattnerAdd subtarget feature/processor defns to the .td file
2005-10-23 Chris Lattnerrearrange things a bit so that instructions can use...
2005-10-23 Chris Lattneradd a marker
2005-10-23 Chris Lattneradd a note that Nate mentioned last week
2005-10-23 Chris LattnerPut some of my random notes somewhere public
2005-10-23 Chris LattnerImprove help output.
2005-10-23 Chris Lattnerimprove -help output
2005-10-23 Chris LattnerMove static functions from .h file, reduce #includes...
2005-10-23 Andrew LenharthAdd several things.
2005-10-22 Andrew LenharthWell, the Constant matching pattern works. Can't say...
2005-10-22 Chris LattnerThis file is entirely ifdef'd out
2005-10-22 Jim LaskeyAdd g3 back to the mix and reorder to irritate them...
2005-10-21 Chris Lattner64-bit reg support should not be enabled by default...
next