oota-llvm.git
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.
2010-12-20 Owen AndersonRevert r122114 (CallbackVH observing use-list changes...
2010-12-20 Nate BegemanImplement feedback from Bruno on making pblendvb an...
2010-12-20 Wesley PeckUpdate the target feature matrix to reflect some new...
2010-12-20 Owen AndersonConvert one of LVI's primary maps to a DenseMap, now...
2010-12-20 Wesley PeckTeach the MBlaze disassembler to disassemble special...
2010-12-20 Roman DivackySet the value of absolute symbols.
2010-12-20 Bill WendlingThis is still used and issuing an annoying warning...
2010-12-20 Duncan SandsOops, forgot to add the pass itself!
2010-12-20 Duncan SandsAdd a new convenience pass for testing InstructionSimpl...
2010-12-20 Roman DivackyPrint all 64bits for st_value and st_size. Adjust tests...
2010-12-20 Wesley PeckTeach the MBlaze asm parser how to parse special purpos...
2010-12-20 Dale JohannesenCosmetic changes.
2010-12-20 Benjamin KramerAdd a check missing from my last commit and avoid a...
2010-12-20 Owen AndersonMore LVI cleanups, including trying to simplify the...
2010-12-20 Owen AndersonReuse the reference into the LVI cache throughout the...
2010-12-20 Benjamin KramerReduce indentation.
2010-12-20 Benjamin KramerTeach InstCombine to merge (icmp ult (X + CA), C1)...
2010-12-20 Daniel DunbarAdd header...
2010-12-20 Daniel DunbarX86/MC/Mach-O: Split out createX86MachObjectWriter().
2010-12-20 Duncan SandsHave SimplifyBinOp dispatch Xor, Add and Sub to the...
2010-12-20 Michael J.... Fix spelling.
2010-12-20 Michael J.... Support/PathV2: Add missing has_relative_path impl.
2010-12-20 Duncan SandsThere is no need for isAssociative to take the type...
2010-12-20 Duncan SandsDiscourage people from using isWeakForLinker when they...
2010-12-20 Oscar FuentesNew cmake option LLVM_APPEND_VC_REV for controlling...
2010-12-20 Oscar FuentesUpdate cmake library dependencies.
2010-12-20 Chris Lattnerfix PR8807 by making transformConstExprCastCall aware...
2010-12-20 Chris Lattnervarious cleanups for transformConstExprCastCall
2010-12-20 Chris Lattnerwhen eliding a byval copy due to inlining a readonly...
2010-12-20 Chris Lattnerpull byval processing out to its own helper function.
2010-12-20 Chris Lattnerfix PR8769, a miscompilation by inliner when inlining...
next