add the memri memory operand
[oota-llvm.git] / lib /
2006-07-11 Rafael Espindolaadd the memri memory operand
2006-07-11 Owen AndersonRevert my indvars changes because they were breaking...
2006-07-11 Chris LattnerImplement the inline asm 'A' constraint. This implemen...
2006-07-11 Chris LattnerFix CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll and...
2006-07-11 Chris LattnerIn 64-bit mode, 64-bit GPRs are callee saved, not 32...
2006-07-10 Owen AndersonAdd a comment, and fix a typo that broke the build.
2006-07-10 Owen AndersonDon't indent the entire function.
2006-07-10 Evan ChengNew entry.
2006-07-10 Evan ChengFixed stack objects do not specify alignments, but...
2006-07-10 Chris LattnerImplement Regression/CodeGen/PowerPC/bswap-load-store...
2006-07-10 Chris LattnerRecognize 16-bit bswaps by relaxing overconstrained...
2006-07-10 Chris LattnerMark internal function static
2006-07-10 Owen AndersonMake instcombine not remove Phi nodes when LCSSA is...
2006-07-10 Rafael Espindolacreate the raddr addressing mode that matches any regis...
2006-07-09 Owen AndersonFix typo in the comment.
2006-07-09 Owen AndersonAdd a fix for an issue where LCSSA would fail to insert...
2006-07-07 Evan ChengFix a typo that causes 2006-07-07-ComputeMaskedBits...
2006-07-07 Chris LattnerFix PR820 and Transforms/GlobalOpt/2006-07-07-InlineAsm...
2006-07-07 Chris Lattnerno need to do a stat then an lstat. lstat will tell...
2006-07-07 Reid SpencerFinish removal of EH usage from the Archive library...
2006-07-07 Reid SpencerRemove EH use from the Archive library and adjust its...
2006-07-07 Chris LattnerMove << method out of line.
2006-07-07 Chris LattnerChange AllocateRWX/DeallocateRWX to not throw an exception.
2006-07-07 Chris LattnerChange AllocateRWX/DeallocateRWX do not throw an exception.
2006-07-07 Chris LattnerFix this impl
2006-07-07 Chris LattnerAdapt to new interface function materialization interface
2006-07-07 Chris LattnerLoadLibraryPermanently no longer throws an exception...
2006-07-07 Chris LattnerAdd a helper function
2006-07-07 Chris LattnerChange LoadLibraryPermanently to not throw an exception.
2006-07-07 Chris LattnerThis patch (written by Reid) changes compressor to...
2006-07-07 Chris LattnerThis uses EH info
2006-07-07 Chris LattnerThese libs use EH info
2006-07-07 Evan ChengX86 target specific DAG combine: turn build_vector...
2006-07-07 Chris LattnerFix a bug in my previous patch which broke building...
2006-07-07 Chris LattnerThis uses EH extensively
2006-07-06 Chris LattnerModify the SlowOperationInformer interface to not throw...
2006-07-06 Chris LattnerChange the ModuleProvider interface to not throw except...
2006-07-06 Chris LattnerPrint LLVM version info like this:
2006-07-06 Chris LattnerChange the verifier to never throw an exception. Inste...
2006-07-06 Chris LattnerUndisable ppc64 jit
2006-07-06 Evan ChengAdded option -code-model to set code model (only used...
2006-07-05 Evan ChengReorg. No functionality change.
2006-07-05 Evan ChengFix JIT on non MacOS X i386 systems.
2006-07-03 Andrew LenharthThese are already implemented
2006-07-03 Andrew Lenharth0 offsets for memory operands
2006-06-29 Evan ChengUgly hack! Add helper functions InsertInFlightSetEntry and
2006-06-29 Evan ChengShould just use xorps to clear XMM registers for all...
2006-06-29 Evan ChengLet X86CompilationCallback pass previous frame and...
2006-06-29 Evan ChengAdd shift and rotate by 1 instructions / patterns.
2006-06-29 Evan ChengAlways use xorps to clear XMM registers.
2006-06-29 Evan ChengMove .literal4 and .literal8 support into AsmPrinter.cpp
2006-06-29 Evan ChengAdd support to print 4-, 8-, and 16- byte constant...
2006-06-28 Chris LattnerHide x86 symbols
2006-06-28 Chris LattnerUse hidden visibility to make symbols in an anonymous...
2006-06-28 Chris LattnerUse hidden visibility to reduce codesize
2006-06-28 Chris LattnerShave another 27K off libllvmgcc.dylib with visibility...
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 LattnerFix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll
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 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-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 Andrew Lenharththis case isn't handled
2006-06-27 Owen AndersonFix for 2006-06-27-DeadSwitchCase.ll
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 LattnerFix ppc64 jump tables
2006-06-27 Evan ChengRemove dead code.
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 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 Lattnerrandom code cleanups, no functionality change
2006-06-26 Owen AndersonMake LoopUnswitch able to unswitch loops with live...
next