index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
XCore
Age
Commit message (
Expand
)
Author
2013-05-13
Remove the MachineMove class.
Rafael Espindola
2013-05-11
Change getFrameMoves to return a const reference.
Rafael Espindola
2013-05-10
Remove unused argument.
Rafael Espindola
2013-05-09
[XCore] Fix handling of functions where only the LR is spilled.
Richard Osborne
2013-05-05
[XCore] Add LDAPB instructions.
Richard Osborne
2013-05-05
[XCore] Update LDAP to use pcrel_imm.
Richard Osborne
2013-05-05
[XCore] Rename calltarget -> pcrel_imm.
Richard Osborne
2013-05-05
[XCore] Add BLRB instructions.
Richard Osborne
2013-05-05
[XCore] Remove '-' from back branch asm syntax.
Richard Osborne
2013-05-04
Fix buildbot failure on 64 bit linux due to std::max() having different
Richard Osborne
2013-05-04
[XCore] Remove unused operand type.
Richard Osborne
2013-05-04
[XCore] Make use of the target independent global address offset folding.
Richard Osborne
2013-05-04
[XCore] Simplify code that checks for an aligned base plus a constant.
Richard Osborne
2013-05-04
[XCore] Move lowering of thread local storage to a separate pass.
Richard Osborne
2013-05-04
[XCore] Use static relocation model by default.
Richard Osborne
2013-04-19
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-04
[XCore] Add bru instruction.
Richard Osborne
2013-04-04
[XCore] The RRegs register class is a superset of GRRegs.
Richard Osborne
2013-03-22
Allow the register scavenger to spill multiple registers
Hal Finkel
2013-03-08
DAGCombiner: Use correct value type for checking legality of BR_CC v3
Tom Stellard
2013-03-01
Fix PR10475
Michael Liao
2013-02-21
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-20
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-17
[XCore] Add missing 2r instructions.
Richard Osborne
2013-02-17
[XCore] Add TSETR instruction.
Richard Osborne
2013-02-17
[XCore] Add missing u10 / lu10 instructions.
Richard Osborne
2013-02-17
[XCore] Add missing u6 / lu6 instructions.
Richard Osborne
2013-02-05
Move MRI liveouts to XCore return instructions.
Jakob Stoklund Olesen
2013-01-31
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-27
[XCore] Add missing l2rus instructions.
Richard Osborne
2013-01-27
[XCore] Add missing l2r instructions.
Richard Osborne
2013-01-27
[XCore] Add missing 1r instructions.
Richard Osborne
2013-01-27
[XCore] Add missing 0r instructions.
Richard Osborne
2013-01-25
Add instruction encodings / disassembly support for l4r instructions.
Richard Osborne
2013-01-25
Use the correct format in the STW / SETPSC instruction names.
Richard Osborne
2013-01-25
Fix order of operands for crc8_l4r
Richard Osborne
2013-01-25
Add instruction encodings / disassembly support for l5r instructions.
Richard Osborne
2013-01-25
Fix order of operands for l5r instructions.
Richard Osborne
2013-01-25
Use correct mnemonic / instruction name for ldivu.
Richard Osborne
2013-01-23
Add instruction encodings / disassembly support for l6r instructions.
Richard Osborne
2013-01-22
Add instruction encodings / disassembly support for u10 / lu10 instructions.
Richard Osborne
2013-01-21
Fix some incorrectly named u10 / lu10 instructions.
Richard Osborne
2013-01-21
Remove unused multiclass.
Richard Osborne
2013-01-21
Add instruction encodings / disassembly support for u6 / lu6 instructions.
Richard Osborne
2013-01-21
Add instruction encoding / disassembly support for ru6 / lru6 instructions.
Richard Osborne
2013-01-21
Use correct format for the LDAWCP instruction (u6).
Richard Osborne
2013-01-20
Add instruction encodings / disassembly support for l2rus instructions.
Richard Osborne
2013-01-20
Add instruction encodings / disassembly support for l3r instructions.
Richard Osborne
2013-01-20
Add instruction encodings / disassembler support for 2rus instructions.
Richard Osborne
2013-01-20
Add instruction encodings / disassembly support 3r instructions.
Richard Osborne
[next]