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-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
2013-01-09
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2012-12-31
Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-17
Add instruction encodings / disassembly support for l2r instructions.
Richard Osborne
2012-12-17
Add instruction encodings for PEEK and ENDIN.
Richard Osborne
2012-12-17
Fix parameter name in prototypes in XCoreDisassembler.
Richard Osborne
2012-12-17
Add instruction encodings / disassembly support for rus instructions.
Richard Osborne
2012-12-17
Add instruction encodings for ZEXT and SEXT.
Richard Osborne
2012-12-17
Add instruction encodings / disassembly support for 2r instructions.
Richard Osborne
2012-12-17
Add instruction encodings / disassembly support for 0r instructions.
Richard Osborne
2012-12-17
Simplify assertion in XCoreInstPrinter.
Richard Osborne
2012-12-17
Update comments to match recommended doxygen style.
Richard Osborne
2012-12-17
Remove unnecessary include.
Richard Osborne
2012-12-16
Add instruction encodings and disassembly for 1r instructions.
Richard Osborne
2012-12-16
Add XCore disassembler.
Richard Osborne
2012-12-16
Remove invalid instruction encodings.
Richard Osborne
2012-12-16
Mark anything deriving from PseudoInstXCore as a pseudo instruction.
Richard Osborne
2012-12-16
Set instruction size correctly in XCoreInstrFormats.td
Richard Osborne
2012-12-16
Change XCoreAsmPrinter to lower MachineInstrs to MCInsts before emission.
Richard Osborne
2012-12-16
Replace ${:comment} with the comment symbol.
Richard Osborne
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-16
Fix handling of aliases to functions.
Richard Osborne
[next]