oota-llvm.git
2008-10-17 Dan GohmanUse the opcode predicates, instead of duplicating the...
2008-10-17 Dan GohmanThis is now partly done.
2008-10-17 Dan GohmanThis is done.
2008-10-17 Dan GohmanFactor out the code for mapping LLVM IR condition opcod...
2008-10-17 Evan ChengAdd implicit defs of XMM8 to XMM15 on 32-bit call instr...
2008-10-17 Evan ChengAdd RCBarriers to TargetInstrDesc. It's a list of regis...
2008-10-17 Evan ChengFix PR2898. Spiller delete a store for reuse before...
2008-10-17 Chris Lattneradd support for 128 bit aggregates.
2008-10-17 Bill WendlingThe Dwarf writer was comparing mangled and unmangled...
2008-10-17 Mon P WangAdded MemIntrinsicNode which is useful to represent...
2008-10-17 Dan GohmanFactor out the code for mapping LLVM IR condition opcod...
2008-10-17 Chris Lattneradd support for 128 bit inputs on both x86-64 and x86-32.
2008-10-17 Chris LattnerFix a bug where the x86 backend would reject 64-bit...
2008-10-17 Chris LattnerFix PR2356 on PowerPC: if we have an input and output...
2008-10-17 Chris Lattnerremove an xfailed test.
2008-10-17 Chris Lattnerremove this test: it is xfailed anyway, and is failing...
2008-10-17 Evan ChengFix lfence and mfence encoding. These look like MRM5r...
2008-10-17 Evan ChenggetX86RegNum has long been moved to X86RegisterInfo.
2008-10-17 Chris Lattnerrefactor some code into a helper method, no functionali...
2008-10-17 Chris LattnerKeep track of *which* input constraint matches an output
2008-10-17 Chris Lattneradd an assert so that PR2356 explodes instead of runnin...
2008-10-17 Gabor Greifremove spurious space in link
2008-10-17 Gabor GreifAdd comment on how tagged pointers are
2008-10-17 Evan ChengFix a very subtle spiller bug: UpdateKills should not...
2008-10-17 Chris Lattneradd some simple hacky long double support for the CBE...
2008-10-17 Dan GohmanUse INT64_C to emit constant values, to avoid problems...
2008-10-17 Dan GohmanFun x86 encoding tricks: when adding an immediate value...
2008-10-17 Dan GohmanDefine patterns for shld and shrd that match immediate
2008-10-17 Dan GohmanUse 0 instead of false to return a null pointer.
2008-10-16 Dan GohmanFix this test so it actually runs the grep lines.
2008-10-16 Dan GohmanTrim #includes.
2008-10-16 Chris Lattnerfix typo noticed by sdt
2008-10-16 Gabor GreifIntroduce a typing refinenement on tagged data
2008-10-16 Mikhail GlushenkovRe-apply Makefile changes. Fix build with srcdir !...
2008-10-16 Duncan SandsFix warnings about mb/me being potentially used
2008-10-16 Duncan SandsFix "large integer implicitly truncated to unsigned...
2008-10-16 Duncan SandsTestcase for PR2762.
2008-10-16 Chris Lattneradd some notes
2008-10-16 Chris Lattneradd some notes and a file to collect unimplemented...
2008-10-16 Chris Lattnermark some targets as experimental. Andrew, if you...
2008-10-16 Chris LattnerVerify prefetch arguments, PR2576.
2008-10-16 Chris Lattnerapply Eli's patch for PR2165 and provide a testcase.
2008-10-16 Dan GohmanConst-ify several TargetInstrInfo methods.
2008-10-16 Dan GohmanRemove an unused variable.
2008-10-16 Dan GohmanFix Instruction::isIdenticalTo and isSameOperationAs...
2008-10-16 Zhongxing XuFix a calculation error in comments.
2008-10-16 Dan GohmanRename AliasSet to SubRegs, to reflect changes in the...
2008-10-16 Dan GohmanMove the include of MachineLocation.h into MachineModul...
2008-10-16 Dan GohmanImplement a SmallVector insert method that can insert...
2008-10-16 Dan GohmanFix several places that called mapped_iterator's constr...
2008-10-16 Dan GohmanFix a subtle bug in DeadMachineInstructionElim's liveness
2008-10-16 Dan GohmanFix the predicate for memop64 to be a regular load...
2008-10-15 Dan GohmanTeach instcombine's visitLoad to scan back several...
2008-10-15 Dan GohmanCorrect the name of isTrapping in comments.
2008-10-15 Dan GohmanFix whitespace in a comment.
2008-10-15 Duncan SandsTestcase for PR2894.
2008-10-15 Nicolas GeoffrayRemove naming Tilmann for generics.
2008-10-15 Anton KorobeynikovAdd global variable to test for consistency
2008-10-15 Anton KorobeynikovThis is not failing anymore
2008-10-15 Anton KorobeynikovAlso properly handle linking of strong alias and weak...
2008-10-15 Anton KorobeynikovProperly handle linking of strong alias with weak funct...
2008-10-15 Bill WendlingTestcase for PR1638.
2008-10-15 Dan GohmanFix a missing space after the return type in invoke...
2008-10-15 Chris LattnerFix PR2115 by doxygenating Use more, and make some...
2008-10-15 Chris Lattnermove PR1941 here.
2008-10-15 Bill WendlingUnbreak the build. Please test out the proper fix for...
2008-10-15 Chris Lattnermove PR1604 here.
2008-10-15 Chris Lattnermove PR1488 into this file.
2008-10-15 Anton KorobeynikovTemporary revert r57567 and unbreak the build.
2008-10-15 Nuno Lopesregenerate
2008-10-15 Nuno Lopesfix memleak in GetForwardRefForGlobal()
2008-10-15 Nuno Lopesregenerate
2008-10-15 Nuno Lopesfix memleak in getTypeVal()
2008-10-15 Nuno Lopesregenerate
2008-10-15 Nuno Lopesfix memleak in ResolveTypeTo()
2008-10-15 Gabor Greifcatch one more typo, canonicalize LLVMdev
2008-10-15 Gabor Greiffix some validation errors, improve formatting, squash...
2008-10-15 Gabor Greifremove legacy interfaces
2008-10-15 Mikhail Glushenkovllvmc2: Documentation update. Describe recent work...
2008-10-15 Mikhail Glushenkovllvmc2: Some Makefile fixes and renames.
2008-10-15 Mikhail GlushenkovUse (a slightly modified) llvm.css for llvmc2 docs.
2008-10-15 Dan GohmanNow that predicates can be composed, simplify several of
2008-10-15 Mon P WangRemoved pinsrd and pinsrq intrinsics because the code...
2008-10-15 Dan GohmanAdd support for having multiple predicates on a TreePat...
2008-10-15 Chris Lattnerregenerate
2008-10-15 Chris LattnerFix the .ll grammar rules to allow any type before...
2008-10-15 Chris Lattnerregenerate
2008-10-15 Chris LattnerEliminate the "IntType ::= INTTYPE" production, just use
2008-10-15 Chris Lattneradd a note
2008-10-15 Chris Lattneradd support for folding immediates into stores when...
2008-10-15 Chris Lattnerfold immediates into stores in simple cases, this produ...
2008-10-15 Chris Lattnerfold compare of null pointer into compare with 0.
2008-10-15 Chris LattnerSome minor cleanups:
2008-10-15 Chris LattnerUse switch on VT instead of Type* comparisons.
2008-10-15 Chris LattnerUse X86FastEmitCompare for FCMP_OEQ and FCMP_UNE: it...
2008-10-15 Chris Lattnerrefactor compare emission out into a new X86FastEmitCom...
2008-10-15 Chris LattnerFold immediates into compares when possible, producing...
2008-10-15 Chris Lattnermore minor refactoring of X86SelectBranch, no functiona...
2008-10-15 Chris Lattnerfactor buildmi calls in X86SelectBranch
2008-10-15 Chris Lattnerfactor some more BuildMI's in X86SelectCmp
next