oota-llvm.git
2010-05-14 Bill WendlingRename "HasCalls" in MachineFrameInfo to "AdjustsStack...
2010-05-14 Devang PatelTest case for r103800.
2010-05-14 Dan GohmanLowering of atomic instructions can result in operands...
2010-05-14 Devang PatelAdd support to preserve type info for the variables...
2010-05-14 Jakob Stoklund... When verifying two-address instructions, check the...
2010-05-14 Kevin EnderbyFix so "int3" is correctly accepted, added "into" and...
2010-05-14 Evan ChengModel VLD*_UPD and VLD*odd_UPD pair with REG_SEQUENCE.
2010-05-14 Daniel DunbarMC/Mach-O/x86_64: Darwin's special "signed_N" relocatio...
2010-05-14 Jakob Stoklund... Simplify the handling of physreg defs and uses in RegAl...
2010-05-14 Dan GohmanSet isTerminator on TRAP instructions.
2010-05-14 Dan GohmanDon't use isBarrier for the PowerPC sync instruction...
2010-05-14 Dan GohmanAdd mayLoad and mayStore flags to instructions which...
2010-05-14 Dan GohmanUse regular PassManager instead of FunctionPassManager...
2010-05-14 Dan GohmanUse PassManagerBase, to give clients the option of...
2010-05-14 Dan GohmanAdd an isNodeHidden to the graph traits, to support...
2010-05-14 Daniel DunbarXFAIL the test I added with vg_leak, apparently it...
2010-05-14 Evan ChengGet rid of the bit twiddling to read / set OpActions...
2010-05-14 Daniel DunbarInline Asm: Ensure buffer is newline terminated to...
2010-05-14 Jakob Stoklund... Enable opportunistic coalescing
2010-05-14 Evan ChengAdded a QQQQ register file to model 4-consecutive Q...
2010-05-14 Eric ChristopherAdd AsmParser support for darwin tbss directive.
2010-05-14 Eric ChristopherFix a couple of typos.
2010-05-14 Nick LewyckyFix typo.
2010-05-14 Daniel DunbarMC: Switch to completely lazy layout.
2010-05-14 Daniel DunbarMC: Extend MCAsmLayout to explicitly track which fragme...
2010-05-14 Daniel DunbarMC: Implicitly assign section addresses when the previo...
2010-05-14 Daniel DunbarMC: Switch MCFragment to storing the layout order index...
2010-05-14 Daniel DunbarMC: Change LayoutSection() to only do the section initi...
2010-05-14 Evan ChengFix comments.
2010-05-14 Jakob Stoklund... Trust kill flags from isel and later passes.
2010-05-14 Jakob Stoklund... Fix an embarrassing runtime regression for RegAllocFast.
2010-05-13 Evan ChengAdding a v8i64 512-bit vector type. This will be used...
2010-05-13 Dale JohannesenImplement a correct ui64->f32 conversion. The old
2010-05-13 Evan ChengEliminate use of magic numbers to access OpActions...
2010-05-13 Evan ChengFix up LoadExtActions, TruncStoreActions, and IndexedMo...
2010-05-13 Jakob Stoklund... Clean up RegAllocFast debug output
2010-05-13 Daniel DunbarMC: Move Layout{Fragment,Section} into MCAsmLayout...
2010-05-13 Dan GohmanTeach MachineLICM and MachineSink how to clear kill...
2010-05-13 Evan Cheng80 col violation.
2010-05-13 Evan ChengAdd comment about the pseudo registers QQ, each of...
2010-05-13 Bob WilsonFix pr7110: For non-Darwin targets UnspilledCS1GPRs...
2010-05-13 Oscar FuentesCMake: fixes 64 bit Visual Studio IDE build. Fixes...
2010-05-13 Dan GohmanAdd a utility function for conservatively clearing...
2010-05-13 Dan GohmanAn Instruction has a trivial kill only if its use is...
2010-05-13 Daniel DunbarMC: Factor out MCAssembler::ComputeFragmentSize.
2010-05-13 Daniel DunbarFix const ilist_node::get{Prev,Next}Node() to actually...
2010-05-13 Jakob Stoklund... Fix complete badness in bugpoint's IsARMArchitecture...
2010-05-13 Nick LewyckyActually run the test. Thanks Daniel Dunbar!
2010-05-13 Daniel DunbarMC: Add section layout order indices to MCSectionData.
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).
next