oota-llvm.git
2010-12-23 Torok EdwinXFAIL vg_leak the new test as the rest.
2010-12-23 Owen AndersonIt is possible for SimplifyCFG to cause PHI nodes to...
2010-12-23 Chris LattnerFlag -> Glue, the ongoing saga
2010-12-23 Chris Lattnerflags -> glue for selectiondag
2010-12-23 Chris Lattnersdisel flag -> glue.
2010-12-23 Chris Lattnercontinue renaming flag -> glue.
2010-12-23 Torok EdwinFix OCaml bindings crash, PR8847.
2010-12-23 Benjamin KramerRemove/fix invalid README entries. The well thought...
2010-12-23 Benjamin KramerRemove some obsolete README items, add a new one off...
2010-12-23 Andrew TrickReorganize ListScheduleBottomUp in preparation for...
2010-12-23 Andrew TrickConverted LiveRegCycles to LiveRegGens. It's easier...
2010-12-23 Andrew TrickIn CheckForLiveRegDef use TRI->getOverlaps.
2010-12-23 Andrew TrickFixes PR8823: add-with-overflow-128.ll
2010-12-23 Mon P WangPreserve the address space when generating bitcasts...
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-12-23 Bill WendlingDefault to armv7 instead of armv6.
2010-12-22 Jim GrosbachTrailing whitespace.
2010-12-22 Benjamin KramerDAGCombine add (sext i1), X into sub X, (zext i1) if...
2010-12-22 Benjamin KramerInstCombine: creating selects from -1 and 0 is fine...
2010-12-22 Benjamin KramerX86: Lower a select directly to a setcc_carry if possible.
2010-12-22 Rafael EspindolaAdd r122359 back now that the bug in MCDwarfLineAddrFra...
2010-12-22 Dan GohmanConstify.
2010-12-22 Rafael EspindolaAssert that the AddrDelta expression is really constant...
2010-12-22 Jakob Stoklund... When RegAllocGreedy decides to spill the interferences...
2010-12-22 Jakob Stoklund... Include a shadow of the original CFG edges in the edge...
2010-12-22 Rafael EspindolaRename NeedsSetToChangeDiffSize to HasAggressiveSymbolF...
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Don't try to use scattered relocs for...
2010-12-22 Rafael EspindolaAdd reduced test from 8845.
2010-12-22 Rafael EspindolaRevert r122359 while I debug PR8845.
2010-12-22 Matt Beaumont-GayFix another conditional expression mismatched enum...
2010-12-22 Duncan SandsWhen determining whether the new instruction was alread...
2010-12-22 Duncan SandsMake this test not depend on how the variable is named.
2010-12-22 Daniel DunbarMC/Mach-O/ARM: We always use the SECTDIFF reloc type...
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Clone off an ARM version of RecordScatte...
2010-12-22 Daniel DunbarMC/Mach-O: Return to reporting errors if we see unexpec...
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Recognize generic _Data_N fixup kinds.
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Add enough relocation logic to get BR24...
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Fix thinko.
2010-12-22 Rafael EspindolaUse references and simplify.
2010-12-22 Rafael EspindolaSimplify the handling of .size expressions.
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Stub out RecordARMRelocation, which...
2010-12-22 Daniel DunbarSimplify.
2010-12-22 Daniel DunbarMC/Mach-O: Split out RecordARMRelocation for now, it...
2010-12-22 Duncan SandsAdd a generic expansion transform: A op (B op' C) ...
2010-12-22 Che-Liang Chiouptx: add ld instruction and test
2010-12-22 Duncan SandsAdd some statistics, good for understanding how much...
2010-12-22 Oscar FuentesFixes file extension for loadable modules on OS X.
2010-12-22 Chris LattnerFix a bug in ReduceLoadWidth that wasn't handling extending
2010-12-22 Chris Lattnermore cleanups, move a check for "roundedness" earlier...
2010-12-22 Chris Lattnerreduce indentation and improve comments, no functionali...
2010-12-22 Wesley PeckDon't generate carry bit when loading immediate values...
2010-12-22 Wesley PeckAdd support for some of the LLVM atomic operations...
2010-12-22 Wesley PeckModeling the carry bit in the MSR register of the Micro...
2010-12-22 Wesley PeckFix a regression introduced into the MBlaze delay slot...
2010-12-21 Owen AndersonGive GVN back the ability to perform simple conditional...
2010-12-21 Matt Beaumont-GayGCC objects to the two sides of a conditional expressio...
2010-12-21 Owen AndersonRemove dead code.
2010-12-21 Andrew TrickIn DelayForLiveRegsBottomUp, handle instructions that...
2010-12-21 Andrew Trickwhitespace
2010-12-21 Dale JohannesenReapply 122353-122355 with fixes. 122354 was wrong;
2010-12-21 Benjamin KramerAdd some x86 specific dagcombines for conditional incre...
2010-12-21 Benjamin KramerGVN's Expression is not POD-like (it contains a SmallVe...
2010-12-21 Dale JohannesenRevert 122353-122355 for the moment, they broke stuff.
2010-12-21 Rafael EspindolaSimplify EvaluateAsAbsolute now that EvaluateAsRelocata...
2010-12-21 Rafael EspindolaDon't relax org or align. They change size as the relax...
2010-12-21 Dale JohannesenAdd a new transform to DAGCombiner.
2010-12-21 Dale JohannesenGet the type of a shift from the shift, not from its...
2010-12-21 Dale JohannesenShift by the word size is invalid IR; don't create it.
2010-12-21 Chris Lattnerfix some typos
2010-12-21 David GreeneRevert 122341. It breaks some darwin tests.
2010-12-21 Stuart HastingsFix indentation, add comment.
2010-12-21 Duncan SandsVisit instructions deterministically. Use a FIFO so...
2010-12-21 Stuart HastingsMissing logic for nested CALLSEQ_START/END.
2010-12-21 David GreeneFix PR 8199. This patch prepends the build tool dir...
2010-12-21 Jim GrosbachTidy up a bit. Trailing whitespace, hard tabs and 80...
2010-12-21 Duncan SandsIf an instruction simplifies, try again to simplify...
2010-12-21 Daniel DunbarMC/Mach-O: Shuffle enums a bit to make it harder to...
2010-12-21 Duncan SandsAdd an additional InstructionSimplify factorization...
2010-12-21 Duncan SandsWhile I don't think any later transforms can fire,...
2010-12-21 Duncan SandsFix inverted condition noticed by Frits van Bommel.
2010-12-21 Duncan SandsPull a few more simplifications out of instcombine...
2010-12-21 Duncan SandsFix typo in comment, spotted by Deewiant.
2010-12-21 Duncan SandsTeach InstructionSimplify about distributive laws....
2010-12-21 Duncan SandsMove checking of the recursion limit into the various...
2010-12-21 Duncan SandsAdd generic simplification of associative operations...
2010-12-21 Cameron ZwarichIncremental progress towards a new implementation of...
2010-12-21 Bob WilsonAdd ARM-specific DAG combining to cast i64 vector eleme...
2010-12-21 Rafael EspindolaLayout one section until no relaxations are done and...
2010-12-21 Eric ChristopherArm and thumb call instructions are also in different...
2010-12-21 Bill WendlingGrammar corrections and some formatting changes.
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-12-21 Eric ChristopherIf we're not using reg+reg offset we're using reg+imm...
2010-12-21 Chris Lattnerimprove "cannot yet select" errors a trivial amount...
2010-12-21 Bill WendlingFix a copy-pasto. When the tBR_JTr instruction was...
2010-12-21 Bill WendlingComment cleanups.
2010-12-21 Jakob Stoklund... Add EdgeBundles to SplitKit.
2010-12-21 Jakob Stoklund... Use IntEqClasses to compute connected components of...
2010-12-21 Jakob Stoklund... Add ADT/IntEqClasses.h as a light-weight implementation...
2010-12-20 Owen AndersonSpeculatively revert the use of DenseMap in LazyValueIn...
2010-12-20 Owen AndersonAttempt to appease the DragonEgg buildbots.
next