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