Add support for annotated disassembly output for X86 and arm.
[oota-llvm.git] / lib / Target / ARM / ARMSelectionDAGInfo.cpp
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-21 Evan ChengProper support for a bastardized darwin-eabi hybird...
2011-11-08 Pete CooperAdded invariant field to the DAG.getLoad method and...
2011-09-13 Jim GrosbachTidy up a few 80 column violations.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-05-22 Renato GolinRTABI chapter 4.3.4 specifies __eabi_mem* calls. Specif...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-09-21 Chris Lattnerreimplement memcpy/memmove/memset lowering to use Machi...
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-04-16 Dan GohmanAdd skeleton target-specific SelectionDAGInfo files.