Conditional branch is not a barrier.
[oota-llvm.git] / lib /
2007-05-16 Evan ChengConditional branch is not a barrier.
2007-05-16 Chris LattnerUse a ptr set instead of a linear search to unique...
2007-05-16 Chris Lattnerimplement the missing maskmovq mmx intrinsic that akor...
2007-05-16 Evan ChengFix comment.
2007-05-16 Evan ChengDevang points out that we need an assertion here.
2007-05-16 Reid SpencerImplement printing of instruction result values when...
2007-05-16 Evan ChengBug fix: should check ABI alignment, not pref. alignment.
2007-05-16 Evan ChengHooks for predication support.
2007-05-16 Evan ChengInitial commit of (very basic) if converter.
2007-05-15 Dale JohannesenRemove extra CFG edges before doing these passes; it...
2007-05-15 Lauro Ramos VenancioFix an infinite recursion in GetNegatedExpression.
2007-05-15 Duncan SandsThe index into the actions table is a ULEB128 not a...
2007-05-15 Chris Lattnerselects can also reach here
2007-05-15 Chris Lattnerimplement the ModuleProvider::dematerializeFunction...
2007-05-15 Reid SpencerUn-brain-dead-ify the lowering of part set for the...
2007-05-15 Chris LattnerFix some subtle issues handling immediate values. ...
2007-05-15 Chris Lattnerfix some subtle inline asm selection issues
2007-05-15 Evan ChengAdd PredicateOperand to all ARM instructions that have...
2007-05-15 Chris Lattnerfix subtle bugs in inline asm operand selection
2007-05-15 Evan ChengAdded getNumExplicitOperands and findFirstPredOperand.
2007-05-15 Chris LattnerFix Transforms/InstCombine/2007-05-14-Crash.ll
2007-05-14 Lauro Ramos VenancioFix previous patch. GOTOFF can be used only when the...
2007-05-14 Chris Lattnerimplement a simple fneg optimization/propagation thing...
2007-05-14 Evan ChengOnly worry about intervening kill if there are more...
2007-05-14 Evan ChengFix for PR1406:
2007-05-14 Evan ChengWhen marking a register as being implicitly defined...
2007-05-14 Lauro Ramos VenancioOptimize PIC implementation. GOTOFF can be used when...
2007-05-14 Lauro Ramos VenancioEnable aliases on arm-linux.
2007-05-14 Reid SpencerGive names to the final result values of the part_set...
2007-05-14 Dan GohmanCorrect a few comments.
2007-05-14 Dan GohmanAdd passes -view-cfg and -view-cfg-only that are like...
2007-05-14 Reid SpencerMake the results for the rotate functions correct when...
2007-05-13 Reid SpencerAdd some things needed by the llvm-gcc version supporti...
2007-05-13 Chris LattnerFix PR1413
2007-05-13 Chris LattnerFix Transforms/GlobalOpt/2007-05-13-Crash.ll
2007-05-13 Anton KorobeynikovEmit function debug frames in one atom. This will preve...
2007-05-13 Anton KorobeynikovEmit multiple common EH frames for multiple (including...
2007-05-12 Anton KorobeynikovMore DWARF-related things cleanup:
2007-05-12 Reid SpencerFix shl to produce the correct result when the bitwidth...
2007-05-12 Reid SpencerGet the size of auto arrays right, regardless of its...
2007-05-11 Chris Lattnerallow partially materialized modules to be written...
2007-05-11 Devang PatelFix lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of...
2007-05-11 Chris Lattnersignificantly improve debug output of lsr
2007-05-11 Dan GohmanUpdate comments to say "vector" instead of "packed".
2007-05-11 Dan GohmanFix typos.
2007-05-11 Dan GohmanThis patch extends the LoopUnroll pass to be able to...
2007-05-11 Chris Lattnerfix regressions from my previous checking, including
2007-05-11 Anton KorobeynikovPerform correct actions numbers/sizes computation
2007-05-11 Anton KorobeynikovFix action No calculation in multiple-invoke-one-LP...
2007-05-11 Chris Lattnerfix Transforms/InstCombine/2007-05-10-icmp-or.ll
2007-05-11 Chris Lattnerfix a memory leak
2007-05-11 Chris LattnerFix a bug where the bcreader could crash on .bc files...
2007-05-10 Dale JohannesenDo not generate branches to entry block. This fixes...
2007-05-10 Anton KorobeynikovOoops. Some debugging stuff :)
2007-05-10 Anton KorobeynikovAllow multiple invokes per landing pad. This (probably...
2007-05-10 Duncan SandsLater computations assume we are aligned at this point.
2007-05-10 Anton KorobeynikovTypeIds are indexed by j, not i
2007-05-10 Dale JohannesenMake tail merging handle many more cases (all it can...
2007-05-10 Chris Lattneradd some notes
2007-05-09 Evan ChengCan't fold the bit_convert is the store is a truncating...
2007-05-09 Anton KorobeynikovDo not assert, when case range split metric is zero...
2007-05-09 Devang PatelFix PR1333
2007-05-08 Evan ChengSwitch BCC, MOVCCr, etc. to PredicateOperand.
2007-05-08 Evan ChengPredicateOperand can be used as a normal operand for...
2007-05-08 Bill WendlingChange names from RA to something unique to get rid...
2007-05-08 Evan ChengEliminate MarkVirtRegAliveInBlock recursion.
2007-05-08 Evan ChengR0 is a sub-register of X0, etc.
2007-05-08 Dan GohmanFix various whitespace inconsistencies.
2007-05-08 Dan GohmanCorrect the comment for ApproximateLoopSize to reflect...
2007-05-08 Chris LattnerMake a preemptive bitcode format change to support...
2007-05-08 Dale JohannesenDon't generate branch to entry block.
2007-05-07 Lauro Ramos VenancioFix PR1390 in a better way.
2007-05-07 Evan ChengForgot a check.
2007-05-07 Evan ChengThis is no longer needed after enabling the DAG combine...
2007-05-07 Evan ChengEnable a couple of xforms:
2007-05-07 Dale JohannesenHandle some non-exit blocks in tail merging.
2007-05-07 Duncan SandsParameter attributes on invoke calls were being lost...
2007-05-07 Jeff CohenUnbreak VC++ build.
2007-05-06 Chris LattnerEnhance MemoryBuffer to return error messages in string...
2007-05-06 Chris LattnerFix PR1395, by passing the ID correctly
2007-05-06 Chris Lattneradd this back
2007-05-06 Anton KorobeynikovDetabify
2007-05-06 Anton KorobeynikovUpdate MSIL BE. This patch fixes most weird glitches...
2007-05-06 Chris Lattnerlib/Bytecode is dead
2007-05-06 Chris Lattnermove this to lib/Archive
2007-05-06 Chris Lattnerbuild lib/Archive instead of lib/Bytecode
2007-05-06 Chris Lattneradjust this to live in lib/Archive
2007-05-06 Chris Lattnerremove bytecode reader
2007-05-06 Chris Lattnerremove the old bc writer
2007-05-06 Chris Lattnerfix off-by-one that caused the llvm2cpp test to fail
2007-05-06 Chris LattnerFlush the file after writing bitcode so that clients...
2007-05-06 Chris Lattnerremove this file for now, we can bring it back from...
2007-05-06 Chris Lattnerremove libbzip2, it is dead
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-06 Chris Lattnerdon't build bzip2 for now
2007-05-06 Chris Lattnerdisable this for now
2007-05-06 Chris Lattnerdon't build bcreader/bcwriter
2007-05-06 Chris Lattnerswitch this to bitcode instead of bytecode
2007-05-06 Chris LattnerSwitch this over to bitcode instead of bytecode.
2007-05-06 Chris LattnerFix a nasty problem where we would miss enumeration...
next