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
/
Alpha
/
Makefile
Age
Commit message (
Expand
)
Author
2011-10-27
Remove the Alpha backend.
Dan Gohman
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-11-14
remove JIT support from the Alpha backend. The JIT will be moving to MC,
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-07-19
Unbreak build
Daniel Dunbar
2009-07-15
Add TargetInfo libraries for all targets.
Daniel Dunbar
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2008-11-11
Separate alpha asmprinter. This should unbreak native build.
Anton Korobeynikov
2007-12-29
remove attribution from lib Makefiles.
Chris Lattner
2005-10-23
Autogen subtarget information from .td files.
Chris Lattner
2005-10-20
ret 0; works, not much else
Andrew Lenharth
2005-02-22
no longer build as a shared library
Andrew Lenharth
2005-01-22
Let me introduce you to the early stages of the llvm backend for the alpha pr...
Andrew Lenharth