History log of /external/llvm/lib/Target/XCore/InstPrinter/XCoreInstPrinter.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dce4a407a24b04eebc6a376f8e62b41aaa7b071f 29-May-2014 Stephen Hines <srhines@google.com> Update LLVM for 3.5 rebase (r209712).

Change-Id: I149556c940fb7dc92d075273c87ff584f400941f
/external/llvm/lib/Target/XCore/InstPrinter/XCoreInstPrinter.cpp
6ffbf6ea8fe7fbe2166b07a88004baac163aa3c5 04-May-2013 Richard Osborne <richard@xmos.com> [XCore] Make use of the target independent global address offset folding.

This let us to remove some custom code that matched constant offsets
from globals at instruction selection time as a special addressing mode.
No intended functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181126 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/XCore/InstPrinter/XCoreInstPrinter.cpp
26949489662d1f349a11809baace6b97eca0d3a2 17-Dec-2012 Richard Osborne <richard@xmos.com> Simplify assertion in XCoreInstPrinter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170321 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/XCore/InstPrinter/XCoreInstPrinter.cpp
9578d793c9450b315721d5cb15001c2e69bff3d0 16-Dec-2012 Richard Osborne <richard@xmos.com> Change XCoreAsmPrinter to lower MachineInstrs to MCInsts before emission.

This change adds XCoreMCInstLower to do the lowering to MCInst and
XCoreInstPrinter to print the MCInsts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170288 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/XCore/InstPrinter/XCoreInstPrinter.cpp