oota-llvm.git
2006-09-18 Jim LaskeySort out mangled names for globals
2006-09-18 Chris LattnerImplement a trivial optzn: of vastart is never called...
2006-09-18 Chris Lattnernew testcase
2006-09-18 Chris Lattneradd a note. Our 64-bit shifts are ~30% slower than...
2006-09-18 Chris LattnerImplement InstCombine/cast.ll:test31. This speeds...
2006-09-18 Chris Lattnernew testcase
2006-09-18 Chris LattnerAdd support for pattern matching cast operations
2006-09-18 Chris Lattnerfix typo
2006-09-18 Chris Lattneradd a helper method
2006-09-18 Chris LattnerThis is closer to what we really want.
2006-09-18 Chris LattnerImplement Transforms/InstCombine/shift-sra.ll:test0
2006-09-18 Chris LattnerNew testcase, can be an srl instead of sra
2006-09-18 Chris LattnerRewrite shift/and/compare sequences to promote better...
2006-09-17 Reid SpencerMake the LLVM Publications link point to /pubs/ since...
2006-09-17 Anton KorobeynikovAdded some eye-candy for Subtarget type checking
2006-09-17 Chris LattnerAdd ShiftInst::isLogical/ArithmeticShift methods.
2006-09-17 Chris LattnerAdd new SetCondInst::isRelational/isEquality methods...
2006-09-17 Nick LewyckyExplain change with a comment.
2006-09-17 Nick LewyckyFix PR912. The input to erase() must not be a reference...
2006-09-17 Anton KorobeynikovSmall fixes for supporting dll* linkage types
2006-09-16 Chris Lattneradd a note noticed through source inspection
2006-09-16 Chris LattnerOh yeah, this is needed too
2006-09-16 Chris Lattneradd a note
2006-09-16 Chris LattnerFix Transforms/InstCombine/2006-09-15-CastToBool.ll...
2006-09-16 Chris LattnerTestcase for PR913
2006-09-16 Chris Lattnersimplify control flow, no functionality change
2006-09-16 Chris LattnerAllow custom expand of mul
2006-09-15 Chris Lattnercomment out debug code
2006-09-15 Chris LattnerAdd a new -cbe-bug mode, which works just like -run...
2006-09-15 Chris Lattneradd a nate note
2006-09-15 Chris Lattnerxfail this for now
2006-09-15 Chris Lattnerrevert previous two patches. They cause miscompilation...
2006-09-15 Jim LaskeySwitching to NewNightlyTest.php
2006-09-15 Chris LattnerThe inliner strips dead allocas now. Add a use to...
2006-09-15 Owen AndersonRevert my previous work on ArgumentPromotion. Further...
2006-09-15 Chris LattnerUnbreak the JIT
2006-09-15 Chris LattnerKeep track of the start of MBB's in a separate map...
2006-09-14 Evan ChengRemove a unnecessary check.
2006-09-14 Chris LattnerRelax this check.
2006-09-14 Devang PatelUndo previous check-in.
2006-09-14 Chris LattnerFold (X & C1) | (Y & C2) -> (X|Y) & C3 when possible.
2006-09-14 Chris LattnerNew testcase
2006-09-14 Chris Lattneradd a note
2006-09-14 Chris LattnerSplit rotate matching code out to its own function...
2006-09-14 Anton KorobeynikovAdding generated files for the last commit
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-14 Evan ChengUse getOffset() instead.
2006-09-14 Evan ChengUse MachineConstantPoolEntry getOffset() and getType...
2006-09-14 Evan ChengAdd MachineConstantPoolEntry getOffset() accessor.
2006-09-14 Evan ChengThe top bit is used to determine whether it's a Machine...
2006-09-14 Chris Lattnerrevert accidentally committed file
2006-09-14 Chris LattnerRemove dead methods, add getNumBlockIDs() method
2006-09-14 Chris LattnerUse new config.h macro
2006-09-14 Reid SpencerAdd a HAVE_MACH_MACH_H #define to detect the presence...
2006-09-14 Chris Lattneradd a new (hidden) -disable-core-files option
2006-09-14 Chris LattnerOn Mac OS/X, make Process::PreventCoreFiles disable...
2006-09-14 Evan ChengA MachineConstantPool may have mixed Constant* and...
2006-09-14 Devang PatelAdd comment.
2006-09-14 Evan ChengMirrors ConstantPoolSDNode.
2006-09-14 Nick LewyckyDocument new --enable-valgrind option.
2006-09-14 Nick LewyckyFix --enable-valgrind. Add room for the new arguments...
2006-09-14 Nick LewyckyAdd --enable-valgrind option to run optimizations throu...
2006-09-14 Devang PatelGlobalValue with InternalLinkage may have operands...
2006-09-14 Devang PatelAvoid recursion in assignDFSNumber(). Move def from...
2006-09-13 Chris Lattneradd note about switch lowering
2006-09-13 Chris LattnerSecond half of the fix for Transforms/Inline/inline_cle...
2006-09-13 Nick LewyckyAdd some more consistency checks.
2006-09-13 Nick LewyckyFix unionSets so that it can merge correctly.
2006-09-13 Chris LattnerImplement the first half of Transforms/Inline/inline_cl...
2006-09-13 Chris Lattnernew testcase
2006-09-13 Evan ChengSkip over first operand when determining REX prefix...
2006-09-13 Nick LewyckyErase dead instructions.
2006-09-13 Chris LattnerThe sense of this branch was backwards
2006-09-13 Chris LattnerTurn X < 0 -> TEST X,X js
2006-09-13 Chris LattnerThe sense of this branch was inverted :(
2006-09-13 Chris LattnerFix a ton of jit failures
2006-09-13 Rafael Espindolaadd shifts to addressing mode 1
2006-09-13 Chris LattnerIf LSR went through a lot of trouble to put constants...
2006-09-13 Chris Lattnernew testcase
2006-09-13 Chris LattnerFix a regression in the 32-bit port from the 64-bit...
2006-09-13 Chris LattnerNew testcase
2006-09-13 Chris Lattnernew note
2006-09-13 Chris Lattnernew note
2006-09-13 Chris LattnerCompile X << 1 (where X is a long-long) to:
2006-09-13 Chris LattnerCompile X > -1 -> text X,X; js dest
2006-09-13 Chris Lattnernew testcase
2006-09-13 Devang PatelInitialize DontInternalize.
2006-09-12 Evan ChengReflects MachineConstantPoolEntry changes.
2006-09-12 Evan ChengAdded support for machine specific constantpool values...
2006-09-12 Evan ChengReflect MachineConstantPoolEntry changes.
2006-09-12 John CriswellCorrect the URL to the attrib.incl file.
2006-09-12 Chris LattnerAn sinkable instruction may exist with uses, if those...
2006-09-12 Chris Lattnertestcase for PR908
2006-09-12 Chris LattnerTestcase that crashes the C++ FE.
2006-09-12 Chris Lattneradd a note
2006-09-12 Nick LewyckyAdd ability to remove nodes from DominatorTree, for...
2006-09-11 Chris LattnerTestcase noticed from PR906
2006-09-11 Chris Lattneradd compilable testcase
2006-09-11 Chris Lattnernew testcase for PR906
2006-09-11 Chris LattnerFix PR905 and InstCombine/2006-09-11-EmptyStructCrash.ll
next