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
/
CppBackend
/
TargetInfo
Age
Commit message (
Expand
)
Author
2013-12-27
CPPBackend => JSBackend
Alon Zakai
2013-11-21
merge in CppBackend work
Alon Zakai
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-12
build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...
Daniel Dunbar
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
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-25
Move CBackend and CppBackend MC initialization to TargetInfo.
Evan Cheng
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-26
Kill Target specific ModuleMatchQuality stuff.
Daniel Dunbar
2009-07-25
Simplify JIT target selection.
Daniel Dunbar
2009-07-18
Add some missing includes.
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