index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
XCore
/
Makefile
Age
Commit message (
Expand
)
Author
2012-12-16
Add instruction encodings and disassembly for 1r instructions.
Richard Osborne
2012-12-16
Add XCore disassembler.
Richard Osborne
2012-12-16
Change XCoreAsmPrinter to lower MachineInstrs to MCInsts before emission.
Richard Osborne
2011-07-14
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-01
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
Evan Cheng
2011-06-28
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-27
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-24
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2010-11-14
move all the target's asmprinters into the main target. The piece
Chris Lattner
2010-01-24
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2009-08-15
Move XCore AsmPrinter to XCore/AsmPrinter directory.
Richard Osborne
2009-07-15
Add TargetInfo libraries for all targets.
Daniel Dunbar
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2008-11-05
Test commit, add Makefile for XCore target, more to follow.
Richard Osborne