| Commit message (Expand) | Author | Age | Files | Lines |
* | Added support in MC for Directional Local Labels. | Kevin Enderby | 2010-05-17 | 2 | -0/+74 |
* | More data/parsing support for tls directives. Add a few more testcases | Eric Christopher | 2010-05-17 | 2 | -4/+8 |
* | MC: Add dyn_cast support to MCSection. | Daniel Dunbar | 2010-05-17 | 4 | -4/+34 |
* | Add some section and constant support for darwin TLS. | Eric Christopher | 2010-05-17 | 2 | -1/+26 |
* | Optimize empty DenseMap iteration. | Jakob Stoklund Olesen | 2010-05-17 | 1 | -2/+3 |
* | llvm-mc: Support reassignment of variables in one special case, when the | Daniel Dunbar | 2010-05-17 | 1 | -5/+12 |
* | Remove unused member variable. | Zhongxing Xu | 2010-05-17 | 1 | -2/+0 |
* | Add support for thiscall calling convention. | Anton Korobeynikov | 2010-05-16 | 1 | -1/+6 |
* | improve portability to systems that don't have round, patch by | Chris Lattner | 2010-05-15 | 1 | -0/+3 |
* | Add reg_nodbg_iterator | Jakob Stoklund Olesen | 2010-05-15 | 1 | -0/+14 |
* | Allow TargetLowering::getRegClassFor() to be called on illegal types. Also | Evan Cheng | 2010-05-15 | 1 | -2/+2 |
* | Teach two-address pass to do some coalescing while eliminating REG_SEQUENCE | Evan Cheng | 2010-05-14 | 1 | -0/+12 |
* | Add some comments about undef. | Dan Gohman | 2010-05-14 | 1 | -1/+6 |
* | Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what | Bill Wendling | 2010-05-14 | 1 | -5/+14 |
* | Add support to preserve type info for the variables that are removed by the o... | Devang Patel | 2010-05-14 | 1 | -1/+1 |
* | Use PassManagerBase, to give clients the option of using either | Dan Gohman | 2010-05-14 | 1 | -7/+7 |
* | Add an isNodeHidden to the graph traits, to support definition of | Dan Gohman | 2010-05-14 | 2 | -3/+24 |
* | Get rid of the bit twiddling to read / set OpActions and ValueTypeActions. Th... | Evan Cheng | 2010-05-14 | 1 | -26/+10 |
* | Add AsmParser support for darwin tbss directive. | Eric Christopher | 2010-05-14 | 2 | -0/+9 |
* | Fix typo. | Nick Lewycky | 2010-05-14 | 1 | -1/+1 |
* | MC: Switch to completely lazy layout. | Daniel Dunbar | 2010-05-14 | 1 | -0/+4 |
* | MC: Extend MCAsmLayout to explicitly track which fragments have been layed ou... | Daniel Dunbar | 2010-05-14 | 1 | -0/+8 |
* | MC: Switch MCFragment to storing the layout order index, not its index in the... | Daniel Dunbar | 2010-05-14 | 1 | -5/+5 |
* | MC: Change LayoutSection() to only do the section initializiation. | Daniel Dunbar | 2010-05-14 | 1 | -11/+3 |
* | Adding a v8i64 512-bit vector type. This will be used to model ARM NEON intri... | Evan Cheng | 2010-05-13 | 2 | -20/+32 |
* | Eliminate use of magic numbers to access OpActions. It also has the effect of... | Evan Cheng | 2010-05-13 | 1 | -5/+7 |
* | Fix up LoadExtActions, TruncStoreActions, and IndexedModeActions representati... | Evan Cheng | 2010-05-13 | 1 | -47/+47 |
* | MC: Move Layout{Fragment,Section} into MCAsmLayout, and add LayoutFile(). | Daniel Dunbar | 2010-05-13 | 2 | -10/+12 |
* | Teach MachineLICM and MachineSink how to clear kill flags conservatively | Dan Gohman | 2010-05-13 | 1 | -0/+4 |
* | 80 col violation. | Evan Cheng | 2010-05-13 | 1 | -1/+2 |
* | Add a utility function for conservatively clearing kill flags, and make | Dan Gohman | 2010-05-13 | 1 | -0/+6 |
* | MC: Factor out MCAssembler::ComputeFragmentSize. | Daniel Dunbar | 2010-05-13 | 1 | -0/+6 |
* | Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky. | Daniel Dunbar | 2010-05-13 | 1 | -2/+2 |
* | MC: Add section layout order indices to MCSectionData. | Daniel Dunbar | 2010-05-13 | 1 | -0/+6 |
* | MC: Add MCAsmLayout::FragmentReplaced() helper function. | Daniel Dunbar | 2010-05-13 | 1 | -0/+3 |
* | MC: Eliminate MCSectionData::{,Address,File}Size, which can now be computed by | Daniel Dunbar | 2010-05-13 | 2 | -29/+9 |
* | MC: Add MCAlignFragment::OnlyAlignAddress bit. This is a bit of magic that sa... | Daniel Dunbar | 2010-05-13 | 1 | -1/+11 |
* | MC: Add MCSectionData::AddressSize, which is the size of the address space co... | Daniel Dunbar | 2010-05-13 | 2 | -3/+15 |
* | MC: Move MCAlignFragment::EmitNops value out of the constructor. | Daniel Dunbar | 2010-05-12 | 1 | -7/+8 |
* | MC: Eliminate MCZeroFillFragment, it is no longer needed. | Daniel Dunbar | 2010-05-12 | 1 | -27/+1 |
* | MC: Switch MCFillFragment to storing total fill size instead of a count. This... | Daniel Dunbar | 2010-05-12 | 1 | -6/+10 |
* | MC: Drop support for alignment in ZeroFill fragment, we can just use | Daniel Dunbar | 2010-05-12 | 1 | -8/+2 |
* | Clear CachedFunctionInfo upon Pass::releaseMemory. Because ValueMap will abort | Nick Lewycky | 2010-05-12 | 1 | -0/+3 |
* | MC: Factor out MCAssembler::LayoutFragment | Daniel Dunbar | 2010-05-12 | 1 | -0/+5 |
* | ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null. | Daniel Dunbar | 2010-05-12 | 1 | -0/+50 |
* | MC: Simplify LayoutSection to just take the index of the section to layout. | Daniel Dunbar | 2010-05-12 | 2 | -13/+10 |
* | MC: Track section layout order explicitly, and use to simplify. | Daniel Dunbar | 2010-05-12 | 1 | -1/+20 |
* | Add support for movi32 of global values to the new (MC) asm printer. | Rafael Espindola | 2010-05-12 | 1 | -1/+3 |
* | Added a trivial function to modify the flags field of MCSymbolData class. The... | Nathan Jeffords | 2010-05-12 | 1 | -0/+5 |
* | MC/Mach-O/x86_64: Add a new hook for checking whether a particular section can | Daniel Dunbar | 2010-05-12 | 1 | -0/+8 |