oota-llvm.git
2010-12-31 Duncan SandsSimplify this pass by using a depth-first iterator...
2010-12-31 Duncan SandsZap dead instructions harder.
2010-12-30 Benjamin KramerMake a bunch of symbols internal.
2010-12-30 Nick LewyckyAdd another non-commutable instruction that gas accepts...
2010-12-30 Che-Liang Chiouptx: add state spaces
2010-12-30 Chris Lattnerinclude the module identifier when emitting this warnin...
2010-12-30 Chris Lattnerprint the right string, thanks for Frits for noticing.
2010-12-30 Cameron ZwarichUse getVRegDef() instead of def_iterator. This leads...
2010-12-29 Chris Lattnerimprove warning message to at least say what the triple...
2010-12-29 Wesley PeckFix stack layout error in MBlaze backend.
2010-12-29 Daniel DunbarMC/Mach-O/Thumb: Set the thumb bit in the symbol table.
2010-12-29 Cameron ZwarichNone of the other pass names in CodeGen have terminatin...
2010-12-29 Cameron ZwarichInstead of processing every instruction when splitting...
2010-12-29 Venkatraman... SPARC backend fix: correctly passing arguments through...
2010-12-29 Cameron ZwarichAdd a missing word to a comment.
2010-12-29 Rafael EspindolaCorrectly encode pcrel|indirect.
2010-12-29 NAKAMURA TakumiCMake: Add disabling optimization on MSVC8 and MSVC10...
2010-12-29 NAKAMURA Takumiautoconf: Add --disable-embed-stdcxx to suppress linkin...
2010-12-29 NAKAMURA Takumiautoconf: [PR7874] Add --disable-pthreads to suppress...
2010-12-29 NAKAMURA Takumitest/Transforms/ConstProp/logicaltest.ll: FileCheck...
2010-12-29 NAKAMURA Takumitest/CodeGen/X86/negative-sin.ll: FileCheck-ize.
2010-12-29 NAKAMURA Takumitest/CodeGen/X86/fp-in-intregs.ll: FileCheck-ize.
2010-12-29 Cameron ZwarichAdd text explaining an assertion.
2010-12-29 Rafael EspindolaRemove second return.
2010-12-29 Rafael EspindolaFix bug when trying to output uint16_t or uint32_t.
2010-12-29 Rafael EspindolaImplement cfi_def_cfa. Also don't convert to dwarf...
2010-12-29 Chris Lattnerfix PR8867: a crash handling fp128. Thanks to Nick...
2010-12-29 Rafael EspindolaImplement cfi_def_cfa_register.
2010-12-29 Rafael EspindolaInitial .cfi_offset implementation.
2010-12-28 Cameron ZwarichSimplify some code in MachineVerifier that was doing...
2010-12-28 Rafael EspindolaDon't produce a "DW_CFA_advance_loc 0".
2010-12-28 Cameron ZwarichRevert the optimization in r122596. It is correct for...
2010-12-28 Venkatraman... Multiple SPARC backend fixes: added Y register; updated...
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.
next