oota-llvm.git
2010-06-24 Dan GohmanAdd a comment about a thread safety issue in Statistic.h.
2010-06-24 Dan GohmanAdd overloads for getFile and getFileOrSTDIN which...
2010-06-24 Jakob Stoklund... Be more strict about subreg-to-subreg copies in Coalesc...
2010-06-24 Gabor Greifuse ArgOperand API
2010-06-24 Jakob Stoklund... Verify that VNI kills are pointing to existing instruct...
2010-06-24 Gabor Greifuse (even more, still) ArgOperand API
2010-06-24 Dan GohmanEliminate the other half of the BRCOND optimization...
2010-06-24 Dan GohmanEliminate the first have of the optimization which...
2010-06-24 Gabor Greifuse ArgOperand API and CallSite for arg range; add...
2010-06-24 Dan GohmanReapply r106634, now that the bug it exposed is fixed.
2010-06-24 Gabor Greifuse ArgOperand API and CallSite for arg range
2010-06-24 Gabor Greifuse (even more) ArgOperand API
2010-06-24 Gabor Greifuse ArgOperand API
2010-06-24 Gabor Greifuse ArgOperand API
2010-06-24 Gabor Greifuse ArgOperand API
2010-06-24 Gabor Greifuse ArgOperand API, also tighten the type of visitFree...
2010-06-24 Gabor Greifuse ArgOperand API; introduce downcasted pointers into...
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... Revert "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... Add AVX CMP{SS,SD}{rr,rm} instructions and encoding...
2010-06-24 Bruno Cardoso... Move SSE and AVX shuffle, unpack and compare code to...
2010-06-24 Jakob Stoklund... Replace 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... Add AVX MOVMSK{PS,PD}rr instructions
2010-06-23 Bruno Cardoso... Add tests for different AVX cmp opcodes, also teach...
2010-06-23 Eric ChristopherUpdate according to feedback.
2010-06-23 Rafael EspindolaAdd an extra-library-path option to the plugin. This...
2010-06-23 Bruno Cardoso... Add AVX SHUF{PS,PD}{rr,rm} instructions
2010-06-23 Nico WeberAdd support for the x86 instructions "pusha" and "popa".
2010-06-23 Bruno Cardoso... Fix a tblgen bug.
2010-06-23 Dale JohannesenReinstate correct test, remove the real invalidated...
2010-06-23 Dale JohannesenRemove tests invalidated by previous checkin.
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 Dunbartests: Tweak lit.cfg to fix breakage with out-of-dir...
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 Jim Grosbachremove trailing whitespace
2010-06-23 Jakob Stoklund... Add 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 Nick LewyckyDon't link against libm and libpthread which don't...
2010-06-23 Daniel DunbarRevert r106066, "Create a more targeted fix for not...
2010-06-23 Stuart HastingsLess incorrect handling of zero-length bitfields. ...
2010-06-22 Eric ChristopherGet the addend correct for i386 pic.
2010-06-22 Bill WendlingGenerate DWARF information during Apple-style build...
2010-06-22 Dan GohmanReplace ScalarEvolution's private copy of getLoopPredec...
2010-06-22 Bruno Cardoso... Add AVX compare packed instructions
2010-06-22 Dan GohmanLoosen up this test so that it doesn't depend as much...
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... Reapply 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... Add 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... Also convert SUBREG_TO_REG to a KILL when relevant...
2010-06-22 Bob WilsonThumb1 functions using @llvm.returnaddress were not...
2010-06-22 Eric ChristopherMove a 64-bit test to the 64-bit file. Fixes an llvm...
2010-06-22 Eric ChristopherLook for and use a different darwin crash reporter...
2010-06-22 Dale JohannesenAdd SSE so these actually pass on non-X86 hosts.
2010-06-22 Jim Grosbachfix typo
2010-06-22 Gabor Greifuse high-level accessors
2010-06-22 Bruno Cardoso... Fix a subtle multiclass bug: when using class inheritan...
2010-06-22 Bill WendlingCorresponding test changes for r106564.
2010-06-22 Gabor Greifwarmup ritual: use high-level argument accessors
2010-06-22 Mon P WangMove v-binop-widen tests to X86 since they don't work...
2010-06-22 Devang PatelClone named metadata while cloning a module.
2010-06-22 Bruno Cardoso... Reorganize logical and arithmetic SSE 1 & 2 instructions
2010-06-22 Bruno Cardoso... Reorganize SSE instructions, making easier to see oport...
2010-06-22 Dan GohmanMove PHIElimination's SplitCriticalEdge for MachineBasi...
2010-06-22 Jakob Stoklund... Remove the SimpleJoin optimization from SimpleRegisterC...
2010-06-22 Dan GohmanSplit out the code for finding a unique loop predecesso...
2010-06-22 Dan GohmanUse pre-increment instead of post-increment when the...
2010-06-22 Dan GohmanAdd a comment explaining a non-obvious API.
2010-06-22 Dan GohmanAdd an explicit keyword.
2010-06-22 Dan GohmanAllow "exhaustive" trip count evaluation on phi nodes...
next