fix some issues Frits noticed, add AliasAnalysis as a dependency
[oota-llvm.git] / lib /
2010-12-27 Chris Lattnerfix some issues Frits noticed, add AliasAnalysis as...
2010-12-27 Rafael EspindolaAdd support for .cfi_lsda.
2010-12-27 Daniel DunbarMC/Mach-O/Thumb: Select appropriate relocation types...
2010-12-27 Cameron ZwarichLand a first cut at StrongPHIElimination. There are...
2010-12-27 Cameron ZwarichAdd knowledge of phi-def and phi-kill valnos to Machine...
2010-12-27 Michael J. SpencerSupport/PathV1: Deprecate GetRootDirectory.
2010-12-27 Rafael EspindolaHandle reloc_riprel_4byte_movq_load. Should make the...
2010-12-27 Rafael EspindolaAdd support for the same encodings of the personality...
2010-12-27 Benjamin KramerBuildLibCalls: Nuke EmitMemCpy, EmitMemMove and EmitMem...
2010-12-27 Benjamin KramerSimplifyLibCalls: Use IRBuilder to simplify code.
2010-12-27 Chris Lattnerhave loop-idiom nuke instructions that feed stores...
2010-12-26 Chris Lattnerimplement enough of the memset inference algorithm...
2010-12-26 Chris Lattnerstart using irbuilder to make mem intrinsics in a few...
2010-12-26 Chris Lattneradd methods to IRBuilder to create memcpy/memset/memmove.
2010-12-26 Rafael EspindolaFix .cfi_personality on 32 bit systems.
2010-12-26 Rafael EspindolaAdd support for @note. Patch by Jörg Sonnenberger.
2010-12-26 Chris Lattnersketch more of this out.
2010-12-26 Rafael EspindolaAdd basic support for .cfi_personality.
2010-12-26 Chris Lattnermove isBytewiseValue out to ValueTracking.h/cpp
2010-12-26 Chris Lattneractually add the file...
2010-12-26 Chris LattnerStart of a pass for recognizing memset and memcpy idioms.
2010-12-26 Benjamin KramerSimplify code.
2010-12-26 Chris Lattnerfix some sort of weird pasto
2010-12-26 Chris Lattneradd a note
2010-12-25 Chris LattnerGeneralize a previous change, fixing PR8855 - an valid...
2010-12-25 Chris Lattnerdon't lose TD info
2010-12-25 Chris Lattnerswitch the inliner alignment enforcement stuff to use the
2010-12-25 Chris LattnerMove getOrEnforceKnownAlignment out of instcombine...
2010-12-25 Michael J. SpencerSupport/PathV1: Deprecate makeAbsolute and remove Unix...
2010-12-24 Benjamin KramerFix a thinko pointed out by Frits van Bommel: looking...
2010-12-24 Rafael EspindolaMerge IsFixupFullyResolved and IsSymbolRefDifferenceFul...
2010-12-24 Benjamin KramerMemCpyOpt: Turn memcpys from a constant into a memset...
2010-12-24 Daniel DunbarMC/Mach-O/ARM: Start handling some Thumb branches.
2010-12-24 Andrew TrickMinor cleanup related to my latest scheduler changes.
2010-12-24 Andrew TrickFix a few cases where the scheduler is not checking...
2010-12-24 Andrew TrickVarious bits of framework needed for precise machine...
2010-12-24 Andrew Trickwhitespace
2010-12-24 Cameron ZwarichSimplify a check for implicit defs and remove a FIXME.
2010-12-24 Kevin EnderbyIn llvm-mc parse a Hash token as a full line comment...
2010-12-24 Jim GrosbachUse a StringSwitch<> instead of a manually constructed...
2010-12-23 Owen AndersonWhen determining if we can fold (x >> C1) << C2, the...
2010-12-23 Evan ChengCode clean up. No functionality change.
2010-12-23 Jim GrosbachRemove dead patterns.
2010-12-23 Jim GrosbachRecognize a few more documented register name aliases...
2010-12-23 Bob WilsonRadar 8803471: Fix expansion of ARM BCCi64 pseudo instr...
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 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-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 Rafael EspindolaAssert that the AddrDelta expression is really constant...
2010-12-22 Jakob Stoklund OlesenWhen RegAllocGreedy decides to spill the interferences...
2010-12-22 Jakob Stoklund OlesenInclude 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 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 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 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.
next