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
/
VMCore
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-10-04
Unbreak CMake build.
Ted Kremenek
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-05-22
remove StandardPasses, it has been replaced with PassManagerBuilder
Chris Lattner
2011-05-18
Shuffle StandardPasses.cpp into VMCore; add it to CMake.
Eli Friedman
2011-05-10
Fix cmake again.
Rafael Espindola
2011-05-10
Fix cmake build.
Rafael Espindola
2011-04-03
Move Object.cpp out of VMCore and into Object.
Eric Christopher
2011-04-03
Add a set of C bindings for the Object interface.
Eric Christopher
2011-03-10
Unbreak the CMake build.
Francois Pichet
2011-01-16
Move the implementation of the User class into a new source file,
Jay Foad
2010-10-17
Build with RTTI and exceptions disabled. Only in GCC for now.
Oscar Fuentes
2010-07-20
Convert the internal PassRegistrar class into a new, external PassRegistry cl...
Owen Anderson
2010-04-01
update cmakefile.
Chris Lattner
2010-03-21
Move the LLVMContextImpl implementation into a .cpp file.
Jeffrey Yasskin
2010-01-27
Update CMake build.
Ted Kremenek
2010-01-16
Update CMake files for Mangler move.
Benjamin Kramer
2009-12-28
add IRBuilder.cpp to cmake
Chris Lattner
2009-08-04
Update CMakeLists.
Benjamin Kramer
2009-07-28
Rename MDNode.h header. It defines MDnode and other metadata classes.
Devang Patel
2009-07-16
Update CMake file.
Ted Kremenek
2009-07-15
Lexically order files in CMakeLists.txt files.
Ted Kremenek
2009-06-30
Add LLVMContext, which will eventually be used as a container for privatizing...
Owen Anderson
2009-01-08
CMake: removed lib/VMCore/DebugInfoBuilder.cpp.
Oscar Fuentes
2008-10-22
CMake: Turned some libraries into partially linked objects. Corrected
Oscar Fuentes
2008-10-21
CMake: updated lib/VMCore/CMakeLists.txt
Oscar Fuentes
2008-09-24
CMake: Lists of source files updated. Removed bogus dependency from
Oscar Fuentes
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes