oota-llvm.git
2010-05-13 Rafael EspindolaAdd an also-emit-llvm option to the gold plugin.
2010-05-13 Daniel DunbarMC: Move ordinal calculation, to make sure fragments...
2010-05-13 Daniel DunbarMC: Create dummy fragments to avoid ever having empty...
2010-05-13 Daniel DunbarMC: Add MCAsmLayout::FragmentReplaced() helper function.
2010-05-13 Chandler CarruthUpdate tablegen to generate shorts instead of chars...
2010-05-13 Anton KorobeynikovProperly set thread-local flag on globals during cpp...
2010-05-13 Nick LewyckyRemove heinous tabs.
2010-05-13 Nick LewyckyAdd testcase for r103653.
2010-05-13 Nick LewyckyReplace the core comparison login in merge functions...
2010-05-13 Daniel DunbarFix -Asserts warning.
2010-05-13 Daniel DunbarMC: Eliminate MCSectionData::{,Address,File}Size, which...
2010-05-13 Daniel DunbarFix -Asserts warning.
2010-05-13 Daniel DunbarMC: Switch to using explicit MCAlignFragments with...
2010-05-13 Evan ChengBring back VLD1q and VST1q and use them for reloading...
2010-05-13 Daniel DunbarMC/Mach-O: Add another zerofill test to improve coverage.
2010-05-13 Daniel DunbarMC: Add MCAlignFragment::OnlyAlignAddress bit. This...
2010-05-13 Daniel DunbarMC: Add MCSectionData::AddressSize, which is the size...
2010-05-13 Jakob Stoklund... Take allocation hints from copy instructions to/from...
2010-05-13 Jakob Stoklund... More asserts around physreg uses
2010-05-13 Evan ChengExpand VMOVQQ into a pair of VMOVQ.
2010-05-13 Evan ChengMark some pattern-less instructions as neverHasSideEffects.
2010-05-13 Chris Lattnerfix rdar://7965971 and a fixme: use ParseIdentifier in
2010-05-13 Chris Lattnerreapply r103668 with a fix. Never make "minor syntax...
2010-05-13 Evan ChengIf REG_SEQUENCE source is livein, copy it first. Also...
2010-05-12 Evan ChengDo not attempt copy coalescing if the source and dest...
2010-05-12 Chris Lattnerrevert r103668 for now, it is apparently breaking things.
2010-05-12 Chris Lattnermoffset forms of moves are x86-32 only, make the parser
2010-05-12 Evan ChengFix some potential issues in the pseudo instruction...
2010-05-12 Daniel DunbarMC: Move MCAlignFragment::EmitNops value out of the...
2010-05-12 Daniel DunbarMC: Eliminate MCZeroFillFragment, it is no longer needed.
2010-05-12 Daniel DunbarMC: Explicitly check that only virtual fragments appear...
2010-05-12 Daniel DunbarMC: Switch MCFillFragment to storing total fill size...
2010-05-12 Daniel DunbarMC: Drop support for alignment in ZeroFill fragment...
2010-05-12 Chris Lattnerfix the encoding of the obscure "moffset" forms of...
2010-05-12 Nick LewyckyClear CachedFunctionInfo upon Pass::releaseMemory....
2010-05-12 Daniel Dunbarlit: Fix a sh lexing bug which caused annotate-token...
2010-05-12 Daniel DunbarSimplify.
2010-05-12 Daniel DunbarMC: Factor out MCAssembler::LayoutFragment
2010-05-12 Daniel DunbarMC: Tweak section layout to not relying on accumulating...
2010-05-12 Daniel DunbarADT: Add ilist_node::get{Prev,Next}Node, which return...
2010-05-12 Evan ChengRemove a dead fixme.
2010-05-12 Jakob Stoklund... Make sure to add kill flags to the last use of a virtre...
2010-05-12 Devang PatelTest case for r103633.
2010-05-12 Daniel DunbarMC: Simplify LayoutSection to just take the index of...
2010-05-12 Daniel Dunbarlit: Fix OneCommandPerFileTest format when tests are...
2010-05-12 Daniel Dunbarlit: Add support for 'lit ... @foo', which reads a...
2010-05-12 Daniel DunbarMC: Track section layout order explicitly, and use...
2010-05-12 Nathan Jeffordsstylistic change to MCSectionCOFF::PrintSwitchToSection...
2010-05-12 Duncan SandsRemove unused variable. Tweak a comment while there.
2010-05-12 Rafael EspindolaAdd support for movi32 of global values to the new...
2010-05-12 Dale JohannesenTestcase for llvm 103572 (7898991).
2010-05-12 Nathan Jeffordsupdated support for the COFF .linkonce
2010-05-12 Evan Chengvst instructions are modeled as this:
2010-05-12 Evan ChengTeach local regalloc about virtual registers with sub...
2010-05-12 Evan ChengCode clean up.
2010-05-12 Daniel DunbarMC/X86: Extend suffix matching hack to match 'q' suffix.
2010-05-12 Nathan JeffordsAdded a trivial function to modify the flags field...
2010-05-12 Daniel DunbarMC/Mach-O/x86_64: Add a new hook for checking whether...
2010-05-12 Jakob Stoklund... Enable a bunch more -regalloc=fast tests
2010-05-12 Jakob Stoklund... Avoid scoping issues, fix buildbots
2010-05-11 Dan GohmanAdd initial kill flag support to FastISel.
2010-05-11 Daniel DunbarMake Clang happy.
2010-05-11 Daniel DunbarMC/Mach-O/x86_64: Fix PCrel adjustment for x86_64,...
2010-05-11 Daniel DunbarMC/Mach-O: As Kevin pointed out, 'Address' is really...
2010-05-11 Daniel DunbarMC/Mach-O: Fix a crash on invalid.
2010-05-11 Jeffrey YasskinFix PR6951 by fixing Module leaks in bugpoint.
2010-05-11 Jakob Stoklund... Store the Dirty bit in the LiveReg structure instead...
2010-05-11 Jakob Stoklund... Keep track of the last place a live virtreg was used.
2010-05-11 Dan GohmanDon't set kill flags on uses of CopyFromReg nodes....
2010-05-11 Evan ChengAvoid breaking vstd when reg_sequence is not used.
2010-05-11 Jakob Stoklund... One more -regalloc=fast test
2010-05-11 Jakob Stoklund... Silence warning
2010-05-11 Bill WendlingSimplify this logic of creating a default Features...
2010-05-11 Jakob Stoklund... Simplify the tracking of used physregs to a bulk bitor...
2010-05-11 Dan GohmanRevert r103493, materializing functions in the regular...
2010-05-11 Duncan SandsI got tired of VISIBILITY_HIDDEN colliding with the...
2010-05-11 Dan GohmanTeach the regular pass manager how to materialize funct...
2010-05-11 Dan GohmanRemove the "WantsWholeFile" concept, as it's no longer...
2010-05-11 Dan GohmanTrim #includes and forward declarations.
2010-05-11 Jakob Stoklund... Mostly rewrite RegAllocFast.
2010-05-11 Dan GohmanFix a comment.
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-05-11 Daniel DunbarMC/Mach-O x86_64: Switch to using fragment atom symbol.
2010-05-11 Daniel DunbarTest commit.
2010-05-11 Tanya LattnerTest commit.
2010-05-11 Tanya LattnerTest commit.
2010-05-11 Dan GohmanRemove the TargetLowering::getSubtarget() virtual funct...
2010-05-11 Kalle RaiskilaMake SPU backend not assert on jump tables.
2010-05-11 Evan ChengSelect @llvm.trap to the special B with 1111 condition...
2010-05-11 Douglas GregorFixes for Microsoft Visual Studio 2010, from Steven...
2010-05-11 Bill WendlingDon't create a StringRef with a NULL value.
2010-05-11 Sean CallananExtended the edis "IsBranch" property to call
2010-05-11 Evan ChengModel some vst3 and vst4 with reg_sequence.
2010-05-11 Bill WendlingThe getDefaultSubtargetFeatures method of SubtargetFeat...
2010-05-11 Evan ChengIt's not safe eliminate copies where src and dst have...
2010-05-11 Evan ChengEnsure REG_SEQUENCE source operands are unique.
2010-05-10 Daniel DunbarMC/Mach-O: Fix another mismatch with .weak_definition...
2010-05-10 Daniel DunbarMC/Mach-O: Factor out doesSymbolRequireExternRelocation.
2010-05-10 Evan ChengIndentation.
2010-05-10 Devang PatelEnable multiple Compile Units in one module.
next