Revert the optimization in r122596. It is correct for all current targets, but
[oota-llvm.git] / include /
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 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. SpencerSupport/Path: Deprecate Path::hasMagicNumber and replac...
2010-12-28 Michael J. SpencerFix typo.
2010-12-28 Michael J. SpencerSupport/PathV2: Implement has_magic.
2010-12-27 Rafael EspindolaAdd support for .cfi_lsda.
2010-12-27 Michael J. SpencerSupport/PathV1: Deprecate GetRootDirectory.
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-26 Chris Lattnerimplement enough of the memset inference algorithm...
2010-12-26 Chris Lattneradd methods to IRBuilder to create memcpy/memset/memmove.
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 LattnerStart of a pass for recognizing memset and memcpy idioms.
2010-12-25 Chris LattnerMove getOrEnforceKnownAlignment out of instcombine...
2010-12-25 Michael J. SpencerSupport/PathV1: Deprecate makeAbsolute and remove Unix...
2010-12-25 Eric ChristopherHeader warning patrol.
2010-12-24 Rafael EspindolaMerge IsFixupFullyResolved and IsSymbolRefDifferenceFul...
2010-12-24 Andrew TrickMinor cleanup related to my latest scheduler changes.
2010-12-24 Andrew TrickVarious bits of framework needed for precise machine...
2010-12-24 Andrew Trickwhitespace
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 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-12-22 Dan GohmanConstify.
2010-12-22 Rafael EspindolaRename NeedsSetToChangeDiffSize to HasAggressiveSymbolF...
2010-12-22 Rafael EspindolaUse references and simplify.
2010-12-21 Rafael EspindolaDon't relax org or align. They change size as the relax...
2010-12-21 Daniel DunbarMC/Mach-O: Shuffle enums a bit to make it harder to...
2010-12-21 Duncan SandsPull a few more simplifications out of instcombine...
2010-12-21 Rafael EspindolaLayout one section until no relaxations are done and...
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-12-21 Jakob Stoklund OlesenUse IntEqClasses to compute connected components of...
2010-12-21 Jakob Stoklund OlesenAdd ADT/IntEqClasses.h as a light-weight implementation...
2010-12-20 Owen AndersonRevert r122114 (CallbackVH observing use-list changes...
2010-12-20 Bill WendlingThis is still used and issuing an annoying warning...
2010-12-20 Duncan SandsAdd a new convenience pass for testing InstructionSimpl...
2010-12-20 Michael J. SpencerFix spelling.
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 Chris Lattnerupdate comment.
2010-12-19 Nick LewyckyUse the new way of silencing this warning.
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-12-19 Chris Lattneradd a version of IRBuilder::SetInsertPoint that takes...
2010-12-19 Chris Lattnerremove dead header
2010-12-18 Michael J. SpencerSupport/PathV1: Clarify deprecation warning.
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-18 Eric ChristopherHeader warning patrol.
2010-12-18 Roman DivackyAdd support for lexing single quotes like 'c'.
2010-12-18 Owen AndersonRevert r122143 through r122140, which collectively...
2010-12-18 Rafael EspindolaMerge isAbsolute into IsSymbolRefDifferenceFullyResolved.
2010-12-18 Rafael EspindolaRemove the MCObjectFormat class.
2010-12-18 Michael J. SpencerSupport/PathV1: Clarify deprecation warning.
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-18 Rafael EspindolaRevert 122011, 122012, 122013, 122023 adding back an...
2010-12-18 Rafael EspindolaMove some data to the TargetWriter.
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate getLast.
2010-12-18 Owen AndersonAdd support to CallbackVH to receive notification when...
2010-12-18 Jakob Stoklund OlesenPass a Banner argument to the machine code verifier...
2010-12-17 Jakob Stoklund OlesenAvoid dereferencing end() in collectInterferingVRegs...
2010-12-17 Jakob Stoklund OlesenEnable loop splitting in RegAllocGreedy.
2010-12-17 Bill WendlingDuring local stack slot allocation, the materializeFram...
2010-12-17 Jakob Stoklund OlesenAdd more checks to IntervalMapOverlaps::advance() to...
2010-12-17 Jakob Stoklund OlesenIt is allowed to call IntervalMap::const_iterator:...
2010-12-17 Michael J. SpencerFix 80 col.
2010-12-17 Michael J. SpencerSupport/Path: Deprecate PathV1::isAbsolute.
2010-12-17 Jakob Stoklund OlesenFix crash when IntervalMapOverlaps::advanceTo moves...
2010-12-17 Benjamin KramerPass StringRefs by value, for consistency.
2010-12-17 Jakob Stoklund OlesenAdd MachineLoopRange comparators for sorting loop lists...
2010-12-17 Rafael EspindolaStub out explicit MCELFObjectTargetWriter interface.
2010-12-17 Michael J. SpencerSupport: Rename Path.h to PathV1.h and add a new Path...
2010-12-17 Rafael EspindolaMove createELFObjectWriter to its own header.
2010-12-17 Chris Lattnerimprove switch formation to handle small range
2010-12-17 Daniel DunbarMC/Mach-O: On second thought, use a custom hook for...
2010-12-17 Daniel DunbarMC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyRe...
2010-12-17 Jakob Stoklund OlesenProvide LiveIntervalUnion::Query::checkLoopInterference.
2010-12-17 Daniel DunbarMC/Assembler: Strip out object writer arguments, now...
2010-12-17 Daniel DunbarMC/Assembler: Make the MCObjectWriter available through...
2010-12-17 Daniel DunbarMC/Target: Remove HasScatteredSymbols target hook varia...
2010-12-17 Daniel DunbarMC/Expr: Simplify.
2010-12-17 Daniel DunbarMC: Remove another dead MCAssembler argument, and updat...
2010-12-17 Daniel DunbarMC: Remove dead MCAssembler argument -- Rafael, can...
2010-12-17 Daniel DunbarFix 80-col viola.
2010-12-16 Jakob Stoklund OlesenAdd basic test exposing many bugs.
2010-12-16 Daniel DunbarMC/Mach-O: Lift some MachObjectWriter arguments into...
2010-12-16 Daniel DunbarMC/Mach-O: Stub out explicit MCMachObjectTargetWriter...
2010-12-16 Daniel DunbarMC/Mach-O: Move createMachObjectWriter into MCMachObjec...
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-16 Daniel DunbarMC: Move target specific fixup info descriptors to...
2010-12-16 Daniel DunbarMC: Make TargetAsmBackend available to the AsmStreamer.
2010-12-16 Daniel DunbarMC: Split MCFixupKindInfo out into its own header.
2010-12-16 Daniel DunbarMC: Remove a FIXME I no longer agree with.
2010-12-16 Jakob Stoklund OlesenAdd IntervalMapOverlaps - An iterator for overlapping...
2010-12-15 Jakob Stoklund OlesenAdd MachineLoopRanges analysis.
2010-12-15 Rafael EspindolaTypo.
2010-12-15 Bob WilsonAdd Neon VCVT instructions for f32 <-> f16 conversions.
next