oota-llvm.git
2006-02-09 Chris LattnerMake the threshold a parameter
2006-02-09 Chris LattnerDone
2006-02-09 Chris LattnerEnable LSR by default for SPARC: it is a clear win.
2006-02-09 Chris LattnerSimplify the loop-unswitch pass, by not even trying...
2006-02-09 Chris LattnerFix 80-column violations
2006-02-09 Chris LattnerEnhance MVIZ in three ways:
2006-02-09 Chris Lattnernew testcase
2006-02-09 Evan ChengMatch getTargetNode() changes (now return SDNode* inste...
2006-02-09 Evan ChengMatch getTargetNode() changes (now returns SDNode*...
2006-02-09 Evan ChengMore changes to reduce frame size.
2006-02-09 Chris Lattnerthis apparently passes on linux
2006-02-09 Chris Lattneradd an option to turn on LSR.
2006-02-09 Chris Lattnersimplify this code now that each constant pool entry...
2006-02-09 Chris LattnerAdjust to MachineConstantPool interface change: instead...
2006-02-09 Chris Lattnerinstead of keeping track of Constant/alignment pairs...
2006-02-09 Chris Lattnerrename fields of constant pool entries
2006-02-09 Chris LattnerUse a MachineConstantPoolEntry struct instead of a...
2006-02-09 Chris LattnerSimplify code, alignment must be specified now.
2006-02-09 Chris LattnerAssert invariants
2006-02-09 Chris LattnerRequire an alignment.
2006-02-09 Chris LattnerMake MachineConstantPool entries alignments explicit
2006-02-09 Chris LattnerAlways pass in an alignment.
2006-02-09 Chris Lattnerprovide an explicit alignment for cp entries
2006-02-09 Chris LattnerAdd a comment: value is log2
2006-02-09 Evan ChengChange Select() from
2006-02-08 Chris LattnerDarwin doesn't support #APP/#NO_APP
2006-02-08 Chris LattnerAdd support for assembler directives that wrap inline asm
2006-02-08 Chris LattnerRename BSel -> PPCBSel for the benefit of doxygen users.
2006-02-08 Jim LaskeyDisable this test for the time being as debug is brough...
2006-02-08 Chris Lattneradd a simple optimization
2006-02-08 Chris LattnerMention that delta can be used to reduce some Front...
2006-02-08 Chris LattnerAdd SRoA to the lexicon. Patch by Marco Matthies!
2006-02-08 Evan ChengAdded options -cflag, -cxxflags, and -ldflags to overri...
2006-02-08 Chris LattnerSimplify some code, reducing calls to MaskedValueIsZero...
2006-02-08 Evan ChengRemove -pedantic. It no longer works.
2006-02-08 Chris Lattnermore email -> README moving
2006-02-08 Chris LattnerEmit the 'mr' pseudoop for easier reading.
2006-02-08 Chris LattnerAdd some random notes, not high-prio
2006-02-08 Chris LattnerMove emails from nate into public places
2006-02-08 Chris LattnerUse EraseInstFromFunction in a few cases to put the...
2006-02-08 Chris LattnerImplement some more interesting select sccp cases....
2006-02-08 Chris Lattnernew testcase for more interesting select sccp cases
2006-02-08 Chris LattnerCompile this:
2006-02-08 Chris LattnerAdd some happy helper methods.
2006-02-08 Chris LattnerFix a problem in my patch yesterday, causing a miscompi...
2006-02-07 Evan ChengFixed a local common symbol bug.
2006-02-07 Evan ChengFor ELF, .comm takes alignment value as the optional...
2006-02-07 Chris LattnerImplement getConstraintType for PPC.
2006-02-07 Chris LattnergetConstraintType should be virtual.
2006-02-07 Chris LattnerFix Transforms/InstCombine/2006-02-07-SextZextCrash.ll
2006-02-07 Chris Lattnernew testcase that caused instcombine to crash on 176...
2006-02-07 Evan ChengDarwin ABI issues: weak, linkonce, etc. dynamic-no...
2006-02-07 Evan ChengRemind myself to add PIC and static asm printer support.
2006-02-07 Chris LattnerGeneralize MaskedValueIsZero into a ComputeMaskedNonZer...
2006-02-07 Chris LattnerMake MaskedValueIsZero take a uint64_t instead of a...
2006-02-07 Chris LattnerUse Type::getIntegralTypeMask() to simplify some code
2006-02-07 Chris LattnerImplement the beginnings of a facility for simplifying...
2006-02-07 Chris Lattneradd a new Type::getIntegralTypeMask() method, which...
2006-02-07 Jeff CohenThe interpreter assumes that the caller of runFunction...
2006-02-07 Jeff CohenTeach the interpreter to handle global variables that...
2006-02-07 Jeff CohenFix some truncation warnings.
2006-02-07 Chris Lattnerfix an error compiling with -pedantic
2006-02-07 Chris LattnerAdd the simple PPC integer constraints
2006-02-07 Evan ChengHoist all SDOperand declarations within a Select_{opcod...
2006-02-06 Chris LattnerEliminate the printCallOperand method, using a 'call...
2006-02-06 Chris LattnerAdd support for modifier strings in machine instr descr...
2006-02-06 Chris LattnerSimplify the variant handling code, no functionality...
2006-02-06 Chris LattnerChange prototype
2006-02-06 Chris LattnerAdd support for modifier characters to operand printers
2006-02-06 Chris LattnerChange the prototype of PrintAsmOperand
2006-02-06 Jim LaskeyGoodbye nasty macro.
2006-02-06 Jim LaskeyEdit requests from Sabre.
2006-02-06 Andrew Lenharthsee what this allignment thing will do
2006-02-06 Jim LaskeyChanging model for the construction of debug information.
2006-02-06 Jim LaskeyWe seem to have settled to __DWARF for section name.
2006-02-06 Evan ChengAt the end of isel, select a replacement node for each...
2006-02-06 Evan ChengName change.
2006-02-06 Evan Cheng- Update load folding checks to match those auto-genera...
2006-02-05 Evan ChengHandle HANDLENODE: just return itself.
2006-02-05 Evan ChengComplex pattern isel code shouldn't select nodes.
2006-02-05 Chris LattnerFix the Sparc backend with Evan's recent tblgen changes
2006-02-05 Chris LattnerSparcV8 -> Sparc
2006-02-05 Chris LattnerThis xform isn't safe
2006-02-05 Nate BegemanBack out previous commit, it isn't safe.
2006-02-05 Nate Begemanfold c1 << (x + c2) into (c1 << c2) << x. fix a warning.
2006-02-05 Chris Lattnersome stuff is done
2006-02-05 Chris LattnerTurn A % (C << N), where C is 2^k, into A & ((C <<...
2006-02-05 Chris Lattnernew testcases
2006-02-05 Nate BegemanHandle urem by shifted powers of 2.
2006-02-05 Nate Begemanhandle combining A / (B << N) into A >>u (log2(B)+N...
2006-02-05 Evan ChengUse SelectRoot() as the entry to any tblgen based isel.
2006-02-05 Evan ChengUse SelectRoot() as entry of any tblgen based isel.
2006-02-05 Chris LattnerEncourage use of the V8 ABI over the V9 ABI.
2006-02-05 Evan ChengAllow more loads to be folded which were previously...
2006-02-05 Chris LattnerThis document is out of date. :(
2006-02-05 Chris LattnerV8 -> Sparc
2006-02-05 Chris LattnerRemove the SparcV8 backend. It has been renamed to...
2006-02-05 Chris Lattnerremove V8 reference
2006-02-05 Evan Cheng* Added SDNode::isOnlyUse().
2006-02-05 Chris LattnerSparcV8 -> Sparc
next