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
/
TargetInfo
Age
Commit message (
Expand
)
Author
2011-10-27
Remove the Alpha backend.
Dan Gohman
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-26
Clean up a pile of hacks in our CMake build relating to TableGen.
Chandler Carruth
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-31
Normalize makefile comments and sort cmake file lists.
Benjamin Kramer
2009-07-26
Factor commonality in triple match routines into helper template for registering
Daniel Dunbar
2009-07-26
Kill Target specific ModuleMatchQuality stuff.
Daniel Dunbar
2009-07-25
Simplify JIT target selection.
Daniel Dunbar
2009-07-19
Add dependencies from TargetInfo onto .td generation.
Daniel Dunbar
2009-07-18
Put Target definitions inside Target specific header, and llvm namespace.
Daniel Dunbar
2009-07-15
Add TargetInfo libraries for all targets.
Daniel Dunbar