oota-llvm.git
2006-06-28 Chris LattnerShrink libllvmgcc.dylib by another 23K
2006-06-28 Chris Lattnershrink libllvmgcc.dylib another 25K
2006-06-28 Chris LattnerMark these two classes as hidden, shrinking libllbmgcc...
2006-06-28 Chris LattnerUse hidden visibility to reduce the sizes of some ...
2006-06-28 Chris LattnerAdd support for hidden visibility
2006-06-28 Andrew Lenharthnot really XFailing these, as only incompleteness is...
2006-06-28 Andrew Lenharthchange I flag on test
2006-06-28 Chris LattnerFix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll
2006-06-28 Chris LattnerTestcase that crashes the ppc backend.
2006-06-28 Evan ChengDoh.
2006-06-28 Owen AndersonSwitch to a very conservative heuristic for determining...
2006-06-28 Chris LattnerFix Transforms/InstCombine/2006-06-28-infloop.ll
2006-06-28 Chris LattnerInfinite loop in instcombine that nate hit.
2006-06-28 Chris LattnerDon't unswitch really large loops even if they are...
2006-06-28 Evan ChengOops. Need to keep CP index.
2006-06-28 Evan ChengDarwin puts float and double literal constants into...
2006-06-28 Andrew Lenharthadd some missing externals
2006-06-28 Andrew LenharthCatch more function pointer casting problems
2006-06-28 Evan ChengAllow EmitConstantPool to be redefined by derived classes.
2006-06-27 Chris LattnerHandle alias sets that have been unified, and thus...
2006-06-27 Chris LattnerDon't implement AliasSetTracker::remove in terms of...
2006-06-27 Chris LattnerNew testcase, reduced by nate, which crashes DSE
2006-06-27 Andrew Lenharththis case isn't handled
2006-06-27 Owen AndersonFix for 2006-06-27-DeadSwitchCase.ll
2006-06-27 Owen AndersonTestcase that Nate found where LoopUnswitch chokes...
2006-06-27 Rafael Espindolahandle the "mov reg1, reg2" case in isMoveInstr
2006-06-27 Chris LattnerDon't match 64-bit bitfield inserts into rlwimi's....
2006-06-27 Chris LattnerFix Transforms/DeadArgElim/2006-06-27-struct-ret.ll...
2006-06-27 Chris Lattnertestcase that crashes dead arg elim.
2006-06-27 Chris LattnerFix ppc64 jump tables
2006-06-27 Chris LattnerPass -Xlinker flags to gcc when it builds the shared...
2006-06-27 Evan ChengRemove dead code.
2006-06-27 Evan ChengFix -extraflags
2006-06-27 Chris LattnerPrint stubs for external globals right.
2006-06-27 Chris LattnerImplement 64-bit select, bswap, etc.
2006-06-27 Chris LattnerAdd a pattern for i64 sra. Print 8-byte units with...
2006-06-27 Chris LattnerFix rewriting frame offsets with ixaddr instructions...
2006-06-27 Chris LattnerPPC doesn't have bit converts to/from i64
2006-06-27 Chris LattnerAdd 64-bit MTCTR so that indirect calls work.
2006-06-27 Chris LattnerFix an incorrect store pattern. This fixes em3d.
2006-06-27 Chris LattnerImplement 64-bit undef, sub, shl/shr, srem/urem
2006-06-27 Devang PatelFix cut-n-pasto in comments.
2006-06-27 Chris LattnerUse i32 for shift amounts instead of i64. This gets...
2006-06-27 Chris LattnerAdd zextload from i32 -> i64, with this, perimeter...
2006-06-27 Reid SpencerFor PR801:
2006-06-27 Owen AndersonDe-pessimize the handling of LCSSA Phi nodes in IndVarS...
2006-06-27 Chris LattnerPrint darwin stub stuff correctly in 64-bit mode. ...
2006-06-27 Chris LattnerFix variable shadowing issue
2006-06-27 Chris LattnerImplement a bunch of 64-bit cleanliness work. With...
2006-06-26 Chris LattnerRearrange compares, add ADDI8, add sext from 32-to...
2006-06-26 Chris LattnerImprove PPC64 calling convention support
2006-06-26 Chris LattnerRemove two more definitions
2006-06-26 Chris Lattnerremove two unused instructions.
2006-06-26 Chris LattnerFix a stale pointer issue that caused 300.twolf to...
2006-06-26 Chris LattnerAdd a new method.
2006-06-26 Chris Lattnerrandom code cleanups, no functionality change
2006-06-26 Owen AndersonMake LoopUnswitch able to unswitch loops with live...
2006-06-24 Evan ChengSimplify X86CompilationCallback: always align to 16...
2006-06-23 Jim LaskeyAdd and sort "sections" in debug lines. This always...
2006-06-23 Evan ChengAdded jump table address relocation.
2006-06-22 Evan ChengEliminate unneeded parameter.
2006-06-21 Evan Chengvariable_ops instructions such as call can have any...
2006-06-21 Reid SpencerWhoops, missed a couple more C-style casts.
2006-06-21 Reid SpencerUse C++ style casts instead of C-style casts to shut...
2006-06-21 Chris LattnerAdd targets for generating .s file in addition to ...
2006-06-21 Chris LattnerFactor a bunch of rules together, no functionality...
2006-06-21 Chris LattnerAdd more anonymous namespaces to make it clear that...
2006-06-21 Chris LattnerRemove unneeded libs
2006-06-21 Reid SpencerFor PR811:
2006-06-21 Chris LattnerAdd some out-of-line virtual dtors so that the class...
2006-06-21 Chris Lattnerfix typo
2006-06-21 Andrew LenharthAdd memory operand and int regs
2006-06-21 Andrew Lenharthinline asm, at least for floats
2006-06-21 Jim Laskeyfix typos
2006-06-21 Andrew Lenharthfix argument problem
2006-06-21 Chris LattnerCorrect returns of 64-bit values, though they seemed...
2006-06-21 Evan ChengFix non-64-bit clean code.
2006-06-20 Chris LattnerMake these predicates correct in 64-bit mode too.
2006-06-20 Chris LattnerRename OR4 -> OR. Move some PPC64-specific stuff to...
2006-06-20 Chris Lattnerremove unused flag
2006-06-20 Chris Lattneradd some logical ops
2006-06-20 Chris Lattnerremove some unused patterns
2006-06-20 Chris LattnerAdd some more immediate patterns. This allows us to...
2006-06-20 Chris LattnerInstead of li/xoris use li/oris. Note that this doesn...
2006-06-20 Chris LattnerAdd some 64-bit logical ops.
2006-06-20 Evan ChengAdded --with-extra-options=opts to specify additional...
2006-06-20 Evan Cheng__i386__, __i386, etc. are not defined for x86-64....
2006-06-20 Chris Lattner64-bit bugfix: 0xFFFF0000 cannot be formed with a singl...
2006-06-20 Chris LattnerAdd some patterns for globals, so we can now compile...
2006-06-20 Jim Laskeyadd subroutine types
2006-06-20 Chris Lattnerremove quotes for better consistency
2006-06-20 Chris Lattnermore significant moving of stuff around.
2006-06-20 Chris LattnerFix broken links, remove author information, add brief...
2006-06-20 Jim LaskeyAdd support for function types.
2006-06-20 Evan ChengAllow LLVM to be built with extra options.
2006-06-20 Evan ChengRename EXTRA_FLAGS to EXTRA_OPTIONS.
2006-06-20 John CriswellAdded LLVM publications describing the LLVM compiler...
2006-06-20 John CriswellAdded the privbracket project to the list of projects...
2006-06-20 Andrew LenharthFix build on old compilers
2006-06-20 Chris LattnerFix an error message regression. Print:
next