use ArgOperand API
[oota-llvm.git] / lib /
2010-06-24 Gabor Greifuse ArgOperand API
2010-06-24 Gabor Greifuse ArgOperand API
2010-06-24 Gabor Greifuse callsite to obtain all arguments
2010-06-24 Gabor Greifuse callsite to obtain all arguments
2010-06-24 Chris LattnerTeach the x86 mc assembler that %dr6 = %db6, this imple...
2010-06-24 Chris Lattnermore cleanups
2010-06-24 Chris Lattnerreduce indentation
2010-06-24 Chris Lattnerfix breakage from r98938 by correctly marking msp430...
2010-06-24 Dan GohmanFix a bug in the code which determines when it's safe...
2010-06-24 Eric ChristopherAdd a couple more quick comments.
2010-06-24 Dan GohmanOptimize the "bit test" code path for switch lowering...
2010-06-24 Jakob Stoklund OlesenRevert "Replace a big gob of old coalescer logic with...
2010-06-24 Gabor Greifuse getNumArgOperands
2010-06-24 Gabor Greifuse ArgOperand API
2010-06-24 Devang PatelUse ValueMap instead of DenseMap.
2010-06-24 Bruno Cardoso LopesAdd AVX CMP{SS,SD}{rr,rm} instructions and encoding...
2010-06-24 Bruno Cardoso LopesMove SSE and AVX shuffle, unpack and compare code to...
2010-06-24 Jakob Stoklund OlesenReplace a big gob of old coalescer logic with the new...
2010-06-24 Devang PatelUse available typedef for " DenseMap<const Value*,...
2010-06-23 Devang PatelCosmetic change.
2010-06-23 Gabor Greifuse ArgOperand accessors
2010-06-23 Bill WendlingWe are missing opportunites to use ldm. Take code like...
2010-06-23 Gabor Greifuse the new isFreeCall API and ArgOperand accessors
2010-06-23 Gabor Greifminor enhancement to llvm::isFreeCall API: return CallI...
2010-06-23 Gabor Greifuse ArgOperand getters
2010-06-23 Bruno Cardoso LopesAdd AVX MOVMSK{PS,PD}rr instructions
2010-06-23 Bruno Cardoso LopesAdd tests for different AVX cmp opcodes, also teach...
2010-06-23 Eric ChristopherUpdate according to feedback.
2010-06-23 Bruno Cardoso LopesAdd AVX SHUF{PS,PD}{rr,rm} instructions
2010-06-23 Nico WeberAdd support for the x86 instructions "pusha" and "popa".
2010-06-23 Dale JohannesenDo not do tail calls to external symbols. If the
2010-06-23 Bill WendlingMorphNodeTo doesn't preserve the memory operands. Becau...
2010-06-23 Daniel DunbarRevert r106263, "Fold the ShrinkDemandedOps pass into...
2010-06-23 Jim GrosbachThe generic DAG combiner can now fold atomic fences...
2010-06-23 Jim GrosbachWhen using libcall expansions for the atomic intrinsics...
2010-06-23 Jim GrosbachSome targets don't require the fencing MEMBARRIER instr...
2010-06-23 Jakob Stoklund OlesenAdd a few VNInfo data structure checks.
2010-06-23 Gabor Greifuse ArgOperand accessors
2010-06-23 Gabor Greifuse ArgOperand accessors
2010-06-23 Gabor Greifuse helper to neatly access arguments
2010-06-23 Eric ChristopherUpdate uses, defs, and comments for darwin tls patterns.
2010-06-23 Daniel DunbarRevert r106066, "Create a more targeted fix for not...
2010-06-22 Eric ChristopherGet the addend correct for i386 pic.
2010-06-22 Dan GohmanReplace ScalarEvolution's private copy of getLoopPredec...
2010-06-22 Bruno Cardoso LopesAdd AVX compare packed instructions
2010-06-22 Devang PatelRevert 106592 for now. It causes clang-selfhost build...
2010-06-22 Dan GohmanFix OptimizeMax to handle an odd case where one of...
2010-06-22 Bruno Cardoso LopesReapply support for AVX unpack and interleave instructi...
2010-06-22 Devang PatelIf a metadata operand is seeded in value map and the...
2010-06-22 Devang PatelWhile cloning a module, clone metadata attached with...
2010-06-22 Bruno Cardoso LopesAdd AVX MOV{SS,SD}{rr,rm} instructions
2010-06-22 Bill WendlingFix the formatting of the switch statement and add...
2010-06-22 Jakob Stoklund OlesenAlso convert SUBREG_TO_REG to a KILL when relevant...
2010-06-22 Bob WilsonThumb1 functions using @llvm.returnaddress were not...
2010-06-22 Eric ChristopherLook for and use a different darwin crash reporter...
2010-06-22 Jim Grosbachfix typo
2010-06-22 Gabor Greifuse high-level accessors
2010-06-22 Gabor Greifwarmup ritual: use high-level argument accessors
2010-06-22 Devang PatelClone named metadata while cloning a module.
2010-06-22 Bruno Cardoso LopesReorganize logical and arithmetic SSE 1 & 2 instructions
2010-06-22 Bruno Cardoso LopesReorganize SSE instructions, making easier to see oport...
2010-06-22 Dan GohmanMove PHIElimination's SplitCriticalEdge for MachineBasi...
2010-06-22 Jakob Stoklund OlesenRemove the SimpleJoin optimization from SimpleRegisterC...
2010-06-22 Dan GohmanUse pre-increment instead of post-increment when the...
2010-06-22 Dan GohmanAdd an explicit keyword.
2010-06-22 Dan GohmanAllow "exhaustive" trip count evaluation on phi nodes...
2010-06-22 Devang PatelRevert 106528. It is causing self host failures.
2010-06-22 Devang PatelDo not rely on DenseMap slot which can be easily invali...
2010-06-22 Bob WilsonRevert my change to clone named metadata. Buildbots...
2010-06-22 Dan GohmanWhen unfolding a load, avoid assuming which instruction...
2010-06-22 Devang PatelUse single interface, using twine, to get named metadata.
2010-06-22 Evan ChengTail merging pass shall not break up IT blocks. rdar...
2010-06-22 Devang PatelDiscard special LLVM prefix from linkage name.
2010-06-22 Devang PatelDo not rely on Twine temporaries to survive.
2010-06-22 Chris Lattnermake sure to initialize indent_level
2010-06-22 Dan GohmanFix the new load-unfolding code to update LiveVariable...
2010-06-22 Bob WilsonInclude named metadata when cloning a module.
2010-06-21 Chris Lattneradd some support for blockaddress. This isn't really...
2010-06-21 Chris Lattnereliminate a mutable global variable, use raw_ostream...
2010-06-21 Chris Lattnerun-indent a huge amount of code out of an anonymous...
2010-06-21 Bruno Cardoso Lopesrevert r106482
2010-06-21 Dan GohmanTeach two-address lowering how to unfold a load to...
2010-06-21 Bruno Cardoso Lopeschange parameter name to avoid confusion with global...
2010-06-21 Bob Wilsonsign_extend_inreg needs to be expanded for pre-v6 Thumb...
2010-06-21 Jim GrosbachLEApcrelJT shouldn't be marked as neverHasSideEffects...
2010-06-21 Bruno Cardoso LopesAdd unpack and interleave AVX instructions, encoding...
2010-06-21 Evan ChengFix PR7421: bug in kill transferring logic. It was...
2010-06-21 Chris Lattner"This is just a cosmetic change in MCAsmStreamer.cpp...
2010-06-21 Eric ChristopherRemove isTwoAddress from SystemZ.
2010-06-21 Eric ChristopherRemove isTwoAddress from Sparc.
2010-06-21 Eric ChristopherRemove isTwoAddress from Mips.
2010-06-21 Eric ChristopherRemove isTwoAddress from Blackfin.
2010-06-21 Eric ChristopherRemove isTwoAddress from MSP430.
2010-06-21 Dan GohmanUse A.append(...) instead of A.insert(A.end(), ......
2010-06-21 Eric ChristopherMake 80-column.
2010-06-21 Eric ChristopherRemove isTwoAddress from PIC16.
2010-06-21 Eric ChristopherRemove isTwoAddress from XCore.
2010-06-21 Eric ChristopherRemove isTwoAddress from Alpha.
2010-06-21 Dan GohmanMove several non-performance-critical member functinos...
2010-06-21 Devang PatelDo not directly use function names to construct new...
next