aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-12ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null.Daniel Dunbar
2010-05-12Remove a dead fixme.Evan Cheng
2010-05-12Make sure to add kill flags to the last use of a virtreg when it is redefined.Jakob Stoklund Olesen
2010-05-12Test case for r103633.Devang Patel
2010-05-12MC: Simplify LayoutSection to just take the index of the section to layout.Daniel Dunbar
2010-05-12lit: Fix OneCommandPerFileTest format when tests are specified directly.Daniel Dunbar
2010-05-12lit: Add support for 'lit ... @foo', which reads a list of tests to run fromDaniel Dunbar
2010-05-12MC: Track section layout order explicitly, and use to simplify.Daniel Dunbar
2010-05-12stylistic change to MCSectionCOFF::PrintSwitchToSection COMDAT handlingNathan Jeffords
2010-05-12Remove unused variable. Tweak a comment while there.Duncan Sands
2010-05-12Add support for movi32 of global values to the new (MC) asm printer.Rafael Espindola
2010-05-12Testcase for llvm 103572 (7898991).Dale Johannesen
2010-05-12updated support for the COFF .linkonceNathan Jeffords
2010-05-12vst instructions are modeled as this:Evan Cheng
2010-05-12Teach local regalloc about virtual registers with sub-indices.Evan Cheng
2010-05-12Code clean up.Evan Cheng
2010-05-12MC/X86: Extend suffix matching hack to match 'q' suffix.Daniel Dunbar
2010-05-12Added a trivial function to modify the flags field of MCSymbolData class. The...Nathan Jeffords
2010-05-12MC/Mach-O/x86_64: Add a new hook for checking whether a particular section canDaniel Dunbar
2010-05-12Enable a bunch more -regalloc=fast testsJakob Stoklund Olesen
2010-05-12Avoid scoping issues, fix buildbotsJakob Stoklund Olesen
2010-05-11Add initial kill flag support to FastISel.Dan Gohman
2010-05-11Make Clang happy.Daniel Dunbar
2010-05-11MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixupDaniel Dunbar
2010-05-11MC/Mach-O: As Kevin pointed out, 'Address' is really an offset -- rename to c...Daniel Dunbar
2010-05-11MC/Mach-O: Fix a crash on invalid.Daniel Dunbar
2010-05-11Fix PR6951 by fixing Module leaks in bugpoint.Jeffrey Yasskin
2010-05-11Store the Dirty bit in the LiveReg structure instead of a bit vector.Jakob Stoklund Olesen
2010-05-11Keep track of the last place a live virtreg was used.Jakob Stoklund Olesen
2010-05-11Don't set kill flags on uses of CopyFromReg nodes. InstrEmitter doesn'tDan Gohman
2010-05-11Avoid breaking vstd when reg_sequence is not used.Evan Cheng
2010-05-11One more -regalloc=fast testJakob Stoklund Olesen
2010-05-11Silence warningJakob Stoklund Olesen
2010-05-11Simplify this logic of creating a default Features object.Bill Wendling
2010-05-11Simplify the tracking of used physregs to a bulk bitor followed by a transitiveJakob Stoklund Olesen
2010-05-11Revert r103493, materializing functions in the regular PassManager.Dan Gohman
2010-05-11I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands
2010-05-11Teach the regular pass manager how to materialize functions as needed.Dan Gohman
2010-05-11Remove the "WantsWholeFile" concept, as it's no longer needed. CBEDan Gohman
2010-05-11Trim #includes and forward declarations.Dan Gohman
2010-05-11Mostly rewrite RegAllocFast.Jakob Stoklund Olesen
2010-05-11Fix a comment.Dan Gohman
2010-05-11Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman
2010-05-11MC/Mach-O x86_64: Switch to using fragment atom symbol.Daniel Dunbar
2010-05-11Test commit.Daniel Dunbar
2010-05-11Test commit.Tanya Lattner
2010-05-11Test commit.Tanya Lattner
2010-05-11Remove the TargetLowering::getSubtarget() virtual function, whichDan Gohman
2010-05-11Make SPU backend not assert on jump tables.Kalle Raiskila
2010-05-11Select @llvm.trap to the special B with 1111 condition (i.e. trap) instruction.Evan Cheng