| Commit message (Expand) | Author | Age | Files | Lines |
* | Actually run the test. Thanks Daniel Dunbar! | Nick Lewycky | 2010-05-13 | 1 | -1/+1 |
* | MC: Add section layout order indices to MCSectionData. | Daniel Dunbar | 2010-05-13 | 2 | -0/+10 |
* | Add an also-emit-llvm option to the gold plugin. | Rafael Espindola | 2010-05-13 | 1 | -0/+14 |
* | MC: Move ordinal calculation, to make sure fragments synthesized for layout g... | Daniel Dunbar | 2010-05-13 | 1 | -21/+21 |
* | MC: Create dummy fragments to avoid ever having empty sections, which simplif... | Daniel Dunbar | 2010-05-13 | 1 | -8/+9 |
* | MC: Add MCAsmLayout::FragmentReplaced() helper function. | Daniel Dunbar | 2010-05-13 | 2 | -4/+9 |
* | Update tablegen to generate shorts instead of chars for subgroup arrays. | Chandler Carruth | 2010-05-13 | 1 | -1/+1 |
* | Properly set thread-local flag on globals during cpp emission | Anton Korobeynikov | 2010-05-13 | 1 | -0/+5 |
* | Remove heinous tabs. | Nick Lewycky | 2010-05-13 | 1 | -7/+7 |
* | Add testcase for r103653. | Nick Lewycky | 2010-05-13 | 1 | -0/+28 |
* | Replace the core comparison login in merge functions. We can now merge | Nick Lewycky | 2010-05-13 | 1 | -192/+276 |
* | Fix -Asserts warning. | Daniel Dunbar | 2010-05-13 | 1 | -4/+2 |
* | MC: Eliminate MCSectionData::{,Address,File}Size, which can now be computed by | Daniel Dunbar | 2010-05-13 | 3 | -71/+37 |
* | Fix -Asserts warning. | Daniel Dunbar | 2010-05-13 | 1 | -0/+1 |
* | MC: Switch to using explicit MCAlignFragments with OnlyAlignAddress bit instead | Daniel Dunbar | 2010-05-13 | 1 | -22/+31 |
* | Bring back VLD1q and VST1q and use them for reloading / spilling Q registers.... | Evan Cheng | 2010-05-13 | 2 | -29/+83 |
* | MC/Mach-O: Add another zerofill test to improve coverage. | Daniel Dunbar | 2010-05-13 | 1 | -0/+109 |
* | MC: Add MCAlignFragment::OnlyAlignAddress bit. This is a bit of magic that sa... | Daniel Dunbar | 2010-05-13 | 2 | -2/+28 |
* | MC: Add MCSectionData::AddressSize, which is the size of the address space co... | Daniel Dunbar | 2010-05-13 | 3 | -9/+30 |
* | Take allocation hints from copy instructions to/from physregs. | Jakob Stoklund Olesen | 2010-05-13 | 3 | -21/+71 |
* | More asserts around physreg uses | Jakob Stoklund Olesen | 2010-05-13 | 1 | -1/+11 |
* | Expand VMOVQQ into a pair of VMOVQ. | Evan Cheng | 2010-05-13 | 1 | -0/+27 |
* | Mark some pattern-less instructions as neverHasSideEffects. | Evan Cheng | 2010-05-13 | 2 | -1/+9 |
* | fix rdar://7965971 and a fixme: use ParseIdentifier in | Chris Lattner | 2010-05-13 | 2 | -13/+13 |
* | reapply r103668 with a fix. Never make "minor syntax changes" | Chris Lattner | 2010-05-13 | 4 | -4/+43 |
* | If REG_SEQUENCE source is livein, copy it first. Also, update livevariables i... | Evan Cheng | 2010-05-13 | 1 | -4/+23 |
* | Do not attempt copy coalescing if the source and dest sub-register indices do... | Evan Cheng | 2010-05-12 | 1 | -2/+4 |
* | revert r103668 for now, it is apparently breaking things. | Chris Lattner | 2010-05-12 | 4 | -43/+4 |
* | moffset forms of moves are x86-32 only, make the parser | Chris Lattner | 2010-05-12 | 4 | -4/+43 |
* | Fix some potential issues in the pseudo instruction expansion phase: copy imp... | Evan Cheng | 2010-05-12 | 1 | -35/+61 |
* | MC: Move MCAlignFragment::EmitNops value out of the constructor. | Daniel Dunbar | 2010-05-12 | 3 | -14/+14 |
* | MC: Eliminate MCZeroFillFragment, it is no longer needed. | Daniel Dunbar | 2010-05-12 | 3 | -51/+3 |
* | MC: Explicitly check that only virtual fragments appear in virtual sections. | Daniel Dunbar | 2010-05-12 | 1 | -0/+23 |
* | MC: Switch MCFillFragment to storing total fill size instead of a count. This... | Daniel Dunbar | 2010-05-12 | 2 | -9/+13 |
* | MC: Drop support for alignment in ZeroFill fragment, we can just use | Daniel Dunbar | 2010-05-12 | 3 | -20/+12 |
* | fix the encoding of the obscure "moffset" forms of moves, i386 | Chris Lattner | 2010-05-12 | 2 | -5/+13 |
* | Clear CachedFunctionInfo upon Pass::releaseMemory. Because ValueMap will abort | Nick Lewycky | 2010-05-12 | 3 | -1/+12 |
* | lit: Fix a sh lexing bug which caused annotate-token.m to fail when run with the | Daniel Dunbar | 2010-05-12 | 1 | -0/+7 |
* | Simplify. | Daniel Dunbar | 2010-05-12 | 1 | -5/+3 |
* | MC: Factor out MCAssembler::LayoutFragment | Daniel Dunbar | 2010-05-12 | 2 | -74/+83 |
* | MC: Tweak section layout to not relying on accumulating address value. | Daniel Dunbar | 2010-05-12 | 1 | -7/+13 |
* | ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null. | Daniel Dunbar | 2010-05-12 | 2 | -0/+89 |
* | Remove a dead fixme. | Evan Cheng | 2010-05-12 | 1 | -1/+0 |
* | Make sure to add kill flags to the last use of a virtreg when it is redefined. | Jakob Stoklund Olesen | 2010-05-12 | 2 | -12/+81 |
* | Test case for r103633. | Devang Patel | 2010-05-12 | 1 | -0/+17 |
* | MC: Simplify LayoutSection to just take the index of the section to layout. | Daniel Dunbar | 2010-05-12 | 3 | -31/+26 |
* | lit: Fix OneCommandPerFileTest format when tests are specified directly. | Daniel Dunbar | 2010-05-12 | 1 | -1/+3 |
* | lit: Add support for 'lit ... @foo', which reads a list of tests to run from | Daniel Dunbar | 2010-05-12 | 1 | -1/+17 |
* | MC: Track section layout order explicitly, and use to simplify. | Daniel Dunbar | 2010-05-12 | 2 | -32/+35 |
* | stylistic change to MCSectionCOFF::PrintSwitchToSection COMDAT handling | Nathan Jeffords | 2010-05-12 | 1 | -7/+7 |