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