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
/
Sparc
/
Makefile
Age
Commit message (
Expand
)
Author
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-07-15
Add TargetInfo libraries for all targets.
Daniel Dunbar
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2008-11-11
Separate sparc asmprinter. This should unbreak the native build
Anton Korobeynikov
2008-03-17
Start moving sparc to use SparcCallingConv.td, switching over
Chris Lattner
2007-12-29
remove attribution from lib Makefiles.
Chris Lattner
2006-10-28
don't dist internal readme
Chris Lattner
2006-04-13
Add the README files to the distribution.
Reid Spencer
2006-02-05
Rename SPARC V8 target to be the LLVM SPARC target.
Chris Lattner
2006-01-26
Add trivial subtarget support
Chris Lattner
2005-12-17
Add the framework for a dag-dag isel
Chris Lattner
2005-12-16
Plug in basic hooks for an autogenerated asm printer to fill in.
Chris Lattner
2005-12-16
Remove JIT support, which doesn't work.
Chris Lattner
2004-12-10
Adjust paths: Sparc/V8 --> SparcV8
Brian Gaeke
2004-10-29
Change name of target lib to conform to new naming scheme.
Brian Gaeke
2004-10-22
Adjust rules for building .inc files due to Reid's changes of Makefile.rules
Misha Brukman
2004-10-14
Generate the SparcV8 code emitter from .td files
Misha Brukman
2004-09-22
Fix file header path
Misha Brukman
2004-09-22
V8 is now a subdirectory of Sparc; adjust paths accordingly
Misha Brukman
2004-08-15
V8 never used the instrselectorgenerator
Chris Lattner
2004-02-28
Clean up rules
Chris Lattner
2004-02-25
SparcV8 skeleton
Brian Gaeke