oota-llvm.git
2010-12-28 Tobias GrosserIntegers are primitive types. Update the documentation...
2010-12-28 Chris Lattnersimplify this, isBytewiseValue handles the extra check...
2010-12-28 Chris Lattneradd a note from llvmdev
2010-12-28 Rafael EspindolaImplement .cfi_remember_state and .cfi_restore_state.
2010-12-28 Duncan SandsClarify that InstructionSimplify only returns values...
2010-12-28 Duncan SandsSmall optimization to speed up replacementPreservesLCSS...
2010-12-28 Benjamin KramerCast away "comparison between signed and unsigned integ...
2010-12-28 Benjamin KramerFix a signed/unsigned comparison warning.
2010-12-28 Cameron ZwarichAvoid iterating every operand of an instruction in...
2010-12-28 Duncan SandsPacify the compiler. BestWeight cannot in fact be...
2010-12-28 Duncan SandsFix warning about size potentially being used uninitialized
2010-12-28 Duncan SandsSilence gcc warning about an unused variable when doing...
2010-12-28 Rafael EspindolaRelax address updates in the eh_frame section.
2010-12-28 Rafael EspindolaStart adding basic support for emitting the call frame...
2010-12-28 Michael J.... Support/Path: Deprecate Path::hasMagicNumber and replac...
2010-12-28 Michael J.... Fix typo.
2010-12-28 Michael J.... Support/PathV2: Implement has_magic.
2010-12-27 Cameron ZwarichChange an assertion to assert what the code actually...
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.... Support/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.... Support/PathV1: Deprecate makeAbsolute and remove Unix...
2010-12-25 Eric ChristopherHeader warning patrol.
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 Jim GrosbachTrailing whitespace.
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 Oscar FuentesDo not re-test for the existence of pthread.h.
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...
next